* category.h (CHAR_HAS_CATEGORY): Define as inline.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
b6974efa
JB
12012-06-15 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
4 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
5
4302f5ba
SM
62012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7
f38ea36d
SM
8 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
9 (bug#11649).
10
11 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
12 (macroexp--expand-all): Use it.
13
4302f5ba
SM
14 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
15 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
16 Use `cl-function' instead.
17
33377562
JB
182012-06-14 Juanma Barranquero <lekktu@gmail.com>
19
20 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
21 Suggested by Stefan Monnier while discussing bug#11657.
22
54c5ba1a
SS
232012-06-14 Sam Steingold <sds@gnu.org>
24
25 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
26
f9f1b1fe
AS
272012-06-14 Andreas Schwab <schwab@linux-m68k.org>
28
29 * play/doctor.el (doctor-doc): Remove parameter and use
30 doctor-sent instead of sent.
31 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
32
a81068ba
SM
332012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
34
5a315f9c
SM
35 * files.el: Require cl-lib.
36 (file-name-non-special): Replace case -> cl-case.
37
38 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
39
a81068ba
SM
40 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
41 mapping from #' to function*.
42
8cca9703
CY
432012-06-13 Chong Yidong <cyd@gnu.org>
44
45 * mouse.el (mouse-drag-track): Do not set the mark if the user
46 releases the mouse without selecting anything (Bug#11588).
47
a12ac9d7
SM
482012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
49
ccf1dc18
SM
50 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
51 as well (bug#11646).
52
ef62b23d
SM
53 * loadup.el: Count byte-code functions as well.
54
c4c8444a
SM
55 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
56 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
57
a12ac9d7
SM
58 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
59 (bug#11649). Add cl-defun and cl-defmacro.
60
87e6e64f
DA
612012-06-13 Drew Adams <drew.adams@oracle.com>
62
63 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
64 Fix last change.
65
682cefaf
MA
662012-06-13 Michael Albinus <michael.albinus@gmx.de>
67
68 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
69 Otherwise, it blocks in batch mode.
70
773e1f08
JB
712012-06-13 Juanma Barranquero <lekktu@gmail.com>
72
73 * help-mode.el (bookmark-make-record-default): Declare.
74
60057926
CY
752012-06-13 Chong Yidong <cyd@gnu.org>
76
77 * emacs-lisp/package.el (list-packages): Compute a list of
78 packages that are newly-available since the last list-packages
79 invocation.
80 (package-menu--new-package-list): New var.
81 (package-menu--generate, package-menu--print-info)
82 (package-menu--status-predicate, package-menu-mark-install):
83 Handle new status label "new".
84
ad4d226c
SM
852012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
88 conversion to backquotes.
89
f1a4e679
CY
902012-06-12 Chong Yidong <cyd@gnu.org>
91
92 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
93 Rename from gud-inhibit-global-bindings.
94
95 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
96
97 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
98 hook from nxml-glyph-set-hook.
99
100 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
101 declaration.
102
103 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
104
105 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
106 Convert to defcustom.
107
0c9e42b5
DA
1082012-06-12 Drew Adams <drew.adams@oracle.com>
109
110 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
111 New functions.
112 (help-mode): Use them.
113
09e06855
GM
1142012-06-11 Glenn Morris <rgm@gnu.org>
115
116 * progmodes/fortran.el (fortran-font-lock-keywords-3):
117 Use preprocessor face for directives.
118 (fortran-directive-re): Doc fix.
119
71adb94b
SM
1202012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
121
2eb87922
SM
122 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
123 conversion to backquotes (bug#11652).
124
71adb94b
SM
125 Fix compiler-expansion of CL's cXXr functions (bug#11673).
126 * emacs-lisp/cl-lib.el (cl--defalias): New function.
127 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
128 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
129 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
130 (cl-ninth, cl-tenth): Mark them as inlinable.
131 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
132 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
133 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
134 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
135 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
136 (cl-list*, cl-adjoin): Don't put an autoload manually.
137 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
138 (cl--compiler-macro-list*): Add autoload cookie.
139 (cl--compiler-macro-cXXr): New function.
2eb87922 140
71adb94b
SM
141 * help-fns.el (help-fns--compiler-macro): New function extracted from
142 describe-function-1; follow aliases and use `compiler-macro' property.
143 (describe-function-1): Use it.
144
a6674402
CY
1452012-06-11 Chong Yidong <cyd@gnu.org>
146
147 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
148 is uninstalled, if imagemagick is installed.
149
bb3faf5b
SM
1502012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
151
152 * emacs-lisp/cl-lib.el: Use lexical-binding.
153 (cl-map-extents, cl-maclisp-member): Remove.
154 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
155 (cl--set-substring, cl--block-wrapper, cl--block-throw)
156 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
157 * emacs-lisp/cl-extra.el: Use lexical-binding.
158 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
159 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
160 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
161 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
162 * emacs-lisp/cl-seq.el: Use lexical-binding.
163 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
164 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
165 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
166 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
167 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
168 CL's internals.
169
2fe4b125
MA
1702012-06-11 Michael Albinus <michael.albinus@gmx.de>
171
172 Sync with Tramp 2.2.6-pre.
173
174 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
175 `print-length' and `print-level' to nil, in order to avoid
176 truncation. Reported by Christopher Schmidt
177 <christopher@ristopher.com>.
178
179 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
180
181 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
182 New defmacro.
183 (tramp-compat-copy-directory): Add optional argument
184 COPY-CONTENTS. It is not handled yet.
185
186 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
187 (tramp-ftp-file-name-p): Simplify.
188
189 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
190 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
191 connection vector.
192
193 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
194 (tramp-methods): Do not use `tramp-password-end-of-line'.
195 (tramp-completion-function-alist-putty): Handle UNIX case.
196 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
197 (tramp-do-file-attributes-with-stat)
198 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
199 gid as real numbers. They could run out of integer range on cygwin.
200 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
201 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
202 (tramp-open-connection-setup-interactive-shell):
203 Use `tramp-cleanup'. Move check for busyboxes ...
204 (tramp-find-shell): ... here. Simplify implementation.
205 Set "remote-shell" property also for alternative shells.
206 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
207 If failing, a regular file would be written otherwise.
208 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
209 (tramp-find-inline-encoding): Cache the coding commands in the
210 process cache. Apply test command on the remote side, if defined.
211 (tramp-find-inline-compress): Cache the compress commands in the
212 process cache.
213 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
214 when requested. Handle hops.
215 (tramp-current-connection): New defvar.
87e6e64f
DA
216 (tramp-maybe-open-connection): Use `tramp-cleanup'.
217 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 218 Handle user interrupt. (Bug#10187)
87e6e64f
DA
219 (tramp-get-inline-compress, tramp-get-inline-coding):
220 Read connection properties from the process cache.
2fe4b125
MA
221
222 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
223 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
224 New defconsts.
2fe4b125
MA
225 (tramp-smb-prompt): Extend for powershell prompt.
226 (tramp-smb-file-name-handler-alist): Add handlers for
227 `process-file', `shell-command' and `start-file-process'.
228 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
229 (tramp-smb-winexe-shell-command-switch): New defcustoms.
230 (tramp-smb-file-name-p): Simplify.
231 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
232 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
233 (tramp-smb-shell-quote-argument): New defuns.
234 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
235 Implement using "tar". By this, time-stamps are preserved.
236 (tramp-smb-handle-copy-file): Handle also the case of directories.
237 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
238 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
239 Use `tramp-get-connection-buffer').
2fe4b125
MA
240 (tramp-smb-handle-rename-file): Use "rename", when source and
241 target are on the same share.
87e6e64f
DA
242 (tramp-smb-maybe-open-connection): Handle wrong passwords.
243 Use `tramp-smb-server-version'.
2fe4b125
MA
244 (tramp-smb-wait-for-output): Remove prompt.
245
246 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
247 (tramp-methods, tramp-rsh-end-of-line):
248 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
249 (tramp-save-ad-hoc-proxies): New defcustom.
250 (tramp-completion-function-alist): Adapt docstring.
251 (tramp-default-password-end-of-line): Remove defcustom.
252 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
253 (tramp-user-regexp, tramp-file-name-regexp-unified)
254 (tramp-file-name-regexp-url): Extend regexp by hop separator.
255 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
256 (tramp-remote-file-name-spec-regexp): New defconst.
257 (tramp-file-name-structure): Extend structure for hops.
258 (tramp-get-method-parameter): Move up.
259 (tramp-file-name-p, tramp-dissect-file-name)
260 (with-parsed-tramp-file-name): Handle hops.
261 (tramp-file-name-hop): New defun.
262 (tramp-make-tramp-file-name): New optional arg HOP.
263 (tramp-message-show-progress-reporter-message): New defvar.
264 (tramp-with-progress-reporter): Use it. We cannot use
265 `tramp-message-show-message' here, because this suppresses also
266 error buffers.
267 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
268 `tramp-message-show-message' is nil.
269 Use `tramp-get-connection-buffer'.
2fe4b125
MA
270 (tramp-cleanup): New defun.
271 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
272 (tramp-file-name-handler): If `debug-on-error' is set, propagate
273 an error unchanged.
274 (tramp-completion-handle-file-name-all-completions): Handle hops.
275 Fix an error when called from ido.
276 (tramp-completion-dissect-file-name): Use better local variable
277 name. Add hop to the vector.
278 (tramp-handle-insert-file-contents): Use progress-reporter for the
279 whole scenario.
280 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
281 to `t'.
282 (tramp-check-for-regexp): Simplify search.
283 (tramp-enter-password): Remove it. Move implementation ...
284 (tramp-action-password): ... here.
285 (tramp-mode-string-to-int, tramp-local-host-p)
286 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
287 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
288 Set tramp-autoload cookie.
2fe4b125
MA
289
290 * net/trampver.el: Update release number.
291
2922012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
293 Michael Albinus <michael.albinus@gmx.de>
294
295 * net/tramp.el (tramp-set-completion-function): Fix docstring.
296 (tramp-parse-group, tramp-parse-file)
297 (tramp-parse-shostkeys-sknownhosts): New defuns.
298 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
299 (tramp-parse-shosts-group, tramp-parse-sconfig)
300 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
301 (tramp-parse-sknownhosts, tramp-parse-hosts)
302 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
303 Use them.
304 (tramp-parse-passwd-group, tramp-parse-netrc-group)
305 (tramp-parse-putty-group): Don't narrow.
306 (tramp-parse-putty): Make a loop.
307 (tramp-file-name-handler): Catch the `suppress' signal.
308
72834e10
CY
3092012-06-11 Chong Yidong <cyd@gnu.org>
310
311 * image.el (imagemagick-register-types): Put the ImageMagick entry
312 at the end of image-type-file-name-regexps.
313
a4712e11
JB
3142012-06-11 Johan Bockgård <bojohan@gnu.org>
315
316 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
317 (pcase, pcase-let*, pcase-dolist): Use them.
318
82ad98e3
SM
3192012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * emacs-lisp/pcase.el (pcase--let*): New function.
322 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
323 (pcase--expand): Use macroexp-let².
324
f80efb86
SM
3252012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
328 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
329 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
330 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
331 * emacs-lisp/derived.el: Use pcase instead of `cl'.
332 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
333
31ca4639 3342012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 335
31ca4639
CY
336 * mail/rmail.el (rmail-yank-current-message): Leave point at
337 correct position. (Bug#11660)
94f0aa34 338
31ca4639 3392012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 340
31ca4639 341 * allout-widgets.el: Fix code header.
9e1b8ec4 342
31ca4639 3432012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 344
f80efb86
SM
345 * cus-edit.el (customize-changed-options-previous-release):
346 Bump to 24.1.
31ca4639 347
642b6d30
AS
3482012-06-09 Andreas Schwab <schwab@linux-m68k.org>
349
350 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
351
4f5d2ba1
CY
3522012-06-09 Chong Yidong <cyd@gnu.org>
353
354 * ebuff-menu.el (electric-buffer-list): Preserve header line.
355
e75852fd
MR
3562012-06-09 Martin Rudalics <rudalics@gmx.at>
357
358 * window.el (special-display-popup-frame): Don't use
359 window--display-buffer (Bug#11651).
360
1e48e282
EZ
3612012-06-09 Eli Zaretskii <eliz@gnu.org>
362
8a26b487
EZ
363 Fix parallel builds: make sure loaddefs.el is not being written
364 while Lisp files are compiled.
365 (compile): Don't depend on 'mh-autoloads'.
366 (compile-CMD, compile-SH): Depend on 'autoloads'.
367 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
368
1e48e282
EZ
369 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
370
6175e34b
CY
3712012-06-09 Chong Yidong <cyd@gnu.org>
372
373 * face-remap.el (face-remap-add-relative, face-remap-set-base)
374 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
375 Doc fixes (Bug#11225).
376
d9857e53
SM
3772012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
380 a function if there's a clear indication that it has a compiler-macro.
381 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
382 (macro-declarations-alist): Add arglist to declaration functions.
383 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
384 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
385 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
386 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
387 Also add autoload to find the compiler macro.
388 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
389 (cl--compiler-macro-member, cl--compiler-macro-assoc)
390 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
391 (cl--compiler-macro-get): New functions, replacing calls to
392 cl-define-compiler-macro.
393 (cl-typep) [compiler-macro]: Use macroexp-let².
394
f81298f8 3952012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
396
397 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
398 string properly, fixes Bug#11473.
399
4b56d0fe
CY
4002012-06-08 Chong Yidong <cyd@gnu.org>
401
402 * faces.el (set-face-attribute): Doc fix.
403 (modify-face): Don't use :bold and :italic.
404 (error, warning, success): Tweak definitions.
405
406 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
407 (custom-modified, custom-set, custom-changed, custom-themed)
408 (custom-saved, custom-button, custom-button-mouse)
409 (custom-button-pressed, custom-state, custom-comment-tag)
410 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
411 (custom-group-subtitle): Use new-style face specs.
412 (custom-invalid-face, custom-rogue-face, custom-modified-face)
413 (custom-set-face, custom-changed-face, custom-saved-face)
414 (custom-button-face, custom-button-pressed-face)
415 (custom-documentation-face, custom-state-face)
416 (custom-comment-face, custom-comment-tag-face)
417 (custom-variable-tag-face, custom-variable-button-face)
418 (custom-face-tag-face, custom-group-tag-face-1)
419 (custom-group-tag-face): Remove obsolete face alias.
420
421 * epa.el (epa-validity-high, epa-validity-medium)
422 (epa-validity-low, epa-mark, epa-field-name, epa-string)
423 (epa-field-name, epa-field-body):
424 * font-lock.el (font-lock-comment-face, font-lock-string-face)
425 (font-lock-keyword-face, font-lock-builtin-face)
426 (font-lock-function-name-face, font-lock-variable-name-face)
427 (font-lock-type-face, font-lock-constant-face):
428 * ido.el (ido-first-match, ido-only-match, ido-subdir)
429 (ido-virtual, ido-indicator, ido-incomplete-regexp):
430 * speedbar.el (speedbar-button-face, speedbar-file-face)
431 (speedbar-directory-face, speedbar-tag-face)
432 (speedbar-selected-face, speedbar-highlight-face)
433 (speedbar-separator-face):
434 * whitespace.el (whitespace-newline, whitespace-space)
435 (whitespace-hspace, whitespace-tab, whitespace-trailing)
436 (whitespace-line, whitespace-space-before-tab)
437 (whitespace-space-after-tab, whitespace-indentation)
438 (whitespace-empty):
439 * emulation/cua-base.el (cua-global-mark):
440 * eshell/em-prompt.el (eshell-prompt):
441 * net/newst-plainview.el (newsticker-new-item-face)
442 (newsticker-old-item-face, newsticker-immortal-item-face)
443 (newsticker-obsolete-item-face, newsticker-date-face)
444 (newsticker-statistics-face, newsticker-default-face):
445 * net/newst-reader.el (newsticker-feed-face)
446 (newsticker-extra-face, newsticker-enclosure-face):
447 * net/newst-treeview.el (newsticker-treeview-face)
448 (newsticker-treeview-new-face, newsticker-treeview-old-face)
449 (newsticker-treeview-immortal-face)
450 (newsticker-treeview-obsolete-face)
451 (newsticker-treeview-selection-face):
452 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
453 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
454 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
455 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
456 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
457 (nxml-outline-active-indicator, nxml-outline-ellipsis):
458 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
459 (mpuz-text):
460 * progmodes/vera-mode.el (vera-font-lock-number)
461 (vera-font-lock-function, vera-font-lock-interface):
462 * textmodes/table.el (table-cell): Use new-style face specs, and
463 don't use the old :bold and :italic attributes.
464
465 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
466 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
467 (ebrowse-member-class, ebrowse-progress): Likewise.
468 (ebrowse-tree-mark-face, ebrowse-root-class-face)
469 (ebrowse-file-name-face, ebrowse-default-face)
470 (ebrowse-member-attribute-face, ebrowse-member-class-face)
471 (ebrowse-progress-face): Remove obsolete faces.
472
473 * progmodes/flymake.el (flymake-errline, flymake-warnline):
474 Inherit from error and warning faces respectively.
475
476 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
477 Likewise.
f80efb86
SM
478 (flyspell-incorrect-face, flyspell-duplicate-face):
479 Remove obsolete aliases.
4b56d0fe 480
03310646
MA
4812012-06-08 Michael Albinus <michael.albinus@gmx.de>
482
483 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
484 Avoid infloop.
485
513749ee
SM
4862012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
487
488 * startup.el (argv, argi): Make lexically scoped.
489 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
490 * emacs-lisp/cl-macs.el: Use lexical-binding.
491 Rename cl-bind-* to cl--bind-*.
492 * files.el: Don't require `cl' since it doesn't use it.
493 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
494
595ef4ad
JB
4952012-06-08 Juanma Barranquero <lekktu@gmail.com>
496
497 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
498 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
499 instead of calling external sort utility.
500 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
501
e9f66fcb
EZ
5022012-06-08 Eli Zaretskii <eliz@gnu.org>
503
504 * descr-text.el (describe-char): Mention how to insert the
505 character, if the current input method doesn't support it.
506 See the discussion in this thread for the details:
507 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
508
3d10db47
SS
5092012-06-08 Sam Steingold <sds@gnu.org>
510
511 * bindings.el (global-map): Bind XF86Forward to next-buffer and
512 XF86Back to previous-buffer.
513 (minibuffer-local-map): Bind them to next-history-element and
514 previous-history-element respectively.
515 * help-mode.el (help-mode-map): Bind them to help-go-forward and
516 help-go-back respectively.
517 * info.el (Info-mode-map): Bind them to Info-history-forward and
518 Info-history-back respectively.
519 These are the keys next to Up on the ThinkPad keyboard.
520
de7e2b36
SM
5212012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
522
523 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
524 * emacs-lisp/cl-macs.el: Provide itself.
525 (cl--labels-convert-cache): New var.
526 (cl--labels-convert): New function.
527 (cl-flet, cl-labels): New implementation with new semantics, relying on
528 lexical-binding.
529 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
530 (cl-closure-vars, cl--function-convert-cache)
531 (cl--function-convert): Move from cl-macs.el.
532 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
533 rename by removing the "cl-" prefix.
534 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
535
6fa6c4ae
SM
5362012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
539 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
540 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
541 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
542 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
543 (cl-hash-table-count): Add old compatibility aliases.
544
545 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
546 Use macroexpand-all-environment instead.
547 (cl--old-macroexpand): New var.
548 (cl--sm-macroexpand): New function.
549 (cl-symbol-macrolet): Use it during macro expansion.
550 (cl--function-convert-cache): New var.
551 (cl--function-convert): New function, extracted from
552 cl-macroexpand-all.
553 (cl-lexical-let): Use it.
554
555 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
556 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
557 (cl-member): Remove old alias.
558
559 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
560 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
561 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
562 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
563 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
564 (cl-macroexpand-cmacs): Remove var.
565 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
566 Use macroexpand-all instead.
567
4dd1c416
SM
5682012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
569
570 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
571 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
572 (macroexp-copyable-p): New functions and macros.
573 * emacs-lisp/edebug.el (edebug-unwrap):
574 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
575 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
576 (pcase--let*): Remove.
577 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
578 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
579 macroexp-const-p instead.
580 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
581
582 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
583 instead of "cl-" for internal definitions. Use macroexp-const-p.
584 (cl-old-bc-file-form): Remove var.
585 (cl-const-exprs-p): Remove fun.
586 (cl-labels, cl-macrolet): Use backquote.
587 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
588 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
589 (cl-define-setf-expander): Rename from cl-define-setf-method.
590 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
591
592 * international/mule-cmds.el: Don't require CL.
593 (view-hello-file): Don't use `letf'.
594
ed8bd4d7
SM
5952012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
596
7287f2f3
SM
597 * tmm.el (tmm-prompt): Use string-prefix-p.
598 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
599 (tmm-add-prompt): Use minibuffer-completion-help.
600 (tmm-delete-map): Remove.
601
ed8bd4d7
SM
602 * subr.el (kbd): Make it its own function.
603
7b4cdbf4
SM
6042012-06-07 Stefan Merten <smerten@oekonux.de>
605
606 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
607 Silence compiler warnings. Fix versions.
ed8bd4d7 608 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 609 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 610 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
611 (rst-package-emacs-version-alist): Correct Emacs version to
612 represent major merge with upstream.
ed8bd4d7 613 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 614
2b48d721
GM
6152012-06-06 Glenn Morris <rgm@gnu.org>
616
617 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
618 Only print environment variables if set.
619
fa779ab0
SM
6202012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
623 (macroexp--cons): Rename from maybe-cons.
624 (macroexp--accumulate): Rename from macroexp-accumulate.
625 (macroexp--all-forms): Rename from macroexpand-all-forms.
626 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
627 (macroexp--expand-all): Rename from macroexpand-all-1.
628
628299e0
SS
6292012-06-06 Sam Steingold <sds@gnu.org>
630
631 * calendar/calendar.el (calendar-in-read-only-buffer):
632 Call `special-mode' to enable the standard read-only keybindings.
633
b7bb5838
SM
6342012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
635
636 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
637 with "loading" messages (bug#11635).
638
dfb308ba
MA
6392012-06-06 Michael Albinus <michael.albinus@gmx.de>
640
641 * files.el (enable-remote-dir-locals): New option.
642 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
643
0372ee92
MA
644 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
645 Ensure, that the temp directory is local.
646
647 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
648 `temporary-file-directory'.
649
eed0bb91
MA
650 * progmodes/python.el (python-send-region): Ensure, that the
651 temporary file is created also in the remote case.
652
7a58f64d
GM
6532012-06-06 Glenn Morris <rgm@gnu.org>
654
f7dd4e98
GM
655 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
656 (vc-rcs-update-changelog): Use it.
657
276d5f5d
GM
658 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
659
7a58f64d
GM
660 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
661 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
662 (vc-sccs-diff): Replace use of the external vcdiff script.
663
daed4003
GM
6642012-06-05 Glenn Morris <rgm@gnu.org>
665
666 * ledit.el: Move to obsolete/.
667
48c455c7
SS
6682012-06-05 Sam Steingold <sds@gnu.org>
669
670 * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28
671 patch (Bug#11140).
672
57a7d507
SM
6732012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
674
d32926ff
SM
675 * emacs-list/cust-print.el: Move to obsolete.
676
53aacf21
SM
677 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
678 compiler-macro expansion.
679
57a7d507
SM
680 Add native compiler-macro support.
681 * emacs-lisp/macroexp.el (macroexpand-all-1):
682 Support compiler-macros directly. Properly follow aliases and apply
683 the compiler macros more thoroughly.
684 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
685 macroexpand now properly follows aliases.
686 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
687 (cl-compiler-macroexpand): Use new prop.
688 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
689
690 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
691
51a5f9d8
MR
6922012-06-05 Martin Rudalics <rudalics@gmx.at>
693
694 * window.el (get-lru-window, get-mru-window, get-largest-window):
695 New argument NOT-SELECTED to avoid picking the selected window.
696 (window--display-buffer-1, window--display-buffer-2): Replace by
697 new function window--display-buffer
698 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
699 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
700 Use window--display-buffer.
51a5f9d8
MR
701 (display-buffer-use-some-window): Remove temporary dedication
702 hack by calling get-lru-window and get-largest-window with
703 NOT-SELECTED argument non-nil. Call window--display-buffer.
704
08f9f738
GM
7052012-06-05 Glenn Morris <rgm@gnu.org>
706
707 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
708 Replace external vcdiff script.
709
e364a2b7
SM
7102012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
711
712 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
713
041df390
CY
7142012-06-04 Chong Yidong <cyd@gnu.org>
715
e364a2b7
SM
716 * image.el (imagemagick-types-inhibit): Revert last change.
717 Add INFO and M.
47b36b94 718 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 719
7c1898a7
SM
7202012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
721
722 * emacs-lisp/cl-lib.el: Rename from cl.el.
723 * emacs-lisp/cl.el: New compatibility file.
724 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
725 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
726 to obey the "cl-" prefix.
727 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
728
0c3461de
GM
7292012-06-03 Glenn Morris <rgm@gnu.org>
730
1e266c88
GM
731 * emacs-lisp/authors.el (authors-aliases): Addition.
732
0c3461de
GM
733 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
734 Fix :version.
735
d8a52e15
SM
7362012-06-03 Stefan Merten <smerten@oekonux.de>
737
738 * textmodes/rst.el: Add comments.
739 (rst-transition, rst-adornment): New faces.
740 (rst-adornment-faces-alist): Make default safe to reevaluate.
741 Fixes
742 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
743 Improve customization tags.
744 (rst-define-level-faces): Clarify meaning.
745
5205d6f6
CY
7462012-06-03 Chong Yidong <cyd@gnu.org>
747
748 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
749 (compilation-mode-line-run, compilation-mode-line-exit):
750 New faces.
5205d6f6
CY
751 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
752
757ee657
JD
7532012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
754
7c1898a7
SM
755 * progmodes/which-func.el (which-func-update-ediff-windows):
756 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 757
5f2c76c6
CY
7582012-06-03 Chong Yidong <cyd@gnu.org>
759
760 * bindings.el: Remove explicit help text from format-mode-line.
761 It is now supplied by mode-line-default-help-echo.
762 (mode-line-front-space, mode-line-end-spaces)
763 (mode-line-misc-info): New variables.
764 (mode-line-modes, mode-line-position): Move the default value to
765 the variable definition.
766 (mode-line-default-help-echo): New defcustom.
383f7350
CY
767 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
768 (mode-line-modified-help-echo): New functions.
769 (mode-line-mule-info, mode-line-modified): Use them.
770 (mode-line-eol-desc, propertized-buffer-identification):
771 Consistency fixes for help text.
cbe46e5f
CY
772 (mode-line-coding-system-map): Allow using mouse-3 to invoke
773 set-buffer-file-coding-system (Bug#289).
774 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 775
f2d6a3df
SM
7762012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
777
778 * simple.el (execute-extended-command): Set real-this-command
779 (bug#11506).
780
37269466
CY
7812012-06-02 Chong Yidong <cyd@gnu.org>
782
783 Remove incorrect uses of "modeline" in comments, docstrings, and
784 function/variable names (Bug#10329).
785
786 * cus-edit.el (mode-line):
787 * dframe.el (dframe-mouse-hscroll):
788 * emacs-lisp/re-builder.el:
789 * emacs-lisp/easy-mmode.el (define-minor-mode):
790 * frame.el (set-frame-name):
791 * help.el (lookup-minor-mode-from-indicator):
792 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
793 * progmodes/cc-cmds.el (c-toggle-auto-newline)
794 (c-toggle-hungry-state):
795 * progmodes/antlr-mode.el (antlr-language-alist):
796 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
797 * progmodes/vhdl-mode.el (vhdl-mode):
798 * progmodes/which-func.el (which-func, which-func-cleanup-function):
799 * term/ns-win.el (ns-face-at-pos):
800 * term/sup-mouse.el (sup-mouse-report):
801 * textmodes/flyspell.el (flyspell-mode-line-string):
802 * textmodes/ispell.el (ispell-highlight-face):
803 * textmodes/reftex-global.el:
804 * vc/vc-arch.el (vc-arch-mode-line-string):
805 * vc/vc-cvs.el (vc-cvs-mode-line-string):
806 * vc/vc-git.el (vc-git-mode-line-string):
807 * vc/vc-hooks.el (vc-display-status)
808 (vc-default-mode-line-string):
809 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
810
811 * ansi-color.el (ansi-color-faces-vector): Change default faces.
812
813 * dired.el (dired-sort-set-mode-line): Rename from
814 dired-sort-set-modeline. All callers changed.
815
816 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
817 eshell-status-in-modeline.
818
819 * foldout.el (foldout-mode-line-string): Rename from
820 foldout-modeline-string. All callers changed.
821 (foldout-update-mode-line): Rename from foldout-update-modeline.
822
823 * subr.el (redraw-modeline): Make into obsolete alias.
824
825 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
826 timeclock-modeline-display. Make old name an alias.
827 (timeclock-update-mode-line): Likewise. All callers changed.
828 (timeclock-mode-line-display): No need to check before using
829 add-hook.
830 (timeclock-relative, timeclock-day-over-hook)
831 (timeclock-use-elapsed, timeclock-mode-string)
832 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
833
834 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
835 crisp-mode-modeline-string.
836
837 * play/solitaire.el (solitaire-build-mode-line): Rename from
838 solitaire-build-modeline. All callers changed.
839
840 * play/zone.el (zone-hiding-mode-line): Rename from
841 zone-hiding-modeline. All callers changed.
842 (zone): Remove unusued `modeline-hidden-level' property.
843
844 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
845 xscheme-modeline-initialize. All callers changed.
846
847 * strokes.el (strokes-lighter): Rename from
848 strokes-modeline-string.
849
850 * textmodes/sgml-mode.el (html-face-tag-alist)
851 (html-tag-face-alist): Use mode-line face instead of obsolete
852 alias modeline.
853
42152ee4
SM
8542012-06-02 Stefan Merten <smerten@oekonux.de>
855
856 * textmodes/rst.el: Always require `cl'.
4cf9b38d 857 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 858
95f520b5
CY
8592012-06-02 Chong Yidong <cyd@gnu.org>
860
861 * image.el (imagemagick-enabled-types): Rename from
862 imagemagick-types-enable. Add many more types.
863 (imagemagick-types-inhibit): Change default to nil.
864 (imagemagick-filter-types): Caller changed.
865
4a5f187a
SM
8662012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
867
03fef3e6
SM
868 * emacs-lisp/cl-macs.el: Use backquotes.
869 (cl-transform-function-property): Use eval-and-compile rather than
870 abusing `require'.
871 (defstruct): Use declare-function instead of with-no-warnings.
872
4a5f187a
SM
873 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
874 (byte-compile-output-docform): Re-add the print-circle bindings.
875 (byte-compile-fix-header): Use #$ just because it's shorter.
876 (byte-compile-output-file-form): Remove defun/defmacro.
877
bd56924f
MR
8782012-06-01 Martin Rudalics <rudalics@gmx.at>
879
880 * simple.el (choose-completion): Remove now obsolete binding for
881 owindow.
882
046e38ce
MA
8832012-06-01 Michael Albinus <michael.albinus@gmx.de>
884
885 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
886 in order to avoid "Stack overflow in regexp matcher".
887
32d72c2f
GM
8882012-05-31 Glenn Morris <rgm@gnu.org>
889
890 * image.el: For clarity, call imagemagick-register-types at
891 top-level, rather than relying on a custom :initialize.
892 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
893 (imagemagick-filter-types): New function. (Bug#7406)
894 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
895 If disabling support, remove elements altogether rather
896 than using an impossible regexp.
897 (imagemagick-types-inhibit): Give it the default init function.
898
dd41169b
SM
8992012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
900
4a5f187a
SM
901 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
902 Handle arbitrary file name lengths (Bug#11585).
dd41169b 903
efc00ab1 9042012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
905
906 * desktop.el (desktop-read): Clear previous and next buffers for
907 all windows and bury *Messages* buffer (bug#11556).
908
500fcedc
SM
9092012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 Add `declare' for `defun'. Align `defmacro's with it.
912 * emacs-lisp/easy-mmode.el (define-minor-mode)
913 (define-globalized-minor-mode): Don't autoload the var definitions.
914 * emacs-lisp/byte-run.el: Use lexical-binding.
915 (defun-declarations-alist, macro-declarations-alist): New vars.
916 (defmacro, defun): Use them.
917 (make-obsolete, define-obsolete-function-alias)
918 (make-obsolete-variable, define-obsolete-variable-alias):
919 Use `declare'.
920 (macro-declaration-function): Mark obsolete.
921 * emacs-lisp/autoload.el: Use lexical-binding.
922 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
923
6e8a1786
AM
9242012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
925
926 * textmodes/ispell.el (ispell-with-no-warnings):
927 Define as a macro.
500fcedc
SM
928 (ispell-kill-ispell, ispell-change-dictionary):
929 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
930 `interactive-p'.
931
61b108cc
SM
9322012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
935 (macro-declaration-function): Move var from C code.
936 (macro-declaration-function): Define function with defalias.
937 * emacs-lisp/macroexp.el (macroexpand-all-1):
938 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
939 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
940 defun/defmacro any more.
941 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
942 Provide fallback for unknown arglist.
943 (byte-compile-arglist-warn): Change calling convention.
944 (byte-compile-output-file-form): Move print-vars binding.
945 (byte-compile-output-docform): Simplify accordingly.
946 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
947 (byte-compile-defmacro-declaration): Remove.
948 (byte-compile-file-form-defmumble): Generalize to defalias.
949 (byte-compile-output-as-comment): Return byte-positions.
950 Simplify callers accordingly.
951 (byte-compile-lambda): Use `assert'.
952 (byte-compile-defun, byte-compile-defmacro): Remove.
953 (byte-compile-file-form-defalias):
954 Use byte-compile-file-form-defmumble.
955 (byte-compile-defalias-warn): Remove.
956
6d3f7c2f
SM
9572012-05-29 Stefan Merten <smerten@oekonux.de>
958
959 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 960 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
961
962 (rst-mode-abbrev-table): Merge definition.
963 (rst-mode): Make sure `font-lock-defaults' is buffer local.
964 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
965
6dbaa1c7
UJ
9662012-05-29 Ulf Jasper <ulf.jasper@web.de>
967
968 * calendar/icalendar.el
969 (icalendar-export-region): Export UID properly.
970
9712012-05-29 Leo <sdl.web@gmail.com>
61b108cc
SM
972 * calendar/icalendar.el (icalendar-import-format):
973 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
974 (icalendar-import-format-uid): New.
975 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
976 Export UID.
977
6876a58d
SM
9782012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
979
980 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
981 different alternative patterns.
982 (pcase-codegen): Be more careful to preserve identity.
983 (pcase--u1): Don't forget to mark vars as used.
984
985 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
986 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
987 (byte-compile-from-buffer): ...rather than here.
988
989 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
990 functions from byte-compile-function-environment.
991
46b7967e
TN
9922012-05-29 Troels Nielsen <bn.troels@gmail.com>
993
994 * window.el (window-deletable-p): Avoid deleting the root window
995 of a frame with an active minibuffer.
996
69d565e2
MR
9972012-05-29 Martin Rudalics <rudalics@gmx.at>
998
999 * simple.el (choose-completion): Use quit-window (Bug#11567).
1000
a149fa51
CY
10012012-05-29 Chong Yidong <cyd@gnu.org>
1002
1003 * whitespace.el (whitespace-cleanup): Fix usage of
1004 whitespace-empty-at-bob-regexp (Bug#11492).
1005
2b311310
AH
10062012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1007
1008 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
1009 revert (Bug#11488).
1010
b9cb2387
JL
10112012-05-29 Juri Linkov <juri@jurta.org>
1012
1013 * isearch.el (isearch-mode-map): Bind `M-s _' to
1014 `isearch-toggle-symbol'. Bind `M-s c' to
1015 `isearch-toggle-case-fold'.
1016 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
1017 (isearch-forward): Add `M-s _' to the docstring.
1018 (isearch-forward-symbol, isearch-toggle-case-fold)
1019 (isearch-symbol-regexp): New functions. (Bug#11381)
1020
d5e61c1c
JL
10212012-05-29 Juri Linkov <juri@jurta.org>
1022
1023 * isearch.el (isearch-word): Add docstring. (Bug#11381)
1024 (isearch-occur, isearch-search-and-update): If `isearch-word' is
1025 a function, call it to get the regexp.
1026 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
1027 property `isearch-message-prefix' instead of the string "word ".
1028 (isearch-search-fun-default): For the case of `isearch-word',
1029 return a lambda that calls re-search-forward/re-search-backward
1030 with a regexp returned by `word-search-regexp' or by the function
1031 in `isearch-word'.
1032
8cbd80f7
JL
10332012-05-29 Juri Linkov <juri@jurta.org>
1034
1035 * isearch.el (isearch-search-fun-default): New function.
1036 (isearch-search-fun): Move default part to the new function
1037 `isearch-search-fun-default'.
1038 (isearch-search-fun-function): Set the default value to
1039 `isearch-search-fun-default'. (Bug#11381)
1040
1041 * comint.el (comint-history-isearch-end):
1042 Use `isearch-search-fun-default'.
1043 (comint-history-isearch-search): Use `isearch-search-fun-default'
1044 and remove spacial case for `isearch-word'.
1045 (comint-history-isearch-wrap): Remove spacial case for
1046 `isearch-word'.
1047
1048 * hexl.el (hexl-isearch-search-function):
1049 Use `isearch-search-fun-default'.
1050
1051 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
1052 Use `word-search-regexp' for `isearch-word'.
1053
1054 * misearch.el (multi-isearch-search-fun):
1055 Use `isearch-search-fun-default'.
1056
1057 * simple.el (minibuffer-history-isearch-search):
1058 Use `isearch-search-fun-default' and remove spacial case for
1059 `isearch-word'.
1060 (minibuffer-history-isearch-wrap): Remove spacial case for
1061 `isearch-word'.
1062
1063 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
1064 Remove spacial case for `isearch-word'.
1065 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
1066
85c8c5b6
AM
10672012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1068
1069 Decrease XEmacs incompatibilities.
1070 * textmodes/flyspell.el (flyspell-check-pre-word-p):
1071 Use `string-match'.
1072 (flyspell-delete-region-overlays): Use alternative definition for
1073 XEmacs.
1074 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
1075 (flyspell-word): Use `process-kill-without-query' if XEmacs.
1076 (flyspell-mode-on): Use `interactive-p' if XEmacs.
1077 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
1078 `define-obsolete-face-alias' under XEmacs, but old method.
1079
1080 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
1081 `with-no-warnings' definition or Emacs alias.
1082 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
1083 (ispell-word): Do not use `region-p' if XEmacs.
1084
8cab9efc
AM
10852012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1086
1087 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1088 Check for `ispell-dictionary-base-alist' instead of full
1089 `ispell-dictionary-alist'.
1090 (ispell-init-process): Show spellchecker when starting new Ispell
1091 process.
1092
fda91268
RZ
10932012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1094
1095 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
1096 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
1097
694ea8e3
JB
10982012-05-27 Juanma Barranquero <lekktu@gmail.com>
1099
1100 * version.el (motif-version-string, gtk-version-string)
1101 (ns-version-string): Declare.
1102
e4d4f539
JL
11032012-05-27 Juri Linkov <juri@jurta.org>
1104
1105 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
1106 after the `eval-defun-1' specialcaseing
1107 like in `edebug-eval-defun' (bug#10181).
1108
1109 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
1110 like in `eval-defun-1'.
1111
33017faf 11122012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 1113
fda91268
RZ
1114 * mail/sendmail.el (mail-yank-region):
1115 Recognize rmail-yank-current-message in addition to insert-buffer.
1116 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
1117 a *mail* buffer created through rmail-start-mail with sendmail as
1118 mail-user-agent.
1119
33017faf
GM
11202012-05-27 Chong Yidong <cyd@gnu.org>
1121
1122 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
1123 Default to 256 (Bug#11267).
1124
1125 * help.el (describe-mode): Doc fix.
1126
04188bb9
GM
11272012-05-26 Glenn Morris <rgm@gnu.org>
1128
38264cc9
GM
1129 * w32-fns.el (w32-init-info): Remove.
1130 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
1131
eb7afdad
GM
1132 * info.el (info-initialize): For self-contained NS builds, put the
1133 included info/ directory at the front. (Bug#2791)
1134
04188bb9
GM
1135 * paths.el (Info-default-directory-list): Make it a defcustom,
1136 mainly so that we can use custom-initialize-delay.
1137
a179e3f7
SM
11382012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1139
43416392
SM
1140 * subr.el (buffer-has-markers-at): Mark obsolete.
1141
a179e3f7 1142 * subr.el (lambda): Use declare.
43416392 1143
a179e3f7
SM
1144 * emacs-lisp/lisp-mode.el (lambda):
1145 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
1146
34a008d9
AH
11472012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1148
1149 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
1150
0a3b289f
GM
11512012-05-26 Glenn Morris <rgm@gnu.org>
1152
1153 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
1154
758c81e8
GM
11552012-05-25 Glenn Morris <rgm@gnu.org>
1156
f9f334f0
GM
1157 * paths.el: Remove no-byte-compile.
1158 * loadup.el: No need to load paths.el uncompiled.
1159
87eb79c2
GM
1160 * image.el (imagemagick-types-inhibit): Doc fix.
1161
758c81e8
GM
1162 * version.el: Remove no-byte-compile and associated formatting.
1163 * loadup.el: No need to load version.el uncompiled. AFAICS, this
1164 is ancient code from when there was an "inc-vers.el".
1165
e7e85dc0
SM
11662012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1167
1168 * progmodes/gdb-mi.el: Minor style changes.
1169 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
1170 Turn into minor modes.
1171 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
1172 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
1173 (gdb-shell): Remove unneeded let-binding.
1174 (gdb-get-many-fields): Eliminate O(n²) behavior.
1175
f31237a4
EZ
11762012-05-25 Eli Zaretskii <eliz@gnu.org>
1177
1178 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
1179 platforms that don't link in fontset.c.
1180
bc1b21bb
JL
11812012-05-25 Juri Linkov <juri@jurta.org>
1182
1183 Use the same diff color scheme as in modern VCSes (bug#10181).
1184
1185 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
1186 to avoid confusion with `diff-added' that now uses green colors.
1187 (diff-removed): Use shades of red.
1188 (diff-added): Use shades of green.
1189 (diff-changed): Leave just the yellow color.
1190 (diff-use-changed-face): New variable.
1191 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
1192 how to highlight context diff changes.
1193 (diff-refine-change): Use shades of yellow.
1194 (diff-refine-removed): New face that uses shades of red.
1195 (diff-refine-added): New face that uses shades of green.
1196 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
1197 `diff-refine-removed' in the call to `smerge-refine-subst'
1198 depending on the value of `diff-use-changed-face'.
1199
1200 * vc/smerge-mode.el (smerge-mine): Use shades of red.
1201 (smerge-other): Use shades of green.
1202 (smerge-base): Use shades of yellow.
1203 (smerge-refined-change): Empty face.
1204 (smerge-refined-removed): New face that uses shades of red.
1205 (smerge-refined-added): New face that uses shades of green.
1206 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
1207 args `props-r' and `props-a', and use them. Doc fix.
1208 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
1209 on its value use different faces `smerge-refined-change',
1210 `smerge-refined-removed', `smerge-refined-added' in the call to
1211 `smerge-refine-subst'.
1212
1213 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
1214 Add face condition `min-colors 88' with shades of red.
1215 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
1216 `min-colors 88' with shades of green.
1217 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
1218 `min-colors 88' with shades of yellow.
1219
6df9112c
GM
12202012-05-24 Glenn Morris <rgm@gnu.org>
1221
ead5edc0
GM
1222 * paths.el (prune-directory-list, remote-shell-program): Move to...
1223 * files.el (prune-directory-list, remote-shell-program): ...here.
1224 For the latter, delay initialization, prefer ssh, just search PATH.
1225
f18b81e6
GM
1226 * paths.el (term-file-prefix): Move to faces.el (the only user).
1227 * faces.el (term-file-prefix): Move here, make it a defcustom.
1228
ee2f89a6
GM
1229 * paths.el (news-directory, news-path, news-inews-program):
1230 Move to gnus/nnspool.el.
61a583ca 1231
f8815e4c
GM
1232 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
1233
c8f3b42c
GM
1234 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
1235 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
1236 Make the latter a defcustom, with a delayed initialization.
1237
6df9112c
GM
1238 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
1239 These were deleted from Gnus itself late 2010.
1240
5dadff36
JB
12412012-05-22 Juanma Barranquero <lekktu@gmail.com>
1242
9e1701c6
JB
1243 * progmodes/which-func.el (which-func-ff-hook):
1244 Check against user-error, not error.
1245
bd7239f5 1246 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
1247 cl-specs.el, which no longer exists.
1248
3290526d
GM
12492012-05-22 Glenn Morris <rgm@gnu.org>
1250
1251 * info.el (info-emacs-bug): New command.
1252 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
1253 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
1254
ff0c3cfb
GM
12552012-05-21 Glenn Morris <rgm@gnu.org>
1256
1257 * makefile.w32-in (update-subdirs-SH):
1258 * Makefile.in (update-subdirs): Update for moved update-subdirs.
1259
5814f126
SM
12602012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1261
a52c0aa0
SM
1262 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
1263
5814f126
SM
1264 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1265 Simplify Maven regexp, and make sure the file can't start with a space
1266 (bug#11517).
1267
b847032c
GM
12682012-05-21 Glenn Morris <rgm@gnu.org>
1269
1270 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1271 Scrap superfluous subshells.
1272
3858bfe7
SM
12732012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1274
1275 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
1276 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
1277
d14b0029
JB
12782012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1279
1280 * calc/calc.el (calc-ensure-consistent-units): New variable.
1281
a52c0aa0
SM
1282 * calc/calc-units.el (math-consistent-units-p)
1283 (math-check-unit-consistency): New functions.
1284 (calc-quick-units, calc-convert-units):
1285 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
1286 is non-nil.
d14b0029
JB
1287 (calc-extract-units): Fix typo.
1288
60c4db3a
SM
12892012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1290
77f3b62e
SM
1291 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
1292
60c4db3a
SM
1293 * textmodes/flyspell.el: Commenting style, plus code simplifications.
1294 (flyspell-default-deplacement-commands): Don't spell check after
1295 repeated window/frame switches (e.g. triggered by mouse-movement).
1296 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
1297 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
1298 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
1299 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
1300 Remove unused vars.
1301 (flyspell-get-casechars, flyspell-get-not-casechars):
1302 Simplify; Don't bother removing a ] just to add it back.
1303 * textmodes/ispell.el (ispell-program-name): Use executable-find.
1304
b1a10716
RS
13052012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1306
1307 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
1308 New functions.
bd7239f5 1309 (math-function-table): Add support for more C functions.
b1a10716 1310
3f1b25b5
AM
13112012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1312
1313 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1314 (flyspell-debug-signal-word-checked): Protect delay handling for
1315 otherchars against empty otherchars.
1316
b581bb5c
SM
13172012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1318
1319 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
1320 their respective macro declarations.
1321 * skeleton.el (define-skeleton):
1322 * progmodes/compile.el (define-compilation-mode):
1323 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
1324 (define-ibuffer-filter):
1325 * emacs-lisp/generic.el (define-generic-mode):
1326 * emacs-lisp/easy-mmode.el (define-minor-mode)
1327 (define-globalized-minor-mode):
1328 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
1329 * emacs-lisp/byte-run.el (defsubst):
1330 * custom.el (deftheme): Add doc-string metadata.
1331
70b8ef8f
SM
13322012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1333
1334 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
1335
b1198e17
SM
13362012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1337
9abdc45d
SM
1338 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
1339
b1198e17
SM
1340 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
1341 * emacs-lisp/cl-macs.el: Idem.
1342 * emacs-lisp/cl-specs.el: Remove.
1343
4735906a
SM
13442012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 Minor renaming of internal CL functions and variables.
1347 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
1348 (cl--position): Rename from cl-position.
1349 (cl--delete-duplicates): Rename from cl-delete-duplicates.
1350 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
1351 (cl--random-state): Rename from *random-state*.
1352
ac348012
SM
13532012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1354
1355 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
1356 parens around the arg list (bug#11499).
1357
4b32415c
FEG
13582012-05-16 Fabián Ezequiel Gallina <fgallina@cuca>
1359
1360 * progmodes/python.el: New python.el merge.
caf8412e
FEG
1361 (python-guess-indent): Obsolete Var.
1362 (python-indent-guess-indent-offset): New Defcustom.
1363 (python-indent): Obsolete Var.
1364 (python-indent-offset): New Defcustom.
1365 (python-python-command, python-jython-command): Delete Var.
1366 (python-shell-interpreter): New Defcustom.
1367 (python-pdbtrack-do-tracking-p): Delete Var.
1368 (python-pdbtrack-activate): New Defcustom.
1369 (python-use-skeletons): Obsolete Var.
1370 (python-skeleton-autoinsert): New Defcustom.
4b32415c
FEG
1371 (inferior-python-filter-regexp, python-continuation-offset)
1372 (python-honour-comment-indentation, python-indent-string-contents)
1373 (python-jython-packages, python-mode-hook)
1374 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
caf8412e
FEG
1375 (python-shell-prompt-alist)
1376 (python-source-modes): Delete Defcustoms.
4b32415c
FEG
1377 (python-check-buffer-name, python-eldoc-setup-code)
1378 (python-eldoc-string-code, python-ffap-setup-code)
1379 (python-ffap-string-code, python-fill-comment-function)
1380 (python-fill-decorator-function, python-fill-paren-function)
1381 (python-fill-string-function, python-imenu-include-defun-type)
1382 (python-imenu-make-tree, python-imenu-subtree-root-label)
caf8412e
FEG
1383 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1384 (python-shell-compilation-regexp-alist)
4b32415c
FEG
1385 (python-shell-completion-module-string-code)
1386 (python-shell-completion-pdb-string-code)
1387 (python-shell-completion-setup-code)
1388 (python-shell-completion-string-code)
1389 (python-shell-enable-font-lock, python-shell-exec-path)
1390 (python-shell-extra-pythonpaths)
caf8412e
FEG
1391 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1392 (python-shell-process-environment)
4b32415c
FEG
1393 (python-shell-prompt-block-regexp)
1394 (python-shell-prompt-output-regexp)
1395 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1396 (python-shell-send-setup-max-wait, python-shell-setup-codes)
caf8412e 1397 (python-shell-virtualenv-path): New Defcustoms.
4b32415c
FEG
1398 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1399 (inferior-python-mode-syntax-table, python--prompt-regexp)
1400 (python-buffer, python-command python-python-command)
1401 (python-default-template, python-imports, python-indent-index)
1402 (python-indent-list, python-indent-list-length)
1403 (python-mode-running, python-pdbtrack-is-tracking-p)
1404 (python-preoutput-continuation, python-preoutput-leftover)
1405 (python-preoutput-result, python-preoutput-skip-next-prompt)
1406 (python-prev-dir/file, python-recursing)
1407 (python-saved-check-command, python-version-checked)
caf8412e
FEG
1408 (python-which-func-length-limit)
1409 (view-return-to-alist): Delete Vars.
4b32415c
FEG
1410 (python-check-custom-command, python-dotty-syntax-table)
1411 (python-imenu-index-alist, python-indent-current-level)
1412 (python-indent-dedenters, python-indent-levels)
1413 (python-nav-beginning-of-defun-regexp)
1414 (python-nav-list-defun-positions-cache)
1415 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
caf8412e
FEG
1416 (python-shell-internal-buffer)
1417 (python-skeleton-available): New Vars.
1418 (def-python-skeleton): Delete Macro.
1419 (python-skeleton-define): New Macro.
1420 (python-define-auxiliary-skeleton, python-rx): New Macros.
1421 (python-insert-class): Delete Command.
1422 (python-skeleton-class): New Command.
1423 (python-insert-def): Delete Command.
1424 (python-skeleton-def): New Command.
1425 (python-insert-for): Delete Command.
1426 (python-skeleton-for): New Command.
1427 (python-insert-if): Delete Command.
1428 (python-skeleton-if): New Command.
1429 (python-insert-try/except)
1430 (python-insert-try/finally): Delete Commands.
1431 (python-skeleton-try): New Command.
1432 (python-insert-while): Delete Command.
1433 (python-skeleton-while): New Command.
1434 (python-backspace): Delete Command.
1435 (python-indent-dedent-line-backspace): New Command.
1436 (python-electric-colon): Delete Command.
1437 (python-indent-electric-colon): New Command.
1438 (python-guess-indent): Delete Command.
1439 (python-indent-guess-indent-offset): New Command.
1440 (python-shift-left): Delete Command.
1441 (python-indent-shift-left): New Command.
1442 (python-shift-right): Delete Command.
1443 (python-indent-shift-right): New Command.
1444 (python-find-function): Delete Command.
1445 (python-nav-jump-to-defun): New Command.
1446 (python-next-statement): Delete Command.
1447 (python-nav-forward-sentence): New Command.
1448 (python-previous-statement): Delete Command.
1449 (python-nav-backward-sentence): New Command.
1450 (python-fill-paragraph): Delete Command.
1451 (python-fill-paragraph-function): New Command.
1452 (python-send-buffer): Delete Command.
1453 (python-shell-send-buffer): New Command.
1454 (python-send-defun): Delete Command.
1455 (python-shell-send-defun): New Command.
1456 (python-send-region, python-send-region-and-go): Delete Commands.
1457 (python-shell-send-region)
1458 (python-shell-switch-to-shell): New Commands.
1459 (python-send-string): Delete Command.
1460 (python-shell-send-string): New Command.
1461 (python-switch-to-python): Delete Command.
1462 (python-shell-switch-to-shell): New Command.
1463 (python-describe-symbol): Delete Command.
4b32415c
FEG
1464 (python-eldoc-at-point): New Command.
1465 (python--set-prompt-regexp, python-args-to-list)
1466 (python-after-info-look, python-check-version)
1467 (python-check-comint-prompt, python-find-imports)
1468 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1469 (python-unload-function, python-expand-template)
1470 (python-maybe-jython, python-preoutput-filter)
1471 (python-pdbtrack-get-source-buffer)
1472 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1473 (python-pdbtrack-toggle-stack-tracking)
1474 (python-pdbtrack-track-stack-file, python-initial-text)
1475 (python-first-word, python-comment-line-p, python-send-command)
1476 (python-setup-brm, python-sentinel, python-set-proc)
1477 (python-skip-out, python-input-filter, python-outdent-p)
1478 (python-outline-level, python-backslash-continuation-line-p)
1479 (python-end-of-block, python-end-of-statement, python-mark-block)
1480 (python-beginning-of-block, python-beginning-of-statement)
1481 (python-blank-line-p, python-beginning-of-string)
caf8412e
FEG
1482 (python-open-block-statement-p): Delete Functions.
1483 (python-indent-line, python-indent-line-1): Delete Functions.
1484 (python-indent-line): New Function.
1485 (python-indentation-levels): Delete Function.
1486 (python-indent-calculate-levels): New Function.
1487 (python-proc): Delete Function.
1488 (python-shell-get-process): New Function.
1489 (python-send-receive): Delete Function.
1490 (python-shell-send-string-no-output): New Function.
1491 (python-module-path): Delete Function.
1492 (python-ffap-module-path): New Function.
1493 (python-completion-at-point)
1494 (python-symbol-completions): Delete Functions.
1495 (python-completion-complete-at-point): New Function.
1496 (python-load-file): Delete Function.
1497 (python-shell-send-file): New Function.
1498 (python-calculate-indentation): Delete Function.
1499 (python-indent-calculate-indentation): New Function.
1500 (python-skip-comments/blanks): Delete Function.
1501 (python-util-forward-comment): New Function.
1502 (python-continuation-line-p): Delete Function.
1503 (python-info-continuation-line-p): New Function.
1504 (python-which-func, python-current-defun): Delete Function.
1505 (python-info-current-defun): New Function.
1506 (python-beginning-of-defun): Delete Function.
1507 (python-nav-beginning-of-defun): New Function.
1508 (python-close-block-statement-p)
1509 (python-block-end-p): Delete Function.
1510 (python-info-closing-block): New Function.
4b32415c
FEG
1511 (python-comint-output-filter-function)
1512 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1513 (python-fill-comment, python-fill-decorator, python-fill-paren)
1514 (python-fill-string, python-imenu-make-element-tree)
1515 (python-imenu-make-tree, python-imenu-tree-assoc)
1516 (python-indent-context, python-indent-dedent-line)
1517 (python-indent-line-function)
1518 (python-indent-post-self-insert-function)
1519 (python-indent-toggle-levels)
1520 (python-info-assignment-continuation-line-p)
1521 (python-info-beginning-of-backlash)
1522 (python-info-block-continuation-line-p)
caf8412e 1523 (python-info-closing-block-message)
4b32415c
FEG
1524 (python-info-line-ends-backslash-p)
1525 (python-info-looking-at-beginning-of-defun)
1526 (python-info-ppss-context, python-info-ppss-context-type)
1527 (python-nav-list-defun-positions, python-nav-read-defun)
1528 (python-nav-sentence-end, python-nav-sentence-start)
1529 (python-pdbtrack-comint-output-filter-function)
1530 (python-pdbtrack-set-tracked-buffer)
1531 (python-shell-calculate-exec-path)
1532 (python-shell-calculate-process-environment)
1533 (python-shell-completion--do-completion-at-point)
1534 (python-shell-completion--get-completions)
1535 (python-shell-completion-complete-at-point)
1536 (python-shell-completion-complete-or-indent)
1537 (python-shell-get-or-create-process)
1538 (python-shell-get-process-name)
1539 (python-shell-internal-get-or-create-process)
1540 (python-shell-internal-get-process-name)
1541 (python-shell-internal-send-string, python-shell-make-comint)
1542 (python-shell-parse-command, python-shell-send-setup-code)
1543 (python-skeleton-add-menu-items)
1544 (python-util-clone-local-variables, python-util-position)
caf8412e
FEG
1545 (run-python-internal, python-indentation-levels)
1546 (python-nav-beginning-of-defun)
1547 (python-completion-complete-at-point): New Functions.
1548 (run-python): Change arguments. New API Requirements.
4b32415c 1549
a0a79cde
JL
15502012-05-17 Juri Linkov <juri@jurta.org>
1551
1552 * isearch.el (word-search-regexp, word-search-backward)
1553 (word-search-forward, word-search-backward-lax)
1554 (word-search-forward-lax): Move functions from search.c
1555 (bug#10145, bug#11381).
1556
65034a51
AM
15572012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1558
1559 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1560 (flyspell-debug-signal-word-checked): Delay for otherchars as for
1561 normal word components.
1562
1a72a195
SM
15632012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 * minibuffer.el (completion--sifn-requote): Fix last change.
1566 (minibuffer-local-must-match-filename-map):
1567 Move define-obsolete-variable-alias before its var.
1568
fdb058c2
SM
15692012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1570
c41045e6
SM
1571 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
1572
036dfb8b
SM
1573 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
1574 behavior.
1575 (completion--string-equal-p): New function.
1576 (completion--twq-all): Use it to get better assertion failure data.
1577
2473256d
SM
1578 Only handle ".." and '..' quoting in shell-mode (bug#11466).
1579 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
1580 (shell--requote-argument): New functions.
1581 (shell-completion-vars): Use them.
1582 (shell--parse-pcomplete-arguments): Rename from
1583 shell-parse-pcomplete-arguments.
1584 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
1585 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
1586 Obey comint-file-name-quote-list.
1587
fdb058c2
SM
1588 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
1589 (smie-indent-keyword): Use it.
1590
51fa99f1
SM
15912012-05-14 Stefan Merten <smerten@oekonux.de>
1592
1593 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
1594
e18afed7 15952012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
1596
1597 * net/rlogin.el (rlogin-mode-map): Fix last change.
1598
e18afed7 15992012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
1600
1601 * mail/smtpmail.el (smtpmail-send-command): Send the command and
1602 the following \r\n using a single `process-send-string', since the
1603 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 1604 with two `process-send-string's (Bug#11444).
8633b1f4 1605
e18afed7 16062012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 1607
fdb058c2
SM
1608 * shell.el (shell-parse-pcomplete-arguments):
1609 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 1610
2d21d7f6
WJ
16112012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
1612
e18afed7 1613 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
1614 (image-transform-scale, image-transform-right-angle-fudge): New vars.
1615 (image-transform-width, image-transform-fit-width): New functions.
1616 (image-transform-properties): Use them.
1617 (image-transform-check-size): New function.
1618 (image-toggle-display-image): Use it (for testing).
1619 (image-transform-set-rotation): Reduce angle mod 360.
1620 Delete obsolete comment.
1621
7102e6d0
WJ
16222012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
1623
1624 * image-mode.el: Fix scaling (bug#11399).
1625 (image-transform-resize): Doc fix.
1626 (image-transform-properties): Default scale is 1 and height should
1627 be an integer.
1628
06bc5e6e
SM
16292012-05-13 Johan Bockgård <bojohan@gnu.org>
1630
1631 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
1632 than hard-coding `car', to fix misbehavior when moving forward.
1633
0ae03b6a
CY
16342012-05-13 Chong Yidong <cyd@gnu.org>
1635
1636 * emacs-lisp/tabulated-list.el (tabulated-list-format)
1637 (tabulated-list-entries, tabulated-list-padding)
1638 (tabulated-list-sort-key): Make permanent-local.
1639
1640 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
1641 (electric-buffer-list): Put electric buffer menu
1642 command descriptions in this docstring, instead of the docstring
1643 of electric-buffer-menu-mode. Code cleanups.
1644 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
1645 Electric-buffer-menu-mode.
1646 (electric-buffer-update-highlight): Minor code cleanup.
1647
205a7391
MA
16482012-05-13 Michael Albinus <michael.albinus@gmx.de>
1649
1650 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
1651 (Bug#11447)
1652
e5bd0a28
SM
16532012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1654
1655 Move define-obsolete-variable-alias before the var's definition.
1656 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
1657 * tooltip.el (tooltip-hook):
1658 * textmodes/reftex-toc.el (reftex-toc-map):
1659 * textmodes/reftex-sel.el (reftex-select-label-map)
1660 (reftex-select-bib-map):
1661 * textmodes/reftex-index.el (reftex-index-map)
1662 (reftex-index-phrases-map):
1663 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
1664 * progmodes/meta-mode.el (meta-mode-map):
1665 * novice.el (disabled-command-hook):
1666 * loadhist.el (unload-hook-features-list):
1667 * frame.el (blink-cursor):
1668 * files.el (find-file-not-found-hooks, write-file-hooks)
1669 (write-contents-hooks):
1670 * emulation/tpu-edt.el (GOLD-map):
1671 * emacs-lock.el (emacs-lock-from-exiting):
1672 * emacs-lisp/generic.el (generic-font-lock-defaults):
1673 * emacs-lisp/chart.el (chart-map):
1674 * dos-fns.el (register-name-alist):
1675 * dired-x.el (dired-omit-files-p):
1676 * desktop.el (desktop-enable):
1677 * cus-edit.el (custom-mode-hook):
1678 * buff-menu.el (buffer-menu-mode-hook):
1679 * bookmark.el (bookmark-read-annotation-text-func)
1680 (bookmark-exit-hooks):
1681 * allout.el (allout-mode-deactivate-hook)
1682 (allout-exposure-change-hook, allout-structure-added-hook)
1683 (allout-structure-deleted-hook, allout-structure-shifted-hook):
1684 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
1685 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
1686 comes before the corresponding variable's definition.
1687
ac59c2f6
CY
16882012-05-12 Chong Yidong <cyd@gnu.org>
1689
1690 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
1691 (Buffer-menu-mouse-select): Restore function (Bug#11459).
1692 (Buffer-menu-mode-map): Bind it.
1693 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 1694
dee6c9a3
SM
16952012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1696
2171cea5
SM
1697 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
1698 (prolog-upper-case-string, prolog-lower-case-string)
1699 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
1700 (prolog-use-smie, prolog-smie-grammar): New vars.
1701 (prolog-smie-forward-token, prolog-smie-backward-token)
1702 (prolog-smie-rules): New funs.
1703 (prolog-comment-indent): Remove.
1704 (prolog-mode-variables): Use default comment indentation instead.
1705 Setup SMIE.
1706 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
1707 (prolog-mode): Don't call them any more.
1708 (prolog-electric-colon, prolog-electric-dash)
1709 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
1710
aa0382bd
SM
1711 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
1712
dbacb4bd
SM
1713 * minibuffer.el (completion--twq-all): Again, allow case differences.
1714
13bdd94c
SM
1715 * term.el: Move keymap initialization code to be more idiomatic.
1716 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
1717 (term-terminal-menu): Move initialization into declaration.
1718 (term-escape-char): Let the user set it in her .emacs.
1719
ff46c759
SM
1720 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
1721 Provide SMIE-based indentation (not enabled by default yet).
1722 (sh-mode-map): Don't bind electric keys.
1723 Use electric-pair-mode instead of skeleton-pair.
1724 (sh-assignment-regexp): Fit within 80 columns.
1725 (sh-indent-supported): Specify actual shell name instead of boolean.
1726 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
1727 (sh-maybe-here-document): Use it. Make obsolete.
1728 (sh-electric-here-document-mode) New minor mode.
1729 (sh-mode): Use it. Don't set sh-indent-supported-here here.
1730 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
1731 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
1732 (sh-smie-rc-grammar, sh-use-smie): New vars.
1733 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
1734 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
1735 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
1736 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
1737 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
1738 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
1739 (sh-set-shell): Use smie-setup if requested.
1740
dee6c9a3
SM
1741 * term.el (term-set-escape-char): Properly set term-escape-char.
1742 See http://stackoverflow.com/questions/10524656.
1743
9f9aa044
CY
17442012-05-10 Chong Yidong <cyd@gnu.org>
1745
1746 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
1747 Use url-generic-parse-url, and handle host names and Windows
1748 filenames properly.
1749 (ffap-url-unwrap-remote): Use url-generic-parse-url.
1750 (ffap-url-unwrap-remote): Accept list values, specifying a list of
1751 URL schemes to work on.
1752 (ffap--toggle-read-only): New function.
1753 (ffap-read-only, ffap-read-only-other-window)
1754 (ffap-read-only-other-frame): Use it.
1755 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
1756 necessary for ffap-url-unwrap-remote.
1757
836d29b3
DA
17582012-05-10 Dave Abrahams <dave@boostpro.com>
1759
1760 * cus-start.el (create-lockfiles): Add it.
1761
00fd78ed
CY
17622012-05-09 Chong Yidong <cyd@gnu.org>
1763
1764 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
1765 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
1766
666b903b 17672012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
1768
1769 * shell.el (shell-completion-vars): Fix last change (bug#11348).
1770
666b903b 17712012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
1772
1773 * ansi-color.el (ansi-color-process-output): Check for validity of
1774 comint-last-output-start before using it. This avoids a bad
1775 interaction with gdb-mi's input/output buffer.
1776
666b903b 17772012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
1778
1779 * files.el (dir-locals-read-from-file):
1780 Mention dir-locals in any error message.
1781
666b903b 17822012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
1783
1784 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
1785 package (Bug#11410).
1786
f677562b
CY
1787 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
1788 variables into description.
1789
666b903b 17902012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
1791
1792 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
1793 shell-delimiter-argument-list (bug#11348).
1794 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
1795
b499d8d0
JB
17962012-05-09 Juanma Barranquero <lekktu@gmail.com>
1797
8f6b6da8
JB
1798 * textmodes/rst.el: Silence byte-compiler warnings.
1799 (rst-re-alist, rst-reset-section-caches): Move around.
1800 (rst-re): Use `characterp', not `char-valid-p'.
1801 (font-lock-beg, font-lock-end): Declare.
1802
4824146a
JB
1803 * progmodes/idlw-shell.el (specs): Remove reference to deleted
1804 variable `idlwave-shell-activate-alt-keybindings' and simplify.
1805
b499d8d0
JB
1806 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
1807
ad89bb83
GM
18082012-05-08 Glenn Morris <rgm@gnu.org>
1809
1810 * files.el (auto-mode-alist): Treat ".make" like ".mk".
1811
8bba5a75
SM
18122012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1813
49ed9c8e
SM
1814 * vc/log-edit.el: Add GNU coding standards highlighting.
1815 (log-edit-font-lock-gnu-style)
1816 (log-edit-font-lock-gnu-keywords): New vars.
1817 (log-edit-font-lock-keywords): New fun.
1818 (log-edit-mode): Don't fold case in font-lock.
1819 (log-edit-font-lock-keywords): Do not assume case-folding.
1820
07d00b56
SM
1821 * imenu.el: Misc cleanup. Make docstrings out of comments.
1822 Use lexical-binding.
1823 (imenu--index-alist, imenu--last-menubar-index-alist)
1824 (imenu-menubar-modified-tick): Use defvar-local.
1825 (imenu--split-menu): Remove unused var.
1826 (imenu--cleanup-seen): Declare as global.
1827 (imenu--cleanup): Use dolist.
1828
8bba5a75
SM
1829 * subr.el (defvar-local): Add debug spec and doc-string position.
1830
5075bdb5
GM
18312012-05-08 Glenn Morris <rgm@gnu.org>
1832
c052c904
GM
1833 * lisp/language/burmese.el, language/cham.el, language/czech.el:
1834 * language/english.el, language/georgian.el, language/greek.el:
1835 * language/japanese.el, language/khmer.el, language/korean.el:
1836 * language/lao.el, language/misc-lang.el, language/romanian.el:
1837 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
1838 * language/thai.el, language/utf-8-lang.el:
1839 Remove no-byte-compile setting.
1840
5075bdb5
GM
1841 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
1842
06f679a7
AH
18432012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1844
1845 * progmodes/make-mode.el (makefile-browse):
1846 Remove unnecessary interactive. (Bug#11324)
1847
03794570
GM
18482012-05-07 Glenn Morris <rgm@gnu.org>
1849
af8630f4
GM
1850 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
1851
03794570
GM
1852 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
1853
f0809a9d
SM
18542012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1855
28be5ce7
SM
1856 * loadup.el: Preload newcomment.el.
1857 * newcomment.el: Move autoload-only code to toplevel.
1858
f0809a9d
SM
1859 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
1860 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
1861 Handle new :right-align column property.
1862 (tabulated-list-print-col): Idem, plus use `display' text-property to
1863 try and preserve alignment for variable pitch fonts.
1864
1241b724
CY
18652012-05-07 Chong Yidong <cyd@gnu.org>
1866
1867 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
1868 (tabulated-list-use-header-line): New var.
1869 (tabulated-list-init-header): Use it.
1870 (tabulated-list-print-fake-header): New function.
1871 (tabulated-list-print): Use it.
1872 (tabulated-list-sort-button-map): Add non-header-line commands.
1873 (tabulated-list-init-header): Add column name property to basic
1874 labels as well.
1875 (tabulated-list-col-sort): Handle non-header-line button case.
1876 (tabulated-list--sort-by-column-name): Fix a corner case.
1877
f0809a9d
SM
1878 * buff-menu.el (list-buffers--refresh):
1879 Handle Buffer-menu-use-header-line.
1241b724 1880
e5f9458f
CY
18812012-05-06 Chong Yidong <cyd@gnu.org>
1882
1883 * buff-menu.el: Convert to Tabulated List mode.
1884 (Buffer-menu-buffer+size-width): Make obsolete.
1885 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
1886 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
1887 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
1888 documentation into docstring of buffer-menu.
1889 (Buffer-menu-toggle-files-only): Add an informative message.
1890 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
1891 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
1892 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
1893 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
1894 (Buffer-menu-execute, Buffer-menu-select)
1895 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
1896 (Buffer-menu-bury): Use Tabulated List machinery.
1897 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
1898 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 1899 Delete.
e5f9458f
CY
1900 (list-buffers--refresh): New function.
1901 (list-buffers-noselect): Use it.
1902 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
1903 (Buffer-menu--pretty-file-name): New helper functions.
1904
1905 * loadup.el: Preload tabulated-list.
1906
1907 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
1908 tabulated-list-sort-column.
1909 (tabulated-list-init-header): Add the initial aligning space even
1910 if tabulated-list-padding is zero.
1911
e129292c
CS
19122012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
1913
1914 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
1915 whose cdr is not a cons cell correctly (bug#11038).
1916
6632d361
CY
19172012-05-06 Chong Yidong <cyd@gnu.org>
1918
e129292c
CS
1919 * emacs-lisp/tabulated-list.el (tabulated-list-format):
1920 Accept additional plist in column descriptors.
6632d361
CY
1921 (tabulated-list-init-header): Obey it.
1922 (tabulated-list-get-entry): New function.
1923 (tabulated-list-put-tag): Use it. Use string-width instead of
1924 length.
1925 (tabulated-list--column-number): New function.
1926 (tabulated-list-print): Use it.
e129292c
CS
1927 (tabulated-list-print-col): New function.
1928 Set `tabulated-list-column-name' property on each column's text.
6632d361 1929 (tabulated-list-print-entry): Use it.
e129292c
CS
1930 (tabulated-list-delete-entry, tabulated-list-set-col):
1931 New functions.
6632d361
CY
1932 (tabulated-list-sort-column): New command (Bug#11337).
1933
3cc99f68
CY
1934 * buff-menu.el (list-buffers): Move C-x C-b binding from
1935 buff-menu.el to bindings.el.
1936
1937 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
1938 :advertised-binding feature.
1939
52b61776
TN
19402012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
1941
1942 * progmodes/compile.el (compilation-internal-error-properties):
1943 Calculate start position correctly when end-col is set but
1944 end-line is not (Bug#11382).
1945
ebfe2597
WJ
19462012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
1947
1948 * man.el (Man-unindent): Use text-property-default-nonsticky to
1949 prevent untabify from inheriting face properties (Bug#11408).
1950
6d3f7c2f
SM
19512012-05-05 Stefan Merten <smerten@oekonux.de>
1952
1953 * textmodes/rst.el: Major merge with upstream development up to
1954 Docutils SVN r7399 / rst.el V1.2.1.
1955
1956 Clarify maintainership and authors.
1957
1958 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
1959 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
1960 (rst-official-version, rst-official-cvs-rev, rst-version)
1961 (rst-package-emacs-version-alist): New functions and variables
1962 for version information.
1963
1964 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
1965 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
1966 (rst-mode-syntax-table, rst-mode): New and corrected functions
1967 and variables representing reStructuredText features.
1968
1969 (rst-re): New function for reStructuredText regexes. Use in
1970 many places.
1971
1972 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
1973 (rst-mode-map): Rebind keys.
1974
1975 (rst-mode-lazy, rst-font-lock-keywords)
1976 (rst-font-lock-extend-region)
1977 (rst-font-lock-extend-region-internal)
1978 (rst-font-lock-extend-region-extend)
1979 (rst-font-lock-find-unindented-line-limit)
1980 (rst-font-lock-find-unindented-line-match)
1981 (rst-adornment-level, rst-font-lock-adornment-level)
1982 (rst-font-lock-adornment-match)
1983 (rst-font-lock-handle-adornment-pre-match-form)
1984 (rst-font-lock-handle-adornment-matcher): Major revision of
1985 font-locking. Integrate with other code. Use `jit-lock-mode'.
1986
1987 (rst-preferred-adornments, rst-adjust-hook)
1988 (rst-new-adornment-down, rst-preferred-bullets)
1989 (rst-preferred-bullets, rst-indent, rst-indent-width)
1990 (rst-indent-field, rst-indent-literal-normal)
1991 (rst-indent-literal-minimized, rst-indent-comment): Change,
1992 extend and improve customization.
1993
1994 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
1995 (rst-normalize-cursor-position, rst-get-decoration)
1996 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
1997 (rst-rstrip, rst-toc-insert-find-delete-contents)
1998 (rst-shift-fill-region, rst-compute-bullet-tabs)
1999 (rst-debug-print-tabs, rst-debug-mark-found)
2000 (rst-shift-region-guts, rst-shift-region-right)
2001 (rst-shift-region-left, rst-use-char-classes)
2002 (rst-font-lock-keywords-function)
2003 (rst-font-lock-indentation-point)
2004 (rst-font-lock-find-unindented-line-begin)
2005 (rst-font-lock-find-unindented-line-end)
2006 (rst-font-lock-find-unindented-line)
2007 (rst-font-lock-adornment-point, rst-font-lock-level)
2008 (rst-adornment-level-alist): Remove functions and variables.
2009
2010 (rst-compare-adornments, rst-get-adornment-match)
2011 (rst-suggest-new-adornment, rst-get-adornments-around)
2012 (rst-adornment-complete-p, rst-get-next-adornment)
2013 (rst-adjust-adornment, rst-display-adornments-hierarchy)
2014 (rst-straighten-adornments): Standardize function names to
2015 use "adornment" instead of "decoration". Correct callers.
2016 Similar standardizing in many places.
2017
2018 (rst-update-section, rst-adjust, rst-promote-region)
2019 (rst-enumerate-region, rst-bullet-list-region)
2020 (rst-repeat-last-character): Correct use of `interactive'.
2021
2022 (rst-classify-adornment, rst-find-all-adornments)
2023 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
2024 (rst-find-leftmost-column, rst-repeat-last-character):
2025 Refactor functions.
2026
2027 (rst-find-title-line, rst-reset-section-caches)
2028 (rst-get-adornments-around, rst-adjust-adornment-work)
2029 (rst-arabic-to-roman, rst-roman-to-arabic)
2030 (rst-insert-list-pos, rst-insert-list-new-item)
2031 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
2032 New functions.
2033
2034 (rst-all-sections, rst-section-hierarchy)
2035 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
2036 New variables.
2037
2038 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
2039 configuration instead of only buffer. Change where necessary.
2040
2041 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
2042 (rst-shift-region, rst-adaptive-fill): New functions for
2043 indentation and filling.
2044
2045 (rst-comment-line-break, rst-comment-indent)
2046 (rst-comment-insert-comment, rst-comment-region)
2047 (rst-uncomment-region): New functions for handling comments.
2048
2049 (rst-compile): Quote shell arguments.
2050
2051 (rst-compile-pdf-preview, rst-compile-slides-preview):
2052 Delete temporary files after use.
2053
a43f98b3
GM
20542012-05-05 Glenn Morris <rgm@gnu.org>
2055
48176e8b
GM
2056 * calendar/cal-html.el: Optionally include holidays in the output.
2057 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
2058 (cal-html-holidays): New option.
2059 (cal-html-css-default): Add holiday entry.
2060 (holiday-in-range): Autoload it.
2061 (cal-html-htmlify-entry): Add optional class argument.
2062 (cal-html-htmlify-list): Add optional holidays argument.
2063 (cal-html-insert-agenda-days): Include holidays in the output.
2064 (cal-html-one-month): Maybe include holidays.
2065
a43f98b3
GM
2066 * calendar/holidays.el (holiday-in-range):
2067 Move here from cal-tex-list-holidays.
2068 * calendar/cal-tex.el (cal-tex-list-holidays):
2069 Make it an obsolete alias for holiday-in-range. Update all callers.
2070
fef9d149 20712012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
2072
2073 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
2074 Nextstep.
2075
248da2f4
RW
20762012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
2077
2078 * files.el (file-auto-mode-skip): New var.
2079 (set-auto-mode-1): Use it.
2080
f95e9344
SM
20812012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2082
df96ab1e
SM
2083 * repeat.el: Use lexical-binding.
2084 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
2085 (repeat-undo-count): Remove.
2086 (repeat):
2087 * progmodes/octave-mod.el (octave-abbrev-start):
2088 * progmodes/f90.el (f90-abbrev-start):
2089 * face-remap.el (text-scale-adjust):
2090 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
2091
5342bb06
SM
2092 * emacs-lisp/pcase.el (pcase--let*): New function.
2093 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
2094 a bit more.
2095 (pcase--split-pred): Be more clever about ruling out overlap between
2096 a predicate and some constant pattern.
2097 (pcase--q1): Use `null' instead of (eq foo nil).
2098
f95e9344
SM
2099 * subr.el (setq-local, defvar-local): New macros.
2100 (kbd): Redefine as an alias.
2101 (with-selected-window): Leave unrelated frames alone.
2102 (set-temporary-overlay-map): New function.
2103
71873e2b
SM
21042012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * subr.el (user-error): New function.
2107 * window.el (switch-to-buffer):
2108 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
2109 (smerge-match-conflict):
2110 * simple.el (previous-matching-history-element)
2111 (next-matching-history-element, goto-history-element, undo-more)
2112 (undo-start):
2113 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
2114 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
2115 (next-file, tags-loop-scan, list-tags, complete-tag):
2116 * progmodes/compile.el (compilation-loop):
2117 * mouse.el (mouse-minibuffer-check):
2118 * man.el (Man-bgproc-sentinel, Man-goto-page):
2119 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
2120 (Info-history-forward, Info-follow-reference, Info-menu)
2121 (Info-extract-menu-item, Info-extract-menu-counting)
2122 (Info-forward-node, Info-backward-node, Info-next-menu-item)
2123 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
2124 (Info-next-reference, Info-prev-reference, Info-index)
2125 (Info-index-next, Info-follow-nearest-node)
2126 (Info-copy-current-node-name):
2127 * imenu.el (imenu--make-index-alist)
2128 (imenu-default-create-index-function, imenu-add-to-menubar):
2129 * files.el (basic-save-buffer, recover-file):
2130 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2131 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2132 (checkdoc-message-text, checkdoc-defun):
2133 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
2134 * cus-edit.el (customize-changed-options, customize-rogue)
2135 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
2136 (custom-variable-mark-to-reset-standard)
2137 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
2138 (custom-file):
2139 * completion.el (check-completion-length):
2140 * comint.el (comint-search-arg)
2141 (comint-previous-matching-input-string-position)
2142 (comint-previous-matching-input)
2143 (comint-replace-by-expanded-history-before-point, comint-send-input)
2144 (comint-copy-old-input, comint-backward-matching-input)
2145 (comint-goto-process-mark, comint-set-process-mark):
2146 * calendar/calendar.el (calendar-cursor-to-date): Use it.
2147 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
2148
8a61ee22
SM
21492012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2150
66408d1e
SM
2151 * dabbrev.el (dabbrev--ignore-case-p): New function.
2152 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
2153 Use it.
2154
8a61ee22
SM
2155 * files.el (automount-dir-prefix): Mark as obsolete.
2156
3c74813a
GM
21572012-05-04 Glenn Morris <rgm@gnu.org>
2158
2159 * patcomp.el, play/bruce.el: Move to obsolete/.
2160
0bfcf5c5
PE
21612012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2162
2163 Fix minor Y10k bugs.
2164 * arc-mode.el (archive-unixdate):
2165 * autoinsert.el (auto-insert-alist):
2166 * calc/calc-forms.el (math-this-year):
2167 * emacs-lisp/copyright.el (copyright-current-year)
2168 (copyright-update-year, copyright):
2169 * tar-mode.el (tar-clip-time-string):
2170 * time.el (display-time-update):
2171 Don't assume years have 4 digits.
2172
78f3273a
CY
21732012-05-04 Chong Yidong <cyd@gnu.org>
2174
2175 * dos-w32.el (file-name-buffer-file-type-alist)
2176 (direct-print-region-use-command-dot-com):
2177 * ffap.el (ffap-menu-regexp):
2178 * find-file.el (ff-special-constructs):
2179 * follow.el (follow-debug):
2180 * forms.el (forms--debug):
2181 * iswitchb.el (iswitchb-all-frames):
2182 * ido.el (ido-all-frames):
2183 * emacs-lisp/timer.el (timer-max-repeats):
2184 * mail/feedmail.el (feedmail-mail-send-hook)
2185 (feedmail-mail-send-hook-queued):
2186 * mail/footnote.el (footnote-signature-separator):
2187 * mail/mailabbrev.el (mail-alias-separator-string)
2188 (mail-abbrev-mode-regexp):
2189 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
2190 * progmodes/idlwave.el (idlwave-libinfo-file)
2191 (idlwave-default-completion-case-is-down)
2192 (idlwave-library-routines): Convert defvars to defcustoms.
2193
2194 * mail/rmail.el (rmail-decode-mime-charset):
2195 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
2196 (idlwave-shell-fix-inserted-breaks)
2197 (idlwave-shell-activate-alt-keybindings)
2198 (idlwave-shell-use-breakpoint-glyph):
2199 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
2200
f7ae6719
SM
22012012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2202
2203 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
2204
47086495
WS
22052012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
2206
2207 * progmodes/verilog-mode.el (font-lock-keywords):
2208 Fix mis-highligting auto. Reported by Craig Barner.
2209 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
2210 defines from global name space. Reported by Dan Dever.
2211 (verilog-auto-reset, verilog-auto-reset-widths)
2212 (verilog-auto-tieoff): Support using unbased numbers for
2213 AUTORESET and AUTOTIEOFF.
2214 (verilog-submit-bug-report): Update variable list.
2215 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
2216 parenthesis from not matching. Reported by Michael Rytting.
2217 (verilog-auto-template-lint): Fix hash error when linting modules
2218 with no used templates.
2219 (verilog-warn, verilog-warn-error)
2220 (verilog-warn-fatal): When non-interactive report multiple
2221 warnings before exiting. Suggested by Brad Dobbie.
2222 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
2223 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
2224 to report unused template errors. Reported by Brad Dobbie.
2225 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
2226 nets, bug438. Reported by Vns Blore.
2227 (verilog-auto-inout-module, verilog-auto-reg)
2228 (verilog-read-decls, verilog-read-sub-decls-sig)
2229 (verilog-signals-edit-wire-reg, verilog-signals-with):
2230 Fix passing of Verilog data types in ANSI input/output ports
2231 such as "output logic" into the AUTOs. Special case "wire" and
2232 "reg" for backwards compatibility presuming Verilog 2001.
2233 (verilog-auto-ascii-enum): Add "auto enum" as alias.
2234 (verilog-preprocess): Fix replication of preprocess output.
2235 Reported by Brad Dobbie.
2236 (verilog-auto-inst-interfaced-ports):
2237 Create verilog-auto-inst-interfaced-ports, bug429.
2238 Reported by Julian Gorfajn.
2239 (verilog-after-save-font-hook)
2240 (verilog-before-save-font-hook): New variable.
2241 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
2242 (verilog-save-font-mods): Wrap disabling fontification, reported
2243 by David Rogoff.
2244 (verilog-do-indent, verilog-pretty-declarations-auto)
2245 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
2246 Reported by Pierre-David Pfister.
2247 (verilog-set-auto-endcomments): Fix endtask auto comments outside
2248 of class declarations, bug292. Reported by Kevin Heilman.
2249 (verilog-read-decls): Fix 'parameter type' not appearing in
2250 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
2251 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
2252 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
2253 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
2254 Reported by David Kravitz.
2255
22562012-05-03 Michael McNamara <mac@mail.brushroad.com>
2257
2258 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
2259 assignment with tests in ifs and for loops.
2260 (verilog-extended-complete-re, verilog-complete-reg): Change so
2261 that DPI inport functions don't look like fuction declarations.
2262 (verilog-pretty-expr): Don't line up assignment
2263 operations to the test and increment in if and for loops
2264 (verilog-extended-complete-re, verilog-complete-reg): Change so
2265 that DPI inport functions don't look like fuction declarations
2266
2e51d4b5
KH
22672012-05-03 Kenichi Handa <handa@m17n.org>
2268
2269 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 2270 decoding, and show a warning message without signaling an error
2e51d4b5
KH
2271 (Bug#11282).
2272
2bd785a2
SM
22732012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2274
2275 * emacs-lisp/bytecomp.el
2276 (byte-compile-file-form-custom-declare-variable): Compile all elements,
2277 since cconv.el might have introduced :fun-body, internal-make-closure,
2278 and friends for bytecomp to handle (bug#11391).
2279 * custom.el (defcustom): Avoid ((λ ..) ..).
2280
99d27583
SM
22812012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2282
2283 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
2284
55a71479
JB
22852012-05-02 Juanma Barranquero <lekktu@gmail.com>
2286
2287 * notifications.el (dbus-debug):
2288 * term/linux.el (gpm-mouse-enable):
2289 * term/screen.el (xterm-register-default-colors): Declare.
2290
7b97c764
CY
22912012-05-02 Chong Yidong <cyd@gnu.org>
2292
2bc356d7
CY
2293 * cus-start.el (gc-cons-percentage, exec-suffixes)
2294 (dos-display-scancodes, dos-hyper-key, dos-super-key)
2295 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
2296 (make-cursor-line-fully-visible, void-text-area-pointer)
2297 (font-list-limit): Add customization data.
2298
7b97c764
CY
2299 * allout.el (allout-exposure-change-functions)
2300 (allout-structure-added-functions)
2301 (allout-structure-deleted-functions)
2302 (allout-structure-shifted-functions): Rename abnormal hooks from
2303 *-hook, and convert to defcustoms.
5d3385a0
JB
2304 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
2305 Convert to defcustoms.
7b97c764
CY
2306 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
2307
2308 * allout-widgets.el: Hook callers changed.
2309
90207a15 23102012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
2311
2312 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
2313 the yanked message in preference to the default value of
2314 buffer-file-coding-system.
2315
90207a15 23162012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 2317
5d3385a0
JB
2318 * window.el (display-buffer--action-function-custom-type):
2319 Fix entry.
d9558cad 2320
90207a15 23212012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
2322
2323 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
2324
d80ac57b
GM
23252012-05-01 Glenn Morris <rgm@gnu.org>
2326
976f7668
GM
2327 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
2328
beb83b5a
GM
2329 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
2330
d80ac57b
GM
2331 * cus-edit.el (custom-variable-documentation): Simplify with format.
2332
b593d6a9
AH
23332012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2334 Stefan Monnier <monnier@iro.umontreal.ca>
2335
2336 * simple.el (suggest-key-bindings, execute-extended-command):
2337 Move from keyboard.c.
2338
782fbf2a
CY
23392012-05-01 Chong Yidong <cyd@gnu.org>
2340
2341 * follow.el: Eliminate advice.
2342 (set-process-filter, process-filter, sit-for): Advice deleted.
2343 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
2344 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
2345 Vars deleted.
782fbf2a
CY
2346 (follow-auto): Use a :set function.
2347 (follow-mode): Rewritten. Don't advise process filters.
2348 (follow-switch-to-current-buffer-all, follow-scroll-up)
2349 (follow-scroll-down): Assume follow-mode is bound.
2350 (follow-comint-scroll-to-bottom)
2351 (follow-align-compilation-windows): New functions.
2352 (follow--window-sorter): New function.
2353 (follow-all-followers): Use it to explicitly sort windows by their
2354 positions; don't make assumptions about next-window order.
2355 (follow-windows-start-end, follow-delete-other-windows-and-split)
2356 (follow-calc-win-start): Doc fix.
2357 (follow-windows-aligned-p, follow-select-if-visible): Don't call
2358 vertical-motion unnecessarily.
2359 (follow-adjust-window): New function.
2360 (follow-post-command-hook): Use it.
2361 (follow-call-set-process-filter, follow-call-process-filter)
2362 (follow-intercept-process-output, follow-tidy-process-filter-alist)
2363 (follow-stop-intercept-process-output, follow-generic-filter):
2364 Functions deleted.
2365 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
2366 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
2367 New functions, replacing advice on scroll-bar-* commands.
87233a14 2368 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
2369
2370 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
2371 (comint-postoutput-scroll-to-bottom): Use it.
2372 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 2373
290af740
GM
23742012-05-01 Glenn Morris <rgm@gnu.org>
2375
2376 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
2377 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
2378 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
2379 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
2380 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
2381 Remove no-byte-compile setting.
2382
6eac8dc9
SM
23832012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2384
2385 * minibuffer.el (completion-table-with-quoting): Fix compatibility
2386 all-completions code to not return a number in the last cdr.
2387
9cc7819c
LL
23882012-04-30 Leo Liu <sdl.web@gmail.com>
2389
2390 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
2391 read-only error.
2392
c93b886f
CY
23932012-04-29 Chong Yidong <cyd@gnu.org>
2394
2395 * follow.el (follow-calc-win-end): Rewrite to handle partial
2396 screen lines correctly (Bug#8390).
2397 (follow-avoid-tail-recenter): Minor cleanup.
2398
8b6c19f4
SM
23992012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2400
2401 Avoid the obsolete `assoc' package.
2402 * speedbar.el (speedbar-refresh): Avoid adelete.
2403 (speedbar-file-lists): Simplify and avoid aput.
2404 * man.el (Man--sections, Man--refpages): New vars, replacing
2405 Man-sections-alist and Man-refpages-alist.
2406 (Man-build-section-alist, Man-build-references-alist):
2407 Use them; avoid aput.
2408 (Man--last-section, Man--last-refpage): New vars.
2409 (Man-follow-manual-reference): Use them.
2410 Use the `default' arg of completing-read.
2411 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
2412
c5bb7569
CY
24132012-04-27 Chong Yidong <cyd@gnu.org>
2414
d1d2e2e8
CY
2415 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
2416
15cd8efd
CY
2417 * startup.el (x-apply-session-resources): New function.
2418
2419 * term/ns-win.el (ns-initialize-window-system):
2420 * term/w32-win.el (w32-initialize-window-system):
2421 * term/x-win.el (x-initialize-window-system): Use it to properly
2422 set menu-bar-mode and other vars from X resources, even if the
2423 initial frame is not a window-system frame (Bug#2299).
2424
c5bb7569
CY
2425 * subr.el (read-key): Avoid running filter function when setting
2426 up temporary tool bar entries (Bug#9922).
2427
a8e7d6d7 24282012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
2429
2430 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
2431 (Bug#11344)
2432
a8e7d6d7 24332012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
2434
2435 * select.el (xselect--encode-string): New function, split from
2436 xselect-convert-to-string.
2437 (xselect-convert-to-string): Use it.
2438 (xselect-convert-to-filename, xselect-convert-to-os)
2439 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
2440 returned strings are properly encoded (Bug#11315).
2441
a8e7d6d7 24422012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
2443
2444 * simple.el (delete-active-region): Move to killing custom group.
2445
a8e7d6d7 24462012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
2447
2448 * progmodes/which-func.el (which-func-current): Quote %
2449 characters for mode-line processing.
2450
578c1d4b 24512012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
2452
2453 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
2454 reaching eob (Bug#11286).
2455
a8e7d6d7 24562012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
2457
2458 * progmodes/gdb-mi.el (gdb-control-level): New variable.
2459 (gdb): Make it buffer-local and init to zero.
2460 (gdb-control-commands-regexp): New variable.
2461 (gdb-send): Don't wrap in "-interpreter-exec console" if
2462 gdb-control-level is positive. Increment gdb-control-level
2463 whenever the command matches gdb-control-commands-regexp, and
2464 decrement it each time the command is "end". (Bug#11279)
2465
a8e7d6d7 24662012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
2467
2468 * window.el (adjust-window-trailing-edge, enlarge-window)
2469 (shrink-window, window-resize):
2470 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
2471 windows (Bug#11276).
2472
b3608390
CY
24732012-04-27 Chong Yidong <cyd@gnu.org>
2474
2475 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 2476 fix "missing prefix" warning. All callers changed.
b3608390 2477
797e6e88
SM
24782012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2479
2480 * emacs-lisp/assoc.el: Move to obsolete/.
2481
e95a67dc
SM
24822012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2483
657c21e4 2484 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
2485
2486 * term/ns-win.el (ns-define-service):
2487 * progmodes/pascal.el (pascal-goto-defun):
2488 * progmodes/js.el (js--read-tab):
2489 * progmodes/etags.el (tags-lazy-completion-table):
2490 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
2491 * emacs-lisp/ewoc.el (ewoc--wrap):
2492 * emacs-lisp/assoc.el (aput, adelete, amake):
2493 * doc-view.el (doc-view-convert-current-doc):
2494 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
2495
cb3e7ae0
CY
24962012-04-26 Chong Yidong <cyd@gnu.org>
2497
dce04f7f
CY
2498 * image.el (image-type-from-buffer): Only return supported image
2499 type (Bug#9045).
2500
cb3e7ae0
CY
2501 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
2502 value, for symmetry with diff-end-of-hunk.
2503 (diff-split-hunk, diff-find-source-location)
2504 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
2505 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
2506 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
2507 compute the relevant hunk or file properly (Bug#6005).
2508 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
2509
0d42eb3e
SM
25102012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2511
2512 * vc/vc-mtn.el:
2513 * vc/vc-hg.el:
2514 * vc/vc-git.el:
2515 * vc/vc-dir.el:
2516 * vc/vc-cvs.el:
2517 * vc/vc-bzr.el:
2518 * vc/vc-arch.el:
2519 * vc/vc.el: Replace lexical-let by lexical-binding.
2520 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
2521 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
2522 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
2523
f08ae1c9
CY
25242012-04-26 Chong Yidong <cyd@gnu.org>
2525
8b71081d
CY
2526 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
2527 (diff-mode-shared-map): Bind it to / and [remap undo].
2528
f08ae1c9
CY
2529 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
2530 (ediff-window-setup-function): Use it as the default, to set up
2531 windows based on whether the current frame is graphical (Bug#2138).
2532 (ediff-choose-window-setup-function-automatically): Make obsolete.
2533
2534 * vc/ediff-init.el: Always define ediff-pixel-width/height.
2535
ef24141c
SM
25362012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2537
cc356a5d
SM
2538 * ffap.el: Remove old code for obsolete package.
2539 (ffap-complete-as-file-p): Remove.
2540
b4ff4f1f
SM
2541 Use completion-table-with-quoting for comint and pcomplete.
2542 * comint.el (comint--unquote&requote-argument)
2543 (comint--unquote-argument, comint--requote-argument): New functions.
2544 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
2545 (comint-quote-filename): Use regexp-opt-charset.
2546 (comint--common-suffix, comint--common-quoted-suffix)
2547 (comint--table-subvert): Remove.
2548 (comint-unquote-function, comint-requote-function): New vars.
2549 (comint--complete-file-name-data): Use them with
2550 completion-table-with-quoting.
2551 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
2552 * pcomplete.el (pcomplete-arg-quote-list)
2553 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
2554 (pcomplete-unquote-argument-function): Default to non-nil.
2555 (pcomplete-unquote-argument): Simplify.
2556 (pcomplete--common-quoted-suffix): Remove.
2557 (pcomplete-requote-argument-function): New var.
2558 (pcomplete--common-suffix): New function.
2559 (pcomplete-completions-at-point): Use completion-table-with-quoting
2560 and completion-table-subvert.
2561
79c4eeb4
SM
2562 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
2563 (minibuffer--double-dollars): Preserve properties.
2564 (completion--sifn-requote): New function.
2565 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
2566
ef24141c
SM
2567 * minibuffer.el: Add support for completion of quoted/escaped data.
2568 (completion-table-with-quoting, completion-table-subvert): New funs.
2569 (completion--twq-try, completion--twq-all): New functions.
2570 (completion--nth-completion): New function.
2571 (completion-try-completion, completion-all-completions): Use it.
2572
784e7d6e
LL
25732012-04-25 Leo Liu <sdl.web@gmail.com>
2574
dd2ac746
SM
2575 * progmodes/python.el (python-pdbtrack-get-source-buffer):
2576 Use compilation-message if available to find real filename.
784e7d6e 2577
07875ee7
CY
25782012-04-25 Chong Yidong <cyd@gnu.org>
2579
2580 * vc/diff-mode.el (diff-setup-whitespace): New function.
2581 (diff-mode): Use it.
2582
2583 * vc/diff.el (diff-sentinel):
2584 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
2585 Whitespace mode variables based on diff style (Bug#8612).
2586
5055880d
LL
25872012-04-25 Leo Liu <sdl.web@gmail.com>
2588
daf75653
LL
2589 * progmodes/python.el (python-send-region): Add suffix .py to the
2590 temp file.
2591
5055880d
LL
2592 * files.el (auto-mode-alist): Use javascript-mode instead.
2593
db9b177b
AH
25942012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
2595
ef24141c 2596 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
2597
2598 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 2599 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 2600 references, see Bug#9.
ef24141c 2601 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 2602 when receiving a fault reply.
ef24141c 2603 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
2604
2605 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 2606 (soap-inspect-simple-type): New function.
db9b177b 2607
ef24141c 2608 * soap-client.el (soap-simple-type): New struct.
db9b177b 2609 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
2610 (soap-decode-basic-type, soap-encode-basic-type):
2611 support unsignedInt and double basic types.
db9b177b 2612 (soap-resolve-references-for-simple-type)
ef24141c
SM
2613 (soap-parse-simple-type, soap-encode-simple-type): New function.
2614 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
2615
2616 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
2617 (soap-default-soapenc-types): Add integer, byte and anyURI types.
2618 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
2619 the local name of "soapenc:Array".
2620 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
2621 decoding integer, byte and anyURI xsd types.
2622
1fc6097b
CY
26232012-04-25 Chong Yidong <cyd@gnu.org>
2624
2625 * cus-edit.el (custom-buffer-create-internal): Update header text.
2626
afc6df87
EZ
26272012-04-25 Eli Zaretskii <eliz@gnu.org>
2628
2629 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
2630 settings on 'system-type', not on 'window-system'. On MS-Windows,
2631 set interactive-mode on in GDB.
2632
dfbd787f
SM
26332012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2634
2635 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
2636 (ruby-syntax-propertize-regexp): Remove.
2637 (ruby-syntax-propertize-function): Split regexp into chunks.
2638 Match following code directly.
2639
85222d44
DG
26402012-04-24 Dmitry Gutov <dgutov@yandex.ru>
2641
51a8ea2a
DG
2642 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
2643 (ruby-syntax-propertize-regexp): New function.
2644 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
2645 by a special keyword.
2646
85222d44
DG
2647 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
2648 (ruby-syntax-general-delimiters-goto-beg)
2649 (ruby-syntax-propertize-general-delimiters): New functions.
2650 (ruby-syntax-propertize-function): Use them to handle GDL.
2651 (ruby-font-lock-keywords): Move old handling of GDL...
2652 (ruby-font-lock-syntactic-keywords): .. to here.
2653 (ruby-calculate-indent): Adjust indentation for GDL.
2654
b613912b
MA
26552012-04-24 Michael Albinus <michael.albinus@gmx.de>
2656
b5380639
MA
2657 * notifications.el (top): Remove unneeded declarations.
2658 (notifications-specification-version): Change to "1.2".
e43042fe 2659 (notifications-interface, notifications-notify-method)
b613912b
MA
2660 (notifications-close-notification-method): Fix docstring.
2661 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
2662 (notifications-notify): Add :action-items, :resident and
2663 :transient hints. Change "image_data" to "image-data" and
2664 "image_path" to "image-path".
b613912b
MA
2665 (notifications-get-capabilities): New defun.
2666
257440aa
LL
26672012-04-24 Leo Liu <sdl.web@gmail.com>
2668
2669 * progmodes/python.el: Move hideshow setup to the end.
2670
b1bac16e
MR
26712012-04-24 Martin Rudalics <rudalics@gmx.at>
2672
2673 * window.el (handle-select-window): Clear echo area since this is
2674 no more done by read_char (Bug#11304).
2675
d81bd059
SM
26762012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2677
2678 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
2679 and `/ M' to filter-derived-mode.
2680 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
2681 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2682 (ibuffer-mark-by-mode): Use default rather than initial-input.
2683 (ibuffer-filter-by-derived-mode): Autoload and require-match.
2684
c4cf6d91
IA
26852012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
2686
2687 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
2688 (ibuffer-filter-by-derived-mode): New filter.
2689 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
2690
7511ded8
CY
26912012-04-23 Andreas Politz <politza@fh-trier.de>
2692
2693 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
2694
775c916b
CY
26952012-04-23 Chong Yidong <cyd@gnu.org>
2696
2697 * cus-edit.el (customize-apropos, customize-apropos-options):
2698 Disable matching of non-option variables (Bug#11176).
2699 (customize-option, customize-option-other-window)
2700 (customize-changed-options): Doc fix.
2701 (customize-apropos-options, customize-apropos-faces)
2702 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
2703
2704 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 2705 Fix word list splitting (Bug#11132).
46c71e23
CY
2706 (apropos-symbol, apropos-keybinding, apropos-label)
2707 (apropos-property, apropos-function-button)
2708 (apropos-variable-button, apropos-misc-button): New faces.
2709 (apropos-symbol-face, apropos-keybinding-face)
2710 (apropos-label-face, apropos-property-face, apropos-match-face):
2711 Variables removed (Bug#8396).
2712 (apropos-library-button, apropos-format-plist, apropos-print)
2713 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 2714
2df41f9c
MA
27152012-04-23 Michael Albinus <michael.albinus@gmx.de>
2716
2717 * net/xesam.el (xesam-mode-map): Use let-bound map in
2718 initialization. (Bug#11292)
2719
da00640a
AM
27202012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2721
2722 Preserve ispell session localwords when switching back to
2723 original buffer.
2724
2725 * ispell.el (ispell-buffer-session-localwords): New buffer-local
2726 variable to hold buffer session localwords.
2727 (ispell-kill-ispell): add option 'clear to delete session
2728 localwords.
2729 (ispell-command-loop, ispell-change-dictionary)
2730 (ispell-buffer-local-words): Preserve session localwords when
2731 needed.
2732
2733 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
2734 Preserve session localwords when needed.
2735
f621ccf5
AM
27362012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2737
2738 * ispell.el (ispell-insert-word) Remove unneeded function using
2739 obsolete `translation-table-for-input'.
ef24141c
SM
2740 (ispell-word, ispell-process-line, ispell-complete-word):
2741 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 2742
c2d1019e
CY
27432012-04-22 Chong Yidong <cyd@gnu.org>
2744
2745 * cus-edit.el (custom-variable-menu)
2746 (custom-variable-reset-saved, custom-face-menu)
2747 (custom-face-reset-saved): If there is no saved value, make the
2748 "reset-saved" operation bring back the default (Bug#9509).
2749 (custom-face-state): Properly detect themed faces.
2750
eeddc531
CY
2751 * faces.el (face-spec-set): Stop supporting deprecated form of
2752 third arg.
2753
dcbf5805
MA
27542012-04-22 Michael Albinus <michael.albinus@gmx.de>
2755
2756 Move functions from C to Lisp. Make non-blocking method calls
2757 the default. Implement further D-Bus standard interfaces.
2758
ef24141c
SM
2759 * net/dbus.el (dbus-message-internal): Declare function.
2760 Remove unneeded function declarations.
dcbf5805
MA
2761 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
2762 (dbus-message-type-method-return, dbus-message-type-error)
2763 (dbus-message-type-signal): Declare variables. Remove local
2764 definitions.
2765 (dbus-interface-dbus, dbus-interface-peer)
2766 (dbus-interface-introspectable, dbus-interface-properties)
2767 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
2768 Adapt docstring.
2769 (dbus-interface-objectmanager): New defconst.
2770 (dbus-call-method, dbus-call-method-asynchronously)
2771 (dbus-send-signal, dbus-method-return-internal)
2772 (dbus-method-error-internal, dbus-register-service)
2773 (dbus-register-signal, dbus-register-method): New defuns, moved
2774 from dbusbind.c
2775 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
2776 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
2777 New defuns.
dcbf5805
MA
2778 (dbus-call-method-non-blocking): Make it an obsolete function.
2779 (dbus-unregister-object, dbus-unregister-service)
2780 (dbus-handle-event, dbus-register-property)
2781 (dbus-property-handler): Obey the new structure of
2782 `bus-registered-objects'.
2783 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
2784 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
2785 Use `dbus-call-method'.
2786
cf20dee0
CY
27872012-04-22 Chong Yidong <cyd@gnu.org>
2788
2789 * cus-edit.el (custom-commands, custom-reset-menu)
2790 (Custom-reset-standard): Tweak labels.
2791 (custom-reset-button-menu): Change default to t.
2792 (custom-buffer-create-internal): For the custom-reset-button-menu
2793 case, put the revert button first.
2794 (custom-group-subtitle): New face.
2795 (custom-group-value-create): Align docstring to a specific column.
2796
2797 * wid-edit.el (widget-documentation-link-add): Don't handle
2798 indentation in this function.
2799 (widget-documentation-string-indent-to): New function.
2800 (widget-documentation-string-value-create): Use it.
2801
2802 * autorevert.el (auto-revert):
2803 * epg-config.el (epg):
2804 * ibuffer.el (ibuffer):
2805 * mpc.el (mpc):
2806 * ses.el (ses):
2807 * eshell/eshell.el (eshell):
2808 * net/ange-ftp.el (ange-ftp):
2809 * progmodes/ebnf2ps.el (postscript):
2810 * progmodes/flymake.el (flymake):
2811 * progmodes/prolog.el (prolog):
2812 * progmodes/verilog-mode.el (verilog-mode):
2813 * progmodes/which-func.el (which-func):
2814 * term/xterm.el (xterm):
2815 * textmodes/picture.el (picture):
2816 * textmodes/tildify.el (tildify):
2817 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
2818 customization buffers.
2819
583e23bd
AM
28202012-04-22 Alan Mackenzie <acm@muc.de>
2821
2822 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
2823 Adding a ) can hide the resulting (..) from searches. Fix it.
2824 Bound the backward search to the position of the existing (.
2825
7dd51bf1
JB
28262012-04-21 Juanma Barranquero <lekktu@gmail.com>
2827
2828 * progmodes/verilog-mode.el (verilog-mode): Check whether
2829 which-func-modes is t before adding verilog-mode.
2830 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
2831
d64a438f
LL
28322012-04-21 Leo Liu <sdl.web@gmail.com>
2833
7dd51bf1 2834 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 2835
081e8d65
MV
28362012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
2837
2838 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
2839 filling of the last column of a table (Bug#5635).
2840 (woman-find-next-control-line): New arg, specifying an additional
2841 regexp component for the control line.
2842 (woman2-roff-buffer): Use it.
2843 (woman-break-table): New function.
2844 (woman2-TS): Use it.
2845
28462012-04-21 Chong Yidong <cyd@gnu.org>
2847
2848 * woman.el (woman-set-buffer-display-table, woman-decode-region)
2849 (woman-horizontal-escapes, woman-negative-vertical-space)
2850 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
2851 (WoMan-warn-ignored): Use ?\s instead of ?\ .
2852
ed571ccb
SM
28532012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2854
2855 * minibuffer.el (completion-file-name-table): Complete user names.
2856
39773899
LL
28572012-04-20 Leo Liu <sdl.web@gmail.com>
2858
2859 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
2860 and pcase-let*.
2861
de6ff46d
CY
28622012-04-20 Chong Yidong <cyd@gnu.org>
2863
2864 * server.el (server-execute): Respect initial-buffer-choice if it
2865 is a string and there are no files to open (Bug#2825).
2866 (server-create-window-system-frame, server-create-tty-frame):
2867 Don't switch buffers here.
2d0e8e61
CY
2868 (server-process-filter): Only try to open a window system frame if
2869 compiled with graphical support (Bug#8314).
de6ff46d 2870
54071013
DN
28712012-04-20 Dan Nicolaescu <dann@gnu.org>
2872
2873 * battery.el (battery-echo-area-format): Display remaining time
2874 for sysfs backend too (Bug#11269).
2875 (battery-linux-sysfs): Fix conditional for the charge.
2876
f30d612a
CY
28772012-04-20 Chong Yidong <cyd@gnu.org>
2878
c07a4c0b 2879 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
2880 (gdb-inferior-io--init-proc): New function.
2881 (gdb-init-1): Use it.
2882 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
2883 responsible for allocating a new pty and hooking it to gdb when
2884 the old pty gets an EIO due to process exit.
2885 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
2886 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
2887 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
2888
2116e93c
EZ
28892012-04-20 Eli Zaretskii <eliz@gnu.org>
2890
2891 * window.el (window-min-size, window-sizable, window-min-delta)
2892 (window-max-delta, window--resizable, window-resizable)
2893 (window-total-size, window-full-height-p, window-full-width-p)
2894 (window-in-direction, window--resize-mini-window, window-resize)
2895 (window--resize-child-windows-normal)
2896 (window--resize-child-windows, window--resize-siblings)
2897 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 2898 (enlarge-window, shrink-window): Doc fixes.
2116e93c 2899
c07a4c0b 29002012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 2901
ef24141c
SM
2902 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
2903 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
2904 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
2905 pty process (Bug#11273).
2906 (gdb-update): New arg to suppress talking to the gdb process.
2907 (gdb-done-or-error): Use it.
2908 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
2909 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
2910 sentinel not being called.
2911
2912 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
2913
d02766ab
CY
2914 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
2915
c07a4c0b 29162012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
2917
2918 * net/network-stream.el (open-network-stream): Doc fix.
2919
c07a4c0b 29202012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
2921
2922 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
2923
c07a4c0b 29242012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
2925
2926 Ensure searching for keywords is case sensitive.
2927
2928 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
2929 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
2930 (c-defun-name, c-mark-function, c-cpp-define-name)
2931 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 2932 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 2933
ef24141c
SM
2934 * progmodes/cc-mode.el (c-font-lock-fontify-region):
2935 Bind case-fold-search to nil.
f0f6bc35 2936
c07a4c0b 29372012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
2938
2939 * mail/sendmail.el (mail-bury): Call return action with the right
2940 Rmail buffer (Bug#11242).
2941
9a864fa2
CY
2942 * server.el (server-process-filter): Handle corner case where both
2943 tty and nowait options are present (Bug#11102).
2944
539aa513
EZ
29452012-04-20 Eli Zaretskii <eliz@gnu.org>
2946
2947 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
2948 (top level): Put into the executable the ident-style '$Id:' tag on
2949 windows-nt as well.
539aa513 2950
cfc7d5da
SM
29512012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * electric.el (electric-indent-post-self-insert-function): Check that
2954 electric-indent-mode is enabled in current buffer.
2955
5b01685c
JB
29562012-04-19 Juanma Barranquero <lekktu@gmail.com>
2957
2958 * imenu.el (imenu-progress-message): Restore; it is "used" in
2959 erc/erc-imenu.el and net/snmp-mode.el.
2960
4d6769e1
JB
29612012-04-19 Juanma Barranquero <lekktu@gmail.com>
2962
2963 * avoid.el (mouse-avoidance-mode): Mark unused arg.
2964 (mouse-avoidance-nudge-mouse): Remove unused binding.
2965
2966 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
2967
2968 * descr-text.el (describe-char):
2969 * progmodes/python.el (python-describe-symbol):
2970 Don't call `toggle-read-only', set `buffer-read-only'.
2971
2972 * imenu.el (imenu-default-goto-function): Mark unused args.
2973 (imenu-progress-message): Remove obsolete macro; all callers changed.
2974
2975 * subr.el (keymap-canonicalize): Remove unused binding.
2976 (read-passwd): Mark unused arg.
2977
2978 * tutorial.el (tutorial--display-changes): Remove unused binding.
2979 (tutorial--save-tutorial-to): Remove unused variable.
2980
2981 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
2982 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
2983 (package-generate-autoloads, package-menu--generate)
2984 (package-menu--find-upgrades): Remove unused bindings.
2985
2986 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
2987 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
2988 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
2989 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
2990 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
2991 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
2992 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
2993 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
2994 (cua-delete-char-rectangle): Mark unused args.
2995 (cua-align-rectangle): Remove unused binding.
2996
2997 * mail/rmail.el (compilation--message->loc)
2998 (epa--find-coding-system-for-mime-charset): Declare.
2999
3000 * net/dbus.el (dbus-register-service): Declare.
3001 (dbus-name-owner-changed-handler): Remove unused binding.
3002
3003 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3004 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3005 (nxml-scan-backward-within): Mark unused arg.
3006 (nxml-dynamic-markup-word): Remove unused binding.
3007
3008 * mouse.el (mouse-menu-major-mode-map):
3009 * emacs-lisp/authors.el (authors-scan-change-log)
3010 (authors-add-to-author-list):
3011 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3012 * emacs-lisp/smie.el (smie-auto-fill):
3013 * mail/sendmail.el (mail-bury):
3014 * mail/unrmail.el (unrmail):
3015 * net/tls.el (open-tls-stream):
3016 * textmodes/picture.el (picture-mouse-set-point):
3017 Remove unused bindings.
3018
8c8fc5df
MA
30192012-04-19 Michael Albinus <michael.albinus@gmx.de>
3020
3021 * net/tramp.el (tramp-action-password): Let-bind
3022 `enable-recursive-minibuffers' to t.
3023
a77b0ac9
SS
30242012-04-18 Sam Steingold <sds@gnu.org>
3025
3026 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
3027 instead of 'string to accommodate values like [f11].
3028 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
3029 * progmodes/gdb-mi.el: Likewise.
3030
12a106a9
LL
30312012-04-18 Leo Liu <sdl.web@gmail.com>
3032
3033 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
3034 current buffer.
3035 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
3036 LOCAL is nil.
3037
bc6494ef
CY
30382012-04-18 Chong Yidong <cyd@gnu.org>
3039
3040 * simple.el (line-move): Use forward-line if in batch mode
3041 (Bug#11053).
3042
c09c46b2
CS
30432012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
3044
3045 * files.el (after-find-file): Do not try to add a final newline if
3046 the buffer is read-only (Bug#11156).
3047
5f6530ea
RS
30482012-04-17 Richard Stallman <rms@gnu.org>
3049
3050 * mail/rmail.el (rmail-start-mail):
3051 Pass (rmail-mail-return...) for the return-action.
3052 Pass (rmail-yank-current-message...) for the yank-action.
3053 (rmail-yank-current-message): New function.
3054 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
3055 (rmail-reply): Likewise.
3056 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
3057
3058 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 3059 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
3060 buffer, not newbuf.
3061
197b6f3c
JB
30622012-04-17 Juanma Barranquero <lekktu@gmail.com>
3063
3064 * server.el (server-ensure-safe-dir): Simplify.
3065
2311d8e5 30662012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 3067
2311d8e5
GM
3068 * emacs-lisp/smie.el: Provide smarter auto-filling.
3069 (smie-auto-fill): New function.
3070 (smie-setup): Use it.
98fb480e 3071
2311d8e5
GM
3072 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
3073
30742012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
3075
3076 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
3077 (comment-indent): Use it.
3078
2311d8e5 30792012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
3080
3081 * ses.el: The overall change is to add cell renaming, that is
3082 setting fancy names for cell symbols other than name matching
3083 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 3084 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 3085 (ses-create-cell-variable): New defun.
2311d8e5 3086 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
3087 (ses-relocate-formula): Relocate formulas only for cells the
3088 symbols of which are not renamed, i.e. symbols whose names do not
3089 match regexp "\\`[A-Z]+[0-9]+\\'".
3090 (ses-relocate-all): Relocate values only for cells the symbols of
3091 which are not renamed.
3092 (ses-load): Create cells variables as the (ses-cell ...) are read,
3093 in order to check row col consistency with cell symbol name only
3094 for cells that are not renamed.
3095 (ses-replace-name-in-formula): New defun.
3096 (ses-rename-cell): New defun.
4bdf2ad2 3097
fc72b15c
PO
30982012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
3099
3100 * progmodes/perl-mode.el (perl-indent-parens-as-block):
3101 New option (bug#11118).
3102 (perl-calculate-indent): Respect it.
3103
12e10e61
GM
31042012-04-17 Glenn Morris <rgm@gnu.org>
3105
3106 * dired-aux.el (dired-mark-read-string): Doc fix.
3107
30009afd
DA
31082012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3109
3110 * dired-aux.el (dired-mark-read-string): Offer optional completion.
3111 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
3112
41f03f4d
GM
31132012-04-17 Glenn Morris <rgm@gnu.org>
3114
3115 * mouse.el (mouse-drag-track):
3116 * speedbar.el (speedbar-frame-mode):
3117 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
3118
f45f90f3
LL
31192012-04-16 Leo Liu <sdl.web@gmail.com>
3120
3121 * progmodes/python.el: Trivial cleanup.
3122
94ee8db5
GM
31232012-04-16 Glenn Morris <rgm@gnu.org>
3124
121b8917
GM
3125 * vc/vc.el (vc-string-prefix-p):
3126 * vc/pcvs-util.el (cvs-string-prefix-p):
3127 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
3128 * mpc.el (mpc-string-prefix-p):
3129 Make all of these into obsolete aliases for string-prefix-p.
3130 Update callers.
3131 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
3132
1197ecfa
GM
3133 * textmodes/two-column.el: Move custom options to the start.
3134 (frame-width): Remove compat definition.
3135 (2C-associate-buffer, 2C-dissociate):
3136 Use with-current-buffer rather than save-excursion.
3137 (2C-dissociate): Force a mode-line update.
3138 (2C-autoscroll): Use ignore-errors.
3139
099e7202
GM
3140 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
3141 Autoload trivia.
3142
bf350d6a
GM
3143 * emacs-lisp/cl-extra.el (*random-state*):
3144 Remove unnecessary declaration.
3145
0e829eab
GM
3146 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
3147
e3ad7552
GM
3148 * play/cookie1.el (cookie-snarf):
3149 Give an explicit error if input file cannot be read.
3150
68892d27
GM
3151 * play/yow.el (yow-file): Use expand-file-name rather than concat.
3152
20f0c46d
GM
3153 * progmodes/perl-mode.el (c-macro-expand):
3154 Remove unnecessary autoload (it is in loaddefs.el).
3155
5a0978ce
GM
3156 * textmodes/picture.el (picture-desired-column)
3157 (picture-update-desired-column): Convert comments to doc-strings.
3158 (picture-substitute): Remove function.
3159 (picture-mode-map): Initialize in the defvar.
3160
6b955486
GM
3161 * woman.el: Remove eval-after-load for tar-mode.
3162 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
3163 (woman-tar-extract-file): Autoload it.
3164
94ee8db5
GM
3165 * frame.el (automatic-hscrolling): Make this alias obsolete.
3166
177eca34
AM
31672012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3168
3169 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 3170 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
3171 (ispell-dictionary-base-alist): Revert to original XEmacs
3172 friendly version for default. [:alpha:] will be added in
3173 `ispell-set-spellchecker-params' if needed
177eca34 3174
c505aaeb
CY
31752012-04-16 Chong Yidong <cyd@gnu.org>
3176
3177 * image.el (imagemagick--extension-regexp): New variable.
3178 (imagemagick-register-types): Use it.
3179 (imagemagick-types-inhibit): Add :set function. Allow new value
3180 of t to inhibit all types.
3181
3182 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
3183 so we can preload it.
3184
3185 * loadup.el (fboundp): Preload regexp-opt, needed by
3186 imagemagick-register-types.
3187
60efac0f
CY
31882012-04-15 Chong Yidong <cyd@gnu.org>
3189
3190 * frame.el (scrolling): Remove nearly unused customization group.
3191
3192 * scroll-all.el (scroll-all-mode): Move to windows group.
3193
5dd1713e
CY
31942012-04-15 Chong Yidong <cyd@gnu.org>
3195
3196 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
3197
e6fd457e
CY
31982012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3199
3200 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 3201 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 3202
e153c136
GM
32032012-04-15 Glenn Morris <rgm@gnu.org>
3204
3205 * simple.el (process-file-side-effects): Doc fix.
3206
e6fd457e 32072012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
3208
3209 * international/mule-cmds.el (set-language-environment): Doc fix.
3210
3603c3b1
JB
32112012-04-14 Juanma Barranquero <lekktu@gmail.com>
3212
3213 * server.el (server-auth-key, server-generate-key): Doc fixes.
3214 (server-get-auth-key): Doc fix. Use `string-match-p'.
3215 (server-start): Reflow docstring.
3216
e6de100c
LI
32172012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
3218
3219 * server.el (server-generate-key): `called-interactively-p'
3220 requires a parameter.
3221
29734c21
MN
32222012-04-14 Michal Nazarewicz <mina86@mina86.com>
3223
3224 * server.el (server-auth-key): New variable.
75f1671a 3225 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
3226 (server-start): Use the new variable and functions to allow
3227 setting a permanent server key (bug#9423).
3228
d65c9521
LL
32292012-04-14 Leo Liu <sdl.web@gmail.com>
3230
3231 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
3232
5ae255c7
PE
32332012-04-14 Paul Eggert <eggert@cs.ucla.edu>
3234
3235 Spelling fixes.
3236 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
3237 Emacs uses American spelling.
3238
d5e6342e
JB
32392012-04-14 Juanma Barranquero <lekktu@gmail.com>
3240
3241 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
3242 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
3243 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
3244 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
3245
ab036cd7
SM
32462012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3247
3248 * progmodes/which-func.el (which-func-modes): Change default.
3249
35dc09a1 32502012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
3251
3252 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
3253 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
3254
35dc09a1 32552012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
3256
3257 * custom.el (custom-theme-set-variables): Doc fix.
3258
35dc09a1 32592012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
3260
3261 * international/mule.el (set-auto-coding-for-load): Doc fix.
3262
35dc09a1 32632012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 3264
35dc09a1
GM
3265 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
3266 imenu work again for Objective C Mode. Correct the *-index values,
3267 these having been disturbed by a previous change in 2011-08.
57f845ee 3268
0de3da9f
AM
3269 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
3270 Correct two search limits.
3271
35dc09a1 32722012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
3273
3274 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
3275
35dc09a1 32762012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
3277
3278 * international/characters.el: Fix sorting.
3279
35dc09a1 32802012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
3281
3282 * international/characters.el: Add more missing Latin case pairs.
3283
35dc09a1 32842012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
3285
3286 * files.el (dir-locals-set-class-variables): Doc fix.
3287
35dc09a1 32882012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 3289
3f1b5bf8
EZ
3290 * international/characters.el: Add set-case-syntax-pair call for
3291 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
3292 counterpart. (Bug#11209)
3293
9f847f41
EZ
3294 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
3295
35dc09a1 32962012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
3297
3298 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3299
35dc09a1 33002012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 3301
35dc09a1
GM
3302 * textmodes/ispell.el (ispell-dictionary-base-alist):
3303 Add data for Hebrew.
e2627d21 3304
35dc09a1 33052012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 3306
35dc09a1
GM
3307 * net/rcirc.el (rcirc-cmd-quit):
3308 Revert 2012-03-18 change (Bug#11192).
5c14e333 3309
35dc09a1 33102012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
3311
3312 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
3313
35dc09a1 33142012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 3315
4517fe3a
SM
3316 * minibuffer.el (completion-in-region-mode-map):
3317 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 3318
b472a594
VD
33192012-04-13 Vivek Dasmohapatra <vivek@etla.org>
3320
3321 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
3322
09b95ce3
MY
33232012-04-13 Masatake YAMATO <yamato@redhat.com>
3324
3325 * minibuffer.el (minibuffer-local-filename-syntax): New variable
3326 to allow `C-M-f' and `C-M-b' to move to the nearest path
3327 separator (bug#9511).
3328
4b63a9ca
LI
33292012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
3330
3331 * avoid.el: Require cl when compiling. And also move the
3332 `provide' to the end.
3333
7b55b8bf
TV
33342012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3335
3336 * avoid.el (mouse-avoidance-banish-position): New variable.
3337 (mouse-avoidance-banish-destination): Use it (bug#10165).
3338
adedaa1f
LL
33392012-04-13 Leo Liu <sdl.web@gmail.com>
3340
3341 * progmodes/which-func.el (which-func-modes): Add objc-mode.
3342
70e74021
KB
33432012-04-13 Ken Brown <kbrown@cornell.edu>
3344
3345 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 3346 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
3347 (browse-url-filename-alist): For the same reason, don't modify
3348 file:// URLs on Cygwin.
3349
e75e89ba
SM
33502012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3351
3352 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
3353 the region on shift if the binding is already shifted (bug#11221).
3354
82f289a4
GM
33552012-04-12 Glenn Morris <rgm@gnu.org>
3356
3357 * mail/mailpost.el: Move to obsolete/.
3358
d333dc4c
DA
33592012-04-12 Drew Adams <drew.adams@oracle.com>
3360
3361 * imenu.el (imenu--generic-function): Ignore invisible definitions
3362 (bug#10123).
3363
0d15b5ba
VD
33642012-04-12 Vivek Dasmohapatra <vivek@etla.org>
3365
3366 * hexl.el (hexl-bits): New variable.
3367 (hexl-options): Mention the variable in the doc string.
75f1671a 3368 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 3369 (hexl-mode): Mention the new variable.
75f1671a
JB
3370 (hexl-mode, hexl-current-address, hexl-current-address):
3371 Use the displen.
0d15b5ba
VD
3372 (hexl-ascii-start-column): New function.
3373 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
3374 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
3375
64a440db
AM
33762012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3377
3378 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
3379 '("-i" ENCODING), in 2 separate command-line arguments, to specify
3380 the encoding, as expected by hunspell.
3381
6decb6c2
SM
33822012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3383
3384 * battery.el (battery--linux-sysfs-regexp): New const.
3385 (battery-status-function): Use it. Remove yeeloong special case.
3386 (battery-yeeloong-sysfs): Remove.
3387 (battery-echo-area-format): Remove yeeloong special case.
3388
088be6fb
SM
33892012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3390
6622e416
SM
3391 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
3392 Reported by Noah Friedman.
3393
088be6fb
SM
3394 * subr.el (read-passwd): Use read-string.
3395
b49f886e
LMI
33962012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3397
3398 * vcursor.el (vcursor-move): Increase the priority of the overlay
3399 (bug#9663).
3400
a63067fc
DD
34012012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3402
3403 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
3404 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
3405
ac3cf14a
WS
34062012-04-11 William Stevenson <yhvh2000@gmail.com>
3407
3408 * textmodes/artist.el (artist-mode): Convert artist-mode to use
3409 define-minor-mode (bug#10760).
3410
c4fc691b 34112012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 3412
4d6769e1 3413 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
3414 that directories matching `grep-find-ignored-files' won't be
3415 pruned (bug#10351).
3416
af23e2e5
CY
34172012-04-11 Chong Yidong <cyd@gnu.org>
3418
3419 * startup.el (command-line): Remove support for long-obsolete
3420 variable font-lock-face-attributes.
3421
ab7ce8c1
GM
34222012-04-11 Glenn Morris <rgm@gnu.org>
3423
3424 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
3425
de8c03dc
SM
34262012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 * window.el (window--state-get-1): Obey window-point-insertion-type.
3429
050cc68b
LB
34302012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
3431
3432 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
3433 to previous function when point is on the first character of a
75f1671a 3434 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 3435
a38c310c
GM
34362012-04-11 Glenn Morris <rgm@gnu.org>
3437
effed0c2
GM
3438 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
3439 not just file-errors.
3440
a38c310c
GM
3441 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
3442 (vc-bzr-sha1): Use internal sha1.
3443
0221e323
SM
34442012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3445
3446 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
3447
43956923
SG
34482012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
3449
3450 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
3451 that start in the middle of the line (bug#10496).
3452
6a8c9eaf
DN
34532012-04-10 Dan Nicolaescu <dann@gnu.org>
3454
3455 * battery.el (battery-linux-proc-acpi): Only one battery is
3456 discharged at a time, but that seems to confuse battery.el when
3457 computing `rate-type' for the battery not being discharged
3458 (bug#10332).
3459
1930bf5d
SM
34602012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3461
2a718f6f
SM
3462 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
3463
599430d0
SM
3464 * international/quail.el: Use dolist and simplify.
3465 (quail-define-package, quail-update-keyboard-layout)
3466 (quail-define-rules): Use dolist.
3467 (quail-insert-kbd-layout, quail-get-translation): CSE.
3468
a2754b6c
SM
3469 * tmm.el: Use dolist, remove left over hook.
3470 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
3471 Use dolist.
3472 (calendar-load-hook): Don't mess with it.
3473
1930bf5d
SM
3474 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3475 Use derived-mode-p. Run the diff asynchronously.
3476
9f67961c
LMI
34772012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3478
3479 * obsolete/mouse-sel.el: Add an Obsolete-since header.
3480
2a8ce227
JB
34812012-04-10 Juanma Barranquero <lekktu@gmail.com>
3482
3483 * misc.el: Display absolute path of loaded DLLs (bug#10424).
3484 (list-dynamic-libraries--loaded): New function.
3485 (list-dynamic-libraries--refresh): Use it.
3486
8f33b5f8
NW
34872012-04-10 Nathan Weizenbaum <nweiz@google.com>
3488
1930bf5d
SM
3489 * progmodes/python.el (python-fill-paragraph):
3490 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
3491 disabled (bug#7018).
3492
b12f0439
L
34932012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
3494
1930bf5d 3495 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
3496 DOS/MS Windows for the Baltic languages. There are still plenty
3497 of texts written in this encoding/codepage (bug#6519).
b12f0439 3498
57c3bd01
GM
34992012-04-10 Glenn Morris <rgm@gnu.org>
3500
3501 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
3502 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
3503
6c3eab30
FA
35042012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
3505
1930bf5d 3506 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
3507 next-line "n" and previous-line "p" in order to make recentf more
3508 consistent with ibuffer, dired or org-mode (bug#9387).
3509
24d78a88
LMI
35102012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3511
bc72b5d9
LMI
3512 * image.el (put-image): Return the overlay created instead of the
3513 optional input string (bug#7834). Note that this may break code
3514 that is (for some reason or other) depending on `put-image'
3515 returning the string.
3516
bd2dba5a
LMI
3517 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
3518
74beb59f
LMI
3519 * simple.el (zap-to-char): Allow zapping using input methods
3520 (bug#1580).
3521
24d78a88
LMI
3522 * textmodes/fill.el (fill-region): Leave point and mark where they
3523 were before filling (bug#5399).
3524
263f20cd
GM
35252012-04-09 Glenn Morris <rgm@gnu.org>
3526
3527 * version.el (emacs-bzr-get-version):
3528 Handle lightweight checkouts of local branches.
3529
58d1f797
AS
35302012-04-09 Andreas Schwab <schwab@linux-m68k.org>
3531
263f20cd 3532 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 3533
b4d3bc10
CY
35342012-04-09 Chong Yidong <cyd@gnu.org>
3535
3536 * custom.el (custom-variable-p): Return nil for non-symbol
3537 arguments instead of signaling an error.
3538 (user-variable-p): Obsolete alias for custom-variable-p.
3539
3540 * apropos.el (apropos-variable):
3541 * files-x.el (read-file-local-variable):
3542 * simple.el (set-variable):
3543 * woman.el (woman-mini-help):
3544 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
3545
fd06db5d
GM
35462012-04-09 Glenn Morris <rgm@gnu.org>
3547
e5fcdb5e
GM
3548 * startup.el (normal-top-level): Don't look for leim-list.el
3549 in places where it will not be found. (Bug#910)
3550
fd06db5d
GM
3551 * international/mule-cmds.el (set-default-coding-systems):
3552 * files.el (normal-mode):
3553 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
3554 This function was removed with ucs-tables.el in 2008.
3555
b39bb7e1
EZ
35562012-04-08 Eli Zaretskii <eliz@gnu.org>
3557
3558 * textmodes/ispell.el (ispell-check-version): For hunspell, set
3559 ispell-encoding8-command to "-i", without a trailing space.
3560 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
3561 separate command-line arguments, to specify the encoding, since
3562 that's how hunspell expects it.
3563
5c5b8e23
GM
35642012-04-08 Glenn Morris <rgm@gnu.org>
3565
3566 * loadup.el: Load bindings before cus-start.
3567 This reduces somewhat the number of "rogue" settings in emacs -Q.
3568
a1ed8b05
GM
35692012-04-07 Glenn Morris <rgm@gnu.org>
3570
3571 * version.el (emacs-bzr-get-version): New function.
dfae128a 3572 (emacs-bzr-version): New variable.
a1ed8b05
GM
3573 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
3574 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
3575
b142f158
EZ
35762012-04-07 Eli Zaretskii <eliz@gnu.org>
3577
dfae128a
GM
3578 * international/uni-bidi.el, international/uni-category.el:
3579 * international/uni-combining.el, international/uni-decimal.el:
3580 * international/uni-decomposition.el, international/uni-digit.el:
3581 * international/uni-lowercase.el, international/uni-mirrored.el:
3582 * international/uni-name.el, international/uni-numeric.el:
3583 * international/uni-titlecase.el, international/uni-uppercase.el:
3584 Update for Unicode 6.1.
b142f158 3585
9078ead6
EZ
35862012-04-07 Eli Zaretskii <eliz@gnu.org>
3587
3588 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
3589
f23d2c7d
LMI
35902012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3591
3592 * window.el (shrink-window): Mention the `window-min-height'
3593 variable in the doc string.
3594
0a0a3573
BG
35952012-04-05 Bastien Guerry <bzg@altern.org>
3596
3597 * color.el (color-lighten-name): Fix typo.
3598
e5248ac9
SM
35992012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3600
3601 * server.el (server--on-display-p): New function.
3602 (server--on-display-p): Use it.
3603
b4243e22
GV
36042012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
3605
3606 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
3607 (bug#11145).
3608
305d9f44
SM
36092012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3610
3611 * comint.el (comint--common-quoted-suffix): Check string boundary
3612 before comparing (bug#11158).
3613 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
3614
3d439cd1
CY
36152012-04-04 Chong Yidong <cyd@gnu.org>
3616
321cc491
CY
3617 * minibuffer.el (completion-extra-properties): Doc fix.
3618
3d439cd1
CY
3619 * subr.el (delayed-warnings-hook): Doc fix.
3620
2d562c0f
DU
36212012-04-04 Daiki Ueno <ueno@unixuser.org>
3622
3623 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
3624 selection (Bug#11159).
3625 (epa-insert-keys): Inform that the default public key will be
3626 exported if no key is selected.
3627
4443f204
RS
36282012-04-04 Richard Stallman <rms@gnu.org>
3629
3630 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
3631
529c06b6
CY
36322012-04-03 Chong Yidong <cyd@gnu.org>
3633
3634 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
3635 mail-insert-file, not its obsolete alias mail-attach-file.
3636
66b907dc
MA
36372012-04-03 Michael Albinus <michael.albinus@gmx.de>
3638
3639 * notifications.el (notifications-notify): Fix docstring.
3640
c0ea195d
GM
36412012-04-02 Glenn Morris <rgm@gnu.org>
3642
3643 * emacs-lisp/authors.el (authors-aliases): Another addition.
3644
5ca64e00
MA
36452012-04-02 Michael Albinus <michael.albinus@gmx.de>
3646
3647 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
3648 `tramp-compat-call-process' instead of `tramp-local-call-process'.
3649 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
3650
42ee526b
CY
36512012-04-01 Chong Yidong <cyd@gnu.org>
3652
3653 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
3654 Handle root directory properly.
3655 (copy-directory): Caller changed.
3656
3657 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
3658 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
3659
0b021094
GM
36602012-03-31 Glenn Morris <rgm@gnu.org>
3661
40f86458
GM
3662 * term/xterm.el (xterm-extra-capabilities): Doc fix.
3663
7019c177
GM
3664 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
3665
a1daddd6
GM
3666 * calendar/calendar.el (calendar-window-list)
3667 (calendar-hide-window): Restore. (Bug#11140)
3668 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
3669
0b021094
GM
3670 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
3671
40311efc
TV
36722012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3673
3674 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
3675 Check if file is a symlink (Bug#10489).
3676
3677 * files.el (copy-directory): Likewise.
3678
5319014e
CY
36792012-03-30 Chong Yidong <cyd@gnu.org>
3680
3681 * image.el (imagemagick-types-inhibit)
3682 (imagemagick-register-types): Doc fix.
3683
935d1290
AM
36842012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3685
ef24141c
SM
3686 * ispell.el (ispell-get-extended-character-mode):
3687 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 3688 and treats ~word as ordinary words in pipe mode.
935d1290 3689
61c6e8fd
GM
36902012-03-30 Glenn Morris <rgm@gnu.org>
3691
3692 * tutorial.el (help-with-tutorial): Ensure local variables don't
3693 happen to make the buffer read-only. (Bug#11127)
3694
81fdff00
SM
36952012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
3696
3697 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
3698 (perl-calculate-indent): Return `noindent' in strings.
3699
6e7a6ec0
SS
37002012-03-28 Sam Steingold <sds@gnu.org>
3701
3702 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
3703 instead of the broken adhockery which does not prevent calendar
3704 buffers from being displayed at random after exit.
3705 (calendar-window-list, calendar-hide-window): Remove the broken
3706 adhockery.
3707
fee88ca0
GM
37082012-03-28 Glenn Morris <rgm@gnu.org>
3709
3710 * replace.el (query-replace-map): Doc fix.
3711
38de3354
AS
37122012-03-28 Andreas Schwab <schwab@linux-m68k.org>
3713
3714 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
3715 contents. (Bug#11109)
3716
b973155e
SM
37172012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3718
3719 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
3720 (bug#11077).
3721 (avl-tree--check, avl-tree--check-node): New funs.
3722
dcb6e7b3
MR
37232012-03-27 Martin Rudalics <rudalics@gmx.at>
3724
3725 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
3726 (switch-to-prev-buffer, switch-to-next-buffer):
3727 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
3728 showing a buffer already is done on the same frame.
3729
b4fa35fa
GM
37302012-03-27 Glenn Morris <rgm@gnu.org>
3731
3732 * startup.el (mail-host-address): Doc fix.
3733
f9210e18
SM
37342012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3735
3736 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
3737 than 197 variables.
3738
c0bf7753
AF
37392012-03-26 Ami Fischman <ami@fischman.org>
3740
3741 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
3742
33da7b16
GM
37432012-03-26 Glenn Morris <rgm@gnu.org>
3744
02243d9d
GM
3745 * files.el (save-buffers-kill-emacs): Doc fix.
3746
33da7b16
GM
3747 * startup.el (normal-top-level, command-line, command-line-1):
3748 Give them doc strings.
3749
e5a69fd0
EZ
37502012-03-25 Eli Zaretskii <eliz@gnu.org>
3751
3752 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 3753 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 3754
9a69676a
CY
37552012-03-25 Chong Yidong <cyd@gnu.org>
3756
4125cb8b
CY
3757 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
3758 theme if it was previously enabled before (Bug#11031).
3759
dd470960
CY
3760 * cus-theme.el (custom-theme-write-faces): Retrieve current face
3761 spec with custom-face-get-current-spec if its :shown-value is not
3762 determined yet (Bug#9337).
4125cb8b 3763 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 3764
9a69676a
CY
3765 * button.el (button-at): Minor addition to docstring.
3766
6e7e90fa
SL
37672012-03-24 Simon Leinen <simon.leinen@gmail.com>
3768
3769 * vc/vc.el (vc-merge): Fix a prompt.
3770
f06e2758
CY
37712012-03-24 Chong Yidong <cyd@gnu.org>
3772
3773 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
3774 point (Bug#9623).
3775
6e7e90fa
SL
3776 * button.el (button-at): Minor addition to docstring.
3777
b9d0879b
SM
37782012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3779
3780 * newcomment.el (comment-choose-indent): No space after BOL.
3781
e71cebb3
SS
37822012-03-22 Sam Steingold <sds@gnu.org>
3783
3784 * window.el (switch-to-prev-buffer): Revert last patch because the
3785 bug turned out to be an advertised feature (Elisp manual 28.14).
3786
335aff35
GM
37872012-03-22 Glenn Morris <rgm@gnu.org>
3788
3789 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
3790 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
3791
c676576a
LMI
37922012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3793
3794 * net/network-stream.el (network-stream-open-starttls): Make error
3795 message under Windows be less misleading.
3796
126f3d39
LW
37972012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
3798
3799 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
3800 understands (bug#9942).
3801
64fee311
CY
38022012-03-22 Chong Yidong <cyd@gnu.org>
3803
3804 * simple.el (end-of-visible-line): Handle return value of
3805 next-single-property-change properly (Bug#9371).
3806
a640d29a
KH
38072012-03-22 Kenichi Handa <handa@m17n.org>
3808
3809 * international/quail.el (quail-insert-kbd-layout): Fix previous
3810 change. To avoid unwanted bidi reordering, use
3811 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
3812
39675016
DG
38132012-03-21 Dmitry Gutov <dgutov@yandex.ru>
3814
3815 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
3816 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
3817 (ruby-beginning-of-indent): Be more careful with the difference
3818 between word-boundary and symbol boundary.
3819 (ruby-mode-syntax-table): Make : a symbol constituent.
3820
0a6934fc 38212012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 3822
3d008e4f
SM
3823 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
3824
0a6934fc
SM
38252012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3826
af67c9d7
SM
3827 * progmodes/etags.el (tags-completion-at-point-function):
3828 Improve last fix.
3829
1acad97c
SM
3830 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
3831
e298b5da
SS
38322012-03-21 Sam Steingold <sds@gnu.org>
3833
3834 * progmodes/etags.el (tags-completion-at-point-function):
3835 Avoid the error when point is inside the pattern.
3836
91d82a70
JY
38372012-03-21 John Yates <john@yates-sheets.org> (tiny change)
3838
3839 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
3840 line (Bug#10855).
3841
69188b79
CY
38422012-03-21 Drew Adams <drew.adams@oracle.com>
3843
3844 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
3845
99fc91fe
AK
38462012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
3847
3848 * ido.el (ido-set-current-directory, ido-read-internal)
3849 (ido-choose-completion-string, ido-completion-help): Handle nil
3850 value of ido-completion-buffer (Bug#11008).
3851
087bbb4c
SS
38522012-03-21 Sam Steingold <sds@gnu.org>
3853
3854 * window.el (switch-to-prev-buffer): Do not switch to a visible
3855 window previous buffer, just like with the frame previous buffers.
3856
fb5b8aca
CY
38572012-03-21 Chong Yidong <cyd@gnu.org>
3858
3859 * faces.el (make-face, make-empty-face, copy-face):
3860 * face-remap.el (face-remap-add-relative, face-remap-set-base):
3861 Doc fixes.
3862
dc9924b8
SM
38632012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 * wid-edit.el (widget-complete-field): Remove (bug#11051).
3866 (widget-complete): Remove broken use of it.
3867
f0bcceb9
CY
38682012-03-20 Chong Yidong <cyd@gnu.org>
3869
dc9924b8
SM
3870 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
3871 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
3872 characters.
3873
ee52ebf3
TH
38742012-03-20 Tassilo Horn <tassilo@member.fsf.org>
3875
3876 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
3877 to draw rectangles, not squares. (Regression introduced by revno
3878 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
3879
4c5779ab
CY
38802012-03-18 Chong Yidong <cyd@gnu.org>
3881
3882 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
3883 it is not yet defined (for temacs).
3884
15360934
LL
38852012-03-18 Leo Liu <sdl.web@gmail.com>
3886
dc9924b8 3887 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 3888
d9a8eb66
EZ
38892012-03-17 Eli Zaretskii <eliz@gnu.org>
3890
3891 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
3892 (ispell-choices-win-default-height, ispell-silently-savep)
3893 (ispell-dictionary-alist, ispell-encoding8-command)
3894 (ispell-check-version, ispell-aspell-find-dictionary)
3895 (ispell-valid-dictionary-list, ispell-words-keyword)
3896 (ispell-get-word, ispell-internal-change-dictionary)
3897 (ispell-region, ispell-skip-region-list)
3898 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
3899 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
3900 (ispell-message-text-end, ispell-message)
3901 (ispell-buffer-local-parsing): Doc fix.
3902
f02ff80d
J
39032012-03-13 Jambunathan K <kjambunathan@gmail.com>
3904
3905 * htmlfontify.el: Add support for code block fontification for ODT
3906 export (Bug #9914).
3907 (hfy-optimisations): Define new option
3908 `body-text-only'
3909 (hfy-fontify-buffer): Honor above setting.
3910 (hfy-begin-span, hfy-end-span): New routines factored out form
3911 `hfy-fontify-buffer'.
3912 (hfy-begin-span-handler, hfy-end-span-handler): New variables
3913 that permit insertion of custom tags.
3914 (hfy-fontify-buffer): Use above handlers.
3915 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
3916 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 3917 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 3918 over multiple runs. This is made possible by having the caller let
f02ff80d
J
3919 bind a special variable `hfy-user-sheet-assoc'.
3920 (htmlfontify-string): New defun.
3921 (hfy-compile-face-map): Make sure that the last char in the
3922 buffer is correctly fontified.
3923 (hfy-face-resolve-face): Whitespace only change.
3924
9ac7a13f
EZ
39252012-03-17 Eli Zaretskii <eliz@gnu.org>
3926
3927 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
3928 message more clear.
3929
e2b5bdd7
LL
39302012-03-16 Leo Liu <sdl.web@gmail.com>
3931
3932 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
3933
2e492df3
AM
39342012-03-16 Alan Mackenzie <acm@muc.de>
3935
3936 Further optimise the handling of large macros.
3937
3938 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
3939 limit to a call of `c-literal-limits'.
3940 (c-determine-+ve-limit): New function.
dc9924b8
SM
3941 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
3942 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
3943 In CASE 5B, restrict a search limit to 500.
3944 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
3945
3946 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
3947 Restrict macro bounds to +-500 from after-change's BEG END.
3948
50e94f0c
LL
39492012-03-16 Leo Liu <sdl.web@gmail.com>
3950
3951 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
3952
6f09f6ed
AH
39532012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
3954
3955 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 3956 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 3957
c7e73d51
GM
39582012-03-16 Glenn Morris <rgm@gnu.org>
3959
da986230
GM
3960 * view.el (view-buffer, view-buffer-other-window)
3961 (view-buffer-other-frame): Doc fixes re special mode-class.
3962
0835f01e
GM
3963 * subr.el (eval-after-load): If named feature is provided not from
3964 a file, run after-load forms. (Bug#10946)
3965
c7e73d51
GM
3966 * calendar/calendar.el (calendar-insert-at-column):
3967 Handle non-unit-width characters a bit better. (Bug#10978)
3968
3f2eafd1
CY
39692012-03-15 Chong Yidong <cyd@gnu.org>
3970
3971 * emacs-lisp/ring.el (ring-extend): New function.
3972 (ring-insert+extend): Extend the ring correctly (Bug#11019).
3973
3974 * comint.el (comint-read-input-ring)
3975 (comint-add-to-input-history): Grow comint-input-ring lazily.
3976
103af3fe
SM
39772012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3978
663b1677
SM
3979 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
3980 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
3981
103af3fe
SM
3982 * imenu.el: Fix multiple inheritance breakage (bug#9199).
3983 (imenu-add-to-menubar): Don't add a redundant index.
3984 (imenu-update-menubar): Handle a dynamically composed keymap.
3985
899cb7cb
KY
39862012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3987
3988 * mail/sendmail.el (mail-encode-header):
3989 Bind rfc2047-encode-encoded-words to nil.
3990
3809f91d
GM
39912012-03-13 Glenn Morris <rgm@gnu.org>
3992
3993 * calendar/calendar.el (calendar-string-spread):
3994 Handle non-unit-width characters a bit better. (Bug#10978)
3995
9e345a01
LL
39962012-03-13 Leo Liu <sdl.web@gmail.com>
3997
3998 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
3999 directory and file as argument (Bug#10822).
4000
4a07df36
KS
40012012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4002
4003 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4004 For dynamically generated code, follow $PC.
4005 (gdb-disassembly-handler-custom): Handle no function name case.
4006
4aaa9356
TL
40072012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4008
4009 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4010 * emulation/ws-mode.el (ws-query-replace):
4011 * sort.el (sort-regexp-fields):
4012 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
4013
225979da
SM
40142012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * dabbrev.el: Fix cycle completion order (bug#10963).
4017 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
4018 (dabbrev-completion): Don't use an obarray; provide
4019 a cycle-sort-function.
4020
e2f1fdab
LL
40212012-03-12 Leo Liu <sdl.web@gmail.com>
4022
dc9924b8 4023 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
4024 (kill-do-not-save-duplicates): Doc fix.
4025
b19490ed
SM
40262012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4027
4028 * dabbrev.el: Fix cycle completion (bug#10963).
4029 Use lexical binding and wrap to 80 columns.
4030 (dabbrev-completion): Delay computing the list of completions.
4031
4b05d722
KH
40322012-03-12 Kenichi Handa <handa@m17n.org>
4033
4034 * international/quail.el (quail-insert-kbd-layout): Surround each
4035 row by LRO and PDF instead of inserting many LRMs. Pad the left
4036 and right of each non-spacing marks. Insert invisible space
4037 between lower and upper characters to prevent composition.
4038
dbbc2e69
SM
40392012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4040
4041 * minibuffer.el (minibuffer-complete): Don't get confused when the
4042 function is run twice via different commands (bug#10958).
4043 (complete-with-action): Fix docstring.
4044
292112ed
CY
40452012-03-12 Chong Yidong <cyd@gnu.org>
4046
5d1ac394
CY
4047 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
4048 (nxml-completion-at-point-function): New function.
4049 (nxml-mode): Use it.
4050 (nxml-bind-meta-tab-to-complete-flag): Default to t.
4051
292112ed
CY
4052 * emacs-lisp/package.el (package-unpack, package-unpack-single):
4053 Load generated autoloads file before byte compiling (Bug#10970).
4054 (package--make-autoloads-and-compile): New helper fun.
4055
4098f8f7
CS
40562012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
4057
4058 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
4059
8f754691
MA
40602012-03-11 Michael Albinus <michael.albinus@gmx.de>
4061
4062 * autorevert.el (auto-revert-handler): Ensure, that
4063 file-readable-p is applied only for local files or in
4064 auto-revert-tail-mode.
4065
e29ab36b
AS
40662012-03-11 Andreas Schwab <schwab@linux-m68k.org>
4067
dbbc2e69
SM
4068 * server.el (server-eval-at): Handle non-tcp connections.
4069 Decode result string.
ad0bf5b6 4070
e29ab36b
AS
4071 * server.el (server-msg-size): New constant.
4072 (server-reply-print): New function.
4073 (server-eval-and-print): Use it.
4074 (server-eval-at): Use server-quote-arg and server-unquote-arg.
4075 Handle -print-nonl.
4076
de5939ba
CS
40772012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
4078
4079 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
4080 (Bug#10987).
4081
0c93eabf
CY
40822012-03-11 Chong Yidong <cyd@gnu.org>
4083
397a688f
CY
4084 * simple.el (goto-line): Doc fix (Bug#9938).
4085
2cc775f9
CY
4086 * subr.el (save-window-excursion): Doc fix (Bug#9979).
4087
0c93eabf
CY
4088 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
4089 when finished (Bug#10963).
4090
c491fa41
MR
40912012-03-11 Martin Rudalics <rudalics@gmx.at>
4092
4093 * window.el (split-window-below): Fix bug in case where
4094 split-window-keep-point is nil (Bug#10971).
4095
300e8fa5
JL
40962012-03-11 Juri Linkov <juri@jurta.org>
4097
4098 * replace.el (replace-highlight): Set isearch-word to nil
4099 unconditionally. (Bug#10887)
4100
dbf6c5a1
EZ
41012012-03-10 Eli Zaretskii <eliz@gnu.org>
4102
4103 * net/mairix.el (mairix-replace-invalid-chars): Rename from
4104 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 4105 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
4106 (mairix-widget-create-query): Add usage information about mairix
4107 search forms: negating words, searching for substrings, etc.
4108
b9e501de
JP
41092012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
4110
4111 * international/fontset.el (font-encoding-alist): Add an entry for
4112 ksx1001 (Bug#5667).
4113
92795c91
RS
41142012-03-10 Richard Stallman <rms@gnu.org>
4115
1694e6c1
RS
4116 * mail/sendmail.el (mail-encode-header):
4117 Set rfc2047-encode-encoded-words.
4118
607e8555
RS
4119 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
4120
de3bc99a
RS
4121 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
4122 view buffer means not swapped.
4123 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
4124 (rmail-write-region-annotate): Error if real text has disappeared.
4125
92795c91
RS
4126 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
4127
699bd04e
CY
41282012-03-10 Chong Yidong <cyd@gnu.org>
4129
4130 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
4131 * emulation/cua-base.el (cua--init-keymaps):
4132 Add delete-forward-char to remappings (Bug#9666).
699bd04e 4133
570a1714
MR
41342012-03-10 Martin Rudalics <rudalics@gmx.at>
4135
dbbc2e69
SM
4136 * speedbar.el (speedbar-unhighlight-one-tag-line):
4137 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 4138
82dcf4e4
CY
41392012-03-10 Chong Yidong <cyd@gnu.org>
4140
7a2c7ca7
CY
4141 * minibuffer.el (completion-in-region, completion-help-at-point):
4142 Give the completion field overlay a high priority (Bug#6830).
4143
82dcf4e4
CY
4144 * dired.el (dired-goto-file): Recognize absolute file name
4145 listings (Bug#7126).
4146 (dired-goto-file-1): New helper function.
4147 (dired-toggle-read-only): Inhibit warnings.
4148
052e28ac
MA
41492012-03-09 Michael Albinus <michael.albinus@gmx.de>
4150
75f1671a 4151 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
4152 there are no properties.
4153
95d5e396
LL
41542012-03-09 Leo Liu <sdl.web@gmail.com>
4155
4156 * savehist.el (savehist-printable): Stricter check for string
4157 value (Bug#10937).
4158
3f018d6d
EZ
41592012-03-09 Eli Zaretskii <eliz@gnu.org>
4160
dbbc2e69
SM
4161 * mail/smtpmail.el (smtpmail-send-it):
4162 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
4163 valid mbox format.
4164
f7fd3d79
GM
41652012-03-09 Glenn Morris <rgm@gnu.org>
4166
4167 * files.el (dir-locals-find-file):
4168 Don't check result is regular, readable.
4169 (dir-locals-read-from-file): Demote errors.
4170
6ff6e72f
EZ
41712012-03-08 Eli Zaretskii <eliz@gnu.org>
4172
dbbc2e69
SM
4173 * international/quail.el (quail-insert-kbd-layout):
4174 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
4175 layout cell, to prevent their reordering by bidi display engine.
4176 For details, see the discussion in
4177 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
4178
9cec7834
AM
41792012-03-08 Alan Mackenzie <acm@muc.de>
4180
4181 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
4182 the starting position; make it extend the marked region when
4183 invoked repeatedly - all under appropriate circumstances.
4184 Fixes bugs #5525, #10906.
4185
9a40b8d4
GM
41862012-03-08 Glenn Morris <rgm@gnu.org>
4187
4188 * files.el (locate-dominating-file, dir-locals-find-file):
4189 Undo 2012-03-06 change.
4190
7a08ed35
EZ
41912012-03-07 Eli Zaretskii <eliz@gnu.org>
4192
dbbc2e69
SM
4193 * international/quail.el (quail-help):
4194 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
4195 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
4196 for the reason.
4197
5aca4f71 41982012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
4199
4200 Avoid superfluous registering of signals. (Bug#10807)
4201
4202 * notifications.el (notifications-on-action-object)
4203 (notifications-on-close-object): New defvars.
4204 (notifications-on-action-signal, notifications-on-closed-signal):
4205 Unregister the signal if not needed any longer.
4206 (notifications-notify): Register `notifications-action-signal' or
4207 `notifications-closed-signal', if :on-action or :on-close has been
4208 passed as argument.
4209
78e8b10a
CY
42102012-03-07 Chong Yidong <cyd@gnu.org>
4211
4212 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
4213 non-X platforms.
4214
69481eb8
GM
42152012-03-06 Glenn Morris <rgm@gnu.org>
4216
4217 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4218 (x-disown-selection-internal, x-get-selection-internal):
4219 Doc fix (add arglist signatures). (Bug#10783)
4220
133b8e11
KS
42212012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4222
4223 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4224 Handle breakpoints with no "type".
4225
99a83064
GM
42262012-03-06 Glenn Morris <rgm@gnu.org>
4227
4228 * files.el (locate-dominating-file): Add optional predicate argument.
4229 (dir-locals-find-file): Make use of above change.
4230
17798e78
TTN
42312012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
4232
4233 * info.el (Info-insert-dir): Also try "dir.gz".
4234
eb182446
GM
42352012-03-06 Glenn Morris <rgm@gnu.org>
4236
8f2114ee
GM
4237 * files.el (dir-locals-find-file):
4238 Ignore non-readable or non-regular files. (Bug#10928)
4239
eb182446
GM
4240 * files.el (locate-dominating-file): Doc fix.
4241
24679323
AS
42422012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
4243
4244 * calendar/calendar.el (calendar-set-mode-line):
4245 `getenv' returns a string. (Bug#10951)
4246
01d972a9
LL
42472012-03-05 Leo Liu <sdl.web@gmail.com>
4248
109aa8a9
LL
4249 * simple.el (backward-delete-char-untabify): Constrain point to
4250 field (Bug#10939).
4251
01d972a9
LL
4252 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
4253
10607bea
CY
42542012-03-05 Chong Yidong <cyd@gnu.org>
4255
4256 * simple.el (count-words): If called from Lisp, return the word
4257 count, for symmetry with `count-lines'. Arglist changed.
4258 (count-words--message): Args changed. Consolidate counting code
4259 from count-words and count-words-region.
4260 (count-words-region): Caller changed.
4261 (count-lines-region): Make it an obsolete alias.
4262
5dd11cfe
TH
42632012-03-04 Tassilo Horn <tassilo@member.fsf.org>
4264
4265 * saveplace.el (save-place-to-alist)
4266 (save-place-ignore-files-regexp): Allow value nil to disable this
4267 feature.
4268
c349f4e6
CY
42692012-03-04 Chong Yidong <cyd@gnu.org>
4270
4271 * faces.el (face-spec-reset-face): For the default face, reset the
4272 attributes to default values (Bug#10748).
4273
e627be4c
LMI
42742012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4275
4276 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
4277 previous patch: Check `message-send-mail-function', and not the
4278 default function (bug#10897).
4279
ebeabff4
MA
42802012-03-04 Michael Albinus <michael.albinus@gmx.de>
4281
a41a6cf4
MA
4282 * notifications.el (notifications-on-action-signal)
4283 (notifications-on-closed-signal): Check for unique service name of
4284 incoming event. Fix error in removing entry.
ebeabff4 4285 (top): Register for signals with wildcard service name.
a41a6cf4 4286 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 4287
c1ca42b4
CY
42882012-03-04 Chong Yidong <cyd@gnu.org>
4289
dc9924b8 4290 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 4291
ea16568d
GM
42922012-03-04 Glenn Morris <rgm@gnu.org>
4293
4294 * abbrev.el (copy-abbrev-table, abbrev-table-p)
4295 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
4296 (expand-abbrev, define-abbrev-table): Doc fixes.
4297
fbae4637
LMI
42982012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4299
4300 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
4301 `message-default-send-mail-function' and not `send-mail-function'
4302 when doing the prompting for `sendmail-query-once' before sending
4303 in Message buffers (bug#10897).
4304
a1e7225c
LMI
4305 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4306 This is inconsistent with all the other stream functions, which leave
4307 the setting up to the higher levels (if so wanted) (bug#10931).
4308
56d093a9
AM
43092012-03-02 Alan Mackenzie <acm@muc.de>
4310
4311 Depessimize the handling of very large macros.
4312
4313 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
4314 (c-macro-cache-syntactic): New variables to implement a one
4315 element macro cache.
4316 (c-invalidate-macro-cache): New function.
4317 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
4318 Adapt to use the new cache.
4319 (c-state-safe-place): Use better the cache of safe positions.
4320 (c-state-semi-nonlit-pos-cache)
4321 (c-state-semi-nonlit-pos-cache-limit):
4322 New variables for...
4323 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
4324 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
4325 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
4326 Use c-state-semi-safe-place.
56d093a9 4327
dbbc2e69
SM
4328 * progmodes/cc-langs.el (c-get-state-before-change-functions):
4329 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 4330
817e5c3d
MA
43312012-03-02 Michael Albinus <michael.albinus@gmx.de>
4332
dbbc2e69
SM
4333 * jka-compr.el (jka-compr-call-process):
4334 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
4335 not remote.
4336
a032a702
MA
43372012-03-01 Michael Albinus <michael.albinus@gmx.de>
4338
4339 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
4340 access of FILE2, if FILE1 does not exist.
4341
99a54f21
MA
4342 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
4343 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
4344
4345 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
4346 Add "PAGER=" to `process-environment'.
4347
f6561e1f
MM
43482012-03-01 Michael R. Mauger <mmaug@yahoo.com>
4349
4350 * progmodes/sql.el: Bug fix
4351 (sql-get-login-ext): Save login values in globals.
4352 (sql-get-login): Use new version of `sql-get-login-ext'.
4353 (sql-interactive-mode): Set global `sql-connection' to nil.
4354 (sql-connect): Set global values for connection.
4355 (sql-product-interactive): Save global values as buffer local.
4356
2d44d9cc
LL
43572012-02-29 Leo Liu <sdl.web@gmail.com>
4358
4359 * abbrev.el (define-abbrevs): Reset sys to nil.
4360
96b49301 43612012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4362
bf7f9bc5
JB
4363 * files.el (file-equal-p): Rename from `files-equal-p'.
4364 Return nil when one or both files don't exist.
96b49301 4365 (file-subdir-of-p): Now only top directory must exists,
4366 return nil if it doesn't.
bf7f9bc5
JB
4367 (copy-directory): No need to test with `file-subdir-of-p' after
4368 creating dir.
4369 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
4370 to `file-equal-p'.
96b49301 4371
44e97401
GM
43722012-02-28 Glenn Morris <rgm@gnu.org>
4373
4374 * shell.el (shell-mode):
4375 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
4376 * play/landmark.el (landmark-font-lock-face-O):
4377 * play/handwrite.el (handwrite):
4378 * play/gomoku.el (gomoku-O):
4379 * net/browse-url.el (browse-url-browser-display):
4380 * international/mule.el (define-charset):
4381 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
4382 * filesets.el (filesets-find-file-delay):
4383 * eshell/em-xtra.el (eshell-xtra):
4384 * eshell/em-unix.el (eshell-grep):
4385 * emulation/viper.el (viper-mode):
4386 * emacs-lisp/regexp-opt.el (regexp-opt-group):
4387 * emacs-lisp/easymenu.el (easy-menu-define):
4388 * calendar/timeclock.el (timeclock-use-display-time):
4389 * bs.el (bs-mode):
4390 * bookmark.el (bookmark-save-flag):
4391 Doc fix (standardize possessive apostrophe usage).
4392
c98c6276
CY
43932012-02-27 Chong Yidong <cyd@gnu.org>
4394
bf7f9bc5
JB
4395 * emulation/viper-cmd.el (viper-intercept-ESC-key):
4396 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 4397
c98c6276
CY
4398 * font-lock.el (font-lock-specified-p): Rename from
4399 font-lock-spec-present. Callers changed.
4400
9c62cd04 44012012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 4402
bf7f9bc5
JB
4403 * emacs-lisp/package.el (package-compute-transaction):
4404 Handle holding a package version to t in package-load-list.
8ac9e529 4405
530739c9
MA
44062012-02-26 Michael Albinus <michael.albinus@gmx.de>
4407
4408 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
4409 (tramp-get-inode, tramp-get-device): Use cached values.
4410
487915d7
AM
44112012-02-26 Alan Mackenzie <acm@muc.de>
4412
4413 Check there is a font-lock specification before doing initial
4414 fontification.
4415
4416 * font-core.el (font-lock-mode): Move the conditional from
4417 :after-hook to font-lock-initial-fontify.
4418 (font-lock-default-function): Move the check for a specification
4419 to font-lock-spec-present.
4420
dc9924b8 4421 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
4422 (font-lock-spec-present): New function.
4423
4fd96557
JB
44242012-02-26 Jim Blandy <jimb@red-bean.com>
4425
4426 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
4427 (gdb-send): Apply it to the operand of the '-interpreter-exec
4428 console' command, so that we can pass arguments with (say) quotes
4429 in them. Store exact string sent in gdb-debug-log (Bug#10765).
4430
9a4888c0
CY
44312012-02-26 Chong Yidong <cyd@gnu.org>
4432
07498861
CY
4433 * help-fns.el (describe-function-1): Clarify description of
4434 remapping (Bug#10844).
4435
9a4888c0
CY
4436 * files.el (files-equal-p): Doc fix.
4437 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
4438 and quit the loop once a mismatch is found.
4439
ea8fb88d
JB
44402012-02-25 Juanma Barranquero <lekktu@gmail.com>
4441
4442 * bs.el (bs--show-with-configuration): Don't throw an error
4443 if the window cannot be split; otherwise, subsequent calls to
4444 bs-show fail, restoring a stale window config. (Bug#10882)
4445
525795c1
JD
44462012-02-25 Jan Djärv <jan.h.d@swipnet.se>
4447
4448 * term/ns-win.el (global-map): Bind ns-drag-file to
4449 ns-find-file (Bug#5855, Bug#10050).
4450
f008086f
AS
44512012-02-25 Andreas Schwab <schwab@linux-m68k.org>
4452
4453 * calendar/parse-time.el (parse-time-string): Allow extractor to
4454 return nil.
4455
a3fcfa99
MA
44562012-02-25 Michael Albinus <michael.albinus@gmx.de>
4457
91027d08
JB
4458 * net/tramp.el (tramp-file-name-for-operation):
4459 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
4460
4461 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
4462 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4463 Add COPY-CONTENTS argument.
a3fcfa99 4464
67b0de11
CY
44652012-02-25 Chong Yidong <cyd@gnu.org>
4466
4467 Add custom groups for VC backends, for consistency with vc-bzr.
4468
4469 * vc/vc-arch.el (vc-arch):
4470 * vc/vc-cvs.el (vc-cvs):
4471 * vc/vc-git.el (vc-git):
4472 * vc/vc-hg.el (vc-hg):
4473 * vc/vc-mtn.el (vc-mtn):
4474 * vc/vc-rcs.el (vc-rcs):
4475 * vc/vc-sccs.el (vc-sccs):
4476 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
4477 All relevant defcustoms reassigned.
4478
3c9dfce6
CY
44792012-02-25 Chong Yidong <cyd@gnu.org>
4480
1339bf43
CY
4481 * newcomment.el (comment-styles): Add autoload (Bug#10868).
4482
3c9dfce6
CY
4483 * term/x-win.el (x-initialize-window-system): Reduce default for
4484 x-selection-timeout to 5 seconds (Bug#8869).
4485
25b2e303 44862012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4487
ec70a47d
GM
4488 * files.el (files-equal-p, file-subdir-of-p): New functions.
4489 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 4490 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
4491 * dired-aux.el (dired-copy-file-recursive): Same.
4492 (dired-create-files): Modify destination when source is equal to
4493 dest when copying files.
53a46cd0 4494 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 4495
914260cd
MA
44962012-02-24 Michael Albinus <michael.albinus@gmx.de>
4497
4498 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
4499 (Bug#10874)
4500
2cb228f7
AM
45012012-02-23 Alan Mackenzie <acm@muc.de>
4502
4503 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
4504 parameter "after-hook:" to allow the expansion to run code after
4505 the execution of the mode hooks.
4506
4507 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 4508 from font-lock-mode-internal.
2cb228f7 4509
91027d08 4510 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
4511 :after-hook.
4512
8f0fde21
SM
45132012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4514
3e88618b
SM
4515 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
4516 (completion--cache-all-sorted-completions): New function.
4517 (completion-all-sorted-completions): Use it.
4518 (completion--do-completion, minibuffer-force-complete):
4519 Use it to re-instate the flush hook.
4520
8f0fde21
SM
4521 * icomplete.el (icomplete-completions): Replace last fix with a better
4522 one (bug#10850).
4523
8e911f6f
DG
45242012-02-23 Dmitry Gutov <dgutov@yandex.ru>
4525
4526 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
4527 when it might call us back infinitely (bug#10797).
4528
49fe4321
GM
45292012-02-23 Glenn Morris <rgm@gnu.org>
4530
4531 * minibuffer.el (completion-category-overrides): Doc fix.
4532
b291b572
SM
45332012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4534
4535 * minibuffer.el (completion-table-with-context): Fix inf-loop.
4536 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
4537
31a9ef2e
GM
45382012-02-23 Glenn Morris <rgm@gnu.org>
4539
5e6e6794 4540 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
4541 (authors-obsolete-files-regexps, authors-ignored-files)
4542 (authors-ambiguous-files, authors-renamed-files-alist):
4543 Add more entries.
4544
0bd1e074
JL
45452012-02-23 Juri Linkov <juri@jurta.org>
4546
4547 * isearch.el (isearch-occur): Sync interactive spec with occur's
4548 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
4549
b617673c
JL
4550 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
4551
19e9789e
JL
45522012-02-22 Juri Linkov <juri@jurta.org>
4553
4554 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
4555 (ucs-insert): Doc fix. Check for hex digits in the string.
4556 Don't display `nil' in the error message. (Bug#10857)
4557
f41ce09d
AM
45582012-02-22 Alan Mackenzie <acm@muc.de>
4559
7a71b18d 4560 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 4561
ac2eceee
GM
45622012-02-22 Glenn Morris <rgm@gnu.org>
4563
4564 * ffap.el (ffap-c-path):
4565 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
4566
abd1f678
CY
45672012-02-22 Chong Yidong <cyd@gnu.org>
4568
4569 * custom.el (load-theme): Doc fix.
4570
f25aef2e
GM
45712012-02-22 Glenn Morris <rgm@gnu.org>
4572
4573 * dired-x.el (dired-guess-shell-alist-default):
4574 Remove escape sequences from nroff output. (Bug#172)
4575
5f8dc2ca
GM
45762012-02-21 Glenn Morris <rgm@gnu.org>
4577
6ff86ec4
GM
4578 * vc/emerge.el (emerge-defvar-local):
4579 Set `permanent-local' property rather than unused `preserved'.
4580
be3223a3 4581 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
4582 (picture-mode-map): Use it. (Bug#10860)
4583 (picture-mode): Doc fix.
4584
3fe58f4f
JB
45852012-02-21 Juanma Barranquero <lekktu@gmail.com>
4586
4587 * newcomment.el (uncomment-region-default): Remove unused binding.
4588
f9a998c3
GM
45892012-02-21 Glenn Morris <rgm@gnu.org>
4590
4591 * textmodes/picture.el (picture-motion, picture-motion-reverse)
4592 (picture-self-insert, picture-tab-chars): Doc fix.
4593 (picture-mode-map): Fix C-a, C-e.
4594
c6029348
GM
45952012-02-20 Glenn Morris <rgm@gnu.org>
4596
4597 * emacs-lisp/authors.el (authors-aliases): Add another entry.
4598
ab1ce9d7
LL
45992012-02-20 Leo Liu <sdl.web@gmail.com>
4600
4601 * icomplete.el (icomplete-completions): Check FROM arg before
4602 passing to substring (Bug#10850).
4603
0fd40f89
CY
46042012-02-19 Chong Yidong <cyd@gnu.org>
4605
4606 * comint.el: Require ansi-color.
4607 (comint-output-filter-functions): Add ansi-color-process-output.
4608
4609 * ansi-color.el: Don't set comint-output-filter-functions; it is
4610 now in the initial value defined in comint.el.
4611 (ansi-color-apply-face-function): New variable.
4612 (ansi-color-apply-on-region): Use it.
4613 (ansi-color-apply-overlay-face): New function.
4614
4615 * shell.el (shell): No need to require ansi-color.
4616 (shell-mode): Use ansi-color-apply-face-function to highlight
4617 color escapes using font-lock-face property (Bug#10835).
4618
20af2394
CY
46192012-02-19 Chong Yidong <cyd@gnu.org>
4620
4621 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
4622 mode-line formats (Bug#10839).
4623
e23a3fbe
GM
46242012-02-18 Glenn Morris <rgm@gnu.org>
4625
b474519e
GM
4626 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
4627
4628 * mail/undigest.el (unforward-rmail-message): Doc fix.
4629
e23a3fbe
GM
4630 * saveplace.el (save-place-ignore-files-regexp): Add :version.
4631
57939ff4
EZ
46322012-02-18 Eli Zaretskii <eliz@gnu.org>
4633
4634 * international/characters.el (script-list): Sync with the latest
4635 Unicode Character Database.
4636
0c23686e
AS
46372012-02-18 Andreas Schwab <schwab@linux-m68k.org>
4638
4639 * international/titdic-cnv.el: Remove duplicate coding tag.
4640 * language/cham.el: Likewise.
4641 * language/tai-viet.el: Likewise.
4642
6818b449
GM
46432012-02-18 Glenn Morris <rgm@gnu.org>
4644
4645 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
4646 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
4647 (calendar-bahai-all-holidays-flag, calendar-other-dates):
4648 * calendar/diary-lib.el (diary-abbreviated-year-flag):
4649 * calendar/holidays.el (holiday-bahai-holidays)
4650 (calendar-holidays, list-holidays):
4651 Use utf-8 Bahá'í in doc-strings, menus, etc.
4652
0311a3fc
TH
46532012-02-17 Tassilo Horn <tassilo@member.fsf.org>
4654
4655 * saveplace.el (save-place-ignore-files-regexp): New variable
4656 allowing for excluding files from saving their location of point.
4657 The default value matches the temporary commit message editing
4658 files from Git, SVN, Bazaar, and Mercurial.
4659 (save-place-to-alist): Use it.
4660
eb864a71
LM
46612012-02-17 Lawrence Mitchell <wence@gmx.li>
4662 Stefan Monnier <monnier@iro.umontreal.ca>
4663
4664 * newcomment.el (uncomment-region-default): Don't leave extra space
4665 when an arg is provided (bug#8150).
4666
ee0ce425
TZ
46672012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
4668
eb864a71 4669 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 4670
95ddf442
GM
46712012-02-17 Glenn Morris <rgm@gnu.org>
4672
4673 * net/socks.el: Require network-stream. (Bug#10599)
4674
48dd1e39 46752012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
4676
4677 * international/charprop.el:
4678 * international/uni-name.el:
4679 * international/uni-old-name.el:
4680 * international/uni-comment.el: Regenerate.
4681
d68cd087
GM
46822012-02-16 Glenn Morris <rgm@gnu.org>
4683
4684 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
4685 Interactively in calendar buffer, give an error if not on a date.
4686
13932042
GM
46872012-02-15 Glenn Morris <rgm@gnu.org>
4688
4689 * shell.el (shell-delimiter-argument-list):
4690 Revert 2011-02-17 change. (Bug#8027)
4691
c3a70e2b
CY
46922012-02-15 Chong Yidong <cyd@gnu.org>
4693
60236b0d
CY
4694 * minibuffer.el (completion-at-point-functions): Doc fix.
4695
c3a70e2b
CY
4696 * custom.el (defcustom): Doc fix; note use of defvar.
4697
9f26dc24
GM
46982012-02-15 Glenn Morris <rgm@gnu.org>
4699
4700 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
4701 Doc fixes.
4702
6546b134
GM
47032012-02-14 Glenn Morris <rgm@gnu.org>
4704
4705 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
4706
d29b2b4c
LI
47072012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4708
4709 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
4710 way the ports list is computed.
835bdcba
LI
4711 (smtpmail-query-smtp-server): Prompt the user for a port number if
4712 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 4713
08dcdbc9
TZ
47142012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
4715
4716 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
4717
2605051a
GM
47182012-02-13 Glenn Morris <rgm@gnu.org>
4719
4720 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
4721
7ee99f32
TZ
47222012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4723
4724 * net/gnutls.el (gnutls-trustfiles): New variable.
4725 (gnutls-negotiate): Use it.
4726
5f0af64f
LI
47272012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
4728
4729 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
4730 does its stuff if Gnus is running.
4731
c14fcc95
AM
47322012-02-13 Alan Mackenzie <acm@muc.de>
4733
4734 Fix a loop in c-set-fl-decl-start.
4735
7a71b18d 4736 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
4737 c-backward-syntactic-ws actually moves backwards.
4738
142b4d90
LL
47392012-02-13 Leo Liu <sdl.web@gmail.com>
4740
4741 * net/rcirc.el (rcirc-markup-attributes): Move point to the
4742 beginning so that all \C-o chars are removed.
4743
fa9958a6
TZ
47442012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
4745
dc9924b8 4746 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 4747
0bc5886a
AM
47482012-02-12 Alan Mackenzie <acm@muc.de>
4749
4750 Fix infinite loop with long macros.
4d6769e1 4751 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 4752
d4bd55e7
CY
47532012-02-12 Chong Yidong <cyd@gnu.org>
4754
4755 * window.el (display-buffer): Doc fix (Bug#10785).
4756
66f3fe22
GM
47572012-02-12 Glenn Morris <rgm@gnu.org>
4758
bd7da63e
GM
4759 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4760 (x-disown-selection-internal, x-get-selection-internal):
4761 Sync docs with the xselect.c versions.
4762
66f3fe22
GM
4763 * allout-widgets.el: Add missing license notice.
4764
3e0d2fa7
GM
47652012-02-11 Glenn Morris <rgm@gnu.org>
4766
cfecdf09
GM
4767 * select.el (x-get-selection-internal, x-own-selection-internal)
4768 (x-disown-selection-internal):
4769 * x-dnd.el (x-get-selection-internal): Update declarations.
4770
6d216d7f
GM
4771 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
4772
2bed3f04
GM
4773 * window.el (window-sides-slots):
4774 * tool-bar.el (tool-bar-position):
4775 * term/xterm.el (xterm-extra-capabilities):
4776 * ses.el (ses-self-reference-early-detection):
4777 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
4778 (verilog-auto-wire-type)
4779 (verilog-auto-delete-trailing-whitespace)
4780 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
4781 (verilog-auto-tieoff-declaration):
4782 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
4783 (sql-oracle-statement-starters, sql-oracle-scan-on):
4784 * progmodes/prolog.el (prolog-align-comments-flag)
4785 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
4786 (prolog-left-indent-regexp, prolog-paren-indent-p)
4787 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
4788 (prolog-types, prolog-mode-specificators)
4789 (prolog-determinism-specificators, prolog-directives)
4790 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
4791 (prolog-electric-dot-flag)
4792 (prolog-electric-dot-full-predicate-template)
4793 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
4794 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
4795 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
4796 (prolog-program-switches, prolog-prompt-regexp)
4797 (prolog-debug-on-string, prolog-debug-off-string)
4798 (prolog-trace-on-string, prolog-trace-off-string)
4799 (prolog-zip-on-string, prolog-zip-off-string)
4800 (prolog-use-standard-consult-compile-method-flag)
4801 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
4802 (prolog-imenu-max-lines, prolog-info-predicate-index)
4803 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
4804 (prolog-char-quote-workaround):
4805 * progmodes/cc-vars.el (c-defun-tactic):
4806 * net/tramp.el (tramp-encoding-command-interactive)
4807 (tramp-local-end-of-line):
4808 * net/soap-client.el (soap-client):
4809 * net/netrc.el (netrc-file):
4810 * net/gnutls.el (gnutls):
4811 * minibuffer.el (completion-category-overrides)
4812 (completion-cycle-threshold)
4813 (completion-pcm-complete-word-inserts-delimiters):
4814 * man.el (Man-name-local-regexp):
4815 * mail/feedmail.el (feedmail-display-full-frame):
4816 * international/characters.el (glyphless-char-display-control):
4817 * eshell/em-ls.el (eshell-ls-date-format):
4818 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
4819 (lisp-lambda-list-keyword-parameter-indentation)
4820 (lisp-lambda-list-keyword-parameter-alignment):
4821 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
4822 * dired-x.el (dired-omit-verbose):
4823 * cus-theme.el (custom-theme-allow-multiple-selections):
4824 * calc/calc.el (calc-highlight-selections-with-faces)
4825 (calc-lu-field-reference, calc-lu-power-reference)
4826 (calc-note-threshold):
4827 * battery.el (battery-mode-line-limit):
4828 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4829 (archive-7z-update):
4830 * allout.el (allout-prefixed-keybindings)
4831 (allout-unprefixed-keybindings)
4832 (allout-inhibit-auto-fill-on-headline)
4833 (allout-flattened-numbering-abbreviation):
4834 * allout-widgets.el (allout-widgets-auto-activation)
4835 (allout-widgets-icons-dark-subdir)
4836 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
4837 (allout-widgets-theme-dark-background)
4838 (allout-widgets-theme-light-background)
4839 (allout-widgets-item-image-properties-emacs)
4840 (allout-widgets-item-image-properties-xemacs)
4841 (allout-widgets-run-unit-tests-on-load)
4842 (allout-widgets-time-decoration-activity)
4843 (allout-widgets-hook-error-post-time)
4844 (allout-widgets-track-decoration):
4845 Add missing :version tags to new defcustoms and defgroups.
4846
5fec1b8e
GM
4847 * progmodes/sql.el (sql-ansi-statement-starters)
4848 (sql-oracle-statement-starters): Add custom type.
4849
3e0d2fa7
GM
4850 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
4851 (prolog-system-version): Give it a type.
4852
90b671e2
EZ
48532012-02-11 Eli Zaretskii <eliz@gnu.org>
4854
4855 * term/pc-win.el (x-select-text, x-selection-owner-p)
4856 (x-own-selection-internal, x-disown-selection-internal)
4857 (x-get-selection-internal): Sync doc strings and argument lists
4858 with xselect.c, common-win.el and x-win.el. (Bug#10783)
4859
5eac0c02
LL
48602012-02-11 Leo Liu <sdl.web@gmail.com>
4861
4862 * progmodes/python.el (python-end-of-statement): Fix infinite
4863 loop. (Bug#10788)
4864
f82cb659
GM
48652012-02-10 Glenn Morris <rgm@gnu.org>
4866
4867 * international/mule-cmds.el (unify-8859-on-encoding-mode)
4868 (unify-8859-on-decoding-mode): Properly mark as obsolete.
4869
cc26d239
LI
48702012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
4871
4872 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
4873 about SMTP before checking the From header.
4874
91027d08 4875 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
4876 into own function for reuse by emacsbug.el.
4877
1be3ca5a
LL
48782012-02-10 Leo Liu <sdl.web@gmail.com>
4879
4880 * subr.el (condition-case-unless-debug): Rename from
4881 condition-case-no-debug. All callers changed.
4882 (with-demoted-errors): Fix caller.
4883
4884 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
4885 * nxml/rng-valid.el (rng-do-some-validation):
4886 * emacs-lisp/package.el (package-refresh-contents)
4887 (package-menu-execute):
4888 * desktop.el (desktop-create-buffer):
91027d08 4889 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 4890
b011fbfe
GM
48912012-02-10 Glenn Morris <rgm@gnu.org>
4892
b2096d72
GM
4893 * textmodes/bibtex.el:
4894 Add missing :version tags for new/changed defcustoms.
4895
b011fbfe
GM
4896 * files.el (remote-file-name-inhibit-cache): Doc fixes.
4897
4c7e65bf
LI
48982012-02-09 Lars Ingebrigtsen <larsi@rusty>
4899
4900 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
4901 (smtpmail-via-smtp): Use it, or fall back on the From address.
4902 (smtpmail-send-it): Ditto.
4903
f3934f6f
SM
49042012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
4905
4906 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
4907 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
4908 (byte-compile-tmp-var): New const.
4909 (byte-compile-defvar): Use it to minimize .elc size.
4910 Just use `defvar' rather than simulate it (bug#10761).
4911
a075a2c5
GM
49122012-02-09 Glenn Morris <rgm@gnu.org>
4913
cf3aa21b
GM
4914 * files.el (rename-uniquely): Doc fix. (Bug#3806)
4915
354998cd
GM
4916 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
4917 Add :version tags.
4918
dc9924b8
SM
4919 * progmodes/compile.el (compilation-error-screen-columns)
4920 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 4921
dab3703d
GM
4922 * vc/log-view.el (log-view-toggle-entry-display):
4923 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
4924
3f88cd72
GM
4925 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
4926 (report-emacs-bug-can-use-xdg-email):
4927 (report-emacs-bug-insert-to-mailer): Doc fixes.
4928 (report-emacs-bug): Message fix.
4929
d95b247d
GM
4930 * net/browse-url.el (browse-url-can-use-xdg-open)
4931 (browse-url-xdg-open): Doc fixes.
4932
a075a2c5
GM
4933 * electric.el (electric-indent-mode, electric-pair-mode)
4934 (electric-layout-rules, electric-layout-mode): Doc fixes.
4935 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
4936
ffb6157e
MR
49372012-02-08 Martin Rudalics <rudalics@gmx.at>
4938
4939 * server.el (server-unselect-display): Don't inadvertently kill
4940 the current buffer. (Bug#10729)
4941
e1ac4066
GM
49422012-02-08 Glenn Morris <rgm@gnu.org>
4943
34e8a2da
GM
4944 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
4945 (sql-list-table): Doc fixes.
4946
b4ac6e8c
GM
4947 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
4948 Comment out (does nothing).
4949
e1ac4066
GM
4950 * completion.el (dynamic-completion-mode):
4951 * dirtrack.el (dirtrack-debug-mode):
4952 * electric.el (electric-layout-mode):
4953 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
4954 * face-remap.el (text-scale-mode, buffer-face-mode):
4955 * iimage.el (iimage-mode):
4956 * image-mode.el (image-transform-mode):
4957 * minibuffer.el (completion-in-region-mode):
4958 * scroll-lock.el (scroll-lock-mode):
4959 * simple.el (next-error-follow-minor-mode):
4960 * tar-mode.el (tar-subfile-mode):
4961 * tooltip.el (tooltip-mode):
4962 * vcursor.el (vcursor-use-vcursor-map):
4963 * wid-browse.el (widget-minor-mode):
4964 * emulation/tpu-edt.el (tpu-edt-mode):
4965 * emulation/tpu-extras.el (tpu-cursor-free-mode):
4966 * international/iso-ascii.el (iso-ascii-mode):
4967 * language/thai-util.el (thai-word-mode):
4968 * mail/supercite.el (sc-minor-mode):
4969 * net/goto-addr.el (goto-address-mode):
4970 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
4971 * progmodes/cwarn.el (cwarn-mode):
4972 * progmodes/flymake.el (flymake-mode):
4973 * progmodes/glasses.el (glasses-mode):
4974 * progmodes/hideshow.el (hs-minor-mode):
4975 * progmodes/pascal.el (pascal-outline-mode):
4976 * textmodes/enriched.el (enriched-mode):
4977 * vc/smerge-mode.el (smerge-mode):
4978 Doc fixes (minor mode argument).
4979
5e0d957f
EZ
49802012-02-07 Eli Zaretskii <eliz@gnu.org>
4981
4982 * ls-lisp.el (ls-lisp-sanitize): New function.
4983 (ls-lisp-insert-directory): Use it to fix or remove any elements
4984 in file-alist with missing attributes. (Bug#4673)
4985
98d7371e
AM
49862012-02-07 Alan Mackenzie <acm@muc.de>
4987
4988 Fix spurious recognition of c-in-knr-argdecl.
4989
4990 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
4991 putative K&R region.
4992
667ced3a
AM
49932012-02-07 Alan Mackenzie <acm@muc.de>
4994
eb864a71
LM
4995 * progmodes/cc-engine.el (c-forward-objc-directive):
4996 Prevent looping in "#pragma mark @implementation".
667ced3a 4997
5b77774d
MA
49982012-02-07 Michael Albinus <michael.albinus@gmx.de>
4999
5000 * notifications.el (notifications-on-closed-signal): Make `reason'
5001 optional. (Bug#10744)
5002
af008560
GM
50032012-02-07 Glenn Morris <rgm@gnu.org>
5004
60d47423
GM
5005 * emacs-lisp/easy-mmode.el (define-minor-mode):
5006 Doc fixes for the macro and the mode it defines.
5007
dd605cc4
GM
5008 * image.el (imagemagick-types-inhibit): Doc fix.
5009
af008560
GM
5010 * cus-start.el (imagemagick-render-type): Add it.
5011
5cc59a37
LI
50122012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5013
4d6769e1
JB
5014 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
5015 Set the default at load time, too, so that `font-lock-fontify-buffer'
5016 can be called without setting up the entire mode first. This fixes
5017 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 5018
9a6dd747
CY
50192012-02-06 Chong Yidong <cyd@gnu.org>
5020
2d16b285
CY
5021 * simple.el (list-processes--refresh): Delete exited processes
5022 (Bug#8094).
5023
171e9b6e
CY
5024 * comint.el (comint-next-prompt): next-single-char-property-change
5025 and prev-single-char-property-change never return nil (Bug#8657).
5026
9a6dd747
CY
5027 * custom.el (defcustom): Doc fix (Bug#9711).
5028
aa4589a7
CY
50292012-02-05 Chong Yidong <cyd@gnu.org>
5030
5c2a252f
CY
5031 * cus-edit.el (custom-variable-reset-backup): Quote the value
5032 before storing it in the customized-value property (Bug#6712).
4aab9006 5033 (custom-display): Add a customization type tag.
983b9602 5034 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 5035
aa4589a7
CY
5036 * wid-edit.el (widget-field-value-get): New optional arg to
5037 suppress trailing whitespace truncation.
5038 (character): Use it (Bug#2689).
5039
1ff980ae
AS
50402012-02-05 Andreas Schwab <schwab@linux-m68k.org>
5041
5042 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
5043 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
5044
03988c98
CY
50452012-02-05 Chong Yidong <cyd@gnu.org>
5046
eeb6cc88
CY
5047 * cus-edit.el (custom-variable-value-create): For mismatched
5048 types, show the current value (Bug#7600).
5049
03988c98
CY
5050 * custom.el (defcustom): Doc fix.
5051
f8cdeef0
GM
50522012-02-05 Glenn Morris <rgm@gnu.org>
5053
5054 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
5055
0696d255
JB
50562012-02-05 Juanma Barranquero <lekktu@gmail.com>
5057
5058 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
5059 (pp-buffer): Use `ignore-errors', `looking-at-p'.
5060 (pp-last-sexp): Use `looking-at-p'.
5061
34c99998
GM
50622012-02-04 Glenn Morris <rgm@gnu.org>
5063
8f05da42
GM
5064 * files.el (revert-buffer):
5065 Doc fix (mention revert-buffer-in-progress-p).
5066
f160676e
GM
5067 * emacs-lisp/ert-x.el (ert-simulate-command):
5068 Check deferred-action-list (which is obsolete) is bound.
5069
c7291ad9
GM
5070 * subr.el (with-wrapper-hook): Doc fixes.
5071
34c99998
GM
5072 * simple.el (filter-buffer-substring-functions)
5073 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
5074
6283a7d3
LL
50752012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
5076
5077 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
5078 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
5079
e96e3013
LL
50802012-02-04 Leo Liu <sdl.web@gmail.com>
5081
5082 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
5083
8ded50f2
GM
50842012-02-04 Glenn Morris <rgm@gnu.org>
5085
82ff1d13
GM
5086 * image.el (image-extension-data): Add obsolete alias.
5087
987a0a16
GM
5088 * isearch.el (isearch-update): Doc fix.
5089
ea32ef46
GM
5090 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
5091
8ded50f2
GM
5092 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
5093
eea14f31
GM
50942012-02-03 Glenn Morris <rgm@gnu.org>
5095
5096 * image.el (image-animated-p): Doc fix. Use image-animated-types.
5097 (image-animate-timeout): Doc fix.
5098
5099 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
5100
12f381b7
GM
51012012-02-02 Glenn Morris <rgm@gnu.org>
5102
953cebf5
GM
5103 * server.el (server-auth-dir): Doc fix.
5104 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
5105
12f381b7
GM
5106 * subr.el (run-mode-hooks): Doc fix.
5107
953a8c3b
JL
51082012-02-02 Juri Linkov <juri@jurta.org>
5109
5110 * image-mode.el (image-toggle-display-image): Remove tautological
5111 `major-mode' from the `derived-mode-p' test.
5112
c5d3843c
KH
51132012-02-02 Kenichi Handa <handa@m17n.org>
5114
9f6e692e 5115 * composite.el (compose-region): Cancel previous change.
c5d3843c 5116
159462d4 51172012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
5118
5119 * composite.el (compose-region, compose-string): Signal error for
5120 a null string component (Bug#6988).
5121
9f562668
CY
51222012-02-01 Chong Yidong <cyd@gnu.org>
5123
e2cef717
CY
5124 * view.el (view-buffer-other-window, view-buffer-other-frame):
5125 Handle special modes like view-buffer (Bug#10650).
5126 (view-buffer): Simplify.
5127
9f562668
CY
5128 * frame.el (set-frame-font): Tweak meaning of third argument.
5129
9f6e692e
JB
5130 * dynamic-setting.el (font-setting-change-default-font):
5131 Use set-frame-font (Bug#9982).
9f562668 5132
781acb9f
GM
51332012-02-01 Glenn Morris <rgm@gnu.org>
5134
6035be52
GM
5135 * progmodes/compile.el (compilation-internal-error-properties):
5136 Respect compilation-first-column in the "*compilation*" buffer.
5137
781acb9f
GM
5138 * emacs-lisp/easy-mmode.el (define-minor-mode):
5139 Relax :variable's test for a named function.
5140
abbceb00
AM
51412012-01-31 Alan Mackenzie <acm@muc.de>
5142
5143 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
5144 off by one error.
5145
fce3fdeb
CY
51462012-01-31 Chong Yidong <cyd@gnu.org>
5147
5148 * frame.el (set-frame-font): New arg ALL-FRAMES.
5149
5150 * menu-bar.el (menu-set-font): Use set-frame-font.
5151
5152 * faces.el (face-spec-reset-face): Don't apply unspecified
5153 attribute values to the default face.
5154
47893581
JB
51552012-01-31 Juanma Barranquero <lekktu@gmail.com>
5156
5157 * progmodes/cwarn.el (cwarn): Remove dead link.
5158 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
5159 Remove * from defcustom docstrings.
5160 (turn-on-cwarn-mode): Make obsolete.
5161 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
5162 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
5163
e58e988a
GM
51642012-01-31 Glenn Morris <rgm@gnu.org>
5165
60dc2671 5166 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 5167 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 5168 Allow named functions to be used as the cdr of :variable.
e58e988a 5169
7a3f511d
GM
51702012-01-30 Glenn Morris <rgm@gnu.org>
5171
5172 * emacs-lisp/authors.el (authors-fixed-entries):
5173 Remove reference to deleted file rnewspost.el.
5174
cb882333
JB
51752012-01-29 Juanma Barranquero <lekktu@gmail.com>
5176
5177 * window.el (window-with-parameter): Remove unused variable `windows'.
5178 (window--side-check): Remove unused variable `code'.
5179 (window--resize-siblings): Remove unused variable `first'.
5180 (adjust-window-trailing-edge): Remove unused variable `failed'.
5181 (window-deletable-p, window--delete): Remove unused variable `buffer'.
5182 Use `let', not `let*'.
5183 (balance-windows-2): Remove unused variable `found'.
5184 (window--state-put-2): Remove unused variable `splits'.
5185 (window-state-put): Remove unused variable `selected'.
5186 (same-window-p): Use `string-match-p'.
5187 (display-buffer-assq-regexp): Remove unused variable `value'.
5188 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5189 Mark argument ALIST as ignored.
5190 (pop-to-buffer): Remove unused variable `old-window'.
5191
907201af
EZ
51922012-01-29 Eli Zaretskii <eliz@gnu.org>
5193
5194 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
5195 and .lzma compressed files.
5196
ea162670
CY
51972012-01-29 Chong Yidong <cyd@gnu.org>
5198
5b95ee8a
CY
5199 * frame.el (window-system-default-frame-alist): Doc fix.
5200
ea162670
CY
5201 * dynamic-setting.el (font-setting-change-default-font): Don't
5202 change the default face if SET-FONT argument is non-nil (Bug#9982).
5203
d6e6f4b1
SB
52042012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
5205
5206 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
5207
0f29fa41 52082012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
5209
5210 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
5211 breakpoints in files outside current directory (Bug#6098).
5212
db174434
CY
52132012-01-29 Chong Yidong <cyd@gnu.org>
5214
6b25e4e2
SE
5215 * progmodes/python.el: Require ansi-color at top-level.
5216
6df6ae42
JB
5217 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
5218 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
5219 (lisp-mode-abbrev-table): Add doc.
5220 (lisp-mode-variables): Don't set local-abbrev-table.
5221 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
5222
e70ee681
RW
52232012-01-28 Roland Winkler <winkler@gnu.org>
5224
5225 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
5226
ace88aa2
RW
52272012-01-28 Roland Winkler <winkler@gnu.org>
5228
5229 * textmodes/bibtex.el (bibtex-entry-alist): New function.
5230 (bibtex-set-dialect): Use it. Either set global values of
5231 dialect-dependent variables or bind these variables buffer-locally
5232 (Bug#10254).
5233 (bibtex-mode): Call bibtex-set-dialect via
5234 hack-local-variables-hook.
eb864a71
LM
5235 (bibtex-dialect): Update docstring.
5236 Add safe-local-variable predicate.
ace88aa2
RW
5237 (bibtex-entry-alist, bibtex-field-alist): Initialize via
5238 bibtex-set-dialect.
5239 (bibtex-mode-map): Define menu for each dialect.
5240 (bibtex-entry): Fix docstring.
5241
93376c5b
CY
52422012-01-28 Chong Yidong <cyd@gnu.org>
5243
5244 * eshell/esh-arg.el (eshell-quote-argument): New function.
5245
5246 * eshell/esh-ext.el (eshell-invoke-batch-file):
5247 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
5248 first arg to eshell-parse-command (Bug#10523).
5249
4372494f
DA
52502012-01-28 Drew Adams <drew.adams@oracle.com>
5251
5252 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
5253 `default-directory' is non-nil.
5254
4d4ec1f8
EZ
52552012-01-28 Eli Zaretskii <eliz@gnu.org>
5256
5257 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
5258 line that displays system-configuration-options. (Bug#9924)
5259
7c188927
DA
52602012-01-28 Drew Adams <drew.adams@oracle.com>
5261
5262 * descr-text.el (describe-char): Show information about POS, in
5263 addition to information about the character at POS. Improve and
5264 update the doc string. Change "code point" to "code point in
5265 charset", to avoid confusion with the character's Unicode code
5266 point shown above that. (Bug#10129)
5267
e0da685a
EZ
52682012-01-28 Eli Zaretskii <eliz@gnu.org>
5269
5270 * descr-text.el (describe-char): Show the raw character, not only
5271 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
5272 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
5273 for the reasons.
5274
70550acf
PH
52752012-01-28 Phil Hagelberg <phil@hagelb.org>
5276
eb864a71
LM
5277 * emacs-lisp/package.el (package-install):
5278 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 5279
0ce8e868
CY
52802012-01-28 Chong Yidong <cyd@gnu.org>
5281
cb882333
JB
5282 * emacs-lisp/package.el (package-maybe-load-descriptor):
5283 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
5284 (package-maybe-load-descriptor): Use it.
5285 (package-download-transaction): Fully load required packages
5286 inside the loop, so that `require' calls work (Bug#10593).
5287 (package-install): No need to call package-initialize now.
5288
2e7f3bea
CY
52892012-01-28 Chong Yidong <cyd@gnu.org>
5290
6e9bad14
CY
5291 * simple.el (deactivate-mark): Doc fix (Bug#8614).
5292
f823b8ca
CY
5293 * tooltip.el (tooltip-mode): Doc fix.
5294 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
5295
2680c309
CY
5296 * frame.el (set-cursor-color): Doc fix (Bug#352).
5297
d7a9e63b
CY
5298 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
5299 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
5300
2e7f3bea
CY
5301 * cus-edit.el (custom-buffer-create-internal): Fix search button
5302 action (Bug#10542).
2ae01800 5303 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 5304
fc4f7a23
EW
53052012-01-27 Eduard Wiebe <usenet@pusto.de>
5306
5307 * dired.el (dired-mark-files-regexp):
5308 Include any subdirectory components. (Bug#10445)
5309
7dd37071
ML
53102012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
5311
5312 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
5313 Handle [host]:port syntax. (Bug#10533)
5314
a268160b
AH
53152012-01-27 Alex Harsanyi <harsanyi@mac.com>
5316
5317 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
5318
e43273ef
GM
53192012-01-26 Glenn Morris <rgm@gnu.org>
5320
5321 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
5322 * term.el (term-raw-escape-map): Use Control-X-prefix.
5323 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
5324
1edf595d
MR
53252012-01-25 Martin Rudalics <rudalics@gmx.at>
5326
5327 * window.el (window-state-get, window--state-get-1): Don't deal
5328 with fixed-sizeness of windows. Simplify code.
5329
fa8eafef
JC
53302012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
5331
6df6ae42
JB
5332 * window.el (window--state-get-1, window--state-put-2):
5333 Don't save and restore the mark.
fa8eafef 5334
0b21c100
CY
53352012-01-25 Chong Yidong <cyd@gnu.org>
5336
5337 * custom.el (custom-variable-p): Doc fix.
5338
5ae1a6c8
GM
53392012-01-25 Glenn Morris <rgm@gnu.org>
5340
40047858
GM
5341 * dired.el (dired-goto-file): Handle some of the more common
5342 characters that `ls -b' escapes. (Bug#10596)
5343
5ddce96c
GM
5344 * progmodes/compile.el (compilation-next-error-function):
5345 Respect compilation-first-column in the "*compilation*" buffer.
5346 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
5347
5ae1a6c8
GM
5348 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
5349
b559f1a9
GM
53502012-01-24 Glenn Morris <rgm@gnu.org>
5351
5352 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
5353
6725d21a
JD
53542012-01-24 Julien Danjou <julien@danjou.info>
5355
5356 * color.el (color-rgb-to-hsl): Fix value computing.
5357 (color-hue-to-rgb): New function.
5358 (color-hsl-to-rgb): New function.
5359 (color-clamp, color-saturate-hsl, color-saturate-name)
5360 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5361 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5362
70df4bbe
GM
53632012-01-24 Glenn Morris <rgm@gnu.org>
5364
5365 * vc/vc-rcs.el (vc-rcs-create-tag):
5366 * vc/vc-sccs.el (vc-sccs-create-tag):
5367 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
5368
802a2ae2
ML
53692012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
5370
5371 * eshell/esh-util.el (eshell-read-hosts-file):
5372 Skip comment lines. (Bug#10549)
5373
d7128bb1
ML
5374 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
5375
d1a5c3b4
JB
53762012-01-23 Juanma Barranquero <lekktu@gmail.com>
5377
2724d9c7
JB
5378 * subr.el (display-delayed-warnings): Doc fix.
5379 (collapse-delayed-warnings): New function to collapse identical
5380 adjacent warnings.
5381 (delayed-warnings-hook): Add it.
d1a5c3b4 5382
a5509865
MA
53832012-01-22 Michael Albinus <michael.albinus@gmx.de>
5384
5385 * net/tramp.el (tramp-action-login): Set connection property "login-as".
5386
a5509865
MA
5387 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
5388 (tramp-default-user-alist): Don't add "pscp".
5389 (tramp-do-copy-or-rename-file-out-of-band): Use connection
5390 property "login-as", if set. (Bug#10530)
5391
cc6d5805
MA
53922012-01-21 Michael Albinus <michael.albinus@gmx.de>
5393
5394 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
5395 "plink1" and "psftp". (Bug#10530)
5396
53972012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
5398
5399 * international/mule-cmds.el (prefer-coding-system): Show a
5400 warning message if the default value of file-name-coding-system
5401 was not changed.
5402
f0960428
JC
54032012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
5404
cb882333
JB
5405 * windmove.el (windmove-reference-loc):
5406 Fix windmove-reference-loc miscalculation.
f0960428 5407
dd6f2a63
JB
54082012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
5409
5410 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
5411 default unit.
5412
7b447e9b
GM
54132012-01-21 Glenn Morris <rgm@gnu.org>
5414
117a9ea1
GM
5415 * international/mule.el (auto-coding-alist): Add .tbz.
5416
7b447e9b
GM
5417 * files.el (local-enable-local-variables): Doc fix.
5418 (inhibit-local-variables-regexps): Rename from
5419 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
5420 Doc fix. Add some extensions from auto-coding-alist.
5421 (inhibit-local-variables-suffixes):
5422 Rename from inhibit-first-line-modes-suffixes. Doc fix.
5423 (inhibit-local-variables-p):
5424 New function, extracted from set-auto-mode-1.
5425 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
5426 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
5427 (hack-local-variables): Doc fix. Make the mode-only case
5428 respect enable-local-variables and friends.
5429 Respect inhibit-local-variables-regexps for file-locals, but
5430 not for directory-locals.
5431 (set-visited-file-name):
5432 Take account of inhibit-local-variables-regexps.
5433 Whether it applies may change as the file name is changed.
5434 * jka-cmpr-hook.el (jka-compr-install):
5435 * jka-compr.el (jka-compr-uninstall):
5436 Update for inhibit-first-line-modes-suffixes name change.
5437
dd6e3cdd
MR
54382012-01-20 Martin Rudalics <rudalics@gmx.at>
5439
5440 * help-macro.el (make-help-screen): Temporarily restore original
5441 binding for minor-mode-map-alist (Bug#10454).
5442
0d0deb38
JD
54432012-01-19 Julien Danjou <julien@danjou.info>
5444
5445 * color.el (color-name-to-rgb): Use the white color to find the max
5446 color component value and return correctly computed values.
5447 (color-name-to-rgb): Add missing float conversion for max value.
5448
34a02f46
MR
54492012-01-19 Martin Rudalics <rudalics@gmx.at>
5450
5451 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
5452 special state value for window-persistent-parameters.
5453 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
5454 (window--state-put-2): Reset all window parameters to nil before
5455 assigning values of persistent parameters.
5456
606c44c4
AM
54572012-01-18 Alan Mackenzie <acm@muc.de>
5458
5459 Eliminate sluggishness and hangs in fontification of "semicolon
5460 deserts".
5461
cb882333
JB
5462 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
5463 Change value 10000 -> 3000.
606c44c4
AM
5464 (c-state-safe-place): Reformulate so it doesn't stack up an
5465 infinite number of wrong entries in c-state-nonlit-pos-cache.
5466 (c-determine-limit-get-base, c-determine-limit): New functions to
5467 determine backward search limits disregarding literals.
5468 (c-find-decl-spots): Amend commenting.
5469 (c-cheap-inside-bracelist-p): New function which detects "={".
5470
5471 * progmodes/cc-fonts.el
5472 (c-make-font-lock-BO-decl-search-function): Give a limit to a
5473 backward search.
5474 (c-font-lock-declarations): Fix an occurrence of point being
5475 undefined. Check additionally for point being in a bracelist or
5476 near a macro invocation without a semicolon so as to avoid a
5477 fruitless time consuming search for a declarator. Give a more
5478 precise search limit for declarators using the new
5479 c-determine-limit.
5480
f3860cea
GM
54812012-01-18 Glenn Morris <rgm@gnu.org>
5482
5483 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
5484 (set-auto-mode): Doc fixes.
5485
1db03b16
GM
54862012-01-17 Glenn Morris <rgm@gnu.org>
5487
0e6038be
GM
5488 * isearch.el (search-nonincremental-instead): Fix doc typo.
5489
1db03b16
GM
5490 * dired.el (dired-insert-directory): Handle newlines in directory name.
5491 (dired-build-subdir-alist): Unescape newlines in directory name.
5492
4cb0aa75
MA
54932012-01-17 Michael Albinus <michael.albinus@gmx.de>
5494
5495 * net/tramp.el (tramp-local-end-of-line): New defcustom.
5496 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
5497 (tramp-action-terminal): Use it. (Bug#10530)
5498
1d00653d
SM
54992012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5500
5501 * minibuffer.el (completion--replace): Strip properties (bug#10062).
5502
6a6ee00d
MR
55032012-01-16 Martin Rudalics <rudalics@gmx.at>
5504
5505 * window.el (window-state-ignored-parameters): Remove variable.
5506 (window--state-get-1): Rename argument MARKERS to IGNORE.
5507 Handle persistent window parameters. Make copy of clone-of
5508 parameter only if requested. (Bug#10348)
5509 (window--state-put-2): Install a window parameter only if it has
5510 a non-nil value or an existing parameter shall be overwritten.
5511
97912def
MA
55122012-01-15 Michael Albinus <michael.albinus@gmx.de>
5513
5514 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
5515
688070a5
EZ
55162012-01-14 Eli Zaretskii <eliz@gnu.org>
5517
5518 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
5519 don't pass the (nil) value of `upnode' to string-match.
5520
301afadc
CY
55212012-01-14 Chong Yidong <cyd@gnu.org>
5522
5523 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 5524 Fix values recognized by the cursorBlink resource.
301afadc 5525
9e5788aa
PE
55262012-01-14 Paul Eggert <eggert@cs.ucla.edu>
5527
5528 * epg.el (epg--make-temp-file): Avoid permission race condition
5529 when running on old Emacs versions (bug#10403).
5530
3cdb7f5a
GM
55312012-01-14 Glenn Morris <rgm@gnu.org>
5532
5533 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
5534
8c82b1b4
AM
55352012-01-13 Alan Mackenzie <acm@muc.de>
5536
5537 Fix filling for when filladapt mode is enabled.
5538
5539 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
5540 c-mask-paragraph, pass in `fill-paragraph' rather than
5541 `fill-region-as-paragraph'. (This is a reversion of a previous
5542 change.)
eb864a71
LM
5543 * progmodes/cc-mode.el (c-basic-common-init):
5544 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 5545
e517eda4
GM
55462012-01-13 Glenn Morris <rgm@gnu.org>
5547
1498536e
GM
5548 * dired.el (dired-switches-escape-p): New function.
5549 (dired-insert-directory): Use dired-switches-escape-p.
5550 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
5551
e517eda4
GM
5552 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
5553
328f984d
GM
55542012-01-12 Glenn Morris <rgm@gnu.org>
5555
5556 * mail/sendmail.el (mail-mode): Update paragraph-separate for
5557 changes in adaptive-fill-regexp. (Bug#10276)
5558
2cc769a8
AM
55592012-01-11 Alan Mackenzie <acm@muc.de>
5560
5561 Fix Emacs bug #10463 - put `widen's around the critical spots.
5562
1d00653d 5563 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
5564 widen around each invocation of c-state-pp-to-literal. Remove an
5565 unused let variable.
5566
e52c37fa
GM
55672012-01-11 Glenn Morris <rgm@gnu.org>
5568
5569 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 5570 Doc fix.
e52c37fa 5571
96f8741e
CY
55722012-01-10 Chong Yidong <cyd@gnu.org>
5573
1d00653d
SM
5574 * net/network-stream.el (network-stream-open-starttls):
5575 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
5576 response to the capability command.
5577
b09a806e
GM
55782012-01-10 Glenn Morris <rgm@gnu.org>
5579
5580 * mail/unrmail.el (unrmail): Tweak previous change.
5581
7655cb66
CY
55822012-01-09 Chong Yidong <cyd@gnu.org>
5583
5584 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
5585
9d5a8f0b
AM
55862012-01-08 Alan Mackenzie <acm@muc.de>
5587
5588 Optimise font locking in long enum definitions.
5589
5590 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
5591 arm to a cond form to handle enums.
5592 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
5593 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
5594
9a0115ab 55952012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
5596
5597 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 5598 (Bug#10401)
6bb72cbd 5599
f186bb95
LMI
56002012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5601
29232a68
LMI
5602 * faces.el (set-face-attribute): Clarify the meaning of the nil
5603 frame (bug#10294).
5604
4e5d086d
LMI
5605 * subr.el (with-selected-frame): Mention that the selected frame
5606 is restored (bug#9980).
5607
8e66aebe
LMI
5608 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
5609 (bug#9759).
5610
cd394be1 5611 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
5612 (password-read): Don't autoload unused function.
5613
adf4e762
JB
56142012-01-07 Juanma Barranquero <lekktu@gmail.com>
5615
5616 * progmodes/which-func.el (which-func-mode): Turn into a
5617 non-interactive function and mark as obsolete (bug#10428).
5618
89bd9ccd
CY
56192012-01-06 Chong Yidong <cyd@gnu.org>
5620
5621 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
5622 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
5623 functions, along with 1 and -1.
5624
4afee9d5
EZ
56252012-01-06 Eli Zaretskii <eliz@gnu.org>
5626
5627 * time.el (display-time-load-average)
5628 (display-time-default-load-average): Doc fixes. See the thread
5629 starting at
5630 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
5631 for the details.
5632
536aea70
GM
56332012-01-06 Glenn Morris <rgm@gnu.org>
5634
665ae865
GM
5635 * mail/unrmail.el (unrmail): Give an explicit error if the input file
5636 has no messages. (Bug#10377)
5637
c869783d
GM
5638 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
5639 than Info-edit. (Bug#10385)
5640
2bb4227e
GM
5641 * time.el (display-time-load-average, display-time-next-load-average):
5642 Doc fixes.
5643
7d5944b9
GM
5644 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
5645 local setting of buffer-read-only to the input buffer. (Bug#10419)
5646
536aea70
GM
5647 * calendar/calendar.el (calendar-mode):
5648 Locally set scroll-margin to 0. (Bug#10379)
5649
7dccca16
UM
56502012-01-06 Ulrich Mueller <ulm@gentoo.org>
5651
5652 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
5653
afbb7930
GM
56542012-01-05 Glenn Morris <rgm@gnu.org>
5655
5656 * eshell/em-unix.el (diff-no-select): Autoload it.
5657 (eshell/diff): Use diff-no-select. (Bug#10420)
5658
04482335
CY
56592012-01-05 Chong Yidong <cyd@gnu.org>
5660
7baca3bc
CY
5661 * shell.el (shell-dynamic-complete-functions): Revert last change.
5662 (shell-command-completion-function): New function.
5663 (shell-completion-vars): Use it to implement
5664 shell-completion-execonly (Bug#10417).
5665
04482335
CY
5666 * custom.el (enable-theme): Don't set custom-safe-themes.
5667
1d00653d
SM
5668 * cus-theme.el (custom-theme-merge-theme):
5669 Ignore custom-enabled-themes and custom-safe-themes.
04482335 5670
bb5aa5d6
MM
56712012-01-05 Michael R. Mauger <mmaug@yahoo.com>
5672
5673 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
5674 first prompt in `sql-interacive-mode'.
5675 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 5676 keywords.
6df6ae42 5677 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
5678 (sql-product-interactive): Bug fix: Set `sql-buffer' in
5679 context of original buffer. Invoke `sql-login-hook'.
5680
a7183d7c
EZ
56812012-01-04 Eli Zaretskii <eliz@gnu.org>
5682
5683 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
5684 letters in cite-prefix.
5685
a1eacd1e
LMI
56862012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5687
5688 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
5689
787cdb34
CY
56902012-01-03 Chong Yidong <cyd@gnu.org>
5691
1d00653d
SM
5692 * shell.el (shell-dynamic-complete-functions):
5693 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
5694 comint-filename-completion first (Bug#10417).
5695
30710442
RS
56962012-01-02 Richard Stallman <rms@gnu.org>
5697
5698 * battery.el (battery-status-function):
5699 Detect when to use battery-yeeloong-sysfs.
5700 (battery-echo-area-format): Add string for Yeeloong.
5701 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
5702 (battery-yeeloong-sysfs): New function.
5703
f75bfc33
CY
57042012-01-02 Chong Yidong <cyd@gnu.org>
5705
5706 * dirtrack.el (dirtrack-list): Eliminate unused third element.
5707 (dirtrack): Merge code for handling relative filenames in prompt
5708 from shell-dir-cookie-watcher.
5709 (dirtrack-debug-message): New arg to avoid excess format calls.
5710
5711 * shell.el (shell-dir-cookie-re): Variable deleted.
5712 (shell-dir-cookie-watcher): Function deleted.
5713 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
5714 with dirtrack-mode.
5715
651e947e
EZ
57162012-01-01 Eli Zaretskii <eliz@gnu.org>
5717
1d00653d
SM
5718 * term/w32-win.el (dynamic-library-alist) <gnutls>:
5719 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
5720 libgnutls-26.dll.
5721
94d4c7dc
AS
57222011-12-31 Andreas Schwab <schwab@linux-m68k.org>
5723
5724 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
5725
8d43f3cd
EZ
57262011-12-31 Eli Zaretskii <eliz@gnu.org>
5727
5728 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
5729 headers of non-MIME messages, when rmail-enable-mime is non-nil.
5730
98c8795a
MA
57312011-12-29 Michael Albinus <michael.albinus@gmx.de>
5732
5733 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
5734 also for alternative shells.
5735 (tramp-open-connection-setup-interactive-shell): Check, whether
5736 the shell is a busybox.
5737 (tramp-send-command): Don't suppress multiple prompts for
5738 busyboxes, it hurts.
5739
51281b32
CY
57402011-12-28 Chong Yidong <cyd@gnu.org>
5741
5742 * progmodes/gdb-mi.el (gdb-get-source-file-list)
5743 (gdb-get-source-file): Move mode line update to
5744 gdb-get-source-file (Bug#10087).
5745
2170cb53
CY
57462011-12-25 Chong Yidong <cyd@gnu.org>
5747
5748 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
5749 gud-gdb-marker-filter without taking it as an argument.
5750 (gud-gdb-run-command-fetch-lines): Caller changed.
5751 (gud-gdb-completion-function): New variable.
5752 (gud-gdb-completion-at-point): Use it.
5753 (gud-gdb-completions-1): Split from gud-gdb-completions.
5754
5755 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
5756 function as separate arguments.
5757 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
5758 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
5759 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
5760 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
5761 (gdb-stopped, def-gdb-auto-update-trigger)
5762 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
5763 (gdb-get-changed-registers, gdb-get-main-selected-frame):
5764 Callers changed.
2170cb53
CY
5765 (gud-gdbmi-completions): New function.
5766 (gdb): Use it for generating the completion table.
5767
be8b11bb
AM
57682011-12-24 Alan Mackenzie <acm@muc.de>
5769
5770 Introduce a mechanism to widen the region used in context font
1d00653d 5771 locking. Use this to protect declarations from losing their contexts.
be8b11bb 5772
1d00653d
SM
5773 * progmodes/cc-langs.el (c-before-font-lock-functions):
5774 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 5775 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
5776 functions to be run just before context (etc.) font locking.
5777
5778 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 5779 New, functionality extracted from
be8b11bb 5780 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 5781 (c-in-after-change-fontification): New variable.
be8b11bb
AM
5782 (c-after-change): Set c-in-after-change-fontification.
5783 (c-set-fl-decl-start): Rejig its interface, so it can be called
5784 from both after-change and context fontifying.
b81d40f0
JB
5785 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
5786 New functions.
5787 (c-standard-font-lock-fontify-region-function): New variable.
5788 (c-font-lock-fontify-region): New function.
be8b11bb 5789
341cf6ac
JL
57902011-12-24 Juri Linkov <juri@jurta.org>
5791
5792 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
5793 (Bug#10348)
5794
bffcee0a
MA
57952011-12-23 Michael Albinus <michael.albinus@gmx.de>
5796
5797 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
5798 existence of source file. (Bug#10325)
5799
cb5e207c
AM
58002011-12-23 Alan Mackenzie <acm@muc.de>
5801
5802 Fix unstable fontification inside templates.
5803
b81d40f0
JB
5804 * progmodes/cc-langs.el (c-before-font-lock-functions):
5805 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
5806 additionally has c-set-fl-decl-start. The other languages (apart
5807 from AWK) have that as a single entry.
5808
b81d40f0
JB
5809 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5810 The functionality for "local" declarations has been extracted to
cb5e207c
AM
5811 c-set-fl-decl-start.
5812
b81d40f0
JB
5813 * progmodes/cc-mode.el (c-common-init, c-after-change):
5814 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
5815 (c-set-fl-decl-start): New function, extracted from
5816 c-font-lock-enclosing-decls and enhanced.
5817
60ff536c
JB
58182011-12-23 Juanma Barranquero <lekktu@gmail.com>
5819
5820 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
5821
1c4757d6
JL
58222011-12-22 Juri Linkov <juri@jurta.org>
5823
5824 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
5825
d031f2c7
CY
58262011-12-22 Chong Yidong <cyd@gnu.org>
5827
5828 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
5829
bace743a
DA
58302011-12-21 Drew Adams <drew.adams@oracle.com>
5831
5832 * files.el (file-remote-p): Fix docstring. (Bug#10319)
5833
728a1f2b
JC
58342011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
5835
5836 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
5837
0d373f73
TZ
58382011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
5839
fec0aaa4
TZ
5840 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
5841 highlighting and support. Fix up comments for capitalization.
5842 (cfengine-mode-debug): New var.
5843 (cfengine3-mode): Change the modeline indicator to "CFE3".
5844 (cfengine3-font-lock-keywords): Improve defun highlighting.
5845 (cfengine2-actions): Rename from `cfengine-actions'.
5846 (cfengine2-font-lock-keywords): Rename from
5847 `cfengine-font-lock-keywords'.
5848 (cfengine2-imenu-expression): Rename from
5849 `cfengine-imenu-expression'.
5850 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
5851 (cfengine2-beginning-of-defun): Rename from
5852 `cfengine-beginning-of-defun'.
5853 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
5854 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
5855 (cfengine2-mode): Rename from `cfengine-mode'. Change the
5856 modeline indicator to "CFE2".
5857 (cfengine-mode): Defalias to `cfengine-auto-mode'.
5858 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 5859
bc86f573
CY
58602011-12-21 Chong Yidong <cyd@gnu.org>
5861
5862 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
5863 filename argument.
5864
d45ba96b
MR
58652011-12-20 Martin Rudalics <rudalics@gmx.at>
5866
5867 * window.el (window-normalize-buffer-to-display): Remove.
5868 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
5869
a6198c90
CY
58702011-12-19 Chong Yidong <cyd@gnu.org>
5871
5872 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
5873 Don't signal an error in a predicate function; return non-nil.
5874 (vc-dir-mark-file): Move the error here.
5875 (vc-dir-mark-unmark): If acting on the region, keep going if one
5876 of the entries cannot be marked/unmarked.
5877 (vc-dir-mark-all-files): If current entry is a directory, mark
5878 only child files, as documented.
5879
34c5fb55
VB
58802011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
5881
5882 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
5883 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
5884 addition.
5885
c803b2b7
JD
58862011-12-18 Jan Djärv <jan.h.d@swipnet.se>
5887
5888 * term/ns-win.el (ns-get-selection-internal)
5889 (ns-store-selection-internal): Declare.
1154d12e
JB
5890 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
5891 Declare as obsolete.
5892 (ns-get-pasteboard, ns-paste-secondary):
5893 Use ns-get-selection-internal.
5894 (ns-set-pasteboard, ns-copy-including-secondary):
5895 Use ns-store-selection-internal.
c803b2b7 5896
9cff91f8 58972011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
5898
5899 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 5900 (vc-deduce-fileset): Doc fix.
99a289d9 5901
f16c898a
AS
59022011-12-16 Andreas Schwab <schwab@linux-m68k.org>
5903
5904 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
5905
763237c4
SS
59062011-12-13 Sam Steingold <sds@gnu.org>
5907
5908 * man.el (Man-getpage-in-background): When running under a
5909 window-system, ignore $MANWIDTH and $COLUMNS.
5910
5fc1c122
KH
59112011-12-15 Kenichi Handa <handa@m17n.org>
5912
5913 * language/ethio-util.el: Change coding tag to utf-8-emacs.
5914 (setup-ethiopic-environment-internal): Comment out key-binding for
5915 ethio-toggle-punctuation.
5916
13d49cbb
AM
59172011-12-13 Alan Mackenzie <acm@muc.de>
5918
898169a2
AM
5919 Add the switch statement to AWK Mode.
5920
7a71b18d 5921 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
5922 "default" to the keywords regexp.
5923
7a71b18d 5924 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 5925 expression as the rest.
1d00653d
SM
5926 (c-nonlabel-token-key): Allow string literals for AWK.
5927 Refactor for the other modes.
898169a2 5928
13d49cbb 5929 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 5930 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
5931 routines. Limit backward searching in c-font-lock-enclosing.decl.
5932
5933 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
5934 pp-state and literal type in addition to the limits.
1d00653d 5935 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 5936 (c-state-literal-at): Use the above new defun.
1d00653d
SM
5937 (c-slow-in-literal, c-fast-in-literal): Remove.
5938 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
5939
5940 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
5941 being in a literal. Add a limit for backward searching.
5942
5943 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
5944 c-slow-in-literal.
5945
15e0efc7
SM
59462011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5947
5948 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
5949
454592a6
MR
59502011-12-13 Martin Rudalics <rudalics@gmx.at>
5951
5952 * window.el (delete-other-windows): Use correct frame in call to
5953 window-with-parameter.
5954
87393f26
DP
59552011-12-12 Daniel Pfeiffer <occitan@t-online.de>
5956
5957 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
5958 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
5959 (makefile-gmake-statements, makefile-makepp-statements):
5960 Use it and add new makepp keywords.
5961 (makefile-makepp-font-lock-keywords): Add new patterns.
5962 (makefile-match-function-end): Match new [...] and [[...]].
5963
11636b22
JB
59642011-12-11 Juanma Barranquero <lekktu@gmail.com>
5965
5966 * ses.el (ses-call-printer-return, ses-cell-property-get)
5967 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
5968 (ses-create-cell-variable, ses-reset-header-string)
5969 (ses-cell-set-formula, ses-repair-cell-reference-all)
5970 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
5971 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
5972 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
5973 (ses-aset-with-undo, ses-load, ses-truncate-cell)
5974 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
5975 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
5976 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
5977 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
5978 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
5979 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
5980 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
5981 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
5982
cf018193
VB
59832011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
5984
5985 * ses.el: The overall change is to add cell renaming, that is
5986 setting fancy names for cell symbols other than name matching
5987 "\\`[A-Z]+[0-9]+\\'" regexp .
5988 (ses-create-cell-variable): New defun.
5989 (ses-relocate-formula): Relocate formulas only for cells the
5990 symbols of which are not renamed, i.e. symbols whose names do not
5991 match regexp "\\`[A-Z]+[0-9]+\\'".
5992 (ses-relocate-all): Relocate values only for cells the symbols of
5993 which are not renamed.
5994 (ses-load): Create cells variables as the (ses-cell ...) are read,
5995 in order to check row col consistency with cell symbol name only
5996 for cells that are not renamed.
5997 (ses-replace-name-in-formula): New defun.
5998 (ses-rename-cell): New defun.
5999
ee957461
CY
60002011-12-11 Chong Yidong <cyd@gnu.org>
6001
6002 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6003 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6004
9a9e9ef0
MR
60052011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
6006
6007 * window.el (other-window): Fix docstring.
6008
92a8eba5
EZ
60092011-12-10 Eli Zaretskii <eliz@gnu.org>
6010
6011 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
6012 `from' or `to' address before taking its substring.
6013 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
6014 encoded name is chopped in the middle of the encoded string, and
6015 thus displayed encoded.
6016
e152e577
JB
60172011-12-10 Juanma Barranquero <lekktu@gmail.com>
6018
6019 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
6020
e5d84bfe
EZ
60212011-12-10 Eli Zaretskii <eliz@gnu.org>
6022
6023 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
6024 to use texinfo-update-node and commands that call it if the
6025 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 6026 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
6027 (texinfo-all-menus-update, texinfo-master-menu)
6028 (texinfo-update-node, texinfo-every-node-update)
6029 (texinfo-multiple-files-update): Doc fix. Warn against updating
6030 all the @node lines.
6031 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
6032 argument is numeric. Explain better in the doc string what the
6033 function really does.
6034 (texinfo-insert-master-menu-list): Improve the error message
6035 displayed if there's no menu in the Top node.
6036 (Bug#2975) See also this thread:
e5d84bfe
EZ
6037 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
6038
1d84e9bb
MG
60392011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
6040
6041 * speedbar.el (speedbar-supported-extension-expressions):
6042 Add .adb and .ads, commonly used for Ada source code (bug#10256).
6043
382c953b
JB
60442011-12-09 Juanma Barranquero <lekktu@gmail.com>
6045
6046 * printing.el (pr-mode-alist):
6047 * simple.el (filter-buffer-substring-functions)
6048 (completion-list-insert-choice-function):
6049 * window.el (window-with-parameter, window-atom-root)
6050 (window-sides-slots, window-size-fixed, window-min-delta)
6051 (window-max-delta, window--resize-mini-window)
6052 (window--resize-child-windows-normal, window-tree)
6053 (delete-other-windows, quit-window, split-window)
6054 (display-buffer-record-window, special-display-buffer-names)
6055 (special-display-regexps, special-display-popup-frame)
6056 (same-window-p, split-window-sensibly)
6057 (display-buffer-overriding-action, display-buffer-alist)
6058 (display-buffer-base-action, display-buffer, switch-to-buffer)
6059 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
6060 (fit-window-to-buffer, recenter-positions)
6061 (mouse-autoselect-window-state, mouse-autoselect-window-select):
6062 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
6063 and remove unneeded backslashes in docstrings.
6064
39c9faef
SM
60652011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6066
98449af8
SM
6067 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
6068
39c9faef
SM
6069 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
6070 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
6071 end in ".mk".
6072 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
6073 when reading the makefile (bug#10116).
6074
86ed9fdc
SM
60752011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6076
6077 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
6078 (bug#10116).
6079
5580f89d
GM
60802011-12-06 Glenn Morris <rgm@gnu.org>
6081
6082 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
6083
28d3917c
CY
60842011-12-06 Chong Yidong <cyd@gnu.org>
6085
6086 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
6087
a98edce9
JB
60882011-12-06 Juanma Barranquero <lekktu@gmail.com>
6089
6090 * textmodes/table.el (table-shorten-cell): Fix typo.
6091
e65adfac
CG
60922011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
6093
6094 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
6095
71cc0b74
EZ
60962011-12-05 Eli Zaretskii <eliz@gnu.org>
6097
6098 * descr-text.el (describe-char): Fix display of strong
6099 right-to-left characters and directional embeddings and overrides.
6100
6101 * simple.el (what-cursor-position): Fix display of codepoints of
6102 strong right-to-left characters.
6103
315bc30d
CY
61042011-12-05 Chong Yidong <cyd@gnu.org>
6105
6106 * faces.el (read-color): Doc fix.
6107
58a70b94
GM
61082011-12-05 Glenn Morris <rgm@gnu.org>
6109
6110 * align.el (align--set-marker): Add doc-string.
6111 Don't try to move something that is not a marker. (Bug#10216)
6112
5158face
GM
61132011-12-04 Glenn Morris <rgm@gnu.org>
6114
6115 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
6116 overly zealous deletion of trailing whitespace.
6117
520fca41
JB
61182011-12-04 Juanma Barranquero <lekktu@gmail.com>
6119
6120 * server.el (server-delete-client): On Windows, do not try to delete
6121 the only terminal.
6122 (server-process-filter): On Windows, treat requests for a tty frame as
6123 if they were for a GUI frame if the running server is in GUI mode.
6124
5e605a2e
GM
61252011-12-03 Glenn Morris <rgm@gnu.org>
6126
6127 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
6128
5c3fe83f
SM
61292011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6130
6f5e57e7
SM
6131 * electric.el: Streamline electric-indent's hook.
6132 (electric-indent-chars): Revert to simple list.
6133 (electric-indent-functions): New var.
6134 (electric-indent-post-self-insert-function): Use it.
6135
5c3fe83f
SM
6136 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
6137 there's no inferior buffer (bug#10196).
6138 (prolog-consult-compile): Don't use toggle-read-only.
6139
6bdac736
MA
61402011-12-02 Michael Albinus <michael.albinus@gmx.de>
6141
6142 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
6143 interrupt. (Bug#10187)
6144
6131ba7f
SM
61452011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6146
99c79fee
SM
6147 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
6148 (bug#9160).
6149
6131ba7f
SM
6150 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
6151 (bug#10191).
6152
cb0a02ea
JL
61532011-12-02 Juri Linkov <juri@jurta.org>
6154
6155 * info.el (Info-search): Display "end of manual" when Isearch
6156 reaches the end of single-file Info manual. (Bug#9918)
6157
66e0570c
EZ
61582011-12-02 Eli Zaretskii <eliz@gnu.org>
6159
6160 * isearch.el (isearch-message-prefix): Run the input method part
6161 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
6162
02b16839
JL
61632011-12-02 Juri Linkov <juri@jurta.org>
6164
6165 * isearch.el (isearch-occur): Use `word-search-regexp' for
6166 `isearch-word'.
6167 (isearch-search-and-update): Add condition for `isearch-word' and
6168 call `word-search-regexp'. (Bug#10145)
6169
0b950688
GM
61702011-12-01 Glenn Morris <rgm@gnu.org>
6171
6172 * eshell/em-hist.el (eshell-hist-initialize):
6173 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 6174 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 6175
9505c3c7
SM
61762011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6177
6178 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
6179
1bbe96b2 61802011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 6181
a1beca85
SM
6182 * progmodes/verilog-mode.el (verilog-pretty-expr):
6183 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
6184 verilog, such as += *= and the like.
6185 (verilog-assignment-operator-re): Regular expression to find the
6186 assigment operator in a verilog assignment.
6187 (verilog-assignment-operation-re): Regular expression to find an
6188 assignment statement for pretty-expr.
6189 (verilog-in-attribute-p): Query returns true if point is in an
6190 attribute context; used to skip these for expression line up from
6191 pretty-expr.
6192 (verilog-in-parameter-p): Query returns true if point is in an
6193 parameter definition context; used to skip these for expression
6194 line up from pretty-expr.
6195 (verilog-in-parenthesis-p): Query returns true if point is in a
6196 parenthetical expression, specifically ( ) but not [ ] or { };
6197 used by pretty-expr.
6198 (verilog-just-one-space): If there is no space, don't add one.
6199 (verilog-get-lineup-indent-2): Specifically skip just attribute
6200 contexts for expression lineup, rather than skipping all
6201 parenthetical expressions.
6202 (verilog-calculate-indent): Fix comment, and fix indent.
6203 (verilog-do-indent): Indent declarations in lists (suggested by
6204 Joachim Lechner).
6205 (verilog-mode-abbrev-table): Populate abbrev mode with the various
6206 skeleton items.
6207 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
6208 by Alain Mellan).
6209
1bbe96b2 62102011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
6211
6212 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
6213 parameters with embedded comments. Reported by Ray Stevens.
6214 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
6215 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
6216 Reported by Tim Holt.
6217 (verilog-auto): Fix AUTOing a upper module then AUTOing module
6218 instantiated by upper module causing wrong expansion until AUTOed a
6219 second time. Reported by K C Buckenmaier.
6220 (verilog-diff-auto): Fix showing .* as a difference when
6221 `verilog-auto-star-save' off. Reported by Dan Dever.
6222 (verilog-auto-reset, verilog-read-always-signals)
6223 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
6224 temporary signals in reset list if
6225 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
6226 style to each signal's assignment type, bug381.
6227 Reported by Thomas Esposito.
6288f0ca
WS
6228 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
6229 (verilog-uvm-statement-re): Support UVM indentation and
6230 highlighting, with old OVM keywords only.
a1beca85 6231 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
6232 Support AUTOTIEOFF creating non-wire data types.
6233 Suggested by Jonathan Greenlaw.
6288f0ca
WS
6234 (verilog-auto-insert-lisp, verilog-delete-to-paren)
6235 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
6236 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
6237 (verilog-read-sub-decls, verilog-read-sub-decls-line):
6238 Fix mismatching parenthesis inside commented out code when deleting
382c953b 6239 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
6240 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
6241 non-numeric vector width. Reported by Alex Reed.
6242 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 6243 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
6244 (verilog-auto-delete-trailing-whitespace):
6245 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
6246 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
6247 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
6248 Fix verilog-scan-cache corruption when running user AUTO expansion
6249 hooks that call indentation routines.
6250 (verilog-simplify-range-expression): Fix typo ignoring lower case
6251 identifiers.
6252 (verilog-delete-auto): Fix delete-autos to also remove user created
6253 automatics, as long as they start with AUTO.
6254 (verilog-batch-diff-auto, verilog-diff-auto)
6255 (verilog-diff-function): Add `verilog-diff-auto' and bind to
6256 "C-c?" to report differences in AUTO expansion, ignoring spaces.
6257 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
6258 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
6259 (verilog-re-search-forward-quick, verilog-syntax-ppss):
6260 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
6261 is disabled and its cache will get corrupt, causing AUTOS not to
6262 expand. Instead use only -quick functions.
6263 (verilog-scan-region): Fix scanning over escaped quotes.
6264 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
6265 (verilog-re-search-backward-quick)
6266 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
6267 related functions now ignore strings, to fix misparsing of strings
6268 with magic comments embedded in them.
a1beca85
SM
6269 (verilog-read-auto-template):
6270 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
6271 Reported by Brad Dobbie.
6272 (verilog-read-auto-template):
6273 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 6274 Reported by Brad Dobbie.
6288f0ca
WS
6275 (verilog-auto-inst, verilog-auto-inst-param)
6276 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
6277 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
6278 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
6279 debugging templates without merge conflicts, bug357.
6280 Reported by Brad Dobbie.
6281 (verilog-read-auto-template):
6282 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
6283 Reported by Brad Dobbie.
6284 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
6285 abbrevs so user won't be asked to save.
6286 (verilog-read-auto-lisp-present): Fix to start at beginning of
6287 buffer in case called outside of verilog-auto.
6288 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
6289 to "X-2". Reported by Matthew Myers.
6290 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
6291 all inputs from module templates. Reported by Leith Johnson.
6292 (verilog-module-inside-filename-p): Fix locating programs as with
6293 modules.
6294 (verilog-auto-inst-port): Fix vl-width expressions when using
6295 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
6296 (verilog-decls-get-regs, verilog-decls-get-signals,
6297 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
6298 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
6299 verilog-read-decls): Combine reg and wire structures into one var
6300 structure to represent SystemVerilog concepts.
6301 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
6302 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
6303 (verilog-auto-wire-type, verilog-insert-definition):
6304 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
6305 SystemVerilog "logic" keyword instead of "wire"/"reg".
6306 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
6307 to declares outputs that also have assignments (presumably in an
a1beca85
SM
6308 ifdef or generate if so there's not a driver conflict).
6309 Reported by Matthew Myers.
6310 (verilog-auto-declare-nettype, verilog-insert-definition):
6311 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
6312 `default_nettype none. Reported by Julian Gorfajn.
6313 (verilog-read-always-signals-recurse, verilog-read-decls)
6314 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
6315 malformed end statement, bug325. Reported by Joshua Wise and
6316 Andrew Drake.
6317 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
6318 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
6319 when expanding .* in interfaces, bug320.
6320 Reported by Pierre-David Pfister.
6288f0ca 6321 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
6322 name and open parenthesis, bug317.
6323 Reported by Pierre-David Pfister.
6288f0ca
WS
6324 (verilog-simplify-range-expression): Fix simplification of
6325 multiplications inside AUTOWIRE connections, bug303.
6326 (verilog-auto-inst-port): Support parameter expansion in
6327 multidimensional arrays.
6328 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
6329 after "assert property". Reported by Julian Gorfajn.
6330 (verilog-simplify-range-expression): Fix "couldn't merge" errors
6331 with multiplication, bug303.
6332 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
6333 Reported by Jan Frode Lonnum.
6334
1bbe96b2
GM
63352011-11-30 Juanma Barranquero <lekktu@gmail.com>
6336
6337 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
6338 (hfy-shell-file-name, hfy-shell):
6339 * international/fontset.el (x-decompose-font-name): Fix typos.
6340
63412011-11-29 Ken Brown <kbrown@cornell.edu>
6342
6343 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
6344 (gdb-version): Remove defvar.
6345 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
6346 (gdb-gud-context-command, gdb-non-stop-handler)
6347 (gdb-current-context-command, gdb-stopped): Use it.
6348 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
6349 (gdb-non-stop-handler): Don't enable pretty-printing here.
6350 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
6351 non-stop mode. Use the following.
6352 (gdb-check-target-async): New defun.
6353 (gud-watch, gdb-stopped): Fix whitespace.
6354 (gdb-get-source-file): Don't try to display the source file if
6355 `gdb-main-file' is nil.
6356
63572011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6358
6359 * align.el: Try to generate fewer markers (bug#10047).
6360 (align--set-marker): New macro.
6361 (align-region): Use it.
6362
c935221f
SM
63632011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6364
6365 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
6366
e70b5064
CY
63672011-11-29 Chong Yidong <cyd@gnu.org>
6368
6369 * indent.el (indent-for-tab-command, indent-according-to-mode):
6370 Doc fix.
6371 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
6372
f3af92b7
MA
63732011-11-29 Michael Albinus <michael.albinus@gmx.de>
6374
6375 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
6376 aware of remote file names. (Bug#10124)
6377
ed472be9
CY
63782011-11-29 Chong Yidong <cyd@gnu.org>
6379
6380 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
6381
24510c22
SM
63822011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6383
6384 * files.el (find-file): Don't use force-same-window (bug#10144).
6385 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
6386 use pop-to-buffer if the selected window can't be used.
6387 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
6388
c60c3703
EZ
63892011-11-28 Eli Zaretskii <eliz@gnu.org>
6390
6391 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
6392 special-mode-map.
6393
e95def75
CY
63942011-11-28 Chong Yidong <cyd@gnu.org>
6395
6396 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
6397
c3f1c606
NR
63982011-11-27 Nick Roberts <nickrob@snap.net.nz>
6399
6400 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
6401 gdb-get-source-file-list on gdb-create-source-file-list.
6402
00db469c
EZ
64032011-11-26 Eli Zaretskii <eliz@gnu.org>
6404
6405 * whitespace.el (whitespace-newline): Use a different foreground
6406 color for 16-color light-background displays.
6407
4ad3bc2a
CY
64082011-11-24 Chong Yidong <cyd@gnu.org>
6409
6410 * window.el (display-buffer--special-action): Doc fix.
6411
e9fce1ac
JB
64122011-11-25 Juanma Barranquero <lekktu@gmail.com>
6413
6414 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
6415 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
6416 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
6417 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
6418 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
6419 (avl-tree-stack-first):
6420 * emacs-lisp/cconv.el (cconv--analyse-use):
6421 * net/gnutls.el (gnutls-negotiate): Fix typos.
6422
cb825e5d
GM
64232011-11-24 Glenn Morris <rgm@gnu.org>
6424
3adbe224
GM
6425 * lpr.el (lpr-windows-system, lpr-lp-system):
6426 * mail/binhex.el (binhex-begin-line):
6427 * progmodes/grep.el (grep-history, grep-find-history):
6428 * textmodes/flyspell.el:
6429 * vc/pcvs-defs.el (cvs-global-menu):
6430 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
6431 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
6432 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
6433
321decc8
GM
6434 * net/tls.el: Fix case of "GnuTLS".
6435
420b63ad
GM
6436 * paths.el (rmail-file-name): Format doc-string for make-docfile.
6437
cb825e5d
GM
6438 * version.el (emacs-build-system): Give it a doc-string.
6439
a0649f08
JL
64402011-11-24 Juri Linkov <juri@jurta.org>
6441
6442 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
6443
c0bc0fd4
GM
64442011-11-24 Glenn Morris <rgm@gnu.org>
6445
6446 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
6447 if called on a non-mime message just toggle the headers. (Bug#8006)
6448
20db1522
JB
64492011-11-24 Juanma Barranquero <lekktu@gmail.com>
6450
6451 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
6452 (allout-lead-with-comment-string, allout-structure-deleted-hook)
6453 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
6454 (allout-rebullet-heading, allout-open-sibtopic)
6455 (allout-toggle-current-subtree-encryption)
6456 (allout-toggle-subtree-encryption, allout-encrypt-string)
6457 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
6458 (allout-distinctive-bullets-string, allout-auto-activation):
6459 * window.el (window-normalize-buffer-to-display):
6460 * progmodes/verilog-mode.el (verilog-batch-indent):
6461 * textmodes/bibtex.el (bibtex-field-braces-opt)
6462 (bibtex-field-strings-opt):
6463 * vc/cvs-status.el (cvs-tree-merge):
6464 Fix typos.
6465
7262a87c
MA
64662011-11-23 Michael Albinus <michael.albinus@gmx.de>
6467
6468 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
6469 `non-essential' to t, in order to avoid remote connections.
6470
283430a1
EZ
64712011-11-23 Eli Zaretskii <eliz@gnu.org>
6472
a1beca85
SM
6473 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6474 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
6475 case-insensitively.
6476
d2992a38
ML
64772011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6478
6479 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
6480
50419064
GM
64812011-11-23 Glenn Morris <rgm@gnu.org>
6482
da94eca1
GM
6483 * paths.el (rmail-file-name): Reformat the doc-string so that it
6484 is picked up.
6485
9aac4de2
GM
6486 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
6487 (rmail-auto-file): Ignore case in the "special" field names,
6488 as mail-fetch-field does for all others.
6489
8038d2d2
GM
6490 * mail/rmail.el (rmail-forward):
6491 * mail/rmailkwd.el (rmail-set-label):
6492 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
6493 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
6494
f3fe222a
GM
6495 * mail/rmail.el (rmail-current-message): Doc fix.
6496
50419064
GM
6497 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
6498
28109f49
SM
64992011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6500
6501 * server.el (server-eval-and-print): Allow C-g (bug#6585).
6502
394c65f1
GM
65032011-11-22 Glenn Morris <rgm@gnu.org>
6504
6505 * mail/rmailmm.el (test-rmail-mime-handler)
6506 (test-rmail-mime-bulk-handler)
6507 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
6508
f2a0aa3a
JL
65092011-11-21 Juri Linkov <juri@jurta.org>
6510
1154d12e
JB
6511 * calc/calc.el (calc-read-key-sequence):
6512 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 6513
9c34a344
LMI
65142011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6515
6516 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
6517 Tell the caller that the next line needs recomputation, even
6518 though it doesn't start a sexp (bug#10094).
6519
f04a3be9
SM
65202011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6521
6522 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
6523
7978747f
SM
65242011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6525
f04a3be9
SM
6526 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
6527 Use force-same-window.
7978747f 6528
fe7a3057
JB
65292011-11-20 Juanma Barranquero <lekktu@gmail.com>
6530
6531 * descr-text.el (describe-char-unicode-data):
6532 * json.el (json-string-escape):
6533 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
6534 (Footnote-unicode, Footnote-style-p):
6535 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
6536
24901d61
CY
65372011-11-20 Chong Yidong <cyd@gnu.org>
6538
6539 * window.el (replace-buffer-in-windows): Restore interactive spec.
6540
bac7ff22
SM
65412011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6542
24f3d7b9
SM
6543 * electric.el (electric-indent-mode): Fix last change (too optimistic).
6544
bac7ff22
SM
6545 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
6546 (byte-compile-global-not-obsolete-vars): New var.
6547 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
6548 Use it.
6549 (byte-compile-warn-obsolete): Align text with the one in *Help*.
6550
cd1181db
JB
65512011-11-20 Juanma Barranquero <lekktu@gmail.com>
6552
6553 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
6554 * progmodes/pascal.el (electric-pascal-equal):
6555 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
6556 * xml.el (xml-substitute-special): Fix typos.
6557
7fb18e9e
GM
65582011-11-20 Glenn Morris <rgm@gnu.org>
6559
6560 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
6561 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
6562 Doc fixes.
6563 (rmail-decode-mime-charset): Mark as obsolete.
6564
6565 * mail/rmailsum.el (rmail-message-regexp-p-1):
6566 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
6567 Before using mime functions, check they are set. (Bug#10077)
6568
d5a6b3ba
JL
65692011-11-19 Juri Linkov <juri@jurta.org>
6570
6571 * info.el (Info-finder-find-node): Use `package--builtins' instead
6572 of `package-alist'. Use node names formed by the pattern "Keyword "
6573 and the keyword name.
6574
e981b61f
AS
65752011-11-19 Andreas Schwab <schwab@linux-m68k.org>
6576
1d00653d 6577 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 6578
3ffbc301
JL
65792011-11-19 Juri Linkov <juri@jurta.org>
6580
6581 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
6582 that calls `revert-buffer' on all Info buffers. (Bug#9915)
6583 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
6584 `old-history', `old-history-forward'. Add let-binding
6585 `window-selected'. Remove calls to `kill-buffer',
6586 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
6587 before calling `Info-find-node', so `Info-find-node-2' will reread
6588 the Info file. Restore window positions only when `window-selected'
6589 is non-nil.
6590
30c62133
JL
65912011-11-19 Juri Linkov <juri@jurta.org>
6592
6593 * isearch.el (isearch-lazy-highlight-new-loop):
6594 Remove condition `(not isearch-error)'. (Bug#9918)
6595
6596 * misearch.el (multi-isearch-search-fun): Add condition
6597 `(not bound)' to ignore lazy-highlighting search.
6598 Add the search-failed message "end of multi" when the end of
6599 multi-sequence is reached. Uncapitalize the search-failed
6600 message "Repeat for next buffer".
6601
6602 * info.el (Info-search): Add the search-failed message
6603 "end of the manual" when the end of the manual is reached
6604 in Isearch mode.
6605
645ca9cf
JL
66062011-11-19 Juri Linkov <juri@jurta.org>
6607
6608 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
6609 Use non-destructive `remove' instead of `delete' because
6610 `Info-history-list' stored to `Info-isearch-initial-history-list' in
6611 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
6612
df754f66
JL
66132011-11-19 Juri Linkov <juri@jurta.org>
6614
6615 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
6616 to nil instead of binding `search-ring' and `regexp-search-ring'.
6617 (Bug#9185)
6618
0e23d96a
EZ
66192011-11-19 Eli Zaretskii <eliz@gnu.org>
6620
6621 * simple.el (line-move): Force movement by logical lines for any
6622 hscrolled window, not only when auto-hscroll-mode is on.
6623 (line-move-visual): Update doc string to that effect. (Bug#10076)
6624
8a6ccb66
AS
66252011-11-19 Andreas Schwab <schwab@linux-m68k.org>
6626
6627 * language/european.el (macintosh): Define as alias for mac-roman.
6628
49ae5b39
EZ
66292011-11-19 Eli Zaretskii <eliz@gnu.org>
6630
6631 * mail/rmailmm.el (rmail-mime-display-header)
6632 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
6633 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
6634 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
6635 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
6636 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
6637 of a raw aref.
6638 (rmail-mime-entity-segment): To get past the tagline, move forward
6639 2 more lines, to account for the 2 empty lines that precede and
6640 follow the line with the buttons.
6641 (rmail-mime-update-tagline): Move one more line, to get past the
6642 empty line that follows the buttons in the tagline. (Bug#9520)
6643
c56cad4a
MR
66442011-11-19 Martin Rudalics <rudalics@gmx.at>
6645
6646 * window.el (window-max-delta-1, window-min-delta-1)
6647 (window-min-size-1, window-state-get-1, window-state-put-1)
6648 (window-state-put-2): Use "window--" prefix.
6649
cbe71af3
SM
66502011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
6651
2ad52c60
SM
6652 * emacs-lisp/smie.el: Improve warnings and conflict detection.
6653 (smie-warning-count): New var.
6654 (smie-set-prec2tab): Use it.
6655 (smie-bnf->prec2): Improve warnings. Add docstring.
6656 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
6657 (smie-bnf--set-class): New function.
6658 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
6659 corner case.
6660
6944dbc1
SM
6661 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
6662 (compilation-error-properties, compilation-move-to-column):
6663 Handle compilation-first-column while in the target buffer.
6664
c400c4d7
SM
6665 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
6666 Don't hardcode point-min==1.
6667
6dbe3e96
SM
6668 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
6669 (eshell-rewrite-for-command): Remove workaround.
6670 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
6671 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
6672 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
6673
cbe71af3
SM
6674 * files-x.el (modify-file-local-variable): Obey commenting conventions.
6675
a8e1496d
GM
66762011-11-17 Glenn Morris <rgm@gnu.org>
6677
6678 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6679 Ignore buffer-local generated-autoload-file if it is the same
6680 as the global value. (Bug#10049)
6681
df85d315
JB
66822011-11-17 Juanma Barranquero <lekktu@gmail.com>
6683
6684 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
6685 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
6686 (reftex-toc-previous-heading, reftex-toc-max-level)
6687 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
6688 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
6689 (reftex-toc-do-promote, reftex-toc-promote-prepare)
6690 (reftex-toc-promote-action, reftex-toc-extract-section-number)
6691 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
6692 (reftex-toc-rename-label, reftex-toc-visit-location)
6693 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
6694 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
6695 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
6696 leaving "*toc*" only for references to the buffer.
6697
a0c2d0ae
MR
66982011-11-17 Martin Rudalics <rudalics@gmx.at>
6699
6700 * window.el (window-resize, delete-window, split-window):
6701 Replace window-splits by window-combination-resize.
1d00653d 6702 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 6703
35c0bac8
GM
67042011-11-17 Glenn Morris <rgm@gnu.org>
6705
6706 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6707 Make bash entry derive from sh entry, not shell entry.
6708
d0c8fc8a
MA
67092011-11-16 Michael Albinus <michael.albinus@gmx.de>
6710
7262a87c
MA
6711 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
6712 local file name.
6713
7877f373
JB
67142011-11-16 Juanma Barranquero <lekktu@gmail.com>
6715
6716 * menu-bar.el (menu-bar-file-menu):
6717 * printing.el (pr-ps-utility):
6718 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
6719 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
6720 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
6721 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
6722 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
6723 (icalendar--convert-cyclic-to-ical)
6724 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
6725 (icalendar--convert-ical-to-diary)
6726 (icalendar--convert-recurring-to-diary)
6727 (icalendar--convert-non-recurring-all-day-to-diary)
6728 (icalendar-import-format-sample):
6729 * progmodes/idlw-shell.el (idlwave-shell-mode):
6730 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
6731 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
6732 (vhdl-ps-print-init): Fix typos.
6733
10649b82
KM
67342011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
6735
9d0cfcd6
GM
6736 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
6737 FSF and collapse date sequence, obscure author/maintainer email address
6738 better, remove extra version line, track relocation of author's webpage.
10649b82 6739
9d0cfcd6
GM
6740 * progmodes/python.el (python-pdbtrack-input-prompt)
6741 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
6742 regular python pdb prompts. Adjustments shamelessly taken exactly as
6743 suggested in EmacsWiki page (tiny change):
6744 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 6745
58179cce
JB
67462011-11-16 Juanma Barranquero <lekktu@gmail.com>
6747
6748 * expand.el (expand-pos, expand-index, expand-point):
6749 Remove redundant info from docstring.
6750 (expand-add-abbrevs): Doc fix.
6751 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
6752 (expand-sample-perl-mode-expand-list): Fix typos.
6753
6754 * net/dbus.el (dbus-event-member-name):
6755 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
6756 * term/pc-win.el (msdos-create-frame-with-faces):
6757 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
6758
b6f67890
MR
67592011-11-16 Martin Rudalics <rudalics@gmx.at>
6760
6761 * window.el (split-window, window-state-get-1)
6762 (window-state-put-1, window-state-put-2): Rename occurrences of
6763 window-nest to window-combination-limit.
1d00653d 6764 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 6765
ce7ddba0
CY
67662011-11-16 Chong Yidong <cyd@gnu.org>
6767
6768 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
6769 regexp (Bug#10033).
6770
3ae704f4
SM
67712011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6772
6773 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
6774 `completing-read' will remove *Completions* and will preserve
6775 current-buffer for us.
6776 (tmm-add-prompt): Users of *Completions* will always (re)set its
6777 major mode.
6778 (tmm-old-comp-map): Remove.
6779
6ad1cdde
GM
67802011-11-16 Glenn Morris <rgm@gnu.org>
6781
6782 * mail/rmailedit.el: Require rmailmm when compiling.
6783 (rmail-old-mime-state): New declaration.
6784 (rmail-edit-current-message): If editing a mime message,
6785 edit the "raw" message from the mbox buffer.
6786 (rmail-cease-edit): Handle mime messages. (Bug#9840)
6787
d20faa20
GM
67882011-11-15 Glenn Morris <rgm@gnu.org>
6789
6790 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
6791 which wasn't being used. Add optional arg to force given state.
6792 (rmail-mime): Add optional arg to force given state.
6793
c7015153
JB
67942011-11-15 Juanma Barranquero <lekktu@gmail.com>
6795
6796 * allout.el (allout-encryption-plaintext-sanitization-regexps):
6797 * frame.el (display-mm-dimensions-alist):
6798 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
6799 (outline-move-subtree-down):
6800 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
6801 (newsticker--treeview-do-get-node):
6802 * net/quickurl.el (quickurl-list-buffer-name):
6803 * progmodes/dcl-mode.el (dcl-mode):
6804 * progmodes/gdb-mi.el (gdb-mapcar*):
6805 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
6806
45261b50
GM
68072011-11-15 Glenn Morris <rgm@gnu.org>
6808
6809 * mail/rmail.el (rmail-file-coding-system): It's only ever used
6810 in a boolean sense, so just make it a boolean, and fix the doc.
6811 (rmail-show-mime-function, rmail-mime-feature)
6812 (rmail-require-mime-maybe): Doc fixes.
6813 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
6814
6815 * mail/rmailmm.el (rmail-show-mime): Doc fix.
6816
0d26e0b6
JB
68172011-11-15 Juanma Barranquero <lekktu@gmail.com>
6818
6819 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
6820 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
6821 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
6822 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
6823
447f30f6
GM
68242011-11-15 Glenn Morris <rgm@gnu.org>
6825
672b871d
GM
6826 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
6827 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
6828 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
6829 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
6830 (rmail-mime, rmail-show-mime): Doc fixes.
6831
f6aa5bb1
GM
6832 * term/ns-win.el (mode-line-frame-identification):
6833 Leave it alone. (Bug#10051)
6834
947cd66b
GM
6835 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
6836
447f30f6
GM
6837 * mail/rmailout.el (rmail-output-to-rmail-buffer):
6838 Handle empty buffers. (Bug#9978)
6839
0b381c7e
JB
68402011-11-14 Juanma Barranquero <lekktu@gmail.com>
6841
6842 * international/mule.el (define-charset):
6843 * mail/rmailmm.el (rmail-mime-find-header-encoding):
6844 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
6845 * progmodes/verilog-mode.el (verilog-backward-token):
6846 * textmodes/ispell.el (lookup-words):
6847 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
6848
71e027ac
GM
68492011-11-14 Glenn Morris <rgm@gnu.org>
6850
56632ce4
GM
6851 * progmodes/executable.el
6852 (executable-make-buffer-file-executable-if-script-p):
6853 Handle file-modes returning nil.
6854
40500957
GM
6855 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
6856 message - not necessary, and causes problems. (Bug#9831)
6857
071c2340
GM
6858 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
6859
d3cfca60
GM
6860 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
6861
71e027ac
GM
6862 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
6863 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
6864 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
6865
89d61221
MR
68662011-11-12 Martin Rudalics <rudalics@gmx.at>
6867
6868 * window.el (window-resize, delete-window): Use window-splits
6869 variable instead of function.
6870 (window-state-get-1, window-state-put-2, window-state-put):
6871 Don't deal with windows' splits status.
6872
98282f6f
GM
68732011-11-12 Glenn Morris <rgm@gnu.org>
6874
6875 * apropos.el (apropos-do-all, apropos-library, apropos-value)
6876 (apropos-documentation): Doc fixes.
6877
40a8bdf6
JB
68782011-11-11 Juanma Barranquero <lekktu@gmail.com>
6879
6880 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
6881 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
6882
65bd19ff
SM
68832011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6884
6885 * electric.el (electric-indent-post-self-insert-function): Make it
6886 possible for a char to only indent in some circumstances.
6887 (electric-indent-mode): Simplify.
6888
54f9154c
MR
68892011-11-11 Martin Rudalics <rudalics@gmx.at>
6890
6891 * window.el (windows-with-parameter): Remove unused function.
6892 (windows-at-side): Rename to window-at-side-list.
6893 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
6894 (window-side-check, window-size-ignore, window-size-fixed-1)
6895 (window-in-direction-2): Prefix with "window--".
6896 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 6897
68cbc58b
GM
68982011-11-11 Glenn Morris <rgm@gnu.org>
6899
6900 * subr.el (eval-after-load): If FILE is already loaded,
6901 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
6902
b2621720
GM
69032011-11-10 Glenn Morris <rgm@gnu.org>
6904
9a4de110
GM
6905 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
6906 Call svn via vc-svn-command rather than vc-do-command.
6907 (vc-svn-command): Add --non-interactive. (Bug#9993)
6908 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
6909
b2621720
GM
6910 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6911 Add toggle-read-only. (Bug#7292)
6912 * files.el (toggle-read-only): Mention that it should only
6913 be used interactively. (Bug#10006)
6914
1dce7193
SM
69152011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6916
d9ac1a1e
SM
6917 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6918 Adjust regexp for OCaml warnings.
6919
0c325082
SM
6920 * electric.el (electric-pair-post-self-insert-function): Let user
6921 turn it off buffer-locally (bug#9932).
6922
90132c14
SM
6923 * progmodes/python.el (python-beginning-of-statement):
6924 Rewrite (bug#2703).
6925
1dce7193
SM
6926 * progmodes/compile.el: Better handle TABs (bug#9749).
6927 (compilation-internal-error-properties)
6928 (compilation-next-error-function): Obey the target buffer's
6929 compilation-error-screen-columns.
6930
c4e7c63a
JB
69312011-11-09 Juanma Barranquero <lekktu@gmail.com>
6932
6933 * progmodes/meta-mode.el: Remove obsolete comments.
6934 (meta-right-comment-regexp, meta-ignore-comment-regexp):
6935 Fix typos in docstrings.
6936
2cffd681
MR
69372011-11-09 Martin Rudalics <rudalics@gmx.at>
6938
6939 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 6940 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
6941 (window--resizable): New function. Make all callers of
6942 window-resizable call window--resizable instead.
6943 (window-resizable): Rewrite in terms of window--resizable.
6944
0edcba87
GM
69452011-11-08 Glenn Morris <rgm@gnu.org>
6946
6947 * progmodes/delphi.el (delphi-mode-syntax-table):
6948 Let define-derived-mode define a proper syntax table. (Bug#9994)
6949
4b0d61e3
SM
69502011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6951
6952 * window.el: Stay away from defsubst.
6953 (window-list-no-nils): Remove.
6954 (window-state-get-1, window-state-get): Use backquote instead.
6955
cd394be1 69562011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 6957
4b0d61e3 6958 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 6959 Fix incorrect use of default argument in `completing-read'.
6960
e1c2c6f2
MR
69612011-11-08 Martin Rudalics <rudalics@gmx.at>
6962
6963 * window.el (display-buffer-function, special-display-function):
6964 Mention display-buffer-record-window but do not mention
6965 help-setup parameter in doc-strings.
b3f4a882 6966 (window-min-delta): Fix doc-string typo.
e1c2c6f2 6967
105216ed
CY
69682011-11-08 Chong Yidong <cyd@gnu.org>
6969
6970 * window.el (window-total-height, window-total-width): Doc fix.
6971 (window-body-size): Move from C.
6972 (window-body-height, window-body-width): Move to C.
6973
0a9f9ab5
SM
69742011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6975
6976 * window.el: Make special-display like display-buffer-alist (bug#9532).
6977 (display-buffer--special-action): New function, morphed
6978 from display-buffer--special.
6979 (display-buffer): Use it to handle special-display-buffers at higher
6980 priority (just after display-buffer-alist).
6981 (display-buffer-fallback-action, display-buffer--other-frame-action)
6982 (pop-to-buffer-same-window): Remove display-buffer--special.
6983
a769dd15
GM
69842011-11-07 Glenn Morris <rgm@gnu.org>
6985
6986 * calendar/cal-menu.el (cal-menu-set-date-title):
6987 Do nothing if not in a calendar. (Bug#9976)
6988
05a61ee3
SM
69892011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6990
6991 * files.el (find-file): Always use selected-window.
6992
be7f5545
MR
69932011-11-07 Martin Rudalics <rudalics@gmx.at>
6994
6995 * window.el (window-combinations): Make WINDOW argument
6996 mandatory. Rewrite doc-string.
6997 (walk-window-subtree, window-atom-check, window-min-delta)
6998 (window-max-delta, window--resize-this-window)
6999 (window--resize-root-window-vertically, window-tree)
7000 (balance-windows, window-state-put): Rewrite doc-strings as to
7001 not mention the term "subwindow".
7002 (window--resize-subwindows-skip-p): Rename to
7003 window--resize-child-windows-skip-p.
7004 (window--resize-subwindows-normal): Rename to
7005 window--resize-child-windows-normal.
7006 (window--resize-subwindows): Rename to
7007 window--resize-child-windows.
7008 (window-or-subwindow-p): Rename to window--in-subtree-p.
7009
3c6702ef
ML
70102011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7011
7012 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7013 Ensure that mbox format messages end in two newlines (Bug#9974).
7014
49745b39
CY
70152011-11-06 Chong Yidong <cyd@gnu.org>
7016
7017 * window.el (window-combination-p): Function deleted; its
7018 side-effect is not used in any existing code.
7019 (window-combinations, window-combined-p): Call window-*-child
7020 directly.
7021
24300f5f
CY
70222011-11-05 Chong Yidong <cyd@gnu.org>
7023
7024 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
7025 (window-size-ignore, window-state-get): Callers changed.
7026 (window-normalize-window): Rename from window-normalize-any-window.
7027 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 7028 (window-normalize-live-window): Delete.
447f16b8
CY
7029 (window-combination-p, window-combined-p, window-combinations)
7030 (walk-window-subtree, window-atom-root, window-min-size)
7031 (window-sizable, window-sizable-p, window-size-fixed-p)
7032 (window-min-delta, window-max-delta, window-resizable)
7033 (window-resizable-p, window-full-height-p, window-full-width-p)
7034 (window-current-scroll-bars, window-point-1, set-window-point-1)
7035 (window-at-side-p, window-in-direction, window-resize)
7036 (adjust-window-trailing-edge, maximize-window, minimize-window)
7037 (window-deletable-p, delete-window, delete-other-windows)
7038 (record-window-buffer, unrecord-window-buffer)
7039 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
7040 (quit-window, split-window, window-state-put)
7041 (set-window-text-height, fit-window-to-buffer)
7042 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 7043
89bd5ee1
EZ
70442011-11-04 Eli Zaretskii <eliz@gnu.org>
7045
53479029
EZ
7046 * mail/rmail.el (rmail-simplified-subject): Decode subject with
7047 rfc2047-decode-string.
7048 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
7049 warnings.
7050
89bd5ee1
EZ
7051 * window.el (window-body-height, window-body-width): Mention in
7052 the doc string that the return values are in frame's canonical
7053 units. (Bug#9949)
7054
bd17fdee
AM
70552011-11-03 Alan Mackenzie <acm@muc.de>
7056
7057 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
7058 change in cc-engine.el.
7059
acc825c5
SM
70602011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7061
7062 * window.el (switch-to-buffer): Use `force-same-window' interactively.
7063
1885e5b8
MR
70642011-11-02 Martin Rudalics <rudalics@gmx.at>
7065
7066 * window.el (quit-window): Call unrecord-window-buffer after
7067 showing another buffer in the window. (Bug#9937)
acc825c5 7068 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 7069
ebe06da9
JB
70702011-11-02 Juanma Barranquero <lekktu@gmail.com>
7071
7072 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
7073 Accept status with more than 9 shelves. (Bug#9935)
7074 Reported by Colin D Bennett <colin@gibibit.com>.
7075
4ee88440
MR
70762011-11-01 Martin Rudalics <rudalics@gmx.at>
7077
7078 * help.el (with-help-window): Don't reference
7079 temp-buffer-show-specifiers in doc-string.
7080
08e1d82c
AS
70812011-10-31 Andreas Schwab <schwab@linux-m68k.org>
7082
7083 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
7084 menu-item.
7085
84bd6e9e
VJL
70862011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7087
7088 * whitespace.el: New version 13.2.2.
7089 (whitespace-newline-mode): Disable properly. Reported by Sarah
7090 <EmacsWiki>.
7091
dba0634a
UJ
70922011-10-30 Ulf Jasper <ulf.jasper@web.de>
7093
7094 * net/newst-treeview.el: Remove "Time-stamp".
7095 (newsticker--group-manage-orphan-feeds): Do not call
7096 newsticker--treeview-tree-update.
db22a3c2
JB
7097 (newsticker-treeview-update, newsticker-treeview):
7098 Call newsticker--treeview-tree-update if necessary.
dba0634a 7099
3d8daefe
MR
71002011-10-30 Martin Rudalics <rudalics@gmx.at>
7101
7102 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
7103 (window-iso-combinations): Remove "iso-" infix.
7104 Suggested by Chong Yidong.
3d8daefe
MR
7105 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
7106 (window-max-delta-1, window-resize, window--resize-siblings)
7107 (window--resize-this-window, adjust-window-trailing-edge)
7108 (split-window, balance-windows-1)
7109 (shrink-window-if-larger-than-buffer):
7110 * calendar/calendar.el (calendar-generate-window):
db22a3c2 7111 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 7112
1bc4c3ae
SM
71132011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7114
7115 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
7116 in place (bug#9907).
7117 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
7118 (eshell-rewrite-if-command, eshell-rewrite-for-command)
7119 (eshell-structure-basic-command, eshell-rewrite-while-command)
7120 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
7121 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
7122 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
7123 (eshell-do-pipelines-synchronously, eshell-eval-command):
7124 Use backquotes and prefer setq to set.
7125 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
7126 (eshell-macrop): Use functionp.
c1e2f5fa 7127 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 7128
30b65d9c
CY
71292011-10-30 Chong Yidong <cyd@gnu.org>
7130
7131 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
7132 instead of set-mark (Bug#9810).
7133
2d197ffb
CY
71342011-10-30 Chong Yidong <cyd@gnu.org>
7135
7136 * window.el (split-window-below, split-window-right): Rename from
7137 split-window-above-each-other and split-window-side-by-side
7138 respectively. All callers changed.
7139 (split-window-sensibly, split-window-sensibly): Use them.
7140 (split-window-keep-point): Doc fix.
7141
7142 * isearch.el: Add isearch-scroll property to split-window-below
7143 and split-window-right.
7144
7145 * follow.el (follow-mode):
7146 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7147 * progmodes/ada-xref.el (ada-gdb-application):
7148 * emulation/vip.el (vip-buffer-in-two-windows):
7149 * image-dired.el (image-dired-dired-with-window-configuration):
7150 * dired-x.el (dired-do-find-marked-files):
7151 * dired.el (dired-pop-to-buffer):
7152 * bs.el (bs--show-with-configuration):
7153 * vc/emerge.el (emerge-setup-windows):
7154 * textmodes/two-column.el (2C-two-columns):
7155 * textmodes/reftex-toc.el (reftex-toc):
7156 * progmodes/gdb-mi.el (gdb-setup-windows):
7157 * progmodes/fortran.el (fortran-window-create):
7158 * net/newst-treeview.el (newsticker--treeview-window-init):
7159 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
7160 * emulation/tpu-edt.el (tpu-gold-map):
7161 * emulation/crisp.el (crisp-mode-map):
7162 * calendar/calendar.el (calendar-basic-setup): Callers changed.
7163
38bb2ca8
CY
71642011-10-29 Chong Yidong <cyd@gnu.org>
7165
aa4de341
CY
7166 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
7167
e1eb5385
CY
7168 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
7169
5d2ece3c
CY
7170 * textmodes/flyspell.el (flyspell-word): Fix char offset for
7171 forged Ispell output (Bug#7904).
7172
38bb2ca8
CY
7173 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
7174
d0af9f77
SM
71752011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7176
7177 * doc-view.el: Avoid ugly errors about not finding nil.
7178 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
7179 (doc-view-dvipdf-program, doc-view-unoconv-program)
7180 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
7181 Avoid nil or absolute file name as default value.
7182 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
7183
52bedd34
AM
71842011-10-28 Alan Mackenzie <acm@muc.de>
7185
db22a3c2 7186 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 7187
7e43cfa5
AM
71882011-10-28 Alan Mackenzie <acm@muc.de>
7189
7190 Amend the handling of c-beginning/end-of-defun in nested declaration
7191 scopes.
7192
52bedd34
AM
7193 * progmodes/cc-vars.el (c-defun-tactic): Move here from
7194 cc-langs.el. Change it to a defcustom.
7e43cfa5 7195
52bedd34
AM
7196 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
7197 cc-vars.el.
7e43cfa5 7198
d0af9f77
SM
7199 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7200 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 7201
52bedd34 7202 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 7203 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
7204 (c-widen-to-enclosing-decl-scope): New function.
7205 (c-while-widening-to-decl-block): New macro.
7206 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
7207 outward for defun boundaries, and correspondingly change symbol
7208 `respect-enclosure' to `go-outward'.
7209 (c-declaration-limits): Change algorithm to report only the "innermost"
7210 defun's boundaries.
7211
1a2ce9ee
DD
72122011-10-28 Deniz Dogan <deniz@dogan.se>
7213
7214 * net/rcirc.el (rcirc-mode): Use hard newlines.
7215
bc97a826
AM
72162011-10-28 Alan Mackenzie <acm@muc.de>
7217
7218 Amend to indent and fontify macros "which include their own semicolon"
7219 correctly, using the "virtual semicolon" mechanism.
7220
52bedd34 7221 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 7222
d0af9f77 7223 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 7224 Recode to scan one line at a time rather than having \n and \r
58179cce 7225 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 7226 (c-forward-label): Amend for virtual semicolons.
58179cce 7227 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 7228
52bedd34
AM
7229 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
7230 of the new C macros.
bc97a826 7231
52bedd34 7232 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
7233 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
7234 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
7235 (c-opt-cpp-macro-define): Make into a full language variable.
7236 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
7237 AWK Mode (including \n, \r) removed, no longer needed.
7238
d0af9f77
SM
7239 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
7240 Invoke c-make-macro-with-semi-re.
bc97a826 7241
52bedd34
AM
7242 * progmodes/cc-vars.el (c-macro-with-semi-re):
7243 (c-macro-names-with-semicolon): New variables.
58179cce 7244 (c-make-macro-with-semi-re): New function.
bc97a826 7245
7a6c0941
SM
72462011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7247
7248 * vc/log-edit.el: Fill empty field rather than adding new one.
7249 (log-edit-add-field): New function.
7250 (log-edit-insert-changelog): Use it.
7251
b0c4cdcf
ML
72522011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7253
7254 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
7255
ee1f1da9
SM
72562011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
7259 (gdb--check-interpreter): New function.
7260 (gdb): Use it.
7261
51bc5f8b
GM
72622011-10-27 Glenn Morris <rgm@gnu.org>
7263
416a2c45
GM
7264 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
7265 (least-positive-float, least-negative-float)
7266 (least-positive-normalized-float, least-negative-normalized-float)
7267 (float-epsilon, float-negative-epsilon):
7268 Remove unnecessary declarations.
7269
7270 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
7271 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
7272 (least-positive-float, least-negative-float)
7273 (least-positive-normalized-float, least-negative-normalized-float)
7274 (float-epsilon, float-negative-epsilon): Add doc-strings,
7275 based on those in cl.texi.
7276
51bc5f8b
GM
7277 * files.el (set-visited-file-name): If the major-mode changed,
7278 reload the local variables. (Bug#9796)
7279
15de15c6
CY
72802011-10-27 Chong Yidong <cyd@gnu.org>
7281
7282 * subr.el (change-major-mode-after-body-hook): New hook.
7283 (run-mode-hooks): Run it.
7284
ee1f1da9
SM
7285 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7286 Use change-major-mode-before-body-hook.
15de15c6
CY
7287
7288 * simple.el (fundamental-mode):
7289 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
7290 change introducing fundamental-mode-hook.
7291
5430d399
JB
72922011-10-26 Juanma Barranquero <lekktu@gmail.com>
7293
acc825c5 7294 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 7295
ad74a69e
MA
72962011-10-26 Michael Albinus <michael.albinus@gmx.de>
7297
7298 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 7299 tramp.el explicitly. (Bug#7583)
ad74a69e 7300
71d4c2a5
SM
73012011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7302
7303 * progmodes/octave-mod.el:
7304 * progmodes/octave-inf.el: Update maintainer.
7305
b1f6fa26
CY
73062011-10-26 Chong Yidong <cyd@gnu.org>
7307
7308 * subr.el (with-wrapper-hook): Rewrite doc.
7309
3f04efd6
MA
73102011-10-25 Michael Albinus <michael.albinus@gmx.de>
7311
7312 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 7313 filenames "/method:foo:". (Bug#9793)
3f04efd6 7314
410488d3
SM
73152011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7316
7317 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
7318 (bug#9865).
7319
c1ebb47e
GM
73202011-10-24 Glenn Morris <rgm@gnu.org>
7321
7322 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
7323
7f5c46c7
MA
73242011-10-24 Michael Albinus <michael.albinus@gmx.de>
7325
7326 * notifications.el: Add the requirement of a running D-Bus session
7327 bus to the Commentary.
7328
db2440b6
JL
73292011-10-24 Juri Linkov <juri@jurta.org>
7330
7331 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7332 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
7333 (Bug#9364)
7334
feecf435
JL
73352011-10-24 Juri Linkov <juri@jurta.org>
7336
7337 * info.el (Info-following-node-name-re): Add newline to the list
7338 of allowed characters for leading space. (Bug#9824)
7339
a3839de2
SM
73402011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7341
acc825c5
SM
7342 * progmodes/octave-inf.el (inferior-octave-mode-map):
7343 Fix C-c C-h binding.
a3839de2
SM
7344 * progmodes/octave-mod.el (octave-help): Remove.
7345
09388e76
MA
73462011-10-23 Michael Albinus <michael.albinus@gmx.de>
7347
7348 Sync with Tramp 2.2.3.
7349
7350 * net/tramp-cache.el (top): Pacify byte-compiler using
7351 `init-file-user' and `site-run-file'.
7352
7353 * net/trampver.el: Update release number.
7354
86c60681
CY
73552011-10-23 Chong Yidong <cyd@gnu.org>
7356
7357 * files.el (toggle-read-only): Remove obsolete comment about
7358 version control.
7359
7360 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
7361 for toggle-read-only. Note that this hasn't called vc-next-action
7362 since 2008-05-02, though it wasn't documented at the time.
7363
a3839de2
SM
7364 * vc/ediff-init.el (ediff-toggle-read-only-function):
7365 Use toggle-read-only.
86c60681 7366
cd5495ff
AM
73672011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
7368
7369 Fix bug #9560, sporadic wrong indentation; improve instrumentation
7370 of c-parse-state.
7371
00b77525 7372 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 7373 correct faulty logical expression.
cd5495ff
AM
7374 (c-parse-state-state, c-record-parse-state-state):
7375 (c-replay-parse-state-state): New defvar/defuns.
7376 (c-debug-parse-state): Use new functions.
7377
42ee24ed
MR
73782011-10-22 Martin Rudalics <rudalics@gmx.at>
7379
7380 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 7381 last fix. Use window-in-direction correctly.
42ee24ed 7382
a7dee7e7
CY
73832011-10-21 Chong Yidong <cyd@gnu.org>
7384
7385 * progmodes/idlwave.el (idlwave-mode):
7386 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
7387 require-final-newline; that's done in prog-mode.
7388 Suggested by Stefan Monnier.
a7dee7e7 7389
e07b9a6d
MR
73902011-10-21 Martin Rudalics <rudalics@gmx.at>
7391
7392 * mouse.el (mouse-drag-window-above)
7393 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
7394 (mouse-drag-mode-line-1, mouse-drag-header-line)
7395 (mouse-drag-vertical-line-rightward-window): Remove.
7396 (mouse-drag-line): New function.
7397 (mouse-drag-mode-line, mouse-drag-header-line)
7398 (mouse-drag-vertical-line): Call mouse-drag-line.
7399 * window.el (window-at-side-p, windows-at-side): New functions.
7400
7e1361d9
UM
74012011-10-21 Ulrich Mueller <ulm@gentoo.org>
7402
7403 * tar-mode.el (tar-grind-file-mode):
7404 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
7405
30fcaf3a
CY
74062011-10-21 Chong Yidong <cyd@gnu.org>
7407
7408 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
7409 * progmodes/vera-mode.el (vera-mode):
7410 Use mode-require-final-newline.
30fcaf3a 7411
516eddb0
GM
74122011-10-20 Glenn Morris <rgm@gnu.org>
7413
db22a3c2 7414 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 7415
10d5f513
CS
74162011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
7417
7418 * emulation/cua-base.el (cua-set-mark): Fix case of string.
7419
ac6c8639
CY
74202011-10-20 Chong Yidong <cyd@gnu.org>
7421
7422 * emulation/cua-base.el (cua-mode):
7423 * mail/footnote.el (footnote-mode):
7424 * mail/mailabbrev.el (mail-abbrevs-mode):
7425 * net/xesam.el (xesam-minor-mode):
7426 * progmodes/bug-reference.el (bug-reference-mode):
7427 * progmodes/cap-words.el (capitalized-words-mode):
7428 * progmodes/compile.el (compilation-minor-mode)
7429 (compilation-shell-minor-mode):
7430 * progmodes/gud.el (gud-tooltip-mode):
7431 * progmodes/hideif.el (hide-ifdef-mode):
7432 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7433 * progmodes/subword.el (subword-mode):
7434 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7435 * progmodes/which-func.el (which-function-mode):
7436 * term/tvi970.el (tvi970-set-keypad-mode):
7437 * term/vt100.el (vt100-wide-mode):
7438 * textmodes/flyspell.el (flyspell-mode):
7439 * textmodes/ispell.el (ispell-minor-mode):
7440 * textmodes/nroff-mode.el (nroff-electric-mode):
7441 * textmodes/paragraphs.el (use-hard-newlines):
7442 * textmodes/refill.el (refill-mode):
7443 * textmodes/reftex.el (reftex-mode):
7444 * textmodes/rst.el (rst-minor-mode):
7445 * textmodes/sgml-mode.el (html-autoview-mode)
7446 (sgml-electric-tag-pair-mode):
7447 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
7448 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
7449 * emulation/crisp.el (crisp-mode):
7450 * emacs-lisp/eldoc.el (eldoc-mode):
7451 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
7452 minor mode behavior.
7453
aa42ab43
JL
74542011-10-19 Juri Linkov <juri@jurta.org>
7455
7456 * descr-text.el (describe-char): Add #x2010 and #x2011 to
7457 the list of hard-coded chars with escape-glyph face.
7458
89400f1d
SM
74592011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7460
7461 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
7462
305c07f6
MA
74632011-10-19 Michael Albinus <michael.albinus@gmx.de>
7464
7465 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
7466 running process.
7467
13754b54
GM
74682011-10-19 Glenn Morris <rgm@gnu.org>
7469
7470 * vc/vc-bzr.el (vc-bzr-after-dir-status):
7471 Ignore ignored files. (Bug#9726)
7472
06e21633
CY
74732011-10-19 Chong Yidong <cyd@gnu.org>
7474
7475 Doc fix for minor modes, stating that an omitted argument enables
7476 the mode unconditionally when called from Lisp.
7477
7478 * abbrev.el (abbrev-mode):
7479 * allout.el (allout-mode):
7480 * autoinsert.el (auto-insert-mode):
7481 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7482 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7483 (global-auto-revert-mode):
7484 * battery.el (display-battery-mode):
7485 * composite.el (global-auto-composition-mode)
7486 (auto-composition-mode):
7487 * delsel.el (delete-selection-mode):
7488 * desktop.el (desktop-save-mode):
7489 * dired-x.el (dired-omit-mode):
7490 * dirtrack.el (dirtrack-mode):
7491 * doc-view.el (doc-view-minor-mode):
7492 * double.el (double-mode):
7493 * electric.el (electric-indent-mode, electric-pair-mode):
7494 * emacs-lock.el (emacs-lock-mode):
7495 * epa-hook.el (auto-encryption-mode):
7496 * follow.el (follow-mode):
7497 * font-core.el (font-lock-mode):
7498 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
7499 * help.el (temp-buffer-resize-mode):
7500 * hilit-chg.el (highlight-changes-mode)
7501 (highlight-changes-visible-mode):
7502 * hi-lock.el (hi-lock-mode):
7503 * hl-line.el (hl-line-mode, global-hl-line-mode):
7504 * icomplete.el (icomplete-mode):
7505 * ido.el (ido-everywhere):
7506 * image-file.el (auto-image-file-mode):
7507 * image-mode.el (image-minor-mode):
7508 * iswitchb.el (iswitchb-mode):
7509 * jka-cmpr-hook.el (auto-compression-mode):
7510 * linum.el (linum-mode):
7511 * longlines.el (longlines-mode):
7512 * master.el (master-mode):
7513 * mb-depth.el (minibuffer-depth-indicate-mode):
7514 * menu-bar.el (menu-bar-mode):
7515 * minibuf-eldef.el (minibuffer-electric-default-mode):
7516 * mouse-sel.el (mouse-sel-mode):
7517 * msb.el (msb-mode):
7518 * mwheel.el (mouse-wheel-mode):
7519 * outline.el (outline-minor-mode):
7520 * paren.el (show-paren-mode):
7521 * recentf.el (recentf-mode):
7522 * reveal.el (reveal-mode, global-reveal-mode):
7523 * rfn-eshadow.el (file-name-shadow-mode):
7524 * ruler-mode.el (ruler-mode):
7525 * savehist.el (savehist-mode):
7526 * scroll-all.el (scroll-all-mode):
7527 * scroll-bar.el (scroll-bar-mode):
7528 * server.el (server-mode):
7529 * shell.el (shell-dirtrack-mode):
7530 * simple.el (auto-fill-mode, transient-mark-mode)
7531 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
7532 (line-number-mode, column-number-mode, size-indication-mode)
7533 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
7534 * strokes.el (strokes-mode):
7535 * time.el (display-time-mode):
7536 * t-mouse.el (gpm-mouse-mode):
7537 * tool-bar.el (tool-bar-mode):
7538 * tooltip.el (tooltip-mode):
7539 * type-break.el (type-break-mode-line-message-mode)
7540 (type-break-query-mode):
7541 * view.el (view-mode):
7542 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7543 (global-whitespace-mode, global-whitespace-newline-mode):
7544 * xt-mouse.el (xterm-mouse-mode): Doc fix.
7545
a3839de2
SM
7546 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7547 Fix autogenerated docstring.
06e21633 7548
5214e501
JL
75492011-10-19 Juri Linkov <juri@jurta.org>
7550
7551 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
7552 by checking environment variables "DESKTOP_SESSION" and
7553 "XDG_CURRENT_DESKTOP". (Bug#9779)
7554
195f8db9
JL
75552011-10-19 Juri Linkov <juri@jurta.org>
7556
7557 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
7558 (browse-url-chromium-program, browse-url-chromium-arguments):
7559 New defcustoms.
7560 (browse-url-default-browser): Check for `browse-url-chromium' and
7561 call `browse-url-chromium-program'.
7562 (browse-url-chromium): New command. (Bug#9779)
7563
343a34ff
JB
75642011-10-18 Juanma Barranquero <lekktu@gmail.com>
7565
7566 * facemenu.el (list-colors-duplicates): On Windows, detect more
7567 duplicates by assuming that only colors matching "^System" are
7568 special "system colors". (Bug#9722)
7569
6978a151
SM
75702011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7571
7572 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
7573 to distinguish the author from the committer.
7574
6a80b297
MA
75752011-10-18 Michael Albinus <michael.albinus@gmx.de>
7576
7577 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
7578
b31a5677
JK
75792011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
7580
7581 * international/mule.el (sgml-html-meta-auto-coding-function):
7582 Add support for detecting encoding in HTML5 specified only as
7583 <meta charset="UTF-8">. Implementation just makes http-equiv and
7584 content-type parts from HTML4 encoding string optional. (Bug#9716)
7585
80c6d77f
GM
75862011-10-18 Glenn Morris <rgm@gnu.org>
7587
7588 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
7589
08b0fee8
CY
75902011-10-18 Chong Yidong <cyd@gnu.org>
7591
7592 * faces.el (cursor): Doc fix.
7593
67e729a5
CY
75942011-10-17 Chong Yidong <cyd@gnu.org>
7595
7596 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
7597
343a34ff 75982011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
7599
7600 * dirtrack.el (dirtrack): Support shell buffers with path
7601 prefixes, e.g. tramp-based remote shells. (Bug#9647)
7602
0bc06380
TZ
76032011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
7604
7605 * json.el: Bump version to 1.3 and note change in History.
7606 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
7607
8b79f3e0
SM
76082011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7609
5a7c536b
SM
7610 * comint.el (comint-insert-input, comint-send-input)
7611 (comint-get-old-input-default, comint-backward-matching-input)
7612 (comint-next-prompt): Use nil instead of `input' for field property of
7613 past user input (bug#114).
7614
96a8a0df
SM
7615 * minibuffer.el (completion--replace): Inherit surrounding properties
7616 (bug#114).
7617 (minibuffer-complete-and-exit): Use it.
7618
8b79f3e0
SM
7619 * comint.el (comint--table-subvert): Quote the all-completions output
7620 (bug#9160).
7621
b8f7ff0d
MR
76222011-10-17 Martin Rudalics <rudalics@gmx.at>
7623
8b79f3e0 7624 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 7625
b8f7ff0d 7626 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 7627 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
7628 entries and separate them from frame entries.
7629
c235b555
GM
76302011-10-15 Glenn Morris <rgm@gnu.org>
7631
7632 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
7633 Doc fixes.
7634
6bbfa6e1
CY
76352011-10-15 Chong Yidong <cyd@stupidchicken.com>
7636
8b79f3e0
SM
7637 * net/network-stream.el (network-stream-open-starttls):
7638 Improve detection of failure due to lack of TLS support.
ec5c990d 7639
6bbfa6e1
CY
7640 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
7641 putting the input text in front and in bold.
7642
98488977
SM
76432011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7644
3d1337be
SM
7645 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
7646
ee0b45e4
SM
7647 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
7648 empty buffer.
7649
98488977
SM
7650 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
7651 unread-command-events rather than pushing yet-another event.
7652
186f4720
EZ
76532011-10-14 Eli Zaretskii <eliz@gnu.org>
7654
7655 * mail/sendmail.el (sendmail-query-once): Improve the wording of
7656 the explanation of the possible choices. Make the options passed
7657 to completing-read shorter.
7658
8b7a997c
AM
76592011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7660
7661 * textmodes/flyspell.el (flyspell-large-region): Make sure
7662 extended character mode is used if defined (Bug#1339).
7663
12587bbb
EZ
76642011-10-13 Eli Zaretskii <eliz@gnu.org>
7665
7666 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
7667 character info for LRE, LRO, RLE, and RLO characters by appending
7668 an invisible PDF.
12587bbb 7669
bad41229
SM
76702011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7671
7672 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
7673 even in case of error; add debug spec; simplify data flow.
7674 (with-timeout-handler): Remove.
7675
28dbc92f
MA
76762011-10-12 Michael Albinus <michael.albinus@gmx.de>
7677
7678 Fix Bug#6019, Bug#9315.
7679
7680 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
7681 complete `buffer-file-name', the local file name part could look
7682 remotely (for example on VMS).
7683
7684 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
7685 `tramp-run-real-handler'.
7686 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
7687 already quoted by '"'.
7688
7689 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
7690 Let `file-name-handler-alist' be nil, the local file name part
7691 could look remotely (for example on VMS).
7692
e1b0b23a
SM
76932011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7694
7695 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
7696 from here...
7697 (flyspell-post-command-hook): ...to here.
7698
a120bde9
SM
76992011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
7702 if not needed.
7703 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
7704 using completion. Protect against "slow" callers.
7705 Remove the "message hack".
7706
7ce7717b
JL
77072011-10-11 Juri Linkov <juri@jurta.org>
7708
7709 * isearch.el (isearch-lazy-highlight-word): New variable.
7710 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
7711 Use it. (Bug#9727)
7712
c02ee9d6
GM
77132011-10-11 Glenn Morris <rgm@gnu.org>
7714
7715 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
7716 like f90-previous-statement does.
7717
93e616fd 77182011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7719
1f190e73 7720 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
7721 only in interactive use, to avoid error.
7722
af7b6078
SM
77232011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7724
7725 * minibuffer.el (completion-file-name-table): Fix last change,
7726 i.e. ignore normal errors but not the other ones.
7727
0563dae9
MR
77282011-10-10 Martin Rudalics <rudalics@gmx.at>
7729
7730 * window.el (special-display-buffer-names)
7731 (special-display-regexps): Remove some remnants of earlier
7732 changes from doc-strings.
366ca7f3
MR
7733 (quit-windows-on): New function.
7734
7735 * vc/vc.el (vc-revert, vc-rollback):
7736 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
7737 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 7738 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 7739
49677495
MR
77402011-10-09 Martin Rudalics <rudalics@gmx.at>
7741
7742 * window.el (frame-auto-hide-function): Add version tag.
7743 (Bug#9699)
7744
56f2d1e1
MA
77452011-10-09 Michael Albinus <michael.albinus@gmx.de>
7746
7747 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
7748 condition.
7749
112a6592
LL
77502011-10-09 Leo Liu <sdl.web@gmail.com>
7751
7752 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
7753 (Bug#9701)
7754
0812589b
GM
77552011-10-08 Glenn Morris <rgm@gnu.org>
7756
7757 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
7758 before the first code statement zero indent. (Bug#9690)
7759
b2b0776e
CY
77602011-10-08 Chong Yidong <cyd@stupidchicken.com>
7761
7762 * simple.el (count-words-region): Always count in the region.
7763 Report the number of lines and characters too.
7764 (count-words): New command, which counts in the buffer if the
7765 region is inactive, as count-words-region used to.
7766 (count-words--message): New function. Handle plurals.
7767 (count-lines-region): Make it an alias for count-words-region.
7768
7769 * bindings.el (esc-map): Replace count-lines-region with
7770 count-words-region.
7771
c557cd6b
MR
77722011-10-08 Martin Rudalics <rudalics@gmx.at>
7773
7774 * window.el (window--delete): Delete dedicated frame
7775 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 7776 (switch-to-buffer): Fix doc-string typo.
c557cd6b 7777
61a57ef4 77782011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7779
3a7d293b 7780 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 7781
c3833279
CY
77822011-10-07 Chong Yidong <cyd@stupidchicken.com>
7783
7784 * bindings.el ([M-left],[M-right]): Bind to left-word and
7785 right-word respectively.
7786
21ce8245
GM
77872011-10-07 Glenn Morris <rgm@gnu.org>
7788
7789 * cus-start.el (debug-on-quit): Fix custom type.
7790
6d823bb2
LMI
77912011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7792
0181e193
LMI
7793 * subr.el (define-key-after): Clarify that the function is not
7794 useful for non-menu keymaps.
7795
6d823bb2
LMI
7796 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
7797
8e3459ce 77982011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7799
21ce8245 7800 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 7801 in current minibuffer (Fix bug with recursive minibuffers).
7802
a1c2d21e
CY
78032011-10-06 Chong Yidong <cyd@stupidchicken.com>
7804
7805 * progmodes/gdb-mi.el (gdb): Doc fix.
7806
5a4cf282
MR
78072011-10-05 Martin Rudalics <rudalics@gmx.at>
7808
7809 * window.el (frame-auto-hide-function): New option replacing
7810 frame-auto-delete. Suggested by Stefan Monnier.
7811 (window--delete): Call frame-auto-hide-function instead of
7812 investigating frame-auto-delete.
c96111ea
MR
7813 (window-point-1, set-window-point-1): New functions.
7814 (window-in-direction, record-window-buffer, window-state-get-1)
7815 (display-buffer-record-window): Use window-point-1 instead of
7816 window-point.
7817 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 7818
9854542e
SM
78192011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7820
7821 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
7822
8943cfb0
GM
78232011-10-05 Glenn Morris <rgm@gnu.org>
7824
7825 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
7826 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
7827
647ab967
LL
78282011-10-05 Leo Liu <sdl.web@gmail.com>
7829
7830 * subr.el (read-char-choice): Fix argument to buffer-live-p which
7831 works with buffer object.
7832
3ddfbced
SM
78332011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7834
7835 * mpc.el (mpc-tool-bar-map): Add labels.
7836
bdfa5dd2
GM
78372011-10-04 Glenn Morris <rgm@gnu.org>
7838
7839 * calendar/holidays.el (calendar-check-holidays): Doc fix.
7840
0e2070b5
MR
78412011-10-04 Martin Rudalics <rudalics@gmx.at>
7842
7843 * window.el (window--delete): New function.
7844 (frame-auto-delete): Resuscitate option.
7845 (bury-buffer, replace-buffer-in-windows)
7846 (quit-window): Rewrite using window--delete.
7847 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7848 Pass display-buffer-mark-dedicated to window--display-buffer-2
7849 (Bug#9639).
7850
3dc61a09
SM
78512011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7852
915a9b64
SM
7853 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
7854 returns a list (bug#9554). Add remote file name completion.
7855 * comint.el (comint--table-subvert): Curry and get quote&unquote
7856 functions as arguments.
7857 (comint--complete-file-name-data): Adjust call accordingly.
7858 * pcomplete.el (pcomplete--table-subvert): Remove.
7859 (pcomplete-completions-at-point): Use comint--table-subvert instead.
7860
3dc61a09
SM
7861 * minibuffer.el (completion-table-case-fold): Use currying.
7862 (completion--styles-type, completion--cycling-threshold-type):
7863 New constants.
7864 (completion-styles, completion-category-overrides)
7865 (completion-cycle-threshold): Use them.
7866 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
7867 completion-table-case-fold.
7868
8ea0a993
SB
78692011-10-03 Stephen Berman <stephen.berman@gmx.net>
7870
7871 * minibuffer.el (completion-category-overrides): Fix type of styles
7872 and add more user friendly tags (bug#9660).
7873
8c24b7f6
SM
78742011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7875
7876 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
7877 (mule-input-method-string): New widget.
7878 (default-input-method, language-info-custom-alist): Use it.
7879
428fe61a
SM
78802011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7881
32c1fffd
SM
7882 * pcomplete.el: Require comint.
7883 (pcomplete--common-suffix): Remove.
7884 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
7885 (pcomplete--table-subvert): Sync with comint--table-subvert.
7886 (pcomplete--entries): Use comint-completion-file-name-table.
7887 * comint.el (comint-unquote-filename): Simplify.
7888 (comint-completion-file-name-table): New function (bug#9616).
7889 (comint--complete-file-name-data): Use it.
7890
428fe61a
SM
7891 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
7892 (pcmpl-gnu-tar-buffer): Remove.
7893 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
7894 around. Make sure pcomplete-suffix-list is only changed temporarily.
7895 Don't look inside the tar's file if it's too large.
428fe61a 7896
04c52e2f
CY
78972011-10-01 Chong Yidong <cyd@stupidchicken.com>
7898
ce3cefcc
CY
7899 * cus-edit.el (custom-mode-map):
7900 * epa.el (epa-key-list-mode-map):
7901 * man.el (Man-mode-map):
7902 * startup.el (splash-screen-keymap):
7903 * simple.el (special-mode-map): Use scroll-up-command and
7904 scroll-down-command.
7905
7906 * progmodes/idlw-help.el (idlwave-help-mode-map):
7907 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
7908 * net/newst-plainview.el (newsticker-mode-map):
7909 * emulation/ws-mode.el (wordstar-mode-map):
7910 * emulation/vi.el (vi-com-map):
7911 * calc/calc-graph.el (calc-graph-show-dumb):
7912 * term/sun.el (terminal-init-sun):
7913 * term/ns-win.el (global-map):
7914 * progmodes/grep.el (grep-mode-map):
7915 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
7916 * mail/rmail.el (rmail-mode-map):
7917 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
7918
04c52e2f
CY
7919 * custom.el (custom-safe-themes, load-theme): Treat value of t for
7920 custom-safe-themes as special.
7921
79adf8c8
JD
79222011-10-01 Julien Danjou <julien@danjou.info>
7923
7924 * notifications.el (notifications-notify): Fix docstring.
7925
63bd50d3
PS
79262011-10-01 Per Starbäck <per@starback.se>
7927
7928 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
7929
199e4c7e
MR
79302011-09-30 Martin Rudalics <rudalics@gmx.at>
7931
7932 * startup.el (command-line-1): Fix last fix by inserting
7933 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 7934 (Bug#9605) and (Bug#9636)
199e4c7e 7935
fe5f08dd
EZ
79362011-09-29 Eli Zaretskii <eliz@gnu.org>
7937
7938 * simple.el (line-move): If auto-hscroll-mode is disabled and the
7939 window is hscrolled, move by logical lines. (Bug#9607)
7940 (line-move-visual): Update the doc string to the above effect.
7941
b5516bbd
MR
79422011-09-29 Martin Rudalics <rudalics@gmx.at>
7943
ccee00c0
MR
7944 * window.el (display-buffer-record-window): When WINDOW is the
7945 selected window use `point' instead of `window-point'. (Bug#9626)
7946
b5516bbd
MR
7947 * startup.el (command-line-1): Use insert-before-markers when
7948 inserting initial-scratch-message. (Bug#9605)
ccee00c0 7949
b5516bbd
MR
7950 * help.el (help-window): Remove variable.
7951
52aa0014
GM
79522011-09-29 Glenn Morris <rgm@gnu.org>
7953
7954 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
7955
df9a7357
JB
79562011-09-29 Juanma Barranquero <lekktu@gmail.com>
7957
7958 * descr-text.el (describe-char-categories): Accept category
7959 descriptions more than one line long.
7960
a8406c20
SM
79612011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7962
88d9610c
SM
7963 * simple.el (delete-trailing-whitespace): Fix last change.
7964
a5daf810
SM
7965 * progmodes/perl-mode.el (perl-syntax-propertize-function):
7966 Don't confuse "y => 3" as the beginning of a `y' operation.
7967
a8406c20
SM
7968 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
7969 object has more than 4 slots (bug#9613).
7970
a239d4e9
JB
79712011-09-28 Juanma Barranquero <lekktu@gmail.com>
7972
7973 * subr.el (with-output-to-temp-buffer):
7974 * net/quickurl.el (quickurl, quickurl-browse-url):
7975 Fix typos in docstrings.
7976
693fbdb6
EZ
79772011-09-27 Eli Zaretskii <eliz@gnu.org>
7978
7979 * minibuffer.el (completion-styles)
7980 (completion-category-overrides): Cross reference each other in doc
7981 strings.
7982
8b457e28
GM
79832011-09-27 Glenn Morris <rgm@gnu.org>
7984
7985 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
7986 to split-string. (Bug#9606)
7987
85a16208
LMI
79882011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7989
7990 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
7991 (bug#9615).
7992
502f9ebd
CY
79932011-09-27 Chong Yidong <cyd@stupidchicken.com>
7994
7995 * emacs-lisp/package.el (list-packages): Fix echo area message.
7996
7690bdea
LL
79972011-09-27 Leo Liu <sdl.web@gmail.com>
7998
7999 * ido.el (ido-read-internal): Accept cons cell HIST arg.
8000
e2ee6f30
MA
80012011-09-25 Michael Albinus <michael.albinus@gmx.de>
8002
8003 * net/dbus.el (dbus-unregister-object): Don't release services for
8004 registered signals. (Bug#9581)
8005
f3f98342
TZ
80062011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8007
8008 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8009 function that picks between cfengine 2 and 3 support
8010 automatically. Update docs accordingly.
8011
dd7aa8dd
KH
80122011-09-22 Kenichi Handa <handa@m17n.org>
8013
8014 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
8015 ZERO.
8016 (indian-itrans-v5-table-for-tamil): New variable.
8017 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
8018
3f2b07f8
KM
80192011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
8020
8021 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
8022 that's true if the current command involved collapsing of text.
8023 It's reset to false at the beginning of the next command.
8024 (allout-post-command-business): Move the cursor to the beginning
8025 of entry if the cursor is hidden and collapsing activity just
8026 happened.
8027
371d6a61
CY
80282011-09-24 Chong Yidong <cyd@stupidchicken.com>
8029
8030 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
8031 tracking (Bug#9541).
8032
2ac2721a
UJ
80332011-09-24 Ulf Jasper <ulf.jasper@web.de>
8034
8035 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
8036 (newsticker-show-news): Automatically load html rendering package
8037 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
8038 because w3m-fill-column is let-bound" and the error "Symbol's value
8039 as variable is void: w3m-fill-column".
2ac2721a 8040
fac7ae53
MA
80412011-09-24 Michael Albinus <michael.albinus@gmx.de>
8042
8043 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
8044 Release services only if they are defined. (Bug#9581)
8045
e08b633b
RS
80462011-09-23 Richard Stallman <rms@gnu.org>
8047
e488d29c
RS
8048 * textmodes/paragraphs.el (forward-sentence): For backwards case,
8049 distinguish start of paragraph from start of its text.
8050
19c38752
RS
8051 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
8052
e08b633b
RS
8053 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
8054 (rmail-generate-viewer-buffer): Put that hook on view buffer.
8055 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
8056
0a39f27e
AS
80572011-09-23 Andreas Schwab <schwab@linux-m68k.org>
8058
8059 * international/mule-diag.el (mule-diag): Insert a newline after
8060 each fontset description.
8061
db4e950d
SM
80622011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8063
8064 * simple.el (delete-trailing-whitespace):
8065 Document last change; simplify.
8066
eca3f3ea
PW
80672011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
8068
d68e189a
PW
8069 * simple.el (delete-trailing-whitespace): Also delete
8070 extra newlines at the end of the buffer.
8071
eca3f3ea
PW
8072 * textmodes/picture.el: Make motion commands obey shift-select-mode.
8073 (picture-newline): Use forward-line so as to ignore fields.
8074
01c157cc
SM
80752011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8076
8077 * subr.el (with-wrapper-hook): Fix edebug spec.
8078
022de23e
LMI
80792011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8080
8081 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
8082 (bug#4538).
8083
91683089
MA
80842011-09-23 Michael Albinus <michael.albinus@gmx.de>
8085
eca3f3ea
PW
8086 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
8087 Fix nasty bug using wrong cached values.
91683089 8088
5bdd6fa4
AM
80892011-09-23 Alan Mackenzie <acm@muc.de>
8090
8091 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
8092
97adfb97
CY
80932011-09-23 Chong Yidong <cyd@stupidchicken.com>
8094
8095 * window.el (pop-to-buffer): Ensure right window is selected if we
8096 chose another frame.
8097
d4ef2b50
EZ
80982011-09-22 Eli Zaretskii <eliz@gnu.org>
8099
8100 * simple.el (what-cursor-position): Use get-char-property-change
8101 and next-single-char-property-change, to be able to show display
8102 properties that come from overlays as well as text properties.
8103
72258fe5
CY
81042011-09-22 Chong Yidong <cyd@stupidchicken.com>
8105
8106 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
8107
8108 * cmuscheme.el (run-scheme, switch-to-scheme):
8109 * cus-edit.el (customize-group, custom-buffer-create)
8110 (customize-browse):
8111 * info.el (info):
8112 * shell.el (shell):
8113 * mail/sendmail.el (mail):
8114 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
8115
8f098516
RS
81162011-09-22 Richard Stallman <rms@gnu.org>
8117
8118 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
8119 move back only to line beg, don't move back over blank lines.
8120
e74f1bb6
MA
81212011-09-22 Michael Albinus <michael.albinus@gmx.de>
8122
8123 * files.el (copy-directory): Set directory attributes only in case
8124 they could be retrieved from the source directory. (Bug#9565)
8125
bfeef8b6
DK
81262011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
8127
8128 * progmodes/hideshow.el (hs-looking-at-block-start-p)
8129 (hs-find-block-beginning, hs-hide-level-recursive):
8130 Ignore strings as well as comments. (Bug#9502)
8131
7e423bb8
AS
81322011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
8133
8134 * progmodes/sql.el (sql-comint-postgres):
8135 Convert port number to a string. (Bug#9566)
8136
b4d72fcf
MR
81372011-09-22 Martin Rudalics <rudalics@gmx.at>
8138
8139 * window.el (quit-window): Undedicate window when switching to
8140 previous buffer. Reported by Thierry Volpiatto
8141 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
8142 (special-display-popup-frame): When popping up a new frame reset
8143 its previous buffers to nil. Simplify code.
b4d72fcf 8144
a7b88dc6
MA
81452011-09-21 Michael Albinus <michael.albinus@gmx.de>
8146
8147 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
8148 and process filter, as done also in `shell-command'.
8149
cf4eacfd
MR
81502011-09-21 Martin Rudalics <rudalics@gmx.at>
8151
eca3f3ea 8152 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
8153 Call set-window-start with NOFORCE argument t.
8154 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
8155 (quit-window): Reword doc-string. Handle new format of
8156 quit-restore parameter. Don't delete window if it has a
8157 previous buffer we can show instead of the present one.
8158 (display-buffer-record-window): Rewrite using a new format for
8159 the quit-restore window parameter
8160 (special-display-popup-frame, display-buffer-same-window)
8161 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8162 (display-buffer-pop-up-window, display-buffer-use-some-window):
8163 Adapt symbol passed to display-buffer-record-window.
8164 * help.el (help-window-setup): Handle new format of quit-restore
8165 parameter.
8166
8d28cb95
SM
81672011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8168
94ab793f
SM
8169 * faces.el (face-list): Fix docstring (bug#9564).
8170
8d28cb95
SM
8171 * window.el (display-buffer--action-function-custom-type):
8172 Don't include internal functions in the Custom interface.
8173
3820edeb
JL
81742011-09-20 Juri Linkov <juri@jurta.org>
8175
8176 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
8177 (Info-forward-node, Info-backward-node, Info-next-preorder)
8178 (Info-last-preorder): Use it. (Bug#9528)
8179
5147931d
JL
81802011-09-20 Juri Linkov <juri@jurta.org>
8181
8182 * info.el (Info-last-preorder): Visit last menu item only when
8183 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
8184
cf499a1a
JD
81852011-09-20 Julien Danjou <julien@danjou.info>
8186
8187 * password-cache.el (password-cache-remove): Remove entries even if the
8188 value is nil, so that password with a nil value (negative caching) is
8189 possible to invalidate.
8190
f84e2fe2
LM
81912011-09-20 Lawrence Mitchell <wence@gmx.li>
8192
8193 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
8194 all whitespace around breakpoint. (Bug#9553)
8195 (f90-find-breakpoint): Only break at whitespace inside a comment.
8196
78054a46
SM
81972011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8198
8199 * minibuffer.el (completion-file-name-table): Keep track of errors.
8200 (completion-table-with-predicate): Handle the case where pred1 is nil.
8201 * pcomplete.el (pcomplete-completions-at-point): Simplify.
8202
345083b2
SM
82032011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8204
e24e27be
SM
8205 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
8206 (debugger-return-value): Signal an error if the debugging context does
8207 not await any return value.
8208
345083b2
SM
8209 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
8210 * image-mode.el (image-toggle-display-text)
8211 (image-toggle-display-image): Stay away from evil `intangible'.
8212
08d355e3
LL
82132011-09-19 Leo Liu <sdl.web@gmail.com>
8214
8215 * replace.el (occur-revert-arguments): Make it permanent-local.
8216 (occur-mode): Don't call font-lock-defontify.
8217
f01da43f
CY
82182011-09-19 Chong Yidong <cyd@stupidchicken.com>
8219
8220 * net/ldap.el (ldap-search-internal): Don't push empty search
8221 result (Bug#9508).
8222
b6072fa6
SM
82232011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8224
8225 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
8226
443d6696
MA
82272011-09-19 Michael Albinus <michael.albinus@gmx.de>
8228
8229 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
8230 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
8231
7cc6e154
JL
82322011-09-18 Juri Linkov <juri@jurta.org>
8233
8234 * buff-menu.el (Buffer-menu-mode-map):
8235 * dired.el (dired-mode-map):
8236 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
8237 (lisp-interaction-mode-map):
8238 * emacs-lisp/package.el (package-menu-mode-map):
8239 * epa.el (epa-key-list-mode-map):
8240 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
8241 (menu-bar-options-menu):
8242 * outline.el (outline-mode-menu-bar-map):
8243 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
8244 * vc/vc-dir.el (vc-dir-menu-map):
8245 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
8246 Capitalize non-function content words in menu item strings.
8247
8248 * dired.el (dired-mode-map): Add menu item for
8249 `image-dired-dired-toggle-marked-thumbs'.
8250
80302a81
JL
82512011-09-18 Juri Linkov <juri@jurta.org>
8252
8253 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
8254 to `isearch-case-fold-search' and restore its original value
8255 after the `isearch-mode' call.
8256
46c5cf66
JL
82572011-09-18 Juri Linkov <juri@jurta.org>
8258
8259 * progmodes/grep.el (grep-process-setup): Don't check code for 1
8260 because `zgrep' returns 1 for successful matches (bug#9226).
8261
d18b513b
JL
82622011-09-18 Juri Linkov <juri@jurta.org>
8263
8264 * info.el (Info-extract-menu-node-name): Check the second match
8265 for empty string (second test-case of bug#9528).
8266 (Info-last-preorder): Let-bind `Info-history' to nil to not add
8267 intermediate nodes to the history (first test-case of bug#9528).
8268
72753f87
JL
82692011-09-18 Juri Linkov <juri@jurta.org>
8270
8271 * info.el (Info-mode-syntax-table): New variable.
1154d12e 8272 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 8273
c9384295
JL
82742011-09-18 Juri Linkov <juri@jurta.org>
8275
1154d12e
JB
8276 * info.el (Info-file-supports-index-cookies):
8277 Increment line-beginning-position's arg from 3 to 4 because makeinfo
8278 outputs one more line for long file names (bug#4142).
c9384295 8279
d473dce8
CY
82802011-09-18 Chong Yidong <cyd@stupidchicken.com>
8281
8282 * newcomment.el (comment-normalize-vars): If prompting for
8283 comment-start, set comment-start-skip too (Bug#8424).
8284
2176854d
JB
82852011-09-18 Johan Bockgård <bojohan@gnu.org>
8286
8287 * icomplete.el: Fix previous fix of Bug#5849.
8288 (icomplete-mode): Don't set completion-show-inline-help.
8289 (icomplete-minibuffer-setup): Set completion-show-inline-help
8290 locally during icompletion.
8291
3aace4e4
CY
82922011-09-18 Chong Yidong <cyd@stupidchicken.com>
8293
c940224f
CY
8294 * woman.el (woman2-process-escapes): Don't delete unrecognized
8295 escapes (Bug#7843).
8296
3aace4e4
CY
8297 * files.el (inhibit-first-line-modes-regexps): Add image files.
8298 (hack-local-variables-prop-line): Return nil for malformed
8299 prop-lines (Bug#9044).
8300
710dec63
MA
83012011-09-18 Michael Albinus <michael.albinus@gmx.de>
8302
8303 * net/tramp.el (top): Don't require 'shell.
8304 (tramp-methods): Fix docstring.
8305 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
8306 Return complete remote file name. Handle "smb" case.
8307 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
8308 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
8309
8310 * net/tramp-compat.el (top): Require 'shell.
8311
8312 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8313 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
8314 `tramp-current-host'.
8315 (tramp-get-remote-tmpdir): Remove.
8316
8317 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
8318 `tramp-tmpdir' entries.
8319 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
8320 (tramp-smb-handle-file-attributes): Ignore errors.
8321 (tramp-smb-wait-for-output): Check also for process end.
8322
5d5ac8ec
LMI
83232011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8324
8325 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
8326 when sending QUIT (bug#9312).
8327
8c0f49f0
CY
83282011-09-17 Chong Yidong <cyd@stupidchicken.com>
8329
8330 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
8331 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
8332 occur-mode-display-occurrence.
8333 (occur-edit-mode): Add usage message.
8334 (occur-cease-edit): New command.
8335 (occur-after-change-function): Use text properties to find the
8336 position of the prefix text.
8337 (occur-engine): Set stickiness of prefix text properties.
8338
8f1383f7
GM
83392011-09-17 Glenn Morris <rgm@gnu.org>
8340
8341 * progmodes/etags.el (complete-tag):
8342 Fix call to completion-in-region. (Bug#9526)
8343
744ba0e3
JL
83442011-09-17 Juri Linkov <juri@jurta.org>
8345
8346 * textmodes/ispell.el (ispell-word): Add to the error message
8347 the word, ispell program name and current dictionary (bug#9121).
8348 (ispell-tex-arg-end): Capitalize "error" in the error message.
8349
d9bbf400
AS
83502011-09-17 Andreas Schwab <schwab@linux-m68k.org>
8351
8352 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
8353 check. (Bug#4251)
8354
8da11505
JL
83552011-09-17 Juri Linkov <juri@jurta.org>
8356
8357 * window.el (window-safe-min-height, window-safe-min-width):
8358 Fix typos (followup to bug#9522).
8359
a91adc7e
SJ
83602011-09-17 Sven Joachim <svenjoac@gmx.de>
8361
8362 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
8363
064f328a
EZ
83642011-09-16 Eli Zaretskii <eliz@gnu.org>
8365
8366 * simple.el (line-move): If goal-column is set, move by logical
8367 lines, not by display lines. (Bug#971)
8368 (next-line, previous-line, goal-column, line-move-visual): Doc fix
8369 to reflect the above change.
8370
e69df516
SM
83712011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8372
8373 * image.el (imagemagick-register-types): Use regexp-opt.
8374
cbb0f9ab
CY
83752011-09-15 Chong Yidong <cyd@stupidchicken.com>
8376
8377 * window.el (display-buffer-base-action): Rename from
8378 display-buffer-default-action. Make default value empty.
8379 (display-buffer-overriding-action): Convert to defvar.
8380 (display-buffer-fallback-action): New var.
8381
25322144
CY
83822011-09-15 Chong Yidong <cyd@stupidchicken.com>
8383
8384 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
8385 declaration.
8386 (package--add-to-archive-contents): If there is a duplicate entry
8387 with an older version, remove it.
8388 (package-menu-mark-delete, package-menu-mark-install)
8389 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
8390 (package-menu-mark-obsolete-for-deletion):
8391 Use package-menu-get-status instead of a regexp search.
25322144
CY
8392 (package-menu-get-status): Use tabulated-list-entry.
8393 (package-menu-mark-upgrades): New command.
d770725a 8394 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
8395 (package-menu-execute): Do installation before deletion.
8396 (package-menu-refresh, package-menu-execute): Use derived-mode-p
8397 instead of checking major-mode.
8398 (package-menu--find-upgrades): New function.
8399
7520339c
LMI
84002011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8401
8402 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
8403 passwords in the log buffer.
65a046c4
LMI
8404 (smtpmail-process-filter): Update the process marker so that the
8405 "broken by peer" status message is inserted in the right place.
7520339c 8406
d3c30954
SM
84072011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8408
3fe48822
SM
8409 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
8410 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
8411 bibtex-completion-at-point-function.
8412 (bibtex-completion-at-point-function): Use them.
8413
1b8b3954
SM
8414 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
8415
d3c30954
SM
8416 * mpc.el (mpc-constraints-tag-lookup): New function.
8417 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
8418 also to browser "album|playlist".
8419
72779976
JL
84202011-09-14 Juri Linkov <juri@jurta.org>
8421
8422 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
8423 (isearch-edit-string): Use length of `isearch-string' when
8424 `isearch-fail-pos' returns nil.
8425 (isearch-message): Remove duplicate code and call
8426 `isearch-fail-pos' with arg `t'.
8427
a0bf2bcd
CY
84282011-09-14 Chong Yidong <cyd@stupidchicken.com>
8429
17bb0a2d
CY
8430 * replace.el (occur-mode-goto-occurrence): Don't force using other
8431 window (Bug#9499).
8432
a0bf2bcd
CY
8433 * dired-aux.el (dired-do-chmod): Don't provide initial input.
8434
f678e0b6
MR
84352011-09-14 Martin Rudalics <rudalics@gmx.at>
8436
8437 * window.el (display-buffer-window): Remove.
8438 (display-buffer-record-window): Use help-setup window parameter
8439 instead of variable display-buffer-window.
8440 (display-buffer-function, special-display-buffer-names)
8441 (special-display-function): Mention help-setup parameter instead
8442 of display-buffer-window in doc-string.
d3c30954
SM
8443 * help.el (help-window-setup): New argument help-window.
8444 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
8445 Reword some messages.
8446 (with-help-window): Pass window used for displaying the buffer
8447 to help-window-setup. Don't set display-buffer-window.
8448
8e39b2e8
GM
84492011-09-13 Glenn Morris <rgm@gnu.org>
8450
8451 * emacs-lisp/debug.el (debugger-make-xrefs):
8452 Preserve point. (Bug#9462)
8453
85e9c04b
CY
84542011-09-13 Chong Yidong <cyd@stupidchicken.com>
8455
8456 * window.el (window-deletable-p): Use next-frame.
8457
1b36ed6a
MR
84582011-09-13 Martin Rudalics <rudalics@gmx.at>
8459
8460 * window.el (window-auto-delete): Remove.
8461 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 8462 dedication and previous buffers.
1b36ed6a
MR
8463 (switch-to-prev-buffer): Don't delete window.
8464 (delete-windows-on): Delete a window's frame if and only if the
8465 window is dedicated.
8466 (replace-buffer-in-windows): Delete buffer's window or frame if
8467 and only if window is dedicated.
8468 (quit-window): Handle quit-restore as before last change.
4d61f28d 8469 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 8470
ef8ef9fb
CY
84712011-09-13 Chong Yidong <cyd@stupidchicken.com>
8472
8473 * window.el (window-deletable-p): Never delete the last frame on a
8474 given terminal.
8475
b2cba41e
GM
84762011-09-13 Glenn Morris <rgm@gnu.org>
8477
8478 * help.el (describe-key-briefly): Copy previous standard-output change.
8479
51553db6 84802011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
8481
8482 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
8483
b7556719
GM
84842011-09-13 Glenn Morris <rgm@gnu.org>
8485
8486 * emacs-lisp/lisp-mode.el (lisp-indent-function):
8487 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
8488
64b51947
CY
84892011-09-12 Chong Yidong <cyd@stupidchicken.com>
8490
8491 * dired-aux.el (dired-mark-read-string): Don't return default
8492 value on empty input (Bug#9361).
8493 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
8494 Omit initial minibuffer contents.
8495 (dired-do-chmod): Signal an error on empty input.
8496 (dired-mark-read-string): Don't return default on empty input.
8497
8498 * files.el (file-modes-symbolic-to-number): Doc fix.
8499
393a301e
SM
85002011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8501
8502 * international/mule-cmds.el (ucs-completions): Remove.
8503 (read-char-by-name): Use complete-with-action instead; add metadata.
8504
fa5660f9
CY
85052011-09-11 Chong Yidong <cyd@stupidchicken.com>
8506
8507 * window.el (display-buffer--action-function-custom-type)
8508 (display-buffer--action-custom-type): New vars.
8509 (display-buffer-alist, display-buffer-default-action)
8510 (display-buffer-overriding-action): Add defcustom types.
8511
4a592f66
CY
8512 * frame.el (delete-other-frames): Doc fix (Bug#276).
8513
73d56dbd
LMI
85142011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8515
8516 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
8517
37ac18a3
CY
85182011-09-11 Chong Yidong <cyd@stupidchicken.com>
8519
8520 Change modes that used same-window-* vars to use switch-to-buffer.
8521
8522 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
8523 Use switch-to-buffer.
8524
8525 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
8526 (customize-browse, custom-buffer-create-other-window):
8527 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
8528
8529 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
8530 (Info-prev, Info-up, Info-speedbar-goto-node)
8531 (info-display-manual): Use switch-to-buffer.
8532 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
8533
8534 * mail/sendmail.el (mail): Use switch-to-buffer.
8535 (mail-recover): Use switch-to-buffer-other-window.
8536
8537 * cmuscheme.el (run-scheme, switch-to-scheme):
8538 * ielm.el (ielm):
8539 * shell.el (shell):
8540 * net/rlogin.el (rlogin):
8541 * net/telnet.el (telnet, rsh):
8542 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
8543
10195bd6
AS
85442011-09-11 Andreas Schwab <schwab@linux-m68k.org>
8545
8546 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
8547
b322f63a
LMI
85482011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8549
39d7fed6
LMI
8550 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
8551 so don't mention it (bug#9301).
ba5a81f1 8552 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 8553
ee0e9f11
LMI
8554 * faces.el (face-spec-set-match-display): Make `(type graphic)'
8555 match `x', `w32' and `ns', like the manual says (bug#9029).
8556
0b1c89c1 8557 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
8558 (process-kill-buffer-query-function): Mention the buffer name in
8559 the query.
0b1c89c1 8560
77549ea8
LMI
8561 * image-mode.el (image-next-line): The line parameter is mandatory
8562 (bug#9258).
8563
803ef892
LMI
8564 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
8565 which can be useful (bug#9301).
8566
12980837
LMI
8567 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
8568
91054f8f
LMI
8569 * subr.el (match-string): Mention that the current buffer should
8570 be the same as the search was done in (bug#9282).
8571
b322f63a
LMI
8572 * facemenu.el: Disable the remove-* commands if the mark isn't
8573 active (bug#9162).
8574
3199b96f
CY
85752011-09-10 Chong Yidong <cyd@stupidchicken.com>
8576
8577 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
8578 of display-buffer.
8579 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
8580
8581 * replace.el (occur-mode-goto-occurrence)
8582 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
8583 and display-buffer.
8584
8585 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
8586 display-buffer.
8587
8588 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
8589 special-display and same-window variables.
8590 (mail-other-window): Use switch-to-buffer-other-window.
8591 (mail-other-frame): USe switch-to-buffer-other-frame.
8592
393a301e
SM
8593 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
8594 Use display-buffer-other-frame.
3199b96f
CY
8595 (gdb-display-gdb-buffer): Use pop-to-buffer.
8596
8597 * progmodes/gud.el (gud-goto-info): Use info-other-window.
8598
8599 * progmodes/python.el: Don't set same-window-buffer-names.
8600
8601 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
8602
8603 * window.el (display-buffer-alist): Add *Python*.
8604
8319e0bf
CY
86052011-09-10 Chong Yidong <cyd@stupidchicken.com>
8606
8607 * window.el (display-buffer-alist): Add entry for buffers
8608 previously handled same-window-*.
8609 (display-buffer-alist, display-buffer-default-action)
8610 (display-buffer-overriding-action): Mark as risky.
8611 (display-buffer-alist): Document action function changes.
8612 (display-buffer--same-window-action)
8613 (display-buffer--other-frame-action): New variables.
8614 (switch-to-buffer, display-buffer-other-frame): Use them.
8615 (display-buffer): Rename reuse-frame entry to reusable-frames.
8616 (display-buffer-reuse-selected-window): Function deleted.
8617 (display-buffer-reuse-window): Handle reusable-frames alist entry.
8618 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
8619 (display-buffer-special): New function.
8620 (display-buffer--maybe-pop-up-frame-or-window): Rename from
8621 display-buffer-reuse-or-pop-window. Split off special-display
8622 part into display-buffer-special.
8623 (display-buffer-use-some-window): Don't perform any special
8624 pop-up-frames handling.
8625 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 8626 (display-buffer--maybe-same-window): Rename from
0d3ff375 8627 display-buffer-maybe-same-window.
8319e0bf 8628
919a69aa
CY
8629 * info.el: Don't set same-window-regexps.
8630 (info-setup): New function.
8631 (info-other-window, info): Call it.
8632
8633 * cus-edit.el: Don't set same-window-regexps.
8634 (customize-group): New argument.
8635 (customize-group-other-window): Use it.
8636 (customize-face, customize-face-other-window): Likewise.
8637 (custom-buffer-create-other-window): Use pop-to-buffer directly.
8638
8319e0bf
CY
8639 * net/rlogin.el:
8640 * net/telnet.el:
8641 * progmodes/gud.el: Don't set same-window-regexps.
8642
8643 * cmuscheme.el:
8644 * ielm.el:
8645 * shell.el:
8646 * mail/sendmail.el:
8647 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
8648
25173000
JL
86492011-09-10 Juri Linkov <juri@jurta.org>
8650
8651 * isearch.el (isearch-edit-string): Remove obsolete mention of
8652 `C-w' (`isearch-yank-word-or-char') from docstring.
8653 (isearch-query-replace): Fix typo in docstring (bug#9466).
8654
056e44ef
JL
86552011-09-10 Juri Linkov <juri@jurta.org>
8656
8657 * paren.el (show-paren-function): Don't show escaped parens.
8658 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
8659
c3760c17
EZ
86602011-09-10 Eli Zaretskii <eliz@gnu.org>
8661
8662 * mail/sendmail.el (mml-to-mime, mml-attach-file)
8663 (mm-default-file-encoding): Remove autoload forms, they are
8664 replaced with autoload cookies in mml.el and mm-encode.el.
8665 (mail-add-attachment): New command.
8666 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
8667 (mail-mode): Mention mail-insert-file and mail-add-attachment in
8668 the doc string.
8669 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
8670
fece895e
RT
86712011-09-10 Reuben Thomas <rrt@sc3d.org>
8672
e69df516
SM
8673 * simple.el (count-words-region): Use buffer if there's no region
8674 (bug#9429).
fece895e 8675
5e68ce4a
JL
86762011-09-09 Juri Linkov <juri@jurta.org>
8677
8678 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
8679 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
8680 (wdired-isearch-filter-read-only): New function. (Bug#6362)
8681
0a6b9622
AM
86822011-09-09 Alan Mackenzie <acm@muc.de>
8683
8684 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
8685 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
8686
14a29deb
EZ
86872011-09-09 Eli Zaretskii <eliz@gnu.org>
8688
8689 Fix for Savannah bug#9392.
8690 * simple.el (mail-encode-mml): New defvar.
8691
8692 * mail/rmail.el (mail-encode-mml): Add a defvar.
8693 (rmail-enable-mime-composing): Default to t.
8694 (rmail-forward): Use MIME method of forwarding only if both
8695 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
8696 Set mail-encode-mml non-nil if the MIME method was used.
8697
8698 * mail/sendmail.el (mml-to-mime): Add autoload form.
8699 (mail-encode-mml): Add a defvar.
8700 (mail-mode): Make mail-encode-mml buffer-local and initialize it
8701 to nil.
8702 (mail-send): If mail-encode-mml is non-nil, run the outgoing
8703 message through mml-to-mime, and reset mail-encode-mml to nil.
8704
28c45130
GM
87052011-09-09 Glenn Morris <rgm@gnu.org>
8706
8707 * woman.el (woman-if-body): When processing an .el block,
8708 do not delete the next .el block as well. (Bug#9447)
69f4b618 8709 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 8710
9b1c252e
MR
87112011-09-08 Martin Rudalics <rudalics@gmx.at>
8712
8713 * window.el (window-deletable-p): Make sure window is live before
8714 invoking window-prev-buffers.
8715
567457e3
LL
87162011-09-08 Leo Liu <sdl.web@gmail.com>
8717
8718 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
8719
97f05794
JL
87202011-09-08 Juri Linkov <juri@jurta.org>
8721
8722 * progmodes/compile.el (compilation-environment): Make it
8723 a defcustom (bug#8340).
8724
8b0874b5
MR
87252011-09-08 Martin Rudalics <rudalics@gmx.at>
8726
8727 * window.el (frame-auto-delete): Rename to window-auto-delete.
8728 Make it control auto-deletion of windows and/or frames.
8729 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 8730 for deleting window/frame. (Bug#9419)
8b0874b5
MR
8731 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
8732 Rewrite handling of case when window/frame can be deleted.
8733 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 8734 argument t. (Bug#9456)
8b0874b5 8735
4feb6e73
CY
87362011-09-07 Chong Yidong <cyd@stupidchicken.com>
8737
8738 * help-mode.el (help-mode): Restore autoload.
8739
91ab9c13
JL
87402011-09-07 Juri Linkov <juri@jurta.org>
8741
8742 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
8743 `compilation-environment'. Set buffer-local
8744 `compilation-environment' to `thisenv' later after (funcall mode).
8745 (Bug#8340)
8746
8747 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
8748 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
8749 instead of replacing its value. (Bug#8340)
8750
0527e251
JL
87512011-09-07 Juri Linkov <juri@jurta.org>
8752
8753 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
8754 based on text properties put by `grep-filter' instead of matching
8755 escape sequences.
8756 (grep-mode): Set buffer-local `compilation-error-screen-columns'
8757 to the value of `grep-error-screen-columns' (bug#9438).
8758
249f792c
JL
87592011-09-07 Juri Linkov <juri@jurta.org>
8760
8761 * simple.el (next-error-highlight, next-error-highlight-no-select):
8762 Doc fix (bug#9432).
8763
ff7271b9
OT
87642011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
8765
8766 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8767 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
8768
183fc730
LL
87692011-09-07 Leo Liu <sdl.web@gmail.com>
8770
8771 * net/rcirc.el (rcirc-mode): Conditionally initialize
8772 rcirc-input-ring.
8773
77694924
SM
87742011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * emacs-lisp/find-func.el (find-function-C-source): Only set
8777 find-function-C-source-directory after checking that we found a source
8778 file there (bug#9440).
8779
d809b8eb
AM
87802011-09-06 Alan Mackenzie <acm@muc.de>
8781
8782 * isearch.el (isearch-other-meta-char): Wherever a key list is
8783 unread, "unread" the prefix arg, too. This fixes bug #8901.
8784
453de99f
OG
87852011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
8786
8787 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
8788
90439906
JL
87892011-09-05 Juri Linkov <juri@jurta.org>
8790
8791 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
8792
f62bd846
JL
87932011-09-05 Juri Linkov <juri@jurta.org>
8794
8795 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
8796 keeping point where processing of grep matches begins, and
8797 continue to delete remaining escape sequences from the same point.
8798 (grep-filter): Make leading zero optional in "0?1;31m" because
8799 git-grep emits "\033[1;31m" escape sequences unlike expected
8800 "\033[01;31m" as GNU Grep does (bug#9408).
8801 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
8802
045820ec
JL
88032011-09-05 Juri Linkov <juri@jurta.org>
8804
8805 * subr.el (y-or-n-p): Capitalize "yes".
8806
f5e29b9b
MA
88072011-09-04 Michael Albinus <michael.albinus@gmx.de>
8808
8809 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
8810 `tramp-cache-unload-hook' where appropriate.
8811 (tramp-methods): Rename `tramp-remote-sh' to
8812 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
8813 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
8814
8815 * net/tramp-sh.el (top): Don't require 'shell.
8816 (tramp-methods): Add `tramp-remote-shell' and
8817 `tramp-remote-shell-args' entries.
8818 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
8819 (tramp-sh-handle-shell-command): Remove.
8820 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8821 Use `tramp-remote-shell'.
8822
2784c434
CY
88232011-09-03 Chong Yidong <cyd@stupidchicken.com>
8824
393a301e 8825 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
8826 (sendmail-query-once): Save directly to send-mail-function.
8827 Update message-send-mail-function too.
8828
8829 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
8830
464cdf56
CS
88312011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
8832
8833 * progmodes/python.el (python-mode-map): Use correct function to
8834 start python interpreter from menu-bar (as reported by Geert
8835 Kloosterman).
8836 (inferior-python-mode-map): Fix typo.
393a301e 8837 (python-shell-map): Remove.
464cdf56 8838
d37e5c87
DD
88392011-09-03 Deniz Dogan <deniz@dogan.se>
8840
8841 * net/rcirc.el (rcirc-print): Simplify code for
8842 rcirc-scroll-show-maximum-output. There is no need to walk
8843 through all windows to find the right one.
8844
f3ada0ee
CS
88452011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
8846
8847 * help.el (help-return-method): Doc fix.
8848
1f3c99ca
MR
88492011-09-03 Martin Rudalics <rudalics@gmx.at>
8850
8851 * window.el (window-deletable-p): Don't return a non-nil value
8852 when there's a buffer that was shown in the window before.
8853 (Bug#9419)
393a301e
SM
8854 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8855 Set window's previous buffers to nil.
1f3c99ca 8856
a3cf097f
EZ
88572011-09-03 Eli Zaretskii <eliz@gnu.org>
8858
8859 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
8860 newline before and after the tag line, so it doesn't interfere
8861 with determining the paragraph direction of bidirectional text.
8862
3d03de90
LL
88632011-09-03 Leo Liu <sdl.web@gmail.com>
8864
8865 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
8866
c3313451
CY
88672011-09-02 Chong Yidong <cyd@stupidchicken.com>
8868
393a301e 8869 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
8870 (pop-to-buffer): Change interactive spec. Pass second argument
8871 directly to display-buffer.
8872 (display-buffer): Fix interactive spec. Use functionp to
8873 distinguish between a function and a list of functions.
8874
8875 * abbrev.el (edit-abbrevs):
8876 * arc-mode.el (archive-extract):
8877 * autoinsert.el (auto-insert):
8878 * bookmark.el (bookmark-bmenu-list):
8879 * files.el (find-file):
8880 * view.el (view-buffer):
8881 * progmodes/compile.el (compilation-goto-locus):
8882 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
8883
89894cd8
CY
88842011-09-02 Chong Yidong <cyd@stupidchicken.com>
8885
8886 * window.el (display-buffer-alist): Doc fix.
8887 (display-buffer): Add docstring. Don't treat
8888 display-buffer-default specially.
8889 (display-buffer-reuse-selected-window)
8890 (display-buffer-same-window, display-buffer-maybe-same-window)
8891 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8892 (display-buffer-pop-up-window)
8893 (display-buffer-reuse-or-pop-window)
8894 (display-buffer-use-some-window): New functions.
8895 (display-buffer-default-action): Use them.
393a301e 8896 (display-buffer-default): Delete.
89894cd8
CY
8897 (pop-to-buffer-1): Fix choice of actions.
8898
ae0bc9fb
SM
88992011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8900
8901 * minibuffer.el (completion--insert-strings): Don't get confused by
8902 completion entries that end with an LF char.
8903
e9d90883
EZ
89042011-09-01 Eli Zaretskii <eliz@gnu.org>
8905
8906 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
8907
437014c8
CY
89082011-09-01 Chong Yidong <cyd@stupidchicken.com>
8909
8910 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
8911 (display-buffer-same-window, display-buffer-other-window):
8912 New functions.
437014c8
CY
8913 (pop-to-buffer-1): New function. Use the above.
8914 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 8915 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
8916
8917 * view.el (view-buffer-other-window, view-buffer-other-frame):
8918 Just use pop-to-buffer.
8919
a5e063d5
TV
89202011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8921
8922 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
8923
793d32bb
WH
89242011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
8925
8926 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
8927
d65e4c15
RS
89282011-08-31 Richard Stallman <rms@gnu.org>
8929
8930 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
8931 of the separation of rmail-view-buffer from rmail-buffer.
8932 If you say no to "replace original", the decrypt is in the
8933 view buffer. If you say yes, the decrypt goes into the
8934 rmail buffer also.
8935
f818cd2a
MR
89362011-08-31 Martin Rudalics <rudalics@gmx.at>
8937
8938 * window.el (display-buffer-window): Rewrite doc-string.
8939 (display-buffer-record-window): New function.
8940 (display-buffer-macro-specifiers)
8941 (display-buffer-even-window-sizes, display-buffer-set-height)
8942 (display-buffer-set-width, display-buffer-in-window)
8943 (display-buffer-reuse-window, display-buffer-split-specifiers)
8944 (display-buffer-side-specifiers, display-buffer-split-window-1)
8945 (display-buffer-split-window, display-buffer-split-atom-window)
8946 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8947 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
8948 (display-buffer-other-window-means-other-frame)
8949 (display-buffer-normalize-special)
8950 (display-buffer-normalize-default)
8951 (display-buffer-normalize-argument)
8952 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
8953 (display-buffer-normalize-specifiers, display-buffer-frame)
8954 (display-buffer-same-window, display-buffer-same-frame)
8955 (display-buffer-other-window)
8956 (display-buffer-same-frame-other-window)
8957 (display-buffer-other-frame, pop-to-buffer-same-window)
8958 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
8959 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
8960 (switch-to-buffer-same-frame)
8961 (switch-to-buffer-other-window-same-frame)
8962 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
8963 (display-buffer-alist-set-1, display-buffer-alist-set-2)
8964 (display-buffer-alist-set): Remove.
8965 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
8966 (special-display-regexps, special-display-function):
8967 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
8968 parameter.
8969 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
8970 (special-display-frame-alist, special-display-popup-frame)
8971 (same-window-buffer-names, same-window-regexps, same-window-p)
8972 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8973 (split-window-preferred-function, split-height-threshold)
8974 (split-width-threshold, window-splittable-p)
8975 (split-window-sensibly, window--try-to-split-window)
8976 (window--frame-usable-p, even-window-heights)
8977 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
8978 (window--display-buffer-2, display-buffer-other-frame):
8979 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
8980 (display-buffer-default, display-buffer-assq-regexp): New functions.
8981 (display-buffer-alist): Rewrite doc-string.
8982 (display-buffer-default-action)
8983 (display-buffer-overriding-action): New variables.
8984 (display-buffer, switch-to-buffer): Rewrite.
8985 (pop-to-buffer): Restore Emacs 23 behavior but use
8986 window-normalize-buffer-to-display.
8987 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
8988 Restore Emacs 23 behavior but use
8989 window-normalize-buffer-to-switch-to.
8990 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
8991 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
8992 Rewrite using Emacs 23 options.
f818cd2a 8993
5bc3b51d
MA
89942011-08-31 Michael Albinus <michael.albinus@gmx.de>
8995
8996 * net/tramp.el (tramp-root-regexp): Remove.
8997 (tramp-completion-file-name-regexp-unified)
8998 (tramp-completion-file-name-regexp-separate)
8999 (tramp-completion-file-name-regexp-url): Don't use leading volume
9000 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
9001 (tramp-drop-volume-letter): Simplify definition.
9002 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 9003
b1a4f8e1
SM
90042011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9005
9006 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9007 (bug#9356).
9008
5664fa7b
RT
90092011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
9010
b1a4f8e1 9011 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 9012
9a45d6c3
JL
90132011-08-29 Juri Linkov <juri@jurta.org>
9014
9015 * isearch.el (isearch-done): Don't display message "Mark saved"
9016 when arg `edit' is non-nil to prevent its flicker in the echo area.
9017
fb87e0fb
CY
90182011-08-28 Chong Yidong <cyd@stupidchicken.com>
9019
9020 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
9021 obsolete packages for deletion.
9022
09ac1c2a
CS
90232011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
9024
9025 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 9026 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
9027 view-mode from help-mode.
9028 (help-xref-override-view-map): Remove.
9029 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
9030 view-mode is not used anymore.
9031
7a1ff57f
CY
90322011-08-28 Chong Yidong <cyd@stupidchicken.com>
9033
9034 * server.el (server-port): Doc fix.
9035
b9696605
CY
9036 * cus-theme.el (custom-theme-choose-mode): Inherit from
9037 special-mode (Bug#9124).
9038 (custom-theme-choose-mode-map): Add special-mode to parent.
9039
ef8cdf8c
AM
90402011-08-28 Alan Mackenzie <acm@muc.de>
9041
9042 * progmodes/cc-fonts.el
9043 (c-make-font-lock-BO-decl-search-function): New function.
9044 (c-basic-matchers-after - "Fontify the clauses after various
9045 keywords"): Extract the three keyword lists for the 3 erroneous
9046 constructs from the list of four, and use the new function above
9047 in place of an old one.
9048
27de4e20
DD
90492011-08-28 Deniz Dogan <deniz@dogan.se>
9050
9051 * net/rcirc.el (rcirc-insert-prev-input)
9052 (rcirc-insert-next-input): Remove unused argument.
9053
356a3681
SM
90542011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9055
9056 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
9057
3fc9b218
AM
90582011-08-27 Alan Mackenzie <acm@muc.de>
9059
9060 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
9061 handle function pointer parameters properly.
9062
538a061c
MR
90632011-08-27 Martin Rudalics <rudalics@gmx.at>
9064
9065 * window.el (display-buffer-reuse-window): Fix case where
9066 selected window was reused with non-nil OTHER-WINDOW argument.
9067 (Bug#9381)
9068
35b1c40c
DD
90692011-08-27 Deniz Dogan <deniz@dogan.se>
9070
9071 * net/rcirc.el (rcirc-check-auth-status): Adding support for
9072 oftc's NickServ messages.
9073
2f6a3e79
GM
90742011-08-27 Glenn Morris <rgm@gnu.org>
9075
9076 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
9077
7254299e
CY
90782011-08-26 Chong Yidong <cyd@stupidchicken.com>
9079
9080 * emacs-lisp/package.el (package-install): Call package-initialize
9081 if called interactively.
9082
f8ccf167
LL
90832011-08-26 Leo Liu <sdl.web@gmail.com>
9084
9085 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
9086
3e8cd5ce
JL
90872011-08-25 Juri Linkov <juri@jurta.org>
9088
9089 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9090 `search-whitespace-regexp' (bug#9364).
9091
93eb7113
JL
90922011-08-25 Juri Linkov <juri@jurta.org>
9093
9094 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
9095 `regexp-search-ring' to their global values to protect from
9096 updating by `read-from-minibuffer' (bug#9185).
9097
f65d1611
JL
90982011-08-25 Juri Linkov <juri@jurta.org>
9099
9100 * textmodes/ispell.el (ispell-command-loop): Add newline
9101 at the end of the "Use option `i'..." line.
9102
f1cf7a31
JL
91032011-08-25 Juri Linkov <juri@jurta.org>
9104
9105 * battery.el (display-battery-mode): If `battery-status-function'
9106 or `battery-mode-line-format' is nil, display the message and set
9107 `display-battery-mode' to nil (bug#9363).
9108
0c95fcf7
EZ
91092011-08-25 Eli Zaretskii <eliz@gnu.org>
9110
9111 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
9112 bidi-string-mark-left-to-right; they are unnecessary now.
9113
a2ebe600
DD
91142011-08-25 Deniz Dogan <deniz@dogan.se>
9115
9116 * net/quickurl.el: Documentation typo fixes.
9117
e4ed06f1
CY
91182011-08-25 Chong Yidong <cyd@stupidchicken.com>
9119
9120 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
9121
e5f1c99e
GM
91222011-08-25 Glenn Morris <rgm@gnu.org>
9123
b2948976
GM
9124 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9125
e5f1c99e
GM
9126 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
9127 (smtpmail-via-smtp): Handle nil response from smtp.
9128
f22f4808
JL
91292011-08-24 Juri Linkov <juri@jurta.org>
9130
9131 * proced.el (proced-marked): Inherit from `error' instead of
9132 `font-lock-warning-face'.
9133
9134 * ibuffer.el (ibuffer-marked-face): Change default face from
9135 `font-lock-warning-face' to `warning'.
9136 (ibuffer-deletion-face): Change default face from
9137 `font-lock-type-face' to `error'.
9138
9139 * battery.el (battery-update): Use the face `error' instead of
9140 `font-lock-warning-face' (bug#6117).
9141
6a93965e
JL
91422011-08-24 Juri Linkov <juri@jurta.org>
9143
9144 * faces.el (success): Change face color from "Green3" to
9145 "ForestGreen" on light background (bug#9353).
9146
1ed43b09
CY
91472011-08-24 Chong Yidong <cyd@stupidchicken.com>
9148
5664fa7b
RT
9149 * window.el (quit-window): Rename from quit-restore-window.
9150 Use same arglist as old quit-window.
1ed43b09
CY
9151 (frame-auto-delete): Doc fix.
9152
9153 * view.el (view-mode-exit): Use quit-window.
9154
11dcdbb2
JL
91552011-08-24 Juri Linkov <juri@jurta.org>
9156
9157 * isearch.el (isearch-ring-adjust1): Start visiting previous
9158 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
9159 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
9160 for empty search string (when the last search string is reused
9161 automatically) to adjust the isearch ring to the last element and
9162 prepare the correct index for further M-p commands (bug#9185).
9163
de62b4df
KH
91642011-08-24 Kenichi Handa <handa@m17n.org>
9165
9166 * international/ucs-normalize.el: If decomposition property of
9167 CHAR is the default one (i.e. a list of CHAR itself), treat it as
9168 nil.
9169 (nfd, nfkd): Likewise.
9170
963b492b
SM
91712011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9172
9173 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
9174 from process filters aren't reliably transmitted to the surrounding
9175 accept-process-output.
9176 (mpc-proc-check): New function.
9177 (mpc-proc-sync): Use it (bug#8293)
9178
93b6b5e1
SM
91792011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9180
9181 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
9182 Add compatibility functions (bug#9313).
9183
bca633fb
EZ
91842011-08-23 Eli Zaretskii <eliz@gnu.org>
9185
b177498a
EZ
9186 * cus-start.el (all): Add entry for bidi-paragraph-direction.
9187
6df6ae42 9188 * international/uni-bidi.el: Regenerate.
bca633fb 9189
0902a04e
KH
91902011-08-23 Kenichi Handa <handa@m17n.org>
9191
9192 * international/charprop.el:
9193 * international/uni-bidi.el:
9194 * international/uni-category.el:
9195 * international/uni-combining.el:
9196 * international/uni-comment.el:
9197 * international/uni-decimal.el:
9198 * international/uni-decomposition.el:
9199 * international/uni-digit.el:
9200 * international/uni-lowercase.el:
9201 * international/uni-mirrored.el:
9202 * international/uni-name.el:
9203 * international/uni-numeric.el:
9204 * international/uni-old-name.el:
9205 * international/uni-titlecase.el:
9206 * international/uni-uppercase.el: Regenerate.
9207
3bbf23bc
MR
92082011-08-23 Martin Rudalics <rudalics@gmx.at>
9209
9210 * help.el (help-window-setup): Fix message displayed when other
9211 window is reused. (Bug#9341)
9212
b3fd59bd
SM
92132011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9214
1802e444
SM
9215 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
9216 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
9217
b3fd59bd
SM
9218 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
9219 Mark obsolete.
9220 * shell.el (shell-parse-pcomplete-arguments): New function.
9221 (shell-completion-vars): Use it instead (bug#9160).
9222
4eb61348
SM
92232011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9224
867cab74
SM
9225 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
9226 strings and comments (bug#9333).
9227
4eb61348
SM
9228 * emacs-lisp/debug.el (debug-arglist): New function.
9229 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
9230 (debug-on-entry-1): Handle interpreted closures (bug#9120).
9231
262a1439
JL
92322011-08-22 Juri Linkov <juri@jurta.org>
9233
56ee679c
JL
9234 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9235 Revert regexp that highlights output switches to its old
9236 pre-2010-10-28 value and remove one `?' from it (bug#9319).
9237
262a1439
JL
9238 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
9239 to check for empty output (bug#9226).
9240
f13f86fb
CY
92412011-08-22 Chong Yidong <cyd@stupidchicken.com>
9242
9243 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
9244 symbol-constituent as the default, as that stops font-lock from
9245 working properly (Bug#8843).
9246
c65c9622
LMI
92472011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9248
9249 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
9250 `coding-system-for-*' around the process open call to avoid
9251 auth-source side effects.
e7f2c178 9252 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
9253 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
9254 probe hangs.
c65c9622 9255
23a8a5ab
CY
92562011-08-21 Chong Yidong <cyd@stupidchicken.com>
9257
ff98b2dd
CY
9258 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
9259
23a8a5ab
CY
9260 * emacs-lisp/find-func.el (find-function-noselect): New arg
9261 lisp-only.
9262
9263 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
9264 signal an error for built-in functions (Bug#6664).
9265
f5e3c598
LMI
92662011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9267
9268 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
9269 (smtpmail-try-auth-methods): Use it.
9270
a3f2468a
CY
92712011-08-21 Chong Yidong <cyd@stupidchicken.com>
9272
2c34e8da
CY
9273 * font-lock.el (font-lock-fontify-region)
9274 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
9275 (font-lock-default-unfontify-buffer)
9276 (font-lock-default-fontify-region)
9277 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
9278
b3fd59bd
SM
9279 * progmodes/compile.el (compilation-error-properties):
9280 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
9281 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
9282 `ant' regexp.
ee31aabc 9283
a3f2468a
CY
9284 * net/browse-url.el (browse-url-firefox): Don't call
9285 browse-url-firefox-sentinel unless using -remote (Bug#9328).
9286
8e999f70
GM
92872011-08-20 Glenn Morris <rgm@gnu.org>
9288
c21a496a
GM
9289 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
9290
59ee0542
GM
9291 * tutorial.el (tutorial--default-keys): Update some default bindings.
9292
8e999f70
GM
9293 * files.el (hack-local-variables): Fully ignore case for "mode:".
9294
e3715033
AM
92952011-08-20 Alan Mackenzie <acm@muc.de>
9296
9297 Resolve invalid use of a regexp in regexp-opt.
9298
4d61f28d
JB
9299 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
9300 detection for a java annotation.
e3715033 9301
4d61f28d 9302 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
9303 detection for a java annotation.
9304
4d61f28d
JB
9305 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
9306 handling for java.
e3715033
AM
9307 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
9308
04ed2e9c
CY
93092011-08-20 Chong Yidong <cyd@stupidchicken.com>
9310
9311 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
9312 (Bug#9274).
9313
826cee64
AM
93142011-08-20 Alan Mackenzie <acm@muc.de>
9315
58179cce 9316 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
9317 such a construct. Mainly for when jit-lock etc. starts a chunk
9318 here.
9319
58179cce 9320 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 9321 variable.
58179cce 9322 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
9323 c-make-font-lock-search-function.
9324 (c-make-font-lock-search-function): Use the above function.
9325 (c-make-font-lock-context-search-function): New function.
9326 (c-cpp-matchers): Enhance the preprocessor expression case with
9327 the above function
9328 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
9329 which takes an expression.
9330
9331 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
9332
13009bd8
MR
93332011-08-20 Martin Rudalics <rudalics@gmx.at>
9334
9335 * window.el (display-buffer-reuse-window)
9336 (display-buffer-pop-up-window): Don't reuse or split a side
9337 window.
9338
9234ff7f
GM
93392011-08-19 Glenn Morris <rgm@gnu.org>
9340
9341 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 9342 Downcase "Mode:". (Bug#9331)
9234ff7f 9343
f635daa1
CY
93442011-08-18 Chong Yidong <cyd@stupidchicken.com>
9345
9346 * international/characters.el: Add L and R categories.
9347
9348 * subr.el (bidi-string-mark-left-to-right): Rename from
9349 string-mark-left-to-right. Use category search.
9350
9351 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
9352
bc987f8b
JL
93532011-08-18 Juri Linkov <juri@jurta.org>
9354
9355 * faces.el (error, warning, success): New faces with definitions
9356 copied from old default values of `font-lock-warning-face',
9357 `compilation-warning', `compilation-info' (bug#6117).
9358
9359 * font-lock.el (font-lock-warning-face): Inherit from `error'.
9360
9361 * progmodes/compile.el (compilation-error): Inherit from `error'.
9362 (compilation-warning): Inherit from `warning'.
9363 (compilation-info): Inherit from `success'.
9364
9365 * dired.el (dired-marked): Inherit from `warning'.
9366 (dired-flagged): Inherit from `error'.
9367
57173b96
LMI
93682011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9369
3e79eb87
LMI
9370 * mail/smtpmail.el (auth-source): Require to avoid problems with
9371 binding variables (bug#9298). Also clean up some unused
9372 autoloads.
9373
b3fd59bd
SM
9374 * net/network-stream.el (network-stream-open-starttls):
9375 Support using starttls.el without using gnutls-cli.
57173b96 9376
02b404de
JL
93772011-08-17 Juri Linkov <juri@jurta.org>
9378
9379 * progmodes/grep.el (rgrep): Handle the case when
9380 `grep-find-command' is a cons cell (bug#9278).
9381
8c9177f2
MR
93822011-08-17 Martin Rudalics <rudalics@gmx.at>
9383
9384 * window.el (display-buffer-pop-up-frame): Run frame creation
9385 function with BUFFER current (as special-display-popup-frame
9386 does). Reported by Drew Adams.
9387
3644a0ab
DU
93882011-08-17 Daiki Ueno <ueno@unixuser.org>
9389
9390 * epa-mail.el: Simplify GnuPG group expansion using
9391 epg-expand-group.
9392 (epa-mail-group-alist, epa-mail-group-modtime)
9393 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
9394 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
9395 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
9396 Remove.
9397
5e617bc2 93982011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
9399
9400 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
9401
9c4aeabf
AM
94022011-08-16 Alan Mackenzie <acm@muc.de>
9403
9404 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
9405 Correct, to avoid the inside of macros.
9406
3a99bf64
RS
94072011-08-16 Richard Stallman <rms@gnu.org>
9408
04963aa8
RS
9409 * epa-mail.el: Handle GnuPG group definitions.
9410 (epa-mail-group-alist, epa-mail-group-modtime)
9411 (epa-mail-gnupg-conf-file): New variables.
9412 (epa-mail-parse-groups, epa-mail-sync-groups)
9413 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
9414 (epa-mail-expand-recipients): New functions.
9415 (epa-mail-encrypt): Call epa-mail-expand-recipients.
9416
177549d0
RS
9417 * mail/rmail.el (rmail-epa-decrypt): New command.
9418
fe38beef
RS
9419 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
9420 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
9421 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
9422 (epa-decrypt-armor-in-region): Make error message clearer.
9423
934eacb9
SM
94242011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9425
9426 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
9427 and "a2b" to "ab" for `prefix'.
9428
d024fb4e
CY
94292011-08-14 Chong Yidong <cyd@stupidchicken.com>
9430
9431 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
9432 filter groups.
de148fee
CY
9433 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
9434 Fourquet (Bug#8804).
d024fb4e 9435
62f1ca49
JB
94362011-08-12 Juanma Barranquero <lekktu@gmail.com>
9437
9438 * startup.el (argi): Declare as global variable (bug#9275).
9439
9ccaaa4b
CY
94402011-08-12 Chong Yidong <cyd@stupidchicken.com>
9441
9442 * subr.el (string-mark-left-to-right): Search the entire string
9443 for RTL script, not just the terminating character. Doc fix.
9444
a3dae87a
SM
94452011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9446
6cd18349
SM
9447 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
9448 New function.
9449 (js--regexp-literal, js-syntax-propertize-function): Remove.
9450 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
9451 (js-mode-map): Don't rebind electric keys.
9452 (js-insert-and-indent): Remove.
9453 (js-mode): Setup electric-layout and electric-indent instead.
9454
a3dae87a
SM
9455 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
9456
9d5cb631
DU
94572011-08-12 Daiki Ueno <ueno@unixuser.org>
9458
9459 * epa.el (epa-progress-callback-function): Fix the logic of
9460 displaying progress.
9461 * epa-file.el (epa-file-insert-file-contents): Make progress
9462 display more user-friendly.
9463 (epa-file-write-region): Ditto.
9464
3e26a4a2
CY
94652011-08-10 Chong Yidong <cyd@stupidchicken.com>
9466
9467 * subr.el (string-mark-left-to-right): New function.
9468
9469 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
9470 Use string-mark-left-to-right.
9471 (list-buffers-noselect): Caller changed.
9472
a3dae87a
SM
9473 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9474 Use string-mark-left-to-right.
3e26a4a2
CY
9475 (tabulated-list-print): Recenter after moving point.
9476
ac8cf6e6
JL
94772011-08-10 Juri Linkov <juri@jurta.org>
9478
9479 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
9480 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
9481 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
9482
8d96c9a4
CY
94832011-08-09 Chong Yidong <cyd@stupidchicken.com>
9484
9485 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
9486 (Bug#7554).
9487
7be1c708 94882011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
9489
9490 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
9491 character. (Bug#6594)
9492
37e11a63
CY
94932011-08-08 Chong Yidong <cyd@stupidchicken.com>
9494
839dde57
CY
9495 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
9496 (image-dired--with-db-file): New macro.
9497 (image-dired-write-tags, image-dired-remove-tag)
9498 (image-dired-create-gallery-lists, image-dired-write-comments)
9499 (image-dired-get-comment, image-dired-mark-tagged-files)
9500 (image-dired-list-tags, image-dired-gallery-generate): Use it.
9501 (image-dired-gallery-generate): Use insert-file-contents.
9502
37e11a63
CY
9503 * time.el (display-time-world-list, display-time-world-display):
9504 * time-stamp.el (time-stamp-string):
9505 * vc/add-log.el (add-change-log-entry): Use setenv instead of
9506 set-time-zone-rule (Bug#7337).
9507
0b4946c4
DU
95082011-08-08 Daiki Ueno <ueno@unixuser.org>
9509
9510 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
9511 (epg-error-to-string, epg-errors-to-string): New function.
9512 (epg-wait-for-completion): Reverse errors list.
9513 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
9514 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
9515 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
9516 (epg-sign-keys, epg-generate-key-from-file)
9517 (epg-generate-key-from-string): Format errors by using
9518 epg-errors-to-string (bug#9255).
9519 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
9520
75bfc667
JL
95212011-08-07 Juri Linkov <juri@jurta.org>
9522
9523 * faces.el (list-faces-display): Remove extra angle bracket
9524 from `help-mode-map'.
9525
9526 * info.el (Info-history-toc-nodes): Doc fix.
9527
9528 * longlines.el (longlines-mode): Doc fix.
9529
673e08bb
SM
95302011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9531
4640dd88
SM
9532 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
9533 of statements and in a few more cases (bug#9183).
9534
673e08bb
SM
9535 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
9536 New functions.
9537 (cl-transform-lambda): Use them (bug#9239).
9538
89b3f019
MR
95392011-08-05 Martin Rudalics <rudalics@gmx.at>
9540
9541 * window.el (display-buffer-same-window)
9542 (display-buffer-same-frame, display-buffer-other-window)
9543 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9544 (pop-to-buffer-other-window)
9545 (pop-to-buffer-same-frame-other-window)
9546 (pop-to-buffer-other-frame): Make them defuns.
9547 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
9548
640c8776
SM
95492011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * subr.el (make-composed-keymap): Move from C. Change calling
9552 convention, and improve docstring to bring attention to a subtle point.
9553 * minibuffer.el (completing-read-default): Adjust accordingly.
9554
63648a95
MA
95552011-08-03 Michael Albinus <michael.albinus@gmx.de>
9556
9557 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9558 (tramp-open-shell): Use `tramp-shell-quote-argument'.
9559
9560 * net/trampver.el: Update release number.
9561
b796c9b7
SM
95622011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9563
9564 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
9565 "in" (bug#9190).
9566
2239d7d5
LMI
95672011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9568
e07dd7c3
LMI
9569 * mail/sendmail.el (sendmail-query-once): Restore the current
9570 buffer after querying (bug#9074).
9571
0e6a2bd7
LMI
9572 * dired.el (dired-flagged): Use different faces for marked and
9573 flagged files (bug#6117).
9574
ce887515
LMI
9575 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
9576 (bug#4433).
9577
92f2affc
LMI
9578 * ido.el (ido-mode): Switch off the message if called
9579 non-interactively.
9580
57d5aff0
LMI
9581 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
9582 before 587, since it appears that that's more likely to work for
9583 more people.
9584
98cd6c18 9585 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 9586 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
9587 exist.
9588
b96dec83
LMI
9589 * info.el: Remove the `Info-beginning-of-buffer' function
9590 (bug#8325).
9591
b796c9b7
SM
9592 * net/network-stream.el (network-stream-open-starttls):
9593 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 9594
d90e2ea0
MR
95952011-08-01 Martin Rudalics <rudalics@gmx.at>
9596
9597 * window.el (display-buffer-in-window): Don't set dedicated status
9598 of window here (Bug#9215).
9599 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9600 (display-buffer-pop-up-side-window)
b796c9b7 9601 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 9602
cca09170
SM
96032011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9604
9605 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
9606 before binding generated-autoload-file.
9607
027b979c
DD
96082011-08-01 Deniz Dogan <deniz@dogan.se>
9609
9610 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
9611
3c7ee4f3
MA
96122011-07-30 Michael Albinus <michael.albinus@gmx.de>
9613
9614 Sync with Tramp 2.2.2.
9615
9616 * net/trampver.el: Update release number.
9617
2cc8e51a
JL
96182011-07-30 Juri Linkov <juri@jurta.org>
9619
9620 * dired-aux.el (dired-touch-initial): Remove function.
9621 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
9622 current time, and `default' to the last modification time of the
9623 current marked file (bug#6887).
9624
a514d856
JM
96252011-07-28 Jose E. Marchesi <jemarch@gnu.org>
9626
9627 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 9628 numeric argument to read-number (bug#9163).
a514d856 9629
8a7eddd7
MA
96302011-07-27 Michael Albinus <michael.albinus@gmx.de>
9631
9632 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
9633 connection process, it could be nil.
9634
1ddd96f5
LL
96352011-07-27 Leo Liu <sdl.web@gmail.com>
9636
9637 Simplify url handling in rcirc-mode.
9638
9639 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
9640 (rcirc-browse-url-at-mouse): Remove.
9641 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
9642
b248a85d
AM
96432011-07-26 Alan Mackenzie <acm@muc.de>
9644
9645 Fontify bitfield declarations properly.
9646
9647 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
9648 (c-symbol-chars): Now exported as a lang variable.
9649 (c-not-primitive-type-keywords): New lang variable.
9650
9651 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
9652 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 9653 parsed as a bitfield declaration.
b248a85d 9654
b796c9b7
SM
9655 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9656 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
9657 (c-punctuation-in): New function.
9658 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
9659 declarations properly.
9660
68575ab0
UJ
96612011-07-26 Ulf Jasper <ulf.jasper@web.de>
9662
9663 * calendar/icalendar.el (icalendar--all-events): Take care of
9664 multiple vcalendars in a single file.
b796c9b7 9665 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 9666
0f0a88b9
DD
96672011-07-25 Deniz Dogan <deniz@dogan.se>
9668
9669 * image.el (insert-image): Clarifying docstring.
9670
0b3f36df
MA
96712011-07-24 Michael Albinus <michael.albinus@gmx.de>
9672
9673 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
9674 `tramp-send-command-and-check' if there is no error.
9675 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
9676
a9901f61
AM
96772011-07-22 Alan Mackenzie <acm@muc.de>
9678
9679 Prevent cc-langs.elc being loaded at run time.
9680
9681 * progmodes/cc-mode.el: Remove two autoload forms which loaded
9682 cc-langs.
9683
4d61f28d 9684 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
9685 "(require 'cc-langs)". Quote a form so it will evaluate at
9686 (cc-mode's) compilation time.
9687
11d074b2
MA
96882011-07-22 Michael Albinus <michael.albinus@gmx.de>
9689
9690 * net/tramp.el (tramp-file-name-handler): Avoid recursive
9691 loading. (Bug#9114)
9692
938b94c8
MR
96932011-07-21 Martin Rudalics <rudalics@gmx.at>
9694
9695 * window.el (display-buffer-pop-up-window)
9696 (display-buffer-pop-up-side-window)
9697 (display-buffer-in-side-window): Call display-buffer-set-height
9698 and display-buffer-set-width after setting the new window's
b796c9b7 9699 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 9700
bfa4f190
SS
97012011-07-20 Sam Steingold <sds@gnu.org>
9702
9703 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
9704 (etags-tags-included-tables): Call `convert-standard-filename' on
9705 the file names contained in TAGS so that windows Emacs can handle
9706 TAGS files created by cygwin ctags.
9707
8ca42262
LMI
97082011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9709
9710 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
9711 which apparently didn't work.
9712
5db2afd2 97132011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 9714
5db2afd2
RW
9715 * proced.el (proced-send-signal): For *Marked Processes* buffer
9716 put point at beginning of buffer.
9717
92e15d10
SB
97182011-07-19 Stephen Berman <stephen.berman@gmx.net>
9719
9720 * proced.el (proced-format): Make header lines align with the text
9721 (bug#1779).
9722
1bfd59e5
LMI
97232011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9724
9725 * view.el (view-buffer): Allow running in `special' modes if we're
9726 visiting a file (bug#8615).
9727
f5aae37c
MR
97282011-07-19 Martin Rudalics <rudalics@gmx.at>
9729
9730 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
9731 (display-buffer-alist-set-1, display-buffer-alist-set-2):
9732 New functions.
f5aae37c
MR
9733 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
9734 more accurately.
9735
bf2c1571
AM
97362011-07-18 Alan Mackenzie <acm@muc.de>
9737
9738 Fontify declarators properly when, e.g., a jit-lock chunk begins
9739 inside a declaration.
9740
9741 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
9742
b796c9b7
SM
9743 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9744 New function.
bf2c1571
AM
9745 (c-complex-decl-matchers): Insert reference to
9746 c-font-lock-enclosing-decls.
9747
9748 * progmodes/cc-engine.el (c-backward-single-comment):
9749 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
9750 to nil around calls to (forward-comment -1).
9751
4e190b80
LMI
97522011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9753
12dc863d
LMI
9754 * image.el (put-image): Doc typo fix.
9755
a762e966
LMI
9756 * progmodes/etags.el (tags-search): Doc typo fix.
9757
4e190b80
LMI
9758 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
9759 password if we get errors 550 to 554.
9760
f019fb21
LMI
97612011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9762
b796c9b7 9763 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 9764
81746738
LMI
9765 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
9766 indentation character (bug#6380).
9767
3ee3a1b5
LMI
9768 * files.el (buffer-offer-save): Made permanently local (bug#6241).
9769
c82f64de
LMI
9770 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
9771 to clarify what the problem is (bug#4291).
9772
f019fb21
LMI
9773 * simple.el (current-kill): Clarify what
9774 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
9775 (auto-fill-mode): Document `auto-fill-function' in relation to
9776 `auto-fill-mode' (bug#2470).
f019fb21 9777
0794775d
LM
97782011-07-16 Lawrence Mitchell <wence@gmx.li>
9779
9780 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
9781 method if slot is read-only (bug#9035).
9782
be39b8cc
MR
97832011-07-16 Martin Rudalics <rudalics@gmx.at>
9784
b796c9b7 9785 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 9786 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
9787 selected before, see discussion of (Bug#8615), (Bug#6954).
9788 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 9789
6ccf7859
GM
97902011-07-15 Glenn Morris <rgm@gnu.org>
9791
9792 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 9793 Respect help-form.
6ccf7859 9794
87e86684
LM
97952011-07-09 Lawrence Mitchell <wence@gmx.li>
9796
9797 * net/gnutls.el (gnutls-min-prime-bits): New variable.
9798 (gnutls-negotiate): Use it.
9799
d6066239
LMI
98002011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9801
b796c9b7
SM
9802 * net/gnutls.el (gnutls-negotiate):
9803 Upcase `gnutls-algorithm-priority'.
d6066239 9804
bd23ebc0
GM
98052011-07-15 Glenn Morris <rgm@gnu.org>
9806
c65bca65
GM
9807 * jka-compr.el (jka-compr-verbose): Move from here...
9808 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
9809 Add missing :version tag.
9810 * info.el: No need to require jka-compr when compiling.
bd23ebc0 9811
478615cc
LMI
98122011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9813
7b41decb
LMI
9814 * net/gnutls.el (gnutls-algorithm-priority): New variable.
9815 (gnutls-negotiate): Use it.
9816
dbc44fcd
LMI
9817 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
9818
06789f97
LMI
9819 * info.el (Info-beginning-of-buffer): New command.
9820 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
9821 announcing `b' as the key (bug#8325).
ab896c37 9822 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 9823
c39da690
LMI
9824 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
9825
3aa5f34b
LMI
9826 * international/mule-cmds.el
9827 (describe-specified-language-support): Make the error message
9828 clearer (bug#8905).
9829
4bf0979f
LMI
9830 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
9831
478615cc
LMI
9832 * isearch.el (isearch-barrier): Add a doc string, since it's
9833 mentioned in a function doc string (bug#8678).
9834
75c68aa1
MR
98352011-07-15 Martin Rudalics <rudalics@gmx.at>
9836
9837 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
9838 buffer argument (Bug#9083) and self-identifying label argument.
9839
a7c33da2
GM
98402011-07-15 Glenn Morris <rgm@gnu.org>
9841
9842 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
9843
2f5c6024
LMI
98442011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9845
9846 * man.el (Man-fontify-manpage): Fix message when formatting the
9847 man page (bug#7929).
9848
0bb23927 98492011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
9850
9851 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
9852 argument LRM; if non-nil, append an invisible LRM character to the
9853 buffer name.
9854 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
9855 last argument non-nil, when formatting buffer names.
0bb23927
EZ
9856 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
9857 paragraph direction.
cce4b0a7 9858
621ef9ab
LMI
98592011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9860
d1583c48
LMI
9861 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
9862 the man page name (bug#7929).
9863
6a57fb5f
LMI
9864 * image.el (put-image): Mention the `put-image' overlay property
9865 (bug#7834).
9866
d7956b14
LMI
9867 * scroll-bar.el (set-scroll-bar-mode): Mention that
9868 `scroll-bar-mode' lists the values (bug#7772).
9869
5b2d4a66
LMI
9870 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
9871 command (bug#7729).
9872
7509a874
LMI
9873 * rect.el (apply-on-rectangle): Return the point after the last
9874 operation.
9875 (string-rectangle): Go to the point after the last operation
9876 (bug#7522).
9877
4fe74b19
LMI
9878 * printing.el (pr-toggle-region): Clarify the documentation
9879 slightly (bug#7493).
9880
b796c9b7
SM
9881 * time.el (display-time-update):
9882 Allow `display-time-mail-function' to return nil (bug#7158).
9883 Fix suggested by Detlev Zundel.
ab283561 9884
fc233c9d
LMI
9885 * vc/diff.el (diff): Clarify the order the file names are read
9886 (bug#7111).
9887
43f5740b
LMI
9888 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
9889 the doc string (bug#7015).
9890
f2182a76
LMI
9891 * font-lock.el (font-lock-maximum-decoration): Mention what
9892 numeric levels mean (bug#6935).
9893
621ef9ab
LMI
9894 * startup.el (initial-buffer-choice): Don't mention the `none'
9895 selection, which is against policy.
9896
adc47434
MR
98972011-07-14 Martin Rudalics <rudalics@gmx.at>
9898
b796c9b7
SM
9899 * window.el (display-buffer-normalize-special):
9900 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 9901
7e5bfb8f
EZ
99022011-07-14 Eli Zaretskii <eliz@gnu.org>
9903
9904 * subr.el (version<, version<=, version=): Mention "-CVS" and
9905 "-12345" alpha version numbers.
9906
27fa387a
CY
99072011-07-14 Chong Yidong <cyd@stupidchicken.com>
9908
9909 * bindings.el: Add advertised binding for set-mark-command
9910 (Bug#5772).
9911
8bdfa064
CY
99122011-07-14 Chong Yidong <cyd@stupidchicken.com>
9913
9914 * bindings.el (mode-line-other-buffer):
9915 * bookmark.el (bookmark-bmenu-2-window):
9916 * bs.el (bs-cycle-next, bs-cycle-previous):
9917 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
9918 switch-to-buffer.
9919
9920 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 9921 Delete.
8bdfa064 9922
5eba16a3
JB
99232011-07-14 Juanma Barranquero <lekktu@gmail.com>
9924
9925 * follow.el (follow-debug-message, follow-redisplay):
9926 * jka-cmpr-hook.el (with-auto-compression-mode):
9927 Fix typos in docstrings.
9928
15853710
LMI
99292011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9930
a28e4607
LMI
9931 * subr.el (with-silent-modifications): Clarify somewhat what the
9932 macro inhibits (bug#6525).
9933
15853710
LMI
9934 * simple.el (eval-expression): Note what it does if called
9935 interactively (bug#6495).
9936
bee0fcef
CY
99372011-07-13 Chong Yidong <cyd@stupidchicken.com>
9938
b796c9b7
SM
9939 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
9940 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
9941
9942 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9943 Remove switch-to-buffer.
9944
58274504
LMI
99452011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9946
bd2fcc8d
LMI
9947 * files.el (make-directory): Clarify that an error will be raised
9948 if there's an error (bug#6397).
9949
0f04b32c
LMI
9950 * startup.el (initial-buffer-choice): Add `none' as a choice
9951 (bug#6234).
9952
465c5fc8
LMI
9953 * subr.el (add-hook): Clarify section about buffer-local hooks
9954 (bug#6218).
9955
58274504
LMI
9956 * dired.el (dired-flagged): Clarify doc string (bug#6117).
9957
bead9a43
JB
99582011-07-13 Juanma Barranquero <lekktu@gmail.com>
9959
9960 * tabify.el (untabify): Preserve the current column so that point
9961 doesn't move (bug#6032).
9962
3af98a7b
LMI
99632011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9964
b796c9b7
SM
9965 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
9966 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 9967
6240145a
GM
99682011-07-13 Glenn Morris <rgm@gnu.org>
9969
9970 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
9971 (dired-insert-directory): Give a message the first time
9972 if ls is found not to support --dired.
9973
1d8c2ccc
LMI
99742011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9975
9976 * simple.el (toggle-truncate-lines): Clarify what is toggled
9977 (bug#5580). Text by Drew Adams.
9978
5fc4038e
CY
99792011-07-13 Chong Yidong <cyd@stupidchicken.com>
9980
9981 * simple.el (blink-matching-open): Make the error message from the
9982 last change less verbose.
9983
bf6012e5
DN
99842011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9985
9986 * font-lock.el (font-lock-comment-face): Use the high contrast
9987 "yellow" color for font-lock-comment-face on low color terminals
9988 using a dark background color (bug#4221).
9989
343c3b5a
LMI
99902011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9991
7e9505c5
LMI
9992 * dired.el (dired-insert-set-properties): Make the doc string
9993 reflect what it does now (bug#5325).
9994
c26fdcf5
LMI
9995 * simple.el (blink-matching-open): Say that we were unable to find
9996 the match within the limit, if we're limited (bug#5122).
9997
bb388cc5
LMI
9998 * international/mule-cmds.el (prefer-coding-system): Add an
9999 example (bug#4869).
10000
343c3b5a
LMI
10001 * progmodes/etags.el (tags-search): Document `file-list-form'
10002 (bug#4731).
10003
2a517d45
LM
100042011-07-13 Lawrence Mitchell <wence@gmx.li>
10005
10006 * net/browse-url.el (browse-url-default-browser)
10007 (browse-url-browser-function): Make the default browser choice a
10008 bit more logical (bug#4300). Also clean up the doc string.
10009
b6c78ef2
JB
100102011-07-13 Juanma Barranquero <lekktu@gmail.com>
10011
10012 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10013 binary endings (bug#4440).
10014
1c4dd947
LMI
100152011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10016
a2014063
LMI
10017 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
10018 which can be pretty annoying (bug#8971).
10019
9c9c2d88
LMI
10020 * jka-compr.el (jka-compr-verbose): New variable, and use
10021 throughout (bug#8971).
10022
1c4dd947
LMI
10023 * info.el (Info-find-file): Fall back on the installation
10024 directory if we can't find the info node anywhere else.
10025
a1c9f41b
SO
100262011-07-13 Sergei Organov <osv@javad.com> (tiny change)
10027
10028 * vc/vc.el (vc-revert-file):
10029 Don't set file time-stamp in the past. (Bug#5181)
10030
536f3d36
LMI
100312011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10032
7152b011
LMI
10033 * files.el (after-find-file): Give a better error message when
10034 trying to find a symlink that points to a file that doesn't exist
10035 (bug#4398).
10036
536f3d36
LMI
10037 * progmodes/cc-vars.el: Remove (probably) misleading comment
10038 (bug#4396).
10039
460c0fba
JB
100402011-07-12 Johan Bockgård <bojohan@gnu.org>
10041
10042 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
10043
7a6bda45
CY
100442011-07-12 Chong Yidong <cyd@stupidchicken.com>
10045
10046 * mouse-sel.el: Hack restoring functionality, while keeping
10047 compatibility with 2010-07-03 changes to mouse selection.
10048 (mouse-sel-primary-overlay): New var.
10049 (mouse-sel-selection-alist): Use it.
10050 (mouse-sel-mode): Doc fix; remove points that are default features
10051 of mouse.el.
10052
c79598ef
JB
100532011-07-12 Johan Bockgård <bojohan@gnu.org>
10054
10055 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10056 Fix previous fix (bug#2490).
10057
ff8be6ef
RW
100582011-07-12 Roland Winkler <winkler@gnu.org>
10059
b796c9b7
SM
10060 * textmodes/bibtex.el (bibtex-initialize):
10061 Use pop-to-buffer-same-window.
ff8be6ef
RW
10062 (bibtex-search-entries): Fix interactive call.
10063
296ba3ee
LMI
100642011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10065
f5242a02 10066 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
10067 Fontise bytecomp Error lines more correctly (bug#2490).
10068 Fix suggested by Johan Bockgård.
f5242a02 10069
296ba3ee
LMI
10070 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
10071
10072 * dired-x.el (dired-guess-default): Use `delete-dups'.
10073
f69fd0d2
CY
100742011-07-12 Chong Yidong <cyd@stupidchicken.com>
10075
10076 * dired.el (dired-mark-prompt):
10077 * dired-aux.el (dired-read-shell-command): Doc fix.
10078
eab5dc07
LMI
100792011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10080
b796c9b7
SM
10081 * mail/sendmail.el (sendmail-query-once):
10082 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
10083 emacs -Q.
10084
10085 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10086
eab5dc07
LMI
10087 * cus-edit.el (custom-file): Take an optional no-error variable.
10088 (customize-save-variable): Set the variable, and give a warning if
10089 running under "emacs -q".
10090
a1e65d42
JB
100912011-07-11 Juanma Barranquero <lekktu@gmail.com>
10092
10093 * loadhist.el (unload-feature-special-hooks):
10094 Add `auto-coding-functions', `fill-nobreak-predicate' and
10095 `find-directory-functions' (bug#5327).
10096
1d52da10
LMI
100972011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10098
be958f1d
LMI
10099 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
10100
5bedb26c
LMI
10101 * cus-edit.el (custom-guess-name-alist): -alist variables should
10102 use the `alist' type (bug#3120). Suggested by Drew Adams.
10103
1d52da10
LMI
10104 * printing.el: Add documentation to all the `pr-toggle-' commands.
10105
cd394be1 101062011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
10107
10108 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
10109 backends where it makes sense (bug#2623).
10110
dcc88d8a
LMI
101112011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10112
c3de9feb
LMI
10113 * dired-x.el (dired-guess-default): Remove duplicate shell command
10114 entries (bug#2028).
8a93078b 10115 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 10116 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 10117
dcc88d8a
LMI
10118 * subr.el (remove-duplicates): New conveniency function.
10119
505e3645
LMI
101202011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10121
10122 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
10123 (bug#1526).
10124
101252011-07-10 Martin Rudalics <rudalics@gmx.at>
10126
10127 * window.el (display-buffer-normalize-default): Don't invert
10128 meaning of even-window-heights. Reported by Eli Zaretskii
10129 <eliz@gnu.org>.
10130
455e4fa1
BR
101312011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
10132
10133 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
10134
8e0bc3e9
CY
101352011-07-10 Chong Yidong <cyd@stupidchicken.com>
10136
10137 * window.el (display-buffer): Fix arguments to
10138 display-buffer-reuse-window in last change.
10139
fa7c3228
CY
10140 * faces.el (link): Use a less saturated blue on light backgrounds.
10141
10142 * startup.el (fancy-startup-text, fancy-about-text)
10143 (fancy-startup-tail): Use font-lock faces, for background safety.
10144
c0a7f300
BN
101452011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
10146
b796c9b7
SM
10147 * emulation/viper-cmd.el (viper-change-state-to-vi):
10148 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 10149
4dc2a129
MR
101502011-07-09 Martin Rudalics <rudalics@gmx.at>
10151
10152 * window.el (display-buffer-default-specifiers): Remove.
10153 (display-buffer-macro-specifiers): Remove default specifiers.
10154 (display-buffer-alist): Default to nil.
b796c9b7 10155 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
10156 (display-buffer-pop-up-window): Allow splitting internal
10157 windows. Check whether a live window was created.
10158 (display-buffer-other-window-means-other-frame)
10159 (display-buffer-normalize-arguments): Rename to
10160 display-buffer-normalize-argument and rewrite. Set the
10161 other-window specifier.
10162 (display-buffer-normalize-special): New function.
10163 (display-buffer-normalize-options): Rename to
10164 display-buffer-normalize-default and rewrite.
10165 (display-buffer-normalize-options-inhibit): Remove.
10166 (display-buffer-normalize-specifiers): Rewrite.
10167 (display-buffer): Process other-window specifier and call
10168 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
10169 more faithfully.
b796c9b7 10170 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 10171 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
10172 (display-buffer-in-window, display-buffer-alist-set):
10173 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
10174 <tassilo@member.fsf.org>.
10175
2d43b8c9
LL
101762011-07-09 Leo Liu <sdl.web@gmail.com>
10177
10178 * register.el (insert-register): Restore accidental change on
10179 2011-06-26. (Bug#9028)
10180
7f9b7c53
GM
101812011-07-09 Glenn Morris <rgm@gnu.org>
10182
10183 * subr.el (remq): Handle the empty list. (Bug#9024)
10184
f042cfd8
AS
101852011-07-08 Andreas Schwab <schwab@linux-m68k.org>
10186
10187 * mail/sendmail.el (send-mail-function): No longer delay custom
10188 initialization.
10189 * custom.el (custom-initialize-delay): Doc fix.
10190
856b2f11
SM
101912011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10192
10193 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
10194
afae1d68
MA
101952011-07-08 Michael Albinus <michael.albinus@gmx.de>
10196
10197 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
10198 human-friendly prompt.
10199
0757af94
SM
102002011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10201
10202 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
10203 provided by a particular plugin.
10204
d760b731
LMI
102052011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10206
10207 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
10208 save customizations (with "emacs -Q"), just set the variable
10209 instead of erroring out.
10210
10211 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10212
cd79ce90
JL
102132011-07-08 Juri Linkov <juri@jurta.org>
10214
10215 * arc-mode.el (archive-zip-expunge, archive-zip-update)
10216 (archive-zip-update-case): Use 7z if found by `executable-find'.
10217 The order of searching the available programs is the same as in
10218 `archive-zip-extract' (bug#8968).
10219
14cc04aa
CY
102202011-07-07 Chong Yidong <cyd@stupidchicken.com>
10221
10222 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
10223 (menu-bar-options-menu): Tweak descriptions.
10224
0a1848ec
LMI
102252011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10226
10227 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
10228 menu items into verb phrases (bug#1421). Also refill to fit under
10229 80 columns.
10230
f5bd0689
CY
102312011-07-07 Chong Yidong <cyd@stupidchicken.com>
10232
538e85c6
CY
10233 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
10234 (Info-read-node-name): Doc fix (Bug#1084).
10235
f5bd0689
CY
10236 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
10237 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
10238 (end-of-sexp, beginning-of-sexp)
10239 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
10240 (forward-symbol, forward-same-syntax, word-at-point)
10241 (sentence-at-point): Doc fix (Bug#1144).
10242
56ec5115
LMI
102432011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10244
f3f8e37f
LMI
10245 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
10246 should cover it (bug#1281).
10247
0757af94 10248 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 10249
e9fce1ac 10250 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
10251 negotiation fails, then possibly try again with a non-encrypted
10252 connection (bug#9017).
10253
56ec5115
LMI
10254 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
10255 be used.
10256
c2f9aec8
RS
102572011-07-07 Richard Stallman <rms@gnu.org>
10258
10259 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
10260 property, and handle its changed format.
10261 Look for the correct line number.
10262 Use file's line contents (but not past first =) to find
10263 correct line in message.
10264
ef7b981d 102652011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
10266
10267 * international/characters.el (build-unicode-category-table):
10268 Delete it.
0757af94 10269 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 10270
0757af94 10271 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
10272 to src/chartab.c.
10273 (get-char-code-property): Call unicode-property-table-internal to
10274 load a file. Call get-unicode-property-internal where necessary.
10275 (put-char-code-property): Call unicode-property-table-internal to
10276 load a file. Call put-unicode-property-internal where necessary.
10277 put-unicode-property-internal where necessary.
0757af94
SM
10278 (char-code-property-description):
10279 Call unicode-property-table-internal to load a file.
c805dec0
KH
10280
10281 * international/charprop.el:
10282 * international/uni-bidi.el:
10283 * international/uni-category.el:
10284 * international/uni-combining.el:
10285 * international/uni-comment.el:
10286 * international/uni-decimal.el:
10287 * international/uni-decomposition.el:
10288 * international/uni-digit.el:
10289 * international/uni-lowercase.el:
10290 * international/uni-mirrored.el:
10291 * international/uni-name.el:
10292 * international/uni-numeric.el:
10293 * international/uni-old-name.el:
10294 * international/uni-titlecase.el:
10295 * international/uni-uppercase.el: Regenerate.
10296
10297 * loadup.el: Load international/charprop.el before
10298 international/characters.
10299
e14b388a
CY
103002011-07-07 Chong Yidong <cyd@stupidchicken.com>
10301
10302 * window.el (next-buffer, previous-buffer): Signal an error if
10303 called from a minibuffer window.
10304
10305 * bindings.el: Revert 2011-07-04 change.
10306
354cf0ba
RS
103072011-07-06 Richard Stallman <rms@gnu.org>
10308
10309 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
10310 (rmail-mime-insert-bulk, rmail-mime-insert-text):
10311 Treat markers like ints.
10312 (rmail-mime-entity): Doc fix.
10313
a48868a7
LMI
103142011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10315
4906cd3d
LMI
10316 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
10317 defcustom again for backwards compatibility.
10318
e0457abe
LMI
10319 * simple.el (shell-command-on-region): Fill.
10320
d67f7e1f
LMI
10321 * dired-aux.el (dired-kill-line): Add a doc string.
10322
fe204702
LMI
10323 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
10324 to "\\sw\\|\\s_" (bug#358).
10325
a48868a7
LMI
10326 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
10327 (dired-unmark-backward): Ditto.
10328 (dired-flag-backup-files): Ditto.
10329
10330 * dired-x.el (dired-mark-sexp): Ditto.
10331
aa8a705c
RS
103322011-07-06 Richard Stallman <rms@gnu.org>
10333
10334 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
10335 (rmail-mime-entity): New arg TRUNCATED.
10336 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
10337 New functions.
10338 (rmail-mime-save): Warn if entity is truncated.
10339 (rmail-mime-toggle-hidden): Likewise, for showing.
10340 (rmail-mime-process-multipart): Record when an entity is truncated.
10341
a9a936b9
RS
10342 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
10343 if ENTITY is a string.
10344
1f2b92cb
LMI
103452011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10346
f4f73198 10347 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
10348 of faces when `M-C-x'-ing their definitions (bug#8378).
10349 Also clean up the code slightly.
f4f73198 10350
12b16734 10351 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 10352 because that makes the colors go away.
12b16734 10353
f0691d22
LMI
10354 * mail/sendmail.el (send-mail-function): Change the default to
10355 `sendmail-query-once'.
9e87df06 10356 (sendmail-query-once): Add an autoload cookie.
f0691d22 10357
1f2b92cb
LMI
10358 * net/network-stream.el (network-stream-open-starttls): Try using
10359 a plain connection even if the server offered STARTTLS, and we
10360 kinda wanted to use it, if Emacs doesn't have any STARTTLS
10361 capability. This should make smtpmail.el work in slightly more
10362 configurations.
10363
1cdd2a1b
MA
103642011-07-06 Michael Albinus <michael.albinus@gmx.de>
10365
10366 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10367 New defun.
10368 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
10369
fbcc67e2
MM
103702011-07-06 Michael R. Mauger <mmaug@yahoo.com>
10371
10372 * progmodes/sql.el: Version 3.0
0757af94 10373 (sql-product-alist): Add product :completion-object,
fbcc67e2 10374 :completion-column, and :statement attributes.
0757af94 10375 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 10376 (sql-mode-syntax-table): Mark all punctuation.
0757af94 10377 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
10378 ansi keywords.
10379 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 10380 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
10381 (sql-oracle-show-reserved-words): New function for development.
10382 (sql-product-font-lock): Simplify for source code buffers.
10383 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
10384 New functions.
10385 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
10386 (sql-mode-map): Add statement movement functions.
10387 (sql-ansi-statement-starters, sql-oracle-statement-starters):
10388 New variable.
fbcc67e2
MM
10389 (sql-statement-regexp, sql-beginning-of-statement)
10390 (sql-end-of-statement, sql-signum): New functions.
0757af94 10391 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
10392 (sql-show-sqli-buffer): Bug fix.
10393 (sql-interactive-mode): Store connection data as buffer local.
0757af94 10394 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
10395 with sql-interactive-mode.
10396 (sql-save-connection): Save buffer local settings.
0757af94 10397 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
10398 (sql-product-interactive): Bug fix.
10399 (sql-preoutput-hold): New variable.
10400 (sql-interactive-remove-continuation-prompt): Bug fixes.
10401 (sql-debug-redirect): New variable.
10402 (sql-str-literal): New function.
10403 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 10404 Redesign.
fbcc67e2
MM
10405 (sql-oracle-save-settings, sql-oracle-restore-settings)
10406 (sql-oracle-list-all, sql-oracle-list-table): New functions.
10407 (sql-completion-object, sql-completion-column)
10408 (sql-completion-sqlbuf): New variables.
10409 (sql-build-completions-1, sql-build-completions)
10410 (sql-try-completion): New functions.
10411 (sql-read-table-name): Use them.
10412 (sql-contains-names): New buffer local variable.
10413 (sql-list-all, sql-list-table): Use it.
10414 (sql-oracle-completion-types): New variable.
10415 (sql-oracle-completion-object, sql-sqlite-completion-object)
10416 (sql-postgres-completion-object): New functions.
10417
d4eaeab1
GM
104182011-07-06 Glenn Morris <rgm@gnu.org>
10419
10420 * window.el (pop-to-buffer): Doc fix.
10421
322b7dab 104222011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
10423
10424 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
10425
322b7dab 104262011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 10427
322b7dab 10428 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 10429
322b7dab 10430 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 10431
605dd5bf
CY
104322011-07-05 Chong Yidong <cyd@stupidchicken.com>
10433
10434 * button.el (button): Inherit from link face. Suggested by Dan
10435 Nicolaescu.
10436
7dbfa719
SM
104372011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10438
3db614b0
SM
10439 * progmodes/gdb-mi.el: Fit in 80 columns.
10440 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
10441 switch-to-buffer.
10442
7dbfa719
SM
10443 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
10444 if imenu is simply not configured (bug#8941).
10445
919d884a
KM
104462011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
10447
10448 * allout.el (allout-post-undo-hook): New allout outline-change
10449 event hook to signal undo activity.
10450 (allout-post-command-business): Run allout-post-undo-hook if an
10451 undo just occurred.
7dbfa719
SM
10452 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
10453 * allout-widgets.el (allout-widgets-after-undo-function):
10454 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
10455 in the vicinity of an undo.
10456 (allout-widgets-mode): Include allout-widgets-after-undo-function
10457 on the new allout-post-undo-hook.
10458
450a0f09
SM
104592011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10460
10461 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
10462 Let define-derived-mode define it.
10463 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
10464 cycles of abbrev-table inheritance (bug#8998).
10465
2de69e00
RW
104662011-07-05 Roland Winkler <winkler@gnu.org>
10467
10468 * textmodes/bibtex.el: Add support for biblatex.
10469 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
10470 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
10471 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
10472 (bibtex-entry-alist, bibtex-field-alist): New variables.
10473 (bibtex-entry-field-alist): Obsolete alias for
10474 bibtex-BibTeX-entry-alist.
10475 (bibtex-entry-alist, bibtex-field-alist): New widgets.
10476 (bibtex-set-dialect): New command.
10477 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
10478 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
10479 Bind via bibtex-set-dialect.
2de69e00
RW
10480 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
10481 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
10482 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
10483 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
10484 Define via bibtex-set-dialect.
450a0f09
SM
10485 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
10486 Obey bibtex-no-opt-remove-re.
2de69e00
RW
10487 (bibtex-vec-push, bibtex-vec-incr): New functions.
10488 (bibtex-format-entry, bibtex-field-list)
10489 (bibtex-print-help-message, bibtex-validate)
10490 (bibtex-search-entries): Use new format of bibtex-entry-alist.
10491
2dcdbdd9
SM
104922011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10493
10494 * progmodes/compile.el (compilation-goto-locus):
10495 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10496 * bs.el (bs-cycle-next, bs-cycle-previous):
10497 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
10498 * bindings.el (mode-line-other-buffer):
10499 * autoinsert.el (auto-insert):
10500 * arc-mode.el (archive-extract):
10501 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
10502
b27640fe
JB
105032011-07-05 Juanma Barranquero <lekktu@gmail.com>
10504
10505 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
10506 Fix check of `emacs-lock-unlockable-modes'.
10507 Coerce true values of `emacs-lock--try-unlocking' to t.
10508
53bbe3ad
JB
105092011-07-05 Juanma Barranquero <lekktu@gmail.com>
10510
10511 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
10512 * emacs-lock.el: New file.
10513
1d3cdbc7
JD
105142011-07-05 Julien Danjou <julien@danjou.info>
10515
10516 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
10517 than `boundp' to check if face is set.
10518
9173deec
JB
105192011-07-05 Juanma Barranquero <lekktu@gmail.com>
10520
10521 * register.el (registerv-make):
10522 * window.el (window-min-height): Fix typos in docstrings.
10523
869795d6
JD
105242011-07-05 Jan Djärv <jan.h.d@swipnet.se>
10525
9173deec 10526 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
10527 Update doc string.
10528
b768cdcd
JB
105292011-07-04 Juanma Barranquero <lekktu@gmail.com>
10530
10531 * server.el (server-execute): Catch quit and call
10532 `server-return-error' to pass the error back to emacsclient and
10533 close the connection (bug#8942).
10534
13aa217b
KM
105352011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
10536
10537 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
10538 insecure exception for current topic. Also note that auto-saves
10539 are handled differently.
10540
5d3385a0 10541 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
10542 State variables for tracking auto-save inhibition situation.
10543
10544 (allout-write-contents-hook-handler): Rename from
10545 'allout-write-file-hook-handler', and describe how it depends on
10546 write-contents-functions sensitivity to non-nil value to prevent
10547 file write.
10548
10549 (allout-auto-save-hook-handler): Remove. auto-save does not check
10550 this in individual buffers, only in the starting buffer, so this
10551 is not the right way for us to inhibit auto-save in a buffer
10552 according to its condition.
10553
10554 (allout-mode): Use new allout-write-contents-hook-handler, and
10555 only with write-contents-functions. Remove auto-save provisions -
10556 they're implemented elsewhere.
10557
10558 (allout-before-change-handler): If undo is in progress, note that
10559 for attention of allout-post-command-business.
10560
10561 (allout-post-command-business): If the command we're following was
10562 an undo, check for change in the status of encrypted items and
10563 adjust auto-save inhibitions accordingly.
10564
10565 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
10566 according to whether there are or aren't any plain-text topics
10567 pending encryption.
10568
2dcdbdd9 10569 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
10570 Adjust buffer-saved-size and some allout state to inhibit auto-saves
10571 if there are plain-text topics pending encryption.
13aa217b
KM
10572
10573 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
10574 buffer-saved-size and some allout state to not inhibit auto-saves
10575 if there are no longer any plain-text topics pending encryption.
10576
0757af94
SM
10577 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
10578 No longer provide for exemption of the current topic.
13aa217b 10579
ac89b32c
JL
105802011-07-04 Juri Linkov <juri@jurta.org>
10581
10582 Add 7z operations to delete and save changed members (bug#8968).
10583 * arc-mode.el (archive-7z-expunge, archive-7z-update):
10584 New defcustoms.
10585 (archive-7z-write-file-member): New function.
10586 (archive-7z-summarize): Fix the number of dashes in the
10587 listing output.
10588
8fa39615
SM
105892011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10590
10591 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
10592 (bug#8958).
10593
2f11b3f1
CY
105942011-07-04 Chong Yidong <cyd@stupidchicken.com>
10595
d66fef2b
CY
10596 * bindings.el: Ignore next-buffer and previous-buffer in
10597 minibuffer-local-map.
10598
2f11b3f1
CY
10599 * font-lock.el (font-lock-builtin-face): Change light background
10600 color to dark slate blue (Bug#6693).
10601
f932a347
WD
106022011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
10603
10604 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
10605
c8af70e1
SM
106062011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10607
10608 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
10609 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10610 Add switch-to-buffer.
10611
f158badc
LMI
106122011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10613
10614 * isearch.el (isearch-search-fun-function): Clarify further the
10615 meaning of the function returned.
10616
6d95bd46
MA
106172011-07-04 Michael Albinus <michael.albinus@gmx.de>
10618
10619 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
10620
10621 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
10622 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
10623 Use it.
10624 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
10625 `tramp-default-remote-path' does not exist.
10626 (tramp-send-command-and-read): New optional argument NOERROR.
10627 (tramp-open-connection-setup-interactive-shell)
10628 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
10629 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
10630 (tramp-process-sentinel): Flush also process' connection property.
10631 (tramp-sh-handle-start-file-process): Do not set process
10632 sentinel. It is done now ...
10633 (tramp-maybe-open-connection): ... here. (Bug#8929)
10634
909e6b67
MK
106352011-07-04 MON KEY <monkey@sandpframing.com>
10636
10637 * play/animate.el (animate-string): Doc fixes and allow changing
10638 the buffer name (bug#5417).
10639
106402011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10641
c8af70e1 10642 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 10643
f34755dc
PE
106442011-07-04 Paul Eggert <eggert@cs.ucla.edu>
10645
396cec72
PE
10646 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
10647 This is simpler and helps future-proof the code.
10648 (timer-until): Use time-subtract and float-time.
08235028 10649 (timer--time-less-p): Use time-less-p.
f34755dc 10650
56e6cc31
JB
106512011-07-04 Juanma Barranquero <lekktu@gmail.com>
10652
3abb79e5
JB
10653 * type-break.el (timep): Use the value of `float-time' to avoid a
10654 byte-compiler warning.
10655
56e6cc31
JB
10656 * server.el (server-eval-and-print): Return any result, even nil.
10657
7b9430b4
PE
106582011-07-03 Paul Eggert <eggert@cs.ucla.edu>
10659
10660 * type-break.el: Accept time formats that the builtins accept.
10661 (timep, type-break-time-difference): Accept any format that
10662 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
10663 This is simpler and helps future-proof the code.
10664 (type-break-time-difference): Round rather than ignoring
10665 subseconds components.
10666
3034e9e7
LMI
106672011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10668
10669 * info.el (Info-apropos-matches): Make non-interactive, since it
10670 doesn't seem to do anything useful as a command (bug#8829).
10671
1485f4c0
CY
106722011-07-03 Chong Yidong <cyd@stupidchicken.com>
10673
10674 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 10675 Move from faces.el.
1485f4c0
CY
10676 (frame-default-terminal-background): New function.
10677
10678 * custom.el (custom-push-theme): Don't record faces in `changed'
10679 theme; this doesn't work correctly for per-frame face settings.
10680 (disable-theme): Use face-set-after-frame-default to reset faces.
10681 (custom--frame-color-default): New function.
10682
9fa3dd45
LMI
106832011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10684
c8af70e1 10685 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
10686 (bug#8769).
10687
6cbbc20c
KR
106882011-03-29 Kevin Ryde <user42@zip.com.au>
10689
10690 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10691 `perl-Test2' extend to match possible "fail #N" rep count
10692 (bug#8377).
10693
c7f98048
LMI
106942011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10695
65676592
LMI
10696 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
10697 `smtpmail-via-smtp' now returns the error instead of nil.
10698
c7f98048
LMI
10699 * isearch.el (isearch-search-fun-function): Clarify the doc string
10700 (bug#8101).
10701
56e6cc31 107022011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
10703
10704 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
10705 unnecessary spaces (bug#8987).
10706
2b216704
LMI
107072011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10708
10709 * net/network-stream.el (open-network-stream): Use the
10710 :end-of-capability command thoughout.
10711
107122011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10713
10714 * net/network-stream.el (open-network-stream): Add the
10715 :end-of-capability command parameter, used by pop3.el.
10716
36adf6ce
LMI
107172011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10718
1ca0da0e
LMI
10719 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
10720
fc00f69c
LMI
10721 * fringe.el (fringe-query-style): Remove redundant text " (type ?
10722 for list)" (bug#6475).
10723
28fd8759 10724 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 10725 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
10726 an error (bug#6297).
10727
0dd8b6da
LMI
10728 * man.el (Man-reference-regexp): Allow matching possible
10729 word-wrapped references (bug#6289).
10730
ce1438d6
LMI
10731 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
10732 for consistency with the other vc buffers (bug#6197).
10733 (vc-checkin): Ditto.
10734
10735 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
10736
36adf6ce
LMI
10737 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
10738
e83cc1f7
LMI
107392011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10740
8a20ca4c
LMI
10741 * custom.el (defcustom): Clarify that :set is only used in the
10742 Customize user interface (bug#6089).
10743
83319045
LMI
10744 * progmodes/flymake.el (flymake-mode): If the buffer isn't
10745 associated with a file, refuse to run instead of erroring out
10746 (bug#6084).
10747
a8392169
LMI
10748 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
10749 the doc string, since it appears that using `fill-column' always
10750 controls the width (bug#7845).
10751
e83cc1f7
LMI
10752 * simple.el (shell-command-on-region): Say where the error output
10753 went if `shell-command-default-error-buffer' is set (bug#6857).
10754
e47ca23b
KM
107552011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
10756
10757 * allout.el (allout-yank-processing): Adjust cursor position for
10758 backwards-deleted space.
10759
10760 (allout-rebullet-heading): Register changes with
10761 allout-exposure-changed-hook, so the modified topic is properly
10762 decorated.
10763
5cf56143
LMI
107642011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10765
08549772
LMI
10766 * minibuffer.el (completion-in-region): Document PREDICATE
10767 (bug#7136).
10768
48e96771
LMI
10769 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
10770 of keyword/argument pairs (bug#6904).
10771
c8af70e1
SM
10772 * replace.el (multi-occur):
10773 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 10774
e17d05e2
LMI
107752011-07-02 Drew Adams <drew.adams@oracle.com>
10776
10777 * dired.el (dired-mark-if): Make the message about whether it's
10778 marking or unmarking clearer (bug#8523).
10779
063b0e45
LMI
107802011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10781
10782 * disp-table.el (display-table-print-array): New function.
10783 (describe-display-table): Use it to print the vectors more pretty
10784 (Bug#8859).
10785
28545e04
MR
107862011-07-02 Martin Rudalics <rudalics@gmx.at>
10787
10788 * window.el (window-state-get-1): Don't assign clone numbers.
10789 Add clone-of item to list of window parameters.
10790 (window-state-put-2): Don't process clone numbers.
10791 (display-buffer-alist): Fix doc-string.
10792
3349e122
SM
107932011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10794
10795 * subr.el (remq): Don't allocate if it's not needed.
10796 (keymap--menu-item-binding, keymap--menu-item-with-binding)
10797 (keymap--merge-bindings): New functions.
10798 (keymap-canonicalize): Use them to refine the canonicalization.
10799 * minibuffer.el (minibuffer-local-completion-map)
10800 (minibuffer-local-must-match-map): Move initialization from C.
10801 (minibuffer-local-filename-completion-map): Move initialization from C;
10802 don't inherit from anything here.
10803 (minibuffer-local-filename-must-match-map): Make obsolete.
10804 (completing-read-default): Use make-composed-keymap to combine
10805 minibuffer-local-filename-completion-map with either
10806 minibuffer-local-must-match-map or
10807 minibuffer-local-filename-completion-map.
10808
d224ac83
GM
108092011-07-01 Glenn Morris <rgm@gnu.org>
10810
3de63bf8
GM
10811 * type-break.el (type-break-time-sum): Use dolist.
10812
d224ac83
GM
10813 * textmodes/flyspell.el (flyspell-word-search-backward):
10814 Replace CL function.
10815
1a1e3f32
SM
108162011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10817
fe3f64d5
SM
10818 * mouse.el (mouse--strip-first-event): New function.
10819 (function-key-map): Use it to map fringe clicks to normal clicks
10820 by default.
10821
eb604e34
SM
10822 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
10823 (vc-bzr-revision-completion-table): Add support for annotate and date.
10824
1a1e3f32
SM
10825 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
10826 inherit from parent.
10827
5bd35902
LMI
108282011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10829
ace6c69c 10830 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 10831 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 10832
191e2bed
LMI
10833 * dired.el (dired-mode): Fix up the doc string as suggested by
10834 Drew Adams (bug#8817).
10835
5bd35902
LMI
10836 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
10837 cookie, since the manual says that it should be possible to add
10838 this function to `find-file-hook' (bug#8709).
10839
eee8207a
TZ
108402011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
10841
10842 * progmodes/cfengine.el: Moved all cfengine3.el functionality
10843 here. Noted Ted Zlatanov as the maintainer.
10844 (cfengine-common-settings, cfengine-common-syntax): New functions
10845 to set up common things between `cfengine-mode' and
10846 `cfengine3-mode'.
10847 (cfengine3-mode): New mode.
10848 (cfengine3-defuns cfengine3-defuns-regex
10849 (cfengine3-class-selector-regex cfengine3-category-regex)
10850 (cfengine3-vartypes cfengine3-font-lock-keywords)
10851 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 10852 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 10853
36b148cf
MA
108542011-07-01 Michael Albinus <michael.albinus@gmx.de>
10855
10856 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
10857
10858 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
10859
0bf4ba9a
MR
108602011-07-01 Martin Rudalics <rudalics@gmx.at>
10861
10862 * window.el (same-window-buffer-names, same-window-regexps)
10863 (same-window-p, special-display-frame-alist)
10864 (special-display-popup-frame, special-display-function)
10865 (special-display-buffer-names, special-display-regexps)
10866 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
10867 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10868 (split-window-preferred-function, split-height-threshold)
10869 (split-width-threshold, even-window-heights)
10870 (display-buffer-mark-dedicated, window-splittable-p)
10871 (split-window-sensibly, window-safely-shrinkable-p):
10872 Un-obsolete.
10873 (display-buffer): Don't spread args with function specifier
10874 because special-display-popup-frame won't like it.
10875
35837f51
PE
108762011-07-01 Paul Eggert <eggert@cs.ucla.edu>
10877
d0672f86
PE
10878 Time-stamp simplifications and fixes.
10879 These improve accuracy slightly, and future-proof the code
10880 against some potential changes to current-time format.
10881
b9444d97
PE
10882 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
10883 by using time-since and float-time.
10884
0ef923dc
PE
10885 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
10886 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
10887 + NNN microseconds".
10888
2f81380d
PE
10889 * type-break.el (type-break-time-sum): Rewrite using time-add.
10890
845b5c3e
PE
10891 * play/hanoi.el (hanoi-current-time-float): Remove.
10892 All uses replaced by float-time.
10893
ee6f1be0
PE
10894 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
10895 This yields a more-accurate answer.
10896 (rng-time-to-float): Remove; no longer needed.
10897
fe955043
PE
10898 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
10899
5777162a
PE
10900 * calendar/timeclock.el (timeclock-seconds-to-time):
10901 Defalias to seconds-to-time, since they're the same thing.
10902
3103f8b6 10903 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 10904 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
10905 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
10906
0e61a35f
SM
109072011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10908
10909 * window.el (bury-buffer): Don't iconify the only frame.
10910 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
10911 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
10912
ddd63a1e
CY
109132011-07-01 Chong Yidong <cyd@stupidchicken.com>
10914
0e61a35f
SM
10915 * eshell/em-smart.el (eshell-smart-display-navigate-list):
10916 Add mouse-yank-primary.
ddd63a1e 10917
055f4923
TZ
109182011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
10919
10920 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
10921
6a2fb145
SM
109222011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10923
10924 * emacs-lisp/find-func.el (find-library--load-name): New fun.
10925 (find-library-name): Use it to find relative load names when provided
10926 absolute file name (bug#8803).
10927
fd4983f2
LMI
109282011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10929
887d14ad
LMI
10930 * textmodes/flyspell.el (flyspell-word): Consider words that
10931 differ only in case as potential doublons (bug#5687).
10932
c53dc7fc
LMI
10933 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
10934 Remove two rather uninteresting debugging-like messages to make
10935 debbugs.el more silent.
10936
fd4983f2
LMI
10937 * comint.el (comint-password-prompt-regexp): Accept "Response" as
10938 a password-like phrase.
10939
7a71b18d 109402011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
10941
10942 * progmodes/cc-guess.el: New file.
10943
6a2fb145 10944 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
10945
10946 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
10947 derived from `c-basic-common-init'.
10948
10949 * progmodes/cc-mode.el (top-level): Require cc-guess.
10950 (c-basic-common-init): Use `cc-choose-style-for-mode'.
10951
1fa280a3
LM
109522011-06-30 Lawrence Mitchell <wence@gmx.li>
10953
10954 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
10955
e6597158
AM
109562011-06-30 Alan Mackenzie <acm@muc.de>
10957
1fa280a3
LM
10958 * progmodes/cc-engine.el (c-guess-continued-construct):
10959 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
10960 lock is disabled. Name this case as "CASE G".
10961
68ba37fb
KM
109622011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
10963
10964 * allout.el (allout-yank-processing): Fix injection of extra space
10965 between bullet and non-whitespace character in first topic when
10966 pasting, ensuring that the actual spacing in the pasted topic
10967 following the bullet char is preserved. This extra space was
10968 causing pasted encrypted topics to get a decrypted status even
10969 when the content was actually still encrypted. Now the decryption
10970 status from before the paste is preserved.
10971
10972 (allout-flag-region): Set all allout overlays so they evaporate
10973 when reduced to zero length (evanescent), to prevent overlay
10974 leakage.
10975
887a0b34
GM
109762011-06-30 Glenn Morris <rgm@gnu.org>
10977
94b9acce
GM
10978 * w32-fns.el (w32-charset-info-alist): Declare.
10979
1d9b46d4
GM
10980 * find-dired.el (find-grep-options): Simplify.
10981
cc232200
GM
10982 * term/ns-win.el (ns-set-resource): Declare.
10983
28e77c46
GM
10984 * ses.el (row, col): Declare dynamic variables honestly.
10985
887a0b34
GM
10986 * textmodes/reftex-parse.el (index-tags): Declare.
10987
658d8eb8
CY
109882011-06-30 Chong Yidong <cyd@stupidchicken.com>
10989
10990 * cus-edit.el (customize-push-and-save): New function.
10991
10992 * files.el (hack-local-variables-confirm): Use it.
10993
1fa280a3
LM
10994 * custom.el (load-theme): New arg NO-CONFIRM.
10995 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
10996 (custom-enabled-themes): Doc fix.
10997
10998 * cus-theme.el (customize-create-theme)
10999 (custom-theme-merge-theme): Callers to load-theme changed.
11000
bb617717
LMI
110012011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11002
d61bdd5d
LMI
11003 * thingatpt.el (thing-at-point-short-url-regexp): Require that
11004 short URLs have at least one dot in them (bug #7614).
11005
bb617717
LMI
11006 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11007 nil, because using a pty is apparently too slow (bug #895).
11008
2f31f37a
LMI
110092011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11010
11011 * mail/sendmail.el (sendmail-query-once): New function.
11012 (sendmail-query-once-function): New variable.
11013
3076b24e
GM
110142011-06-29 Glenn Morris <rgm@gnu.org>
11015
faf2a174
GM
11016 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
11017
3076b24e
GM
11018 * ses.el (top-level): Require cl when compiling.
11019 (ses-set-localvars): Fix error statement.
11020 Call it at compile time to silence a storm of warnings.
11021
5386012d
MR
110222011-06-29 Martin Rudalics <rudalics@gmx.at>
11023
11024 * window.el (normalize-live-buffer): Rename to
11025 window-normalize-buffer.
11026 (normalize-live-frame): Rename to window-normalize-frame.
11027 (normalize-any-window): Rename to window-normalize-any-window.
11028 (normalize-live-window): Rename to window-normalize-live-window.
11029 (make-window-atom): Rename to window-make-atom.
11030 (window-resize-reset): Rename to window--resize-reset.
11031 (window-resize-reset-1): Rename to window--resize-reset-1.
11032 (resize-mini-window): Rename to window--resize-mini-window.
11033 (resize-subwindows-skip-p): Rename to
11034 window--resize-subwindows-skip-p.
11035 (resize-subwindows-normal): Rename to
11036 window--resize-subwindows-normal.
11037 (resize-subwindows): Rename to window--resize-subwindows.
11038 (resize-other-windows): Rename to window--resize-siblings.
11039 (resize-this-window): Rename to window--resize-this-window.
11040 (resize-root-window): Rename to window--resize-root-window.
11041 (resize-root-window-vertically): Rename to
11042 window--resize-root-window-vertically.
11043 (normalize-buffer-to-display): Rename to
11044 window-normalize-buffer-to-display.
11045 (normalize-buffer-to-switch-to): Rename to
11046 window-normalize-buffer-to-switch-to.
11047 Correspondingly update all callers of the functions listed
11048 above.
11049 (display-buffer-alist, display-buffer-normalize-arguments)
11050 (display-buffer-normalize-options, display-buffer)
11051 (display-buffer-alist-set): Use "function" instead of
11052 "fun-with-args".
11053
1176868d
CY
110542011-06-28 Chong Yidong <cyd@stupidchicken.com>
11055
11056 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
11057 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
11058 debbugs.gnu.org. Mention acknowledgment email.
11059
20a7a65f
LMI
110602011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11061
11062 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
11063 buffer multibyteness, since it shouldn't matter.
11064
5f45cca5
MR
110652011-06-28 Martin Rudalics <rudalics@gmx.at>
11066
11067 * window.el (display-buffer-in-side-window): Handle dedicated
11068 windows as in display-buffer-reuse-window.
11069 (display-buffer-normalize-alist): Use value of override
11070 specifier.
11071 (display-buffer-normalize-specifiers): Use value of
11072 other-window-means-other-frame specifier.
11073 (display-buffer-alist): Rewrite some texts in widgets.
11074 (display-buffer): Spread arguments when calling function
11075 specified by fun-with-args.
11076
ad85fe1f
DD
110772011-06-28 Deniz Dogan <deniz@dogan.se>
11078
1fa280a3
LM
11079 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11080 Unnest `let'.
da68c4c8 11081
ad85fe1f
DD
11082 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
11083 selectors (Bug#5732).
ec49bd31 11084 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 11085
a08cc025
JA
110862011-06-27 Jari Aalto <jari.aalto@cante.net>
11087
11088 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
11089 (eshell-ls-date-format): New defcustom.
11090 (eshell-ls-file): Use it.
11091
e2b551c5
SM
110922011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11093
11094 * help-fns.el (describe-variable): Fix message for terminal-local vars.
11095
8982b231
KY
110962011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
11097
11098 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
11099 (ange-ftp-make-tmp-name): New arg.
11100 (ange-ftp-file-local-copy): Use it.
11101
36c9fa27
J
111022011-06-27 Jambunathan K <kjambunathan@gmail.com>
11103
11104 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
11105 no-conversion (Bug#8870).
11106
d68443dc
MR
111072011-06-27 Martin Rudalics <rudalics@gmx.at>
11108
11109 * window.el (window-right, window-left, window-child)
11110 (window-child-count, window-last-child)
11111 (window-iso-combination-p, walk-window-tree-1)
11112 (window-atom-check-1, window-tree-1, delete-window)
11113 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
11114 new naming conventions - window-vchild, window-hchild,
11115 window-next and window-prev are now called window-top-child,
11116 window-left-child, window-next-sibling and window-prev-sibling
11117 respectively.
d615d6d2
MR
11118 (resize-window-reset): Rename to window-resize-reset.
11119 (resize-window-reset-1): Rename to window-resize-reset-1.
11120 (resize-window): Rename to window-resize.
11121 (window-min-height, window-min-width)
11122 (resize-mini-window, resize-this-window, resize-root-window)
11123 (resize-root-window-vertically, adjust-window-trailing-edge)
11124 (enlarge-window, shrink-window, maximize-window)
11125 (minimize-window, delete-window, quit-restore-window)
11126 (split-window, balance-windows, balance-windows-area-adjust)
11127 (balance-windows-area, window-state-put-2)
11128 (display-buffer-even-window-sizes, display-buffer-set-height)
11129 (display-buffer-set-width, set-window-text-height)
11130 (fit-window-to-buffer): Rename all "resize-window" prefixed
11131 calls to use the "window-resize" prefix convention.
11132 (display-buffer-alist): Fix symbol for label specifier.
11133 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
11134 corresponding specifier.
11135 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 11136
b6458526
VB
111372011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
11138
11139 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
11140 convention.
11141 (ses-call-printer): Does not pass an empty string to formatter when the
11142 cell is empty to keep from barking printer Calc math-format-value.
11143
d31fd9ac
RS
111442011-06-27 Richard Stallman <rms@gnu.org>
11145
43d5bf84
RS
11146 * battery.el (battery-mode-line-limit): New variable.
11147 (battery-update): Handle it.
11148
d31fd9ac
RS
11149 * mail/rmailmm.el (rmail-mime-process-multipart):
11150 Handle truncated messages.
11151
819a6054
GM
111522011-06-27 Glenn Morris <rgm@gnu.org>
11153
11154 * progmodes/flymake.el (flymake-err-line-patterns):
11155 Allow for column numbers in the ant/javac pattern. (Bug#8866)
11156
cedc73f2
VB
111572011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
11158
819a6054 11159 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
11160 (ses--clean-!, ses--clean-_): New functions.
11161 (ses-range): Add configurability of readout order, and conversion
11162 to Calc vector.
11163
5e5d49b6
VB
11164 * ses.el (ses-repair-cell-reference-all): New function.
11165 (ses-cell-symbol): Set macro as safe, so that it can be used in
11166 formulas.
11167
56e6cc31 11168 * ses.el: Update cycle detection algorithm.
90ca8b49 11169 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 11170 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
11171 (ses-set-localvars): New function.
11172 (ses-make-cell): Add property-list as a cell element.
11173 (ses-cell-property-get-fun, ses-cell-property-get)
11174 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
11175 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
11176 New functions.
90ca8b49
VB
11177 (ses-cell-property-set, ses-cell-property-pop)
11178 (ses-cell-property-get-handle): New macro.
11179 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
11180 New aliases, used for code readability.
11181 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
11182 cycle detection.
11183 (ses-self-reference-early-detection): New defcustom.
fac916bf 11184 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
11185 (ses-mode): Use ses-set-localvars.
11186 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
11187 before lauching the update processing.
11188 (ses-initialize-Dijkstra-attempt): New function.
11189 (ses-recalculate-cell): Update for cycle detection based on
11190 Dijkstra algorithm.
11191
2bb63e81
VB
11192 * ses.el: Fix commenting and indenting convention.
11193
c9d29fb8
SM
111942011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11195
11196 * bs.el (bs-cycle-next): Complete last change.
11197
d8e4b68b
JB
111982011-06-27 Drew Adams <drew.adams@oracle.com>
11199
11200 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
11201
40098786
LMI
112022011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11203
c9d29fb8
SM
11204 * net/network-stream.el (network-stream-open-starttls):
11205 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
11206 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
11207
40098786
LMI
11208 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
11209 to binary to possibly avoid line encoding issues on Windows (among
11210 other things).
11211
468d09d4
LMI
112122011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11213
11214 * net/network-stream.el (open-network-stream): Return an :error
11215 saying what the problem was, if possible.
11216
11217 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
11218 server.
11219
11220 * net/network-stream.el (network-stream-open-starttls): If we
11221 wanted to use STARTTLS, and the server offered it, but we weren't
11222 able to because we had no STARTTLS support, then close the connection.
11223 (open-network-stream): Return an :error element, if present.
11224
16f07dd7
CY
112252011-06-26 Chong Yidong <cyd@stupidchicken.com>
11226
88821ca0
CY
11227 * hl-line.el (hl-line-sticky-flag): Doc fix.
11228 (global-hl-line-sticky-flag): New option (Bug#8323).
11229 (global-hl-line-highlight): Obey it.
11230
16f07dd7
CY
11231 * vc/vc.el (vc-revert-show-diff): Default to t.
11232
6b5ccddf
KM
112332011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
11234
c9d29fb8
SM
11235 * allout-widgets.el (allout-widgets-post-command-business):
11236 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
11237 undecorated when an isearch is continued past, and isearch
11238 automatically collapses them. This leads to "widget leaks", where
11239 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
11240 hidden widgets can slow down cursor travel, substantially.
11241 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
11242 so we're doing without this nicety.
11243
11244 (allout-widgets-tally-string): Don't try to do a hash-table-count
11245 of allout-widgets-tally when it's nil. This eliminates spurious "Error
11246 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
11247 *Messages* when allout-widgets-maintain-tally is t.
11248
355f2e07
MR
112492011-06-26 Martin Rudalics <rudalics@gmx.at>
11250
11251 * window.el (display-buffer-normalize-argument): Rename to
11252 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
11253 LABEL argument. Respect special-display-function when popping up
11254 a new frame. Fix code searching for a window showing the buffer
11255 on another frame.
c9d29fb8
SM
11256 (display-buffer-normalize-specifiers):
11257 Call display-buffer-normalize-arguments.
355f2e07
MR
11258 (display-buffer-in-window): Don't undedicate the window if its
11259 buffer remains the same.
11260 Reported by Drew Adams <drew.adams@oracle.com>.
11261 (display-buffer-alist): Add choice for same-window macro
11262 specfier.
11263 (display-buffer): Mention special meaning of LABEL argument in
11264 doc-string. Fix quoting. Don't pop up a new frame even as
11265 fallback.
11266
7ca8fc42
JB
112672011-06-26 Juanma Barranquero <lekktu@gmail.com>
11268
11269 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
11270 avoid deleting the current window in some cases (bug#8911).
11271
bc312254
AS
112722011-06-26 Andreas Schwab <schwab@linux-m68k.org>
11273
11274 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
11275 (Bug#8934)
11276
2db18f3f
LMI
112772011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11278
c9d29fb8
SM
11279 * net/network-stream.el (network-stream-open-starttls):
11280 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
11281 (network-stream-open-tls): Ditto.
11282
6302e0d3
LL
112832011-06-26 Leo Liu <sdl.web@gmail.com>
11284
11285 * register.el (registerv): New struct.
11286 (registerv-make): New function.
c9d29fb8
SM
11287 (jump-to-register, describe-register-1, insert-register):
11288 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
11289 struct. (Bug#8415)
11290
5fdd4046
CY
112912011-06-26 Chong Yidong <cyd@stupidchicken.com>
11292
2afef60a
CY
11293 * vc/vc.el (vc-revert-show-diff): New defcustom.
11294 (vc-diff-internal): New arg specifying diff buffer.
11295 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
11296 reuse an existing *vc-diff* buffer (Bug#8927).
11297
5fdd4046
CY
11298 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
11299
e93db24a
GM
113002011-06-26 Glenn Morris <rgm@gnu.org>
11301
11302 * progmodes/f90.el (f90-critical-indent): New option.
11303 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
11304 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
11305 (f90-mode): Doc fix.
11306 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
11307 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
11308 (f90-beginning-of-block, f90-next-block, f90-indent-region)
11309 (f90-match-end): Handle block, critical.
11310
eefff499
GM
113112011-06-25 Glenn Morris <rgm@gnu.org>
11312
f6ba4cc9
GM
11313 * calendar/diary-lib.el (diary-included-files): Doc fix.
11314 (diary-include-files): New function, extracted from
11315 diary-include-other-diary-files and diary-mark-included-diary-files.
11316 (diary-include-other-diary-files, diary-mark-included-diary-files):
11317 Just call diary-include-files.
11318 (diary-mark-entries): Reset diary-included-files on first call.
11319
16712304
GM
11320 * calendar/diary-lib.el (diary-mark-entries)
11321 (diary-mark-included-diary-files):
11322 Visit included diary-files in temp buffers.
11323
5d8e0d43
GM
11324 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
11325 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
11326 (f90-start-block-re, f90-imenu-generic-expression)
11327 (f90-looking-at-program-block-start, f90-no-block-limit):
11328 Add support for submodules.
11329
ccf7a5d5
GM
11330 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11331 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 11332
11fdef7d 113332011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
11334
11335 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
11336 buffer-file-type before setting its value, to avoid disastrous
eefff499 11337 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 11338
74f53697
JB
113392011-06-25 Juanma Barranquero <lekktu@gmail.com>
11340
11341 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
11342
11343 * ses.el (ses-unload-function):
11344 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
11345
11346 * proced.el (proced-unload-function):
11347 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
11348
18a4ce5e
AR
113492011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
11350
11351 * server.el (server-create-window-system-frame): Add parameters arg.
11352 (server-process-filter): Doc fix. Handle frame-parameters.
11353
519d22cc
JB
113542011-06-25 Juanma Barranquero <lekktu@gmail.com>
11355
11356 Fix bug#8730, bug#8781.
11357
11358 * loadhist.el (unload--set-major-mode): New function.
11359 (unload-feature): Use it.
11360
11361 * progmodes/python.el (python-after-info-look): Add autoload cookie.
11362 (python-unload-function): New function.
11363
c206f5b0
SM
113642011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11365
11366 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
11367
f9ad64f3
GS
113682011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
11369
11370 * net/browse-url.el (browse-url-firefox-program): Add icecat to
11371 the candidates list.
11372
7d0da90e
JB
113732011-06-24 Juanma Barranquero <lekktu@gmail.com>
11374
11375 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
11376
14b4e83d
RS
113772011-06-23 Richard Stallman <rms@gnu.org>
11378
11379 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
11380 (rmail-variables): Set next-error-move-function.
11381 (rmail-what-message): Take argument POS.
11382 (rmail-next-error-move): New function.
11383
273d2baf
SM
113842011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11385
11386 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
11387 messages for adjacent non-terminals.
11388
56c2cc9a
RS
113892011-06-23 Richard Stallman <rms@gnu.org>
11390
11391 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 11392 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
11393 (rmail-start-mail): Don't specify use of rmail-mail-return;
11394 that's done by mail-bury now.
11395 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 11396
d59eb518
MA
113972011-06-23 Michael Albinus <michael.albinus@gmx.de>
11398
11399 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
11400 SIZE is a number.
11401
02cfc6d6
MR
114022011-06-23 Martin Rudalics <rudalics@gmx.at>
11403
11404 * window.el (get-lru-window, get-mru-window)
11405 (get-largest-window): Never return a minibuffer window.
11406 (display-buffer-pop-up-window): Fix a bug that could lead to
11407 reusing the minibuffer window.
11408 (display-buffer): Pass original specifier argument to
11409 display-buffer-function instead of the normalized one.
11410 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11411
4e323265
LL
114122011-06-22 Leo Liu <sdl.web@gmail.com>
11413
11414 * minibuffer.el (completing-read-function)
11415 (completing-read-default): Move from minibuf.c
11416
7a70468f
RS
114172011-06-22 Richard Stallman <rms@gnu.org>
11418
50718fc2
RS
11419 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
11420 to Rmail even if not started by a special Rmail command.
11421
7a70468f
RS
11422 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
11423 Copy the buffer currently showing just one message.
11424
297dde5a
RW
114252011-06-22 Roland Winkler <winkler@gnu.org>
11426
11427 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
11428 (bibtex-clean-entry): First delete the old key so that a
11429 customized algorithm for generating the new key does not get
11430 confused by the old key.
11431 (bibtex-url): Obey regexp of first step.
11432 (bibtex-search-entries): Do not use add-to-list with local
11433 list-var.
11434
97bb1093
LMI
114352011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11436
11437 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
11438 stored a user name, then query for the password first, instead of
11439 waiting for SMTP to give an error message and the trying again.
11440
1c0f1a19
JD
114412011-06-22 Lawrence Mitchell <wence@gmx.li>
11442
11443 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
11444 BUFFER in call-process.
11445
396f7c9d
LMI
114462011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11447
11448 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
11449 QUIT twice.
ddb7ffee
LMI
11450 (smtpmail-try-auth-methods): Require user name and password from
11451 auth-source.
396f7c9d 11452
8998d1b3
MR
114532011-06-22 Martin Rudalics <rudalics@gmx.at>
11454
11455 * window.el (display-buffer-default-specifiers)
11456 (display-buffer-alist): Remove entries for pop-up-frame-alist.
11457 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 11458 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
11459
11460 * frame.el (pop-up-frame-alist, pop-up-frame-function)
11461 (special-display-frame-alist, special-display-popup-frame):
11462 Remove duplicate declarations. These are now in window.el.
11463
4ea31e07
LMI
114642011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11465
c9d29fb8
SM
11466 * mail/smtpmail.el (smtpmail-via-smtp):
11467 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
11468 server supports it. SMTP servers that support STARTTLS commonly
11469 require it.
11470
11471 * net/network-stream.el (network-stream-open-starttls): Support
11472 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 11473 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 11474
95f41d9a
LMI
11475 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
11476 upgrades with `open-network-stream', and rely solely on
11477 auth-source for all credentials. Big changes throughout the file,
11478 but in particular:
c9d29fb8
SM
11479 (smtpmail-auth-credentials): Remove.
11480 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
11481 (smtpmail-via-smtp): Check for servers saying they want AUTH after
11482 MAIL FROM, too.
95f41d9a 11483
c9d29fb8
SM
11484 * net/network-stream.el (network-stream-open-starttls):
11485 Provide support for client certificates both for external and built-in
4ea31e07
LMI
11486 STARTTLS.
11487 (auth-source): Require.
11488 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
11489 (network-stream-certificate): Change cert-cert to cert and
11490 cert-key to key.
4ea31e07 11491
065ec2c7
MA
114922011-06-21 Michael Albinus <michael.albinus@gmx.de>
11493
11494 * net/tramp-cache.el (top): Don't load the persistency file when
11495 "emacs -Q" has been called.
11496
cd93b359
DR
114972011-06-21 Tim Harper <timcharper@gmail.com>
11498
d8e4b68b
JB
11499 * term/ns-win.el (ns-initialize-window-system):
11500 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
11501 resource to NO as it is not yet supported by the NS port.
11502
ae9c0411
JB
115032011-06-21 Juanma Barranquero <lekktu@gmail.com>
11504
11505 * misc.el (list-dynamic-libraries--refresh): Compute header here...
11506 (list-dynamic-libraries): ...not here.
11507
7f3f739f
LL
115082011-06-21 Leo Liu <sdl.web@gmail.com>
11509
11510 * subr.el (sha1): Implement sha1 using secure-hash.
11511
327c8fb1
MR
115122011-06-21 Martin Rudalics <rudalics@gmx.at>
11513
11514 * window.el (display-buffer-alist): In default value do not
11515 enforce searching a window on any but the selected frame.
11516 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11517 (display-buffer-select-window): Remove function.
11518 (display-buffer-in-window): When a window on another frame gets
11519 reused, do not select it any more but just raise its frame if
11520 necessary (Bug#8851) and (Bug#8856).
11521 (display-buffer-normalize-options): Handle pop-up-frames related
11522 options more faithfully.
11523 (pop-to-buffer): Don't rely on `display-buffer' selecting the
11524 window if it is on another frame.
c9d29fb8
SM
11525 (display-buffer-alist, display-buffer-default-specifiers):
11526 Don't make new frame unsplittable by default.
9e9de014
MR
11527 (display-buffer-normalize-argument): Fix doc-string typo and use
11528 'same-frame-other-window instead of 'other-window when associating
11529 with display-buffer-macro-specifiers.
327c8fb1 11530
7cf3f556
VB
115312011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
11532
11533 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
11534 New functions.
11535 (5x5-mode-map, 5x5-mode-menu): Bind them.
11536 (5x5-draw-grid): Tweak the solver's rendering.
11537
60a406cf
SM
115382011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11539
11540 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
11541 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
11542
d8e4b68b 115432011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
11544
11545 * menu-bar.el: Use function variable instead of switch-to-buffer.
11546 (menu-bar-select-buffer-function): New variable.
60a406cf 11547 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 11548
478d6f95
SM
115492011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11550
11551 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
11552 variable's status.
11553
ca530739
JD
115542011-06-20 Jan Djärv <jan.h.d@swipnet.se>
11555
11556 * x-dnd.el (x-dnd-version-from-flags)
11557 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
11558 and long as number (Bug#8899).
11559 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
11560
bcd70d97
SM
115612011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11562
60a406cf 11563 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
11564 (completion-try-completion, completion-all-completions): Compute the
11565 metadata argument if it's missing; make it optional (bug#8795).
11566
60a406cf 11567 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
11568 (widget-complete): Use new :completion-function property.
11569 (widget-completions-at-point): New function.
11570 (default): Use :completion-function instead of :complete.
60a406cf
SM
11571 (widget-default-completions): Rename from widget-default-complete;
11572 Rewrite.
bcd70d97
SM
11573 (widget-string-complete, widget-file-complete, widget-color-complete):
11574 Remove functions.
11575 (file, symbol, function, variable, coding-system, color):
11576 * international/mule-cmds.el (default-input-method, charset)
11577 (language-info-custom-alist):
11578 * cus-edit.el (face): Use new property :completions.
11579
11580 * progmodes/pascal.el (pascal-completions-at-point): New function.
11581 (pascal-mode): Use it.
11582 (pascal-mode-map): Use completion-at-point.
11583 (pascal-toggle-completions): Make obsolete.
11584 (pascal-complete-word, pascal-show-completions):
11585 * progmodes/octave-mod.el (octave-complete-symbol):
11586 Redefine as obsolete alias.
11587 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
11588 Signal absence of completion info for old Octave,
11589 (inferior-octave-complete): Redefine as obsolete alias.
11590 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
11591 (meta-completions-at-point): Rename from meta-complete-symbol and
11592 adapt it for use on completion-at-point-functions.
11593 (meta-common-mode): Use it.
11594 (meta-looking-at-backward, meta-match-buffer): Remove.
11595 (meta-complete-symbol): Redefine as obsolete alias.
11596 (meta-common-mode-map): Use completion-at-point.
11597 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
11598 (makefile-mode-map): Use completion-at-point.
11599 (makefile-completions-at-point): Rename from makefile-complete and
11600 adapt it for use on completion-at-point-functions.
11601 (makefile-mode): Use it.
11602 (makefile-complete): Redefine as obsolete alias.
11603
aebf69c8
DD
116042011-06-20 Deniz Dogan <deniz@dogan.se>
11605
11606 * net/rcirc.el: Delete trailing whitespaces once and for all.
11607
bfbbb27d
DC
116082011-06-20 Daniel Colascione <dan.colascione@gmail.com>
11609
11610 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
11611
d264a46b
CY
116122011-06-19 Chong Yidong <cyd@stupidchicken.com>
11613
4ca009e5
CY
11614 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
11615
d264a46b
CY
11616 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
11617
fbf5b3ce
MR
116182011-06-19 Martin Rudalics <rudalics@gmx.at>
11619
11620 * window.el (display-buffer-other-window-means-other-frame):
11621 Call display-buffer-normalize-alist.
11622 (display-buffer-normalize-specifiers-1): Rename to
11623 display-buffer-normalize-argument. New argument other-frame.
11624 Rewrite.
11625 (display-buffer-normalize-specifiers-2): Rename to
11626 display-buffer-normalize-options.
11627 (display-buffer-normalize-alist-1): New function.
11628 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
11629 display-buffer-normalize-alist.
11630 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
11631 (display-buffer-normalize-options-inhibit): New variable.
11632 (display-buffer-normalize-specifiers): Rewrite calling
11633 display-buffer-normalize-alist,
11634 display-buffer-normalize-argument, and
11635 display-buffer-normalize-options. Don't call the latter if
11636 display-buffer-normalize-options-inhibit is non-nil.
11637 (frame-auto-delete): New option.
11638 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
11639 (window-list-no-nils, window-state-ignored-parameters)
11640 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
11641 (window-state-put-1, window-state-put-2, window-state-put):
11642 New functions.
9a028c23
MR
11643 (display-buffer-normalize-options): Move special-display-p group
11644 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 11645
6d10d800
CY
116462011-06-18 Chong Yidong <cyd@stupidchicken.com>
11647
6420d28b
CY
11648 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
11649 groups (Bug#8776).
11650 (rx-submatch-n): New function.
11651 (rx): Document it.
11652
ddb8b596
CY
11653 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
11654 (Bug#8768).
11655
11656 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
11657
77080289
CY
11658 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
11659
61dfb316
CY
11660 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
11661 anytime existing face settings are present (Bug#8889).
11662
6d10d800
CY
11663 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
11664 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
11665 Remove unused argument.
11666
be3fb2b8
MR
116672011-06-18 Martin Rudalics <rudalics@gmx.at>
11668
bcd70d97
SM
11669 * window.el (display-buffer-default-specifiers):
11670 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
11671 pop-up-window-min-width, and another reuse-window specifier
11672 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
11673 (display-buffer-normalize-specifiers-2):
11674 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
11675 pop-up-windows is unset. Add a reuse-window specifier for the
11676 case popping up a new window fails.
11677 (special-display-popup-frame): Remove double quoting.
28dec25a 11678 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 11679
1c6d8c76
SM
116802011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11681
11682 * shell.el (shell-completion-vars): Set pcomplete-termination-string
11683 according to comint-completion-addsuffix.
11684
11685 * pcomplete.el: Convert to lexical binding and fix bug#8819.
11686 (pcomplete-suffix-list): Mark as obsolete.
11687 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
11688 pcomplete-seen in the closure.
11689 (pcomplete-comint-setup): Setup completion-at-point as well.
11690 (pcomplete--entries): New function.
11691 (pcomplete--env-regexp): New var.
11692 (pcomplete-entries): Rewrite to work with partial-completion and
11693 without relying on pcomplete-suffix-list.
11694 (pcomplete-pare-list): Remove, unused.
11695
25aef8b8
MR
116962011-06-17 Martin Rudalics <rudalics@gmx.at>
11697
11698 * window.el (display-buffer-alist): Set pop-up-window-min-height
11699 and pop-up-window-min-width in default value. Reported by
11700 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
11701 other-window-means-other-frame.
11702 (display-buffer-macro-specifiers): Comment out entry for
11703 other-window specifier.
11704 (display-buffer-other-window-means-other-frame): New function.
11705 (display-buffer-normalize-specifiers-1): New arguments
11706 buffer-name and label. Treat other-window case specially.
11707 (display-buffer-normalize-specifiers-2): Treat other-window case
11708 specially.
11709 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
11710 (display-buffer-normalize-specifiers):
11711 Call display-buffer-normalize-specifiers-3.
25aef8b8 11712
dbad4f69
MR
117132011-06-17 Martin Rudalics <rudalics@gmx.at>
11714
11715 * window.el (same-window-p): Fix two typos introduced when
11716 adding with-no-warnings.
d1067961
MR
11717 (display-buffer-normalize-specifiers-1): Don't check
11718 pop-up-frames for 'unset initialization.
11719 (display-buffer-normalize-specifiers-2): Major rewrite using
11720 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
11721 (pop-up-frames, display-buffer-reuse-frames)
11722 (display-buffer-mark-dedicated): Don't initialize to 'unset.
11723 Suggested by David Engster <deng@randomsample.de>.
11724 (even-window-heights): Initialize to 'unset.
11725 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
11726 (display-buffer-macro-specifiers): Don't pop up a new frame in the
11727 other window case.
dbad4f69 11728
9b9c9e3a
MR
117292011-06-16 Martin Rudalics <rudalics@gmx.at>
11730
bcd70d97
SM
11731 * window.el (display-buffer-normalize-specifiers-1):
11732 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 11733 second argument of display-buffer (Bug#8865).
981d5c09
MR
11734 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
11735 (switch-to-buffer-other-window-same-frame)
11736 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
11737 Adams (Bug#8875).
9c2755e9
MR
11738 (display-buffer): Don't check noninteractive when calling
11739 display-buffer-pop-up-frame.
11740 (display-buffer-pop-up-frame): Never pop up a frame in
11741 noninteractive mode (Bug#8857).
67222e1d
MR
11742 (enlarge-window, shrink-window): Don't report an error when the
11743 window can't be resized as requested (Bug#8862).
9b9c9e3a 11744
2b75be67
SM
117452011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11746
9ffdd3ba
SM
11747 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
11748
cb581a67
SM
11749 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
11750
2b75be67
SM
11751 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
11752
8c0e3589
AM
117532011-06-15 Alan Mackenzie <acm@muc.de>
11754
cb581a67
SM
11755 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
11756 for declarators, disable knr checking to speed up for normal files.
11757 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 11758
b96e6cde
LMI
117592011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11760
4bba86e6
LMI
11761 * net/network-stream.el (open-network-stream): Add the keyword
11762 :always-query-capabilities for the case where you want to force a
11763 `plain' network connection, but the protocol still requires the
11764 capabilitiy command (i.e., SMTP and EHLO).
11765
2b75be67 11766 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
11767 consistency with other `-live-p' functions.
11768
efdcdbf8
SM
117692011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11770
11771 * window.el (same-window-buffer-names, same-window-regexps)
11772 (special-display-frame-alist, special-display-popup-frame)
11773 (special-display-function, special-display-buffer-names)
11774 (special-display-regexps, pop-up-frame-alist)
11775 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
11776 (pop-up-windows, split-window-preferred-function)
11777 (split-height-threshold, split-width-threshold, even-window-heights)
11778 (display-buffer-mark-dedicated): Don't encourage the use of
11779 display-buffer-alist from Elisp code.
11780
c5cde042
DN
117812011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11782
11783 * progmodes/python.el (python-mode): Derive from prog-mode.
11784 * progmodes/ps-mode.el (ps-mode):
11785 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 11786 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
11787 * progmodes/ld-script.el (ld-script-mode): Likewise.
11788
baa1c9ab
MR
117892011-06-15 Martin Rudalics <rudalics@gmx.at>
11790
11791 * window.el (display-buffer-alist): Trim default value to avoid
11792 popping up a new frame (Bug#8857) or reusing an arbitrary window
11793 on another frame.
11794 (display-buffer): Do not fall back on popping up a new frame in
11795 batch mode (Bug#8857).
11796
c5dd5a51
CY
117972011-06-14 Chong Yidong <cyd@stupidchicken.com>
11798
11799 * cus-theme.el (describe-theme-1): Use custom-theme-p.
11800 (custom-theme-summary): New function.
11801 (customize-themes): Use it.
11802
d647b7c4
GM
118032011-06-13 Glenn Morris <rgm@gnu.org>
11804
11805 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
11806
9481c002
MR
118072011-06-13 Martin Rudalics <rudalics@gmx.at>
11808
357f93d2
MR
11809 * help.el (help-window): Remove variable.
11810 (help-window-point-marker, temp-buffer-max-height)
11811 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
11812 (help-print-return-message): Don't set help-window.
11813 (resize-temp-buffer-window): Rewrite cod eand doc-string.
11814 (help-window-setup-finish): Remove.
11815 (help-window-display-message, help-window-setup)
11816 (with-help-window): Major rewrite based on new
11817 display-buffer-window variable.
11818
11819 * help-mode.el (help-mode-finish): Remove help-window related
11820 code.
11821
11822 * view.el (view-exits-all-viewing-windows): Remove reference to
11823 view-return-to-alist in doc-string.
11824 (view-return-to-alist): Make obsolete.
11825 (view-buffer): Call pop-to-buffer-same-window and remove
11826 undo-window code.
11827 (view-buffer-other-window): Call pop-to-buffer-other-window and
11828 simplify code. Ignore second argument.
11829 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
11830 simplify code. Ignore second argument.
11831 (view-return-to-alist-update): Make obsolete.
11832 (view-mode-enter): Rename second argument to QUIT-RESTORE.
11833 Rewrite using quit-restore window parameters.
2b75be67
SM
11834 (view-mode-exit): Rename second argument to EXIT-ONLY.
11835 Rewrite using quit-restore-window.
357f93d2
MR
11836 (View-exit, View-exit-and-edit, View-leave, View-quit)
11837 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
11838 appropriate arguments.
11839 (view-end-message): Use quit-restore window parameter.
11840
9481c002
MR
11841 * window.el (display-buffer-function): Rewrite doc-string.
11842 (display-buffer-window, display-buffer-alist): New variables.
11843 (display-buffer-split-specifiers)
11844 (display-buffer-side-specifiers)
11845 (display-buffer-macro-specifiers): New constants.
11846 (display-buffer-even-window-sizes, display-buffer-set-height)
11847 (display-buffer-set-width, display-buffer-select-window)
11848 (display-buffer-in-window, display-buffer-reuse-window)
11849 (display-buffer-split-window-1, display-buffer-split-window)
11850 (display-buffer-split-atom-window, display-buffer-pop-up-window)
11851 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
11852 (display-buffer-in-side-window, normalize-buffer-to-display)
11853 (display-buffer-normalize-specifiers-1)
11854 (display-buffer-normalize-specifiers-2)
2b75be67
SM
11855 (display-buffer-normalize-specifiers, display-buffer-frame):
11856 New functions.
9481c002
MR
11857 (display-buffer): Major rewrite.
11858 (display-buffer-other-window, display-buffer-other-frame)
11859 (pop-to-buffer, switch-to-buffer-other-window)
11860 (switch-to-buffer-other-frame): Rewrite.
11861 (display-buffer-same-window, display-buffer-same-frame)
11862 (display-buffer-same-frame-other-window)
11863 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11864 (pop-to-buffer-other-window)
11865 (pop-to-buffer-same-frame-other-window)
11866 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
11867 (switch-to-buffer-other-window-same-frame): New functions.
11868 (same-window-p, special-display-p): Rewrite disabling warnings.
11869 Make obsolete.
11870 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11871 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
11872 Make obsolete
11873 (same-window-buffer-names, same-window-regexps)
11874 (special-display-frame-alist, special-display-popup-frame)
11875 (special-display-function, special-display-buffer-names)
11876 (special-display-regexps, pop-up-frame-alist)
11877 (pop-up-frame-function, split-window-preferred-function)
11878 (split-height-threshold, split-width-threshold)
11879 (even-window-heights): Make obsolete.
11880
9db51aca
GM
118812011-06-12 Glenn Morris <rgm@gnu.org>
11882
11883 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 11884 Misc simplifications.
9db51aca 11885
39cffb44
MR
118862011-06-12 Martin Rudalics <rudalics@gmx.at>
11887
11888 * window.el (window-safely-shrinkable-p): Restore function which
11889 was inadvertently removed in change from 2011-06-11. Declare as
11890 obsolete.
11891
2b75be67
SM
11892 * calendar/calendar.el (calendar-generate-window):
11893 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
11894 window-safely-shrinkable-p.
11895
a8955be7
GM
118962011-06-12 Glenn Morris <rgm@gnu.org>
11897
11898 * progmodes/fortran.el (fortran-mode-syntax-table):
11899 * progmodes/f90.el (f90-mode-syntax-table):
11900 Set % to punctuation. (Bug#8820)
11901 (f90-find-tag-default): Remove, no longer needed.
11902
f0d4059d
DC
119032011-06-12 Daniel Colascione <dan.colascione@gmail.com>
11904
11905 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
11906
1100a63c
CY
119072011-06-11 Chong Yidong <cyd@stupidchicken.com>
11908
11909 * image.el (image-animated-p): Return animation delay in seconds.
11910 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
11911 (image-animate-timeout): Remove DELAY argument. Don't assume
11912 every subimage has the same delay; get it from image-animated-p.
11913 (image-animate): Caller changed.
11914
def722bf
MA
119152011-06-11 Michael Albinus <michael.albinus@gmx.de>
11916
11917 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
11918 to ignored backtrace functions.
11919
0a2bb1a9
GM
119202011-06-11 Glenn Morris <rgm@gnu.org>
11921
11922 * calendar/appt.el (appt-disp-window-function): Doc fix.
11923 (appt-check): Handle overlapping appointments. (Bug#8337)
11924
6198ccd0
MR
119252011-06-11 Martin Rudalics <rudalics@gmx.at>
11926
11927 * window.el (window-tree-1, window-tree): New functions, moving
11928 the latter to window.el.
11929 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
11930 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
11931 (bw-refresh-edges): Remove.
11932 (balance-windows-1, balance-windows-2): New functions.
11933 (balance-windows): Rewrite in terms of window tree functions,
11934 balance-windows-1 and balance-windows-2.
11935 (bw-adjust-window): Remove.
11936 (balance-windows-area-adjust): New function with functionality of
11937 bw-adjust-window but using resize-window.
2b75be67
SM
11938 (set-window-text-height): Rewrite doc-string.
11939 Use normalize-live-window and resize-window.
11940 (enlarge-window-horizontally, shrink-window-horizontally):
11941 Rename argument to DELTA.
6198ccd0
MR
11942 (window-buffer-height): New function.
11943 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
11944 Rewrite using new window resize routines.
2b75be67
SM
11945 (kill-buffer-and-window, mouse-autoselect-window-select):
11946 Use ignore-errors instead of condition-case.
6198ccd0
MR
11947 (quit-window): Call delete-frame instead of delete-windows-on
11948 for the only buffer on frame.
11949
9397e56f
MR
119502011-06-10 Martin Rudalics <rudalics@gmx.at>
11951
11952 * loadup.el (top-level): Load window before files for the sake
11953 of replace-buffer-in-windows.
11954
11955 * files.el (read-buffer-to-switch)
11956 (switch-to-buffer-other-window)
2b75be67
SM
11957 (switch-to-buffer-other-frame, display-buffer-other-frame):
11958 Move to window.el.
9397e56f
MR
11959
11960 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
11961 (previous-buffer): Move to window.el.
11962
11963 * bindings.el (unbury-buffer): Move to window.el.
11964
11965 * window.el (delete-other-windows-vertically): Move after
11966 definition of delete-other-windows.
11967 (other-window, delete-windows-on, replace-buffer-in-windows):
11968 Move here from window.c.
11969 (record-window-buffer, unrecord-window-buffer)
11970 (set-window-buffer-start-and-point, switch-to-prev-buffer)
11971 (switch-to-next-buffer): New functions.
11972 (get-next-valid-buffer, last-buffer, next-buffer): Move here
11973 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
11974 (previous-buffer): Move here from simple.el.
11975 Call switch-to-prev-buffer.
9397e56f
MR
11976 (bury-buffer): Move here from buffer.c. Switch to previous
11977 buffer when window cannot be deleted.
11978 (unbury-buffer): Move here from bindings.el.
11979 (ctl-x-map): Move binding for other-window from window.c to
11980 here.
11981 (read-buffer-to-switch, switch-to-buffer-other-window)
11982 (switch-to-buffer-other-frame): Move here from files.el.
11983 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
11984 (switch-to-buffer): Move here from buffer.c.
11985 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 11986
562dd5e9
MR
119872011-06-10 Martin Rudalics <rudalics@gmx.at>
11988
11989 * window.el (window-min-height, window-min-width): Move here
11990 from window.c. Add defcustoms and rewrite doc-strings.
11991 (resize-mini-window, resize-window): New functions.
11992 (adjust-window-trailing-edge, enlarge-window, shrink-window):
11993 Move here from window.c.
11994 (maximize-window, minimize-window): New functions.
11995 (delete-window, delete-other-windows, split-window): Move here
11996 from window.c.
11997 (window-split-min-size): New function.
11998 (split-window-keep-point): Mention split-window-above-each-other
11999 instead of split-window-vertically.
2b75be67 12000 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
12001 Rename split-window-vertically to split-window-above-each-other
12002 and provide defalias for old definition.
12003 (split-window-side-by-side, split-window-horizontally):
12004 Rename split-window-horizontally to split-window-side-by-side
12005 and provide defalias for the old definition.
562dd5e9
MR
12006 (ctl-x-map): Move bindings for delete-window,
12007 delete-other-windows and enlarge-window here from window.c.
12008 Replace bindings for split-window-vertically and
12009 split-window-horizontally by bindings for
12010 split-window-above-each-other and split-window-side-by-side.
12011
12012 * cus-start.el (all): Remove entries for window-min-height and
12013 window-min-width. Add entries for window-splits and
12014 window-nest.
12015
f0da764a
GM
120162011-06-09 Glenn Morris <rgm@gnu.org>
12017
80675c21
GM
12018 * calendar/appt.el (appt-mode-line): New function.
12019 (appt-check, appt-disp-window): Use it.
12020
f0da764a
GM
12021 * files.el (hack-one-local-variable-eval-safep):
12022 Allow minor-modes with explicit +/-1 arguments.
12023
59f623b7
TZ
120242011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
12025
12026 * term/xterm.el (xterm): Add defgroup.
12027 (xterm-extra-capabilities): Add defcustom to supply known xterm
12028 capabilities, skip querying them, or query them (default).
12029 (terminal-init-xterm): Use it.
12030 (terminal-init-xterm-modify-other-keys): New function to set up
12031 modifyOtherKeys support to simplify `terminal-init-xterm'.
12032
9aab8e0d
MR
120332011-06-09 Martin Rudalics <rudalics@gmx.at>
12034
12035 * window.el (resize-window-reset, resize-window-reset-1)
12036 (resize-subwindows-skip-p, resize-subwindows-normal)
12037 (resize-subwindows, resize-other-windows, resize-this-window)
12038 (resize-root-window, resize-root-window-vertically)
12039 (window-deletable-p, window-or-subwindow-p)
12040 (frame-root-window-p): New functions.
12041
e8b08aee
GM
120422011-06-09 Glenn Morris <rgm@gnu.org>
12043
12044 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
12045 (ange-ftp-get-files): Use it.
12046
254c37a5
AK
120472011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
12048
12049 * mail/sendmail.el (mail-recover-1, mail-recover):
12050 * files.el (recover-file, recover-session):
12051 Handle dired-listing-switches not being just a single short option.
12052
35d7dbd3
GM
120532011-06-09 Glenn Morris <rgm@gnu.org>
12054
12055 * calendar/appt.el (appt-display-message, appt-disp-window):
12056 Handle lists of appointments.
12057
387522b2
MR
120582011-06-08 Martin Rudalics <rudalics@gmx.at>
12059
2b75be67
SM
12060 * window.el (one-window-p): Move down in code.
12061 Rewrite doc-string.
12062 (window-current-scroll-bars): Rewrite doc-string.
12063 Normalize live window argument.
387522b2
MR
12064 (walk-windows, get-window-with-predicate, count-windows):
12065 Rewrite doc-string. Use window-list-1.
12066 (window-in-direction-2, window-in-direction, get-mru-window):
12067 New functions.
12068
d8e4b68b 120692011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
12070
12071 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
12072 Doc fix (Bug#8713).
12073
120742011-06-08 Chong Yidong <cyd@stupidchicken.com>
12075
12076 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
12077
120782011-06-08 Juanma Barranquero <lekktu@gmail.com>
12079
12080 * loadhist.el (unload-feature-special-hooks):
12081 Add `comint-output-filter-functions'.
12082
0de12c52
IK
120832011-06-08 Ivan Kanis <gnu@kanis.fr>
12084
12085 * calendar/appt.el (appt-check): Move some initializations into the let.
12086
f3d1777e
MR
120872011-06-08 Martin Rudalics <rudalics@gmx.at>
12088
12089 * window.el (window-height): Defalias to window-total-height.
12090 (window-width): Defalias to window-body-width.
12091
18af70d0
CY
120922011-06-07 Chong Yidong <cyd@stupidchicken.com>
12093
12094 * image-mode.el (image-toggle-animation): New command.
12095 (image-mode-map): Bind it to RET.
12096 (image-mode): Update message.
12097 (image-toggle-display-image): Avoid a spurious cache flush.
12098 (image-transform-rotation): Doc fix.
12099 (image-transform-properties): Return quickly in the normal case.
12100 (image-animate-loop): Rename from image-animate-max-time.
12101
2b75be67 12102 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
12103 (create-animated-image): Remove unnecessary function.
12104 (image-animate): Rename from image-animate-start. New arg.
2b75be67 12105 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
12106 (image-animate-timer): Use car-safe.
12107 (image-animate-timeout): Rename argument.
12108
190b47e6
MR
121092011-06-07 Martin Rudalics <rudalics@gmx.at>
12110
12111 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
12112 window.c. Rename first argument to ALL-FRAMES.
12113 Rephrase doc-strings.
12114 (get-buffer-window-list): Rewrite using window-list-1.
12115 Rephrase doc-string.
a1511caf
MR
12116 (window-safe-min-height, window-safe-min-width): New constants.
12117 (window-size-ignore, window-min-size, window-min-size-1)
12118 (window-sizable, window-sizable-p, window-size-fixed-1)
12119 (window-size-fixed-p, window-min-delta-1, window-min-delta)
12120 (window-max-delta-1, window-max-delta, window-resizable)
12121 (window-resizable-p, window-total-height, window-total-width)
12122 (window-body-width): New functions.
12123 (window-full-height-p, window-full-width-p): Rewrite using
12124 window-total-size.
12125 (window-body-height): Rewrite using window-body-size.
190b47e6 12126
85cc1f11
MR
121272011-06-06 Martin Rudalics <rudalics@gmx.at>
12128
12129 * window.el (window-right, window-left, window-child)
12130 (window-child-count, window-last-child, window-any-p)
12131 (normalize-live-buffer, normalize-live-frame)
12132 (normalize-any-window, normalize-live-window)
12133 (window-iso-combination-p, window-iso-combined-p)
12134 (window-iso-combinations)
12135 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
12136 (windows-with-parameter, window-with-parameter)
12137 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
12138 (window-atom-check, window-side-check, window-check):
12139 New functions.
85cc1f11
MR
12140 (ignore-window-parameters, window-sides, window-sides-vertical)
12141 (window-sides-slots): New variables.
12142 (window-size-fixed): Move down in code. Minor doc-string fix.
12143
e7156492
AS
121442011-06-05 Andreas Schwab <schwab@linux-m68k.org>
12145
12146 * comint.el (comint-dynamic-complete-as-filename)
12147 (comint-dynamic-complete-filename): Correctly call
12148 completion-in-region.
12149
7e821d0d
DD
121502011-06-05 Deniz Dogan <deniz@dogan.se>
12151
12152 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
12153 in last change.
12154
ac09b8a1
DD
121552011-06-05 Deniz Dogan <deniz@dogan.se>
12156
12157 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
12158 (rcirc): Use it to prompt for encryption.
12159
34699b85
RW
121602011-06-05 Roland Winkler <winkler@gnu.org>
12161
12162 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
12163 (bibtex-search-entries): New command bound to C-c C-a.
12164 (bibtex-display-entries): New function.
12165
004dedd3
RW
121662011-06-05 Roland Winkler <winkler@gnu.org>
12167
12168 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
12169 (bibtex-insert-kill): After yanking insert newline if necessary.
12170 (bibtex-initialize): Call bibtex-string-files-init only once.
12171 (bibtex-mode): Do not call easy-menu-add.
12172 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
12173 (bibtex-yank): Set arg properly if nil.
12174
022fe7ce
RW
121752011-06-05 Roland Winkler <winkler@gnu.org>
12176
2b75be67
SM
12177 * textmodes/bibtex.el (bibtex-search-entry-globally):
12178 New variable.
022fe7ce
RW
12179 (bibtex-search-entry): Use it.
12180
b7c3692a
RW
121812011-06-05 Roland Winkler <winkler@gnu.org>
12182
12183 * textmodes/bibtex.el (bibtex-entry-format): New option
12184 sort-fields.
12185 (bibtex-format-entry, bibtex-reformat): Honor this option.
12186 (bibtex-parse-entry): Return fields in proper order.
12187
8eda563d
JB
121882011-06-05 Juanma Barranquero <lekktu@gmail.com>
12189
12190 * doc-view.el (doc-view-remove-if): Move computation of result out
12191 of `dolist' to silence misleading lexical-binding warning.
12192
7dbe3dbc
CY
121932011-06-04 Chong Yidong <cyd@stupidchicken.com>
12194
12195 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
12196 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
12197
0c33dd17
MA
121982011-06-04 Michael Albinus <michael.albinus@gmx.de>
12199
12200 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
12201 "SunOS 5.10".
12202
f8f91c2b
MA
122032011-06-04 Michael Albinus <michael.albinus@gmx.de>
12204
12205 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
12206 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
12207 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
12208 (tramp-parse-putty):
12209 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
12210 (tramp-completion-function-alist-ssh)
12211 (tramp-completion-function-alist-telnet)
12212 (tramp-completion-function-alist-su)
12213 (tramp-completion-function-alist-putty): Set `tramp-autoload'
12214 cookie.
12215
12216 * net/tramp-ftp.el:
12217 * net/tramp-sh.el:
12218 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
12219 load "tramp.el" `tramp-set-completion-function'.
12220
e17d9003
SM
122212011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12222
12223 * shell.el: Require and use pcomplete.
12224 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
12225 (shell-completion-vars): Set pcomplete-default-completion-function.
12226
6c4cab03
DD
122272011-06-04 Deniz Dogan <deniz@dogan.se>
12228
12229 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
12230 `memq' (Bug#8799).
12231
ea9fafe0
SM
122322011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12233
12234 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
12235
b3e945d3
JB
122362011-06-02 Juanma Barranquero <lekktu@gmail.com>
12237
12238 * bs.el (bs--mark-unmark, bs--nth-wrapper):
12239 * mpc.el (mpc-select-extend, mpc-songpointer-context):
12240 * vc/log-view.el (log-view-beginning-of-defun):
12241 * vc/smerge-mode.el (smerge-apply-resolution-patch)
12242 (smerge-refine-forward, smerge-refine-chopup-region):
12243 Silence warning for unused `dotimes' counter variables.
12244
7d520089
SM
122452011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12246
12247 * net/tramp.el (tramp-with-progress-reporter): Rename from
12248 with-progress-reporter. Use `declare'.
12249 * net/tramp-smb.el:
12250 * net/tramp-sh.el:
12251 * net/tramp-gvfs.el: Update all uses.
12252
a1c2400f
JB
122532011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
12254
12255 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
12256 buffer isn't killed before making it current.
12257
2403c841
SM
122582011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12259
12260 Silence various byte-compiler warnings.
12261 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
12262 `access-type' and new obsolescence format.
12263 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
12264 new format.
12265 (byte-compile-check-variable): New `access-type' argument.
12266 Only warn if the access-type is obsolete.
12267 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12268 (byte-compile-variable-set): Adjust callers.
12269 * help-fns.el (describe-variable): Adjust to new obsolescence format.
12270 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
12271 setting it as obsolete.
12272 * simple.el (minibuffer-completing-symbol):
12273 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
12274 access as obsolete.
12275 * minibuffer.el (minibuffer-completing-file-name): Don't make it
12276 obsolete yet.
12277 * international/quail.el (quail-mouse-choose-completion): Remove unused
12278 code referring to obsolete var.
12279 (quail-choose-completion-string): Remove.
12280 * server.el (server-clients-with, server-kill-buffer-query-function)
12281 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
12282 * proced.el (proced-send-signal):
12283 * emacs-lisp/lisp.el (lisp-complete-symbol):
12284 Replace completion-annotate-function with completion-extra-properties.
12285
2462470b
SM
122862011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12287
fb5b2591
SM
12288 * simple.el (goto-line): Use read-number.
12289 (overriding-map-is-bound): Remove.
12290 (saved-overriding-map): Change default.
12291 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
12292 Take the map as argument.
12293 (universal-argument, negative-argument, digit-argument): Use it.
12294 (restore-overriding-map): Adjust.
12295 (do-auto-fill): Use fill-forward-paragraph.
12296 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
12297
fd6fa53f
SM
12298 * minibuffer.el (minibuffer-inactive-mode-map): New var.
12299 (minibuffer-inactive-mode): New major mode.
12300 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
12301 the *Messages* buffer" hack.
12302 (mouse-popup-menubar): Don't burp if the event is a normal key.
12303
2462470b
SM
12304 Miscellaneous tweaks.
12305 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
12306 lexical scoping as in subr.el's dolist and dotimes.
12307 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
12308 Silence compiler warning.
12309 * thingatpt.el (forward-whitespace): Trivial coding style fix.
12310 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
12311 * international/ccl.el (ccl-compile): Trivial simplification.
12312 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
12313 * emacs-lisp/testcover.el (testcover-end): Remove spurious
12314 `printflag' argument.
12315 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12316 Purecopy the whole obsolescence data.
12317
108bf785
LL
123182011-06-01 Leo Liu <sdl.web@gmail.com>
12319
12320 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
12321 improve doc-string as suggested by Marco Pessotto
12322 <melmothx@gmail.com>.
12323 (rcirc-print): Fix last change.
12324
30a23501
SM
123252011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12326
12327 * minibuffer.el (complete-with-action): Return nil for the metadata and
12328 boundaries of non-functional tables.
12329 (completion-table-dynamic): Return nil for the metadata.
12330 (completion-table-with-terminator): Add default case, using
12331 complete-with-action.
12332 (completion--metadata): New function.
12333 (completion-all-sorted-completions, minibuffer-completion-help): Use it
12334 to try and avoid pathological performance problems.
12335 (completion--embedded-envvar-table): Return `category' metadata.
12336
bcd54f83
LMI
123372011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12338
12339 * subr.el (process-alive-p): New tiny convenience function.
12340
e227544d
SM
123412011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12342
12343 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
12344 content but also its previous major mode.
12345
e8296fdc
HE
123462011-05-31 Helmut Eller <eller.helmut@gmail.com>
12347
4d61f28d 12348 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
12349 *Backtrace* buffer when we exit with C-M-c.
12350
620c53a6
SM
123512011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12352
12353 * minibuffer.el: Add metadata method to completion tables.
12354 (completion-category-overrides): New defcustom.
12355 (completion-metadata, completion--field-metadata)
12356 (completion-metadata-get, completion--styles)
12357 (completion--cycle-threshold): New functions.
12358 (completion-try-completion, completion-all-completions):
12359 Add `metadata' argument to choose completion-styles.
12360 (completion--do-completion): Use metadata to choose cycling.
12361 (completion-all-sorted-completions): Use metadata for sorting.
12362 Remove :completion-cycle-penalty which is not needed any more.
12363 (completion--try-word-completion): Add `metadata' argument.
12364 (minibuffer-completion-help): Check metadata for annotation function
12365 and sorting.
12366 (completion-file-name-table): Return `category' metadata.
12367 (minibuffer-completing-file-name): Make obsolete.
12368 * simple.el (minibuffer-completing-symbol): Make obsolete.
12369 * icomplete.el (icomplete-completions): Pass new `metadata' param to
12370 completion-try-completion.
12371
1257e755
SM
123722011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12373
12374 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
12375
3767e706
LL
123762011-05-30 Leo Liu <sdl.web@gmail.com>
12377
12378 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
12379 (rcirc-print): Decode all incoming messages (bug#8744).
12380 (rcirc-decode-coding-system): Allow value nil for automatic coding
12381 system detection.
3767e706 12382
d1a5d56a
GM
123832011-06-01 Glenn Morris <rgm@gnu.org>
12384
12385 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
12386
e8cbec34
CY
123872011-05-29 Chong Yidong <cyd@stupidchicken.com>
12388
12389 * image.el (image-animate-max-time): Allow nil and t values.
12390 Default to nil.
12391 (create-animated-image): Doc fix.
12392 (image-animate-start): Remove second arg; just use
12393 image-animate-max-time.
12394 (image-animate-timeout): Doc fix. Args changed.
12395
12396 * image-mode.el (image-toggle-display-image): Ensure that the
12397 image spec passed to the animate timer is the same object as in
58179cce 12398 the buffer's display property (Bug#6981).
e8cbec34
CY
12399 (image-transform-properties): Doc fix.
12400
12401 * image.el (image-animate-max-time): Default to nil.
12402
159daf87
MR
124032011-05-29 Martin Rudalics <rudalics@gmx.at>
12404
12405 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
12406 entire buffer list (Bug#8184).
12407
d66c4c7c
CY
124082011-05-29 Chong Yidong <cyd@stupidchicken.com>
12409
12410 * image.el (imagemagick-types-inhibit)
12411 (imagemagick-register-types): Doc fix.
12412
80aec780
DD
124132011-05-29 Deniz Dogan <deniz@dogan.se>
12414
12415 * net/rcirc.el (rcirc): Use the user's stored encryption method by
12416 default.
12417
1dd3c2d9
CY
124182011-05-29 Chong Yidong <cyd@stupidchicken.com>
12419
12420 * select.el: Don't perform clipboard-manager saving in hooks;
12421 leave the hooks empty.
12422
60e56523
LL
124232011-05-28 Leo Liu <sdl.web@gmail.com>
12424
12425 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
12426 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
12427 (occur-edit-mode): New major mode (Bug#8463).
12428 (occur-after-change-function): New function.
12429 (occur-engine): Give Occur tags a read-only property.
12430
2b1e1a22
KR
124312011-05-28 Kevin Ryde <user42@zip.com.au>
12432
12433 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
12434
5d344e88
CY
124352011-05-28 Chong Yidong <cyd@stupidchicken.com>
12436
8e6ca83d
CY
12437 * bindings.el (help-echo): Make the initial non-indicator dash
12438 empty on graphical terminals (Bug#7295).
12439
5d344e88
CY
12440 * files.el (auto-mode-alist): Move config rule after the
12441 in-stripping one (Bug#8547).
12442
bfbbace7
CY
12443 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
12444
fbeba6e2
CY
12445 * startup.el (normal-splash-screen): Remove gratuitous mode-line
12446 setting (Bug#8740).
12447
60ed8c72
AA
124482011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
12449
4ac619f0
AA
12450 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
12451 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
12452 (Bug#8539).
60ed8c72 12453
23db196e
CY
124542011-05-28 Chong Yidong <cyd@stupidchicken.com>
12455
12456 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
12457
5012f24c
DK
124582011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
12459
12460 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
12461 (hs-hide-block-at-point, hs-find-block-beginning)
12462 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
12463 (Bug#8279).
12464
6a639b16
GM
124652011-05-28 Glenn Morris <rgm@gnu.org>
12466
12467 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
12468
d43eaf2c
CY
124692011-05-28 Chong Yidong <cyd@stupidchicken.com>
12470
5199bde1
CY
12471 * help-fns.el (describe-function-1): If the function is a derived
12472 major mode, print the parent mode.
12473
d43eaf2c
CY
12474 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
12475 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
12476
423428a8
SM
124772011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12478
0ff8e1ba 12479 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 12480 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
12481 * progmodes/etags.el (tags-completion-at-point-function):
12482 * info-look.el (info-lookup-completions-at-point): Mark as
12483 non-exclusive.
12484 (info-complete): Adjust accordingly.
12485
423428a8
SM
12486 * info-look.el: Convert to lexical-binding and completion-at-point.
12487 (info-lookup-completions-at-point): New function.
12488 (info-complete): Use it and completion-in-region.
12489
b74aa22b
DA
124902011-05-28 Drew Adams <drew.adams@oracle.com>
12491
12492 * isearch.el: Let M-e start with point at the first mismatched char.
12493 (isearch-fail-pos): New function.
12494 (isearch-edit-string): Use it.
12495
66e2e71d
DK
124962011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12497
12498 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12499
b1890b0f 125002011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
12501
12502 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
12503 traversal functions for avl-trees.
12504 (avl-tree--stack): New struct.
12505 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
12506 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
12507 (avl-tree--do-enter): Add optional `updatefun' arg.
12508 Change return value.
eb95d01d 12509 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
12510 (avl-tree--do-delete): Add `test' and `nilflag' args.
12511 Change return value.
eb95d01d
TC
12512 (avl-tree-member): Add optional `nilflag'
12513 (avl-tree-member-p): New function.
12514 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
12515 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
12516 (avl-tree-stack-empty-p): New functions.
12517
3769ddcf
TC
12518 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
12519 avl-tree--del-balance1 and make it work both ways.
12520 (avl-tree--del-balance2): Remove.
12521 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
12522 make it work both ways.
12523 (avl-tree--enter-balance2): Remove.
12524 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
12525 New macros.
12526 (avl-tree--mapc, avl-tree-map): Add direction argument.
12527
eb95d01d 125282011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
12529
12530 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
12531
a9f737ee
CY
125322011-05-27 Chong Yidong <cyd@stupidchicken.com>
12533
12534 * select.el: Support clipboard managers with built-in function
12535 x-clipboard-manager-save, via delete-frame-functions and
12536 kill-emacs-hook.
12537 (xselect-convert-to-targets): Add MULTIPLE target to list.
12538 (xselect-convert-to-save-targets): New function.
12539
c92a1e54
KH
125402011-05-27 Kenichi Handa <handa@m17n.org>
12541
12542 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
12543 let-binding rfc2047-encode-encoded-words to nil.
12544
e145f188
GM
125452011-05-27 Glenn Morris <rgm@gnu.org>
12546
5ec8a862
GM
12547 * mail/emacsbug.el: Don't require url-util.
12548
4b29d9fb
GM
12549 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
12550
e145f188
GM
12551 * files.el (set-auto-mode):
12552 Also respect mode: entries at the end of the file. (Bug#8586)
12553
7d15102b
GM
125542011-05-26 Glenn Morris <rgm@gnu.org>
12555
98f593b8
GM
12556 * files.el (hack-local-variables-prop-line, hack-local-variables):
12557 Downcase mode names, as seems to be traditional.
27b48e63 12558 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 12559
7d15102b
GM
12560 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
12561 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
12562
51d5b4ec
JD
125632011-05-25 Julien Danjou <julien@danjou.info>
12564
12565 * textmodes/rst.el (rst-define-level-faces): Do not define face
12566 symbol if it is already defined.
12567
91513f63
VB
125682011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
12569
12570 * play/5x5.el (5x5-new-game, 5x5-randomize):
12571 Reset 5x5-solver-output to nil when a new grid is cast.
12572 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
12573 these debugging traces, as defmacro breaks the compiled code.
12574
4d90d6d0
DK
125752011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12576
12577 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12578
e1b90ef6
LL
125792011-05-24 Leo Liu <sdl.web@gmail.com>
12580
12581 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
12582 (vc-bzr-sha1): Adapt.
12583
d8e4b68b 12584 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
12585
12586 * bindings.el: Provide sha1 feature.
12587
db0406bb 125882011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
12589
12590 * mail/sendmail.el: Require `rfc2047'.
12591 (mail-insert-from-field): Do not perform RFC2047 encoding.
12592 (mail-encode-header): New function.
12593 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
12594 buffer to the return value of select-message-coding-system.
12595 Call mail-encode-header.
b8d747b9
KH
12596
12597 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
12598
db0406bb 125992011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 12600
4d90d6d0
DK
12601 * mail/supercite.el (sc-default-cite-frame):
12602 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 12603
eb8a5e9b
GM
126042011-05-24 Glenn Morris <rgm@gnu.org>
12605
f8630703
GM
12606 * progmodes/python.el (brm-menu): Declare.
12607
8831bbed
GM
12608 * emulation/viper.el (viper-set-hooks): Declare.
12609
eb8a5e9b
GM
12610 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
12611 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
12612 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
12613 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
12614 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
12615 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
12616
a2a25d24
SM
126172011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12618
12619 Add an :exit-function for completion-at-point.
12620
12621 * minibuffer.el (completion--done): New fun.
12622 (completion--do-completion): Use it. New arg `expect-exact'.
12623 (minibuffer-complete, minibuffer-complete-word): Don't output message,
12624 since completion--do-completion does it for us now.
12625 (minibuffer-force-complete): Use completion--done and
12626 completion--replace. Handle sole-completion case with more care.
12627 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
12628 (completion-extra-properties): New var.
12629 (completion-annotate-function): Make obsolete.
12630 (minibuffer-completion-help): Adjust accordingly.
12631 Use completion-list-insert-choice-function.
12632 (completion-at-point, completion-help-at-point):
12633 Bind completion-extra-properties.
12634 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
12635 * simple.el (completion-list-insert-choice-function): New var.
12636 (completion-setup-function): Preserve it.
12637 (choose-completion): Pay attention to it, shuffle the code a bit.
12638 (choose-completion-string): New arg `insert-function'.
12639
12640 * textmodes/bibtex.el: Convert to lexical binding.
12641 (bibtex-mode-map): Use completion-at-point.
12642 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
12643 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
12644 (bibtex-complete): Define as obsolete alias.
12645 (bibtex-complete-internal): Remove.
12646 (bibtex-format-entry): Remove unused sub-group in regexp.
12647 * shell.el (shell--command-completion-data)
12648 (shell-environment-variable-completion):
12649 * pcomplete.el (pcomplete-completions-at-point):
12650 * comint.el (comint--complete-file-name-data): Use :exit-function
12651 instead of completion-table-with-terminator so it also works for
12652 choose-completion.
12653
e44e373d
SM
126542011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12655
4f91a816
SM
12656 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
12657
782fc819
SM
12658 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
12659 (bug#8710).
12660
e44e373d
SM
12661 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
12662
381987c3
KM
126632011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
12664
12665 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
12666 customization variable and implement: If non-nil, auto-fill will
12667 be inhibited while on topic's header line.
12668
b776bc70
VB
126692011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
12670
12671 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 12672 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
12673 always have a solution in grid size = 5 cases.
12674 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
12675 (5x5-solver-output, 5x5-log-buffer): New vars.
12676 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
12677 Make these variables buffer local to achieve 5x5 multi-session-ness.
12678 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
12679 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
12680 (5x5-solve-suggest): New funs.
12681 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
12682 randomize a grid so that we ensure that there is always a solution.
12683 (5x5-make-random-grid): Allow other movement than flipping.
12684
7de88b6e
KR
126852011-05-23 Kevin Ryde <user42@zip.com.au>
12686
12687 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 12688 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
12689 advice and passes PREDICATE.
12690
b1ef1257
SM
126912011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12692
bbca48fe
SM
12693 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
12694 byte-compile-lambda if it's actually a lambda.
12695
b1ef1257
SM
12696 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
12697 Fix function quoting. Use backquote better.
12698
92a9cc65
YS
126992011-05-22 Yuanle Song <sylecn@gmail.com>
12700
12701 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
12702 matching (Bug#8516).
12703
f0fb8059
JA
127042011-01-22 Jari Aalto <jari.aalto@cante.net>
12705
12706 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
12707 different face (Bug#8178).
12708
d5b44c93
CY
127092011-05-22 Chong Yidong <cyd@stupidchicken.com>
12710
12711 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
12712 defface (Bug#8144).
12713
79106a44
SM
127142011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12715
9c848d8a
SM
12716 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
12717 funcall as well (bug#8712). Warn when performing those conversions.
12718 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
12719
79106a44
SM
12720 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
12721
88dfa756
GM
127222011-05-22 Glenn Morris <rgm@gnu.org>
12723
12724 * files.el (hack-local-variables-prop-line): Small simplifications.
12725 (hack-local-variables, hack-local-variables-prop-line):
12726 If MODE-ONLY, return the mode, rather than just `t'.
12727
b7cf2c79
SM
127282011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12729
12730 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
12731
3f1a8558
GM
127322011-05-21 Glenn Morris <rgm@gnu.org>
12733
7e4ccca3
GM
12734 * files.el (hack-local-variables-prop-line, hack-local-variables):
12735 If only interested in the mode, don't bother doing the other stuff.
12736
637d46ca
GM
12737 * image-mode.el (image-after-revert-hook):
12738 Redraw all frames on which the image is visible. (Bug#8567)
12739
973d955b
GM
12740 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
12741
3f1a8558
GM
12742 * wid-edit.el (widget-checklist-match-inline):
12743 Fix 2011-04-19 change. (Bug#8649)
12744
96479927
SM
127452011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12746
1dcf791f
SM
12747 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12748 Also allow singlespace after single-letter capitals followed by a dot.
12749
96479927
SM
12750 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
12751 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
12752
35fd0881
N
127532011-05-20 Nix <nix@esperi.org.uk>
12754
12755 * files.el (basic-save-buffer-2):
12756 Fix handling of break-hardlink-on-save with non-existent files.
12757
82745640
DD
127582011-05-19 Deniz Dogan <deniz@dogan.se>
12759
12760 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 12761 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 12762
4a720484
GM
127632011-05-19 Glenn Morris <rgm@gnu.org>
12764
d1f21341
GM
12765 * progmodes/f90.el (f90-type-def-re):
12766 Handle "type, bind(c)". (Bug#8691)
12767
4a720484
GM
12768 * emacs-lisp/autoload.el (batch-update-autoloads):
12769 Set autoload-excludes by parsing loadup.el rather than Makefiles.
12770
2fb0a219
MA
127712011-05-18 Michael Albinus <michael.albinus@gmx.de>
12772
12773 * net/tramp.el (tramp-process-actions): Set "first-password-request"
12774 property for the correct connection in case of multihops.
12775
e565dd37
GM
127762011-05-18 Glenn Morris <rgm@gnu.org>
12777
c2571358 12778 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
12779 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
12780
e565dd37
GM
12781 Rationalize calendar handling of day and month abbrev-arrays.
12782 * calendar/calendar.el (calendar-customized-p): New function.
12783 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
12784 (calendar-day-name-array, calendar-month-name-array): Doc fix.
12785 Add :set function.
12786 (calendar-abbrev-length, calendar-day-abbrev-array)
12787 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
12788 (calendar-day-abbrev-array, calendar-month-abbrev-array):
12789 Elements may no longer be nil.
12790 (calendar-day-name, calendar-month-name):
12791 Update for changed nature of abbrev arrays.
12792 * calendar/diary-lib.el (diary-name-pattern):
12793 Update for changed nature of abbrev arrays.
12794 (diary-mark-entries-1): Update calendar-make-alist calls.
12795 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
12796 * calendar/cal-html.el (cal-html-day-abbrev-array):
12797 Simply inherit from calendar-day-abbrev-array.
12798
1d99a745
SM
127992011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12800
12801 * progmodes/grep.el (grep-mode): Disable default
12802 compilation-directory-matcher setting (bug#8684).
12803
7c1d9aa0
MA
128042011-05-17 Michael Albinus <michael.albinus@gmx.de>
12805
12806 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
12807 instead of "head" and "tail". There were problems with SunOS 5.9,
12808 and it performs better.
12809
3952e9d8
GM
128102011-05-17 Glenn Morris <rgm@gnu.org>
12811
2dd12e7f
GM
12812 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
12813
e4157b9c
GM
12814 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
12815 Replace obsolete function.
12816
8e249bbd
GM
12817 * shell.el (pcomplete-parse-arguments-function): Declare.
12818
3952e9d8
GM
12819 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
12820 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
12821 (appt-check): Doc fixes.
12822 (appt-disp-window-function, appt-delete-window-function):
12823 Remove needless special case in custom :type.
12824 (appt-display-count): Default to 0, not nil.
12825 (appt-check): Reset appt-display-count to 0, not nil.
12826
c71a0d48 128272011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 12828
c71a0d48
GM
12829 * progmodes/python.el (python-font-lock-keywords):
12830 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 12831
31d55be9
SM
128322011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12833
12834 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
12835
3bfacb2f
KR
128362011-05-16 Kevin Ryde <user42@zip.com.au>
12837
12838 * info-look.el (makefile-automake-mode): New setups, looking in
12839 automake manual, then makefile-mode.
12840 (makefile-mode): Remove automake manual, have it just in
12841 makefile-automake-mode since there's various things different or
12842 not relevant to plain make.
12843 (makefile-mode): Remove "other-modes" non-existent automake-mode,
12844 believe a hypothetical automake-mode would go to makefile-mode,
12845 not the other way around.
12846
c8e83751
CY
128472011-05-15 Chong Yidong <cyd@stupidchicken.com>
12848
5e9e35cd
CY
12849 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
12850 hunk-end tags (Bug#8672).
12851
c8e83751
CY
12852 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
12853 vc-annotate-show-diff-revision-at-line (Bug#8671).
12854
50b23e5a
GM
128552011-05-14 Glenn Morris <rgm@gnu.org>
12856
7210a739
GM
12857 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
12858 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
12859 (change-log-font-lock-keywords): Also handle multiple author lines
12860 with leading tabs. (Bug#8644)
7210a739 12861
4691905a
GM
12862 * calendar/appt.el (appt-check): Rename some local variables.
12863 Some simplification/reordering.
12864
50b23e5a
GM
12865 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
12866 (feedmail-sendmail-f-doesnt-sell-me-out)
12867 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
12868 (feedmail-debug-sit-for, feedmail-queue-express-hook)
12869 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
12870 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
12871 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
12872 (feedmail-binmail-gnulinuxish-template):
12873 Rename from feedmail-binmail-linuxish-template.
12874 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
12875 Use insert-buffer-substring.
12876
215cda7c
BC
128772011-05-14 Bill Carpenter <bill@carpenter.org>
12878
12879 * mail/feedmail.el (feedmail-patch-level): Increase.
12880 (feedmail-debug): New custom group.
12881 (feedmail-confirm-outgoing-timeout)
12882 (feedmail-sendmail-f-doesnt-sell-me-out)
12883 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
12884 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
12885 (feedmail-sender-line, feedmail-from-line)
12886 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 12887 (feedmail-spray-this-address)
215cda7c
BC
12888 (feedmail-spray-address-fiddle-plex-list)
12889 (feedmail-queue-use-send-time-for-date)
12890 (feedmail-queue-use-send-time-for-message-id)
12891 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
12892 (feedmail-buffer-eating-function):
12893 Doc fixes.
12894 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
12895 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
12896 (feedmail-message-action-scroll-down): New functions.
12897 (feedmail-queue-directory, feedmail-queue-draft-directory):
12898 Use expand-file-name.
12899 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
12900 Remove C-v help entry.
12901 (feedmail-queue-buffer-file-name): New variable.
12902 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
12903 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
12904 (feedmail-message-action-send-strong, feedmail-message-action-edit)
12905 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
12906 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
12907 (feedmail-message-action-toggle-spray)
12908 (feedmail-run-the-queue-no-prompts)
12909 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
12910 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
12911 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
12912 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
12913 (feedmail-envelope-deducer, feedmail-fiddle-from)
12914 (feedmail-fiddle-sender, feedmail-default-date-generator)
12915 (feedmail-fiddle-date, feedmail-fiddle-message-id)
12916 (feedmail-fiddle-spray-address)
12917 (feedmail-fiddle-list-of-spray-fiddle-plexes)
12918 (feedmail-fiddle-list-of-fiddle-plexes)
12919 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
12920 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
12921 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
12922 Change default. Doc fix.
12923 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
12924 (feedmail-binmail-linuxish-template): New constant.
12925 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
12926 Respect feedmail-sendmail-f-doesnt-sell-me-out.
12927 (feedmail-send-it): Add debug call.
12928 Use feedmail-queue-buffer-file-name, and
12929 feedmail-send-it-immediately-wrapper.
12930 (feedmail-message-action-send): Add debug call.
12931 Use feedmail-send-it-immediately-wrapper.
12932 (feedmail-queue-express-to-queue): Add debug call.
12933 Run feedmail-queue-express-hook.
12934 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
12935 (feedmail-message-action-help-blat):
12936 Rename from feedmail-queue-send-edit-prompt-help-first.
12937 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
12938 Check line-endings. Handle errors better.
12939 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
12940 Doc fix. Add debug call.
12941 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
12942 Use feedmail-queue-send-edit-prompt-inner.
12943 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
12944 (feedmail-queue-send-edit-prompt-inner): New function, extracted
12945 from feedmail-queue-send-edit-prompt.
12946 (feedmail-queue-send-edit-prompt-help)
12947 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
12948 (feedmail-tidy-up-slug): Add debug call.
12949 Respect feedmail-queue-slug-suspect-regexp.
12950 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
12951 (feedmail-dump-message-to-queue): Add debug call.
12952 Expand queue-directory.
12953 (feedmail-dump-message-to-queue): Change message slightly.
12954 Use feedmail-say-chatter.
12955 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
12956 (feedmail-send-it-immediately-wrapper): New function.
12957 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
12958 Insert empty string rather than newline. Handle full-frame case.
12959 Use catch/throw. Use feedmail-say-chatter.
12960 (feedmail-fiddle-from): Try mail-host-address.
12961 (feedmail-default-message-id-generator): Doc fix.
12962 Bind system-time-locale. Handle missing end.
12963 (feedmail-fiddle-x-mailer): Add debug call.
12964 Handle feedmail-x-mailer-line being nil.
12965 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
12966 Add debug call. Use buffer-substring-no-properties.
12967 (feedmail-say-debug, feedmail-say-chatter): New functions.
12968 (feedmail-find-eoh): Give an explicit error.
12969
42c7e61e
UJ
129702011-05-13 Ulf Jasper <ulf.jasper@web.de>
12971
c2571358 12972 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 12973 family from helvetica to sans.
c2571358 12974 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
12975 etc/images/newsticker.
12976
c2571358 12977 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
12978 family from helvetica to sans.
12979
12980 * net/newst-plainview.el (newsticker-new-item-face)
12981 (newsticker-old-item-face, newsticker-immortal-item-face)
12982 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 12983 (newsticker-statistics-face): Change default family from
42c7e61e 12984 helvetica to sans.
c2571358 12985 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
12986 etc/images/newsticker.
12987
5d3385a0
JB
12988 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
12989 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
12990 auto-marking.
12991
8497a297
DV
129922011-05-13 Didier Verna <didier@xemacs.org>
12993
12994 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
12995 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
12996 TODO entries.
8497a297
DV
12997 (lisp-lambda-list-keyword-parameter-indentation)
12998 (lisp-lambda-list-keyword-parameter-alignment)
12999 (lisp-lambda-list-keyword-alignment): New customizable user options.
13000 (lisp-indent-defun-method): Improve docstring.
13001 (extended-loop-p): Fix comment.
13002 (lisp-indent-lambda-list-keywords-regexp): New variable.
13003 (lisp-indent-lambda-list): New function.
13004 (lisp-indent-259): Use it.
13005 (lisp-indent-defmethod): Support for more than one
13006 method qualifier and properly indent methods lambda-lists.
13007 (defgeneric): Provide a missing common-lisp-indent-function property.
13008
f278f87f
SM
130092011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13010
13011 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13012 bounds for the empty string (bug#8667).
13013
5233edd7
GM
130142011-05-13 Glenn Morris <rgm@gnu.org>
13015
5237a44f
GM
13016 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
13017
8340026c 13018 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 13019 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 13020
5233edd7 13021 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 13022 (appt-time-msg-list): Doc fix.
a5464014 13023 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 13024
92d10796
AS
130252011-05-12 Andreas Schwab <schwab@linux-m68k.org>
13026
13027 * progmodes/ld-script.el (ld-script-keywords)
13028 (ld-script-builtins): Update keywords list.
13029
914a0ae1
SM
130302011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13031
c89be45f
SM
13032 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
13033
914a0ae1
SM
13034 * shell.el (shell-completion-vars): New function.
13035 (shell-mode):
13036 * simple.el (read-shell-command): Use it.
13037 (blink-matching-open): No need for " [...]" in minibuffer-message.
13038
98dc3df3
GM
130392011-05-12 Glenn Morris <rgm@gnu.org>
13040
13041 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
13042 (appt-check): Simplify.
13043
d2fc7e3d 130442011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 13045
4d61f28d 13046 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
13047 literal "/dev/null".
13048
d2fc7e3d 130492011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
13050
13051 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
13052 Fix typo.
13053
d2fc7e3d 130542011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 13055
3f254caa
SM
13056 * progmodes/which-func.el (which-function):
13057 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
13058 which might not be defined (Bug#8260).
13059
d45885f7
GM
130602011-05-12 Glenn Morris <rgm@gnu.org>
13061
13062 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13063 Let byte-compile-initial-macro-environment always take precedence.
13064
488086f4
SM
130652011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13066
13067 * net/rcirc.el: Add support for SSL/TLS connections.
13068 (rcirc-server-alist): New field `encryption'.
13069 (rcirc): Check `encryption' settings.
13070 (rcirc-connect): New arg `encryption'. Use open-network-stream.
13071 Merge make-local-variable into `set'.
13072 (rcirc--connection-open-p): New function.
13073 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
13074 the process is not a network process (e.g. running gnutls-cli).
13075 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13076 Make rcirc-(en|de)code-coding-system local here.
13077 (rcirc-mode): Merge make-local-variable into `set'.
13078 (rcirc-parent-buffer): Make permanent buffer-local.
13079 (rcirc-multiline-minor-mode): Don't do it here.
13080 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
13081 there's no server buffer.
13082
7d3b9d44
GM
130832011-05-11 Glenn Morris <rgm@gnu.org>
13084
f64049c6
GM
13085 * newcomment.el (comment-kill): Prefix "unused" local.
13086
93c9df73
GM
13087 * term/w32console.el (get-screen-color): Declare.
13088
7d3b9d44
GM
13089 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
13090 Handle symbol elements of byte-compile-initial-macro-environment.
13091
9e2dd53f
LL
130922011-05-10 Leo Liu <sdl.web@gmail.com>
13093
488086f4
SM
13094 * bookmark.el (bookmark-bmenu-mode-map):
13095 Bind bookmark-bmenu-search to `/'.
8b340240 13096
9e2dd53f 13097 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
13098 (footnote-unicode-string, footnote-unicode-regexp): New variable.
13099 (Footnote-unicode): New function.
13100 (footnote-style-alist): Add unicode style to the list.
13101 (footnote-style): Doc fix.
9e2dd53f 13102
79b70037
GM
131032011-05-10 Jim Meyering <meyering@redhat.com>
13104
13105 Fix doubled-word typos.
13106 * international/quail.el (quail-insert-kbd-layout): and and -> and
13107 * kermit.el: and and -> and
13108 * net/ldap.el (ldap-search-internal): to to -> to
13109 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
13110 * progmodes/js.el (js-mode): and and -> and
13111 * textmodes/artist.el (artist-move-to-xy): at at -> at
13112 (artist-draw-region-trim-line-endings): if if -> if
13113 And Safetyc -> Safety.
13114 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
13115
b8f82dc1 131162011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 13117 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
13118
13119 * files.el (hack-one-local-variable-eval-safep):
13120 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
13121
4f99f44b
GM
131222011-05-10 Glenn Morris <rgm@gnu.org>
13123
13124 * calendar/diary-lib.el (diary-list-entries-hook)
13125 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
13126 (diary-nongregorian-marking-hook, diary-list-entries)
13127 (diary-include-other-diary-files, diary-mark-entries)
13128 (diary-mark-included-diary-files): Doc fixes.
13129
84f29e6b
JB
131302011-05-09 Juanma Barranquero <lekktu@gmail.com>
13131
13132 * misc.el: Require tabulated-list.el during compilation.
13133
9bedd73a
CY
131342011-05-09 Chong Yidong <cyd@stupidchicken.com>
13135
488086f4
SM
13136 * progmodes/compile.el (compilation-start):
13137 Run compilation-filter-hook for the async case too.
9bedd73a
CY
13138 (compilation-filter-hook): Doc fix.
13139
797c735c
DD
131402011-05-09 Deniz Dogan <deniz@dogan.se>
13141
13142 * wdired.el: Remove outdated installation comment. Fix usage
13143 comment.
13144
5f4b1dfe
JB
131452011-05-09 Juanma Barranquero <lekktu@gmail.com>
13146
13147 * misc.el: Implement new command `list-dynamic-libraries'.
13148 (list-dynamic-libraries--loaded-only-p): New variable.
13149 (list-dynamic-libraries--refresh): New function.
13150 (list-dynamic-libraries): New command.
13151
4c44026c
CY
131522011-05-09 Chong Yidong <cyd@stupidchicken.com>
13153
488086f4
SM
13154 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13155 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
13156 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
13157 higher priority to avoid clobbering by gnu.
13158
027f966d
CY
131592011-05-08 Chong Yidong <cyd@stupidchicken.com>
13160
13161 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
13162 if the face has existing theme settings (Bug#8454).
13163
085f5d7d
CY
131642011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
13165
488086f4
SM
13166 * progmodes/perl-mode.el (perl-imenu-generic-expression):
13167 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 13168
2a86a00c
RS
13169 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
13170 special file names `.' and `..' (Bug#8259).
13171
d9c54a06
CY
131722011-05-08 Chong Yidong <cyd@stupidchicken.com>
13173
488086f4
SM
13174 * progmodes/grep.el (grep-mode-font-lock-keywords):
13175 Remove buffer-changing entries.
d9c54a06
CY
13176 (grep-filter): New function.
13177 (grep-mode): Add it to compilation-filter-hook.
13178
13179 * progmodes/compile.el (compilation-filter-hook)
13180 (compilation-filter-start): New defvars.
13181 (compilation-filter): Call compilation-filter-hook prior to
13182 updating the process mark.
13183
c4662635
SM
131842011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13185
13186 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
13187
b0512a1d
EZ
131882011-05-07 Eli Zaretskii <eliz@gnu.org>
13189
605c9376
EZ
13190 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
13191 mailclient-send-it even if window-system is nil. (Bug#8595)
13192
c4662635
SM
13193 * term/w32console.el (terminal-init-w32console):
13194 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
13195 background-mode. (Bug#8597)
13196
d1dc2cc2
SM
131972011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13198
13199 Make bytecomp.el understand that defmethod defines funs (bug#8631).
13200 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
13201 New functions.
13202 (defgeneric, eieio--defmethod): Use them.
13203 (eieio-defgeneric): Remove.
13204 (defmethod): Call defgeneric in a way visible to the byte-compiler.
13205
915d1300
GM
132062011-05-07 Glenn Morris <rgm@gnu.org>
13207
a3961c3e
GM
13208 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
13209 Use let rather than let*.
13210 (timeclock-find-discrep): Remove unused local.
13211
314347b9
GM
13212 * calendar/diary-lib.el (diary-comment-start): Doc fix.
13213
915d1300
GM
13214 * calendar/appt.el (appt-time-msg-list): Doc fix.
13215
275b59b0
NF
132162011-05-06 Noah Friedman <friedman@splode.com>
13217
13218 * apropos.el (apropos-print-doc): Only use
13219 emacs-lisp-docstring-fill-column when it is bound to an integer,
13220 per that variable's documentation.
13221
6c19f744
SM
132222011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13223
13224 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 13225 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 13226
60f884b2
GM
132272011-05-06 Glenn Morris <rgm@gnu.org>
13228
5006e634
GM
13229 * calendar/appt.el (appt-message-warning-time): Doc fix.
13230 (appt-warning-time-regexp): New option.
13231 (appt-make-list): Respect appt-message-warning-time.
13232
548d0a63
GM
13233 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
13234 New options.
13235 (diary-add-to-list): Strip comments from the displayed string.
13236 (diary-mode): Set comment-start and comment-end.
13237
60f884b2
GM
13238 * vc/diff-mode.el (smerge-refine-subst): Declare.
13239 (diff-refine-hunk): Don't require smerge-mode when compiling.
13240
989681bb
JB
132412011-05-06 Juanma Barranquero <lekktu@gmail.com>
13242
13243 * simple.el (list-processes): Return nil as the docstring says.
13244
a6bc05e1
MA
132452011-05-05 Michael Albinus <michael.albinus@gmx.de>
13246
13247 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
13248 to "".
13249 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13250 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
13251 determining of binary transfer. (Bug#7383)
13252
23c22e9a
MA
132532011-05-05 Michael Albinus <michael.albinus@gmx.de>
13254
c4662635
SM
13255 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13256 Fix port computation bug. (Bug#8618)
23c22e9a 13257
0bff894f
GM
132582011-05-05 Glenn Morris <rgm@gnu.org>
13259
b8296902
GM
13260 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
13261
1f522ce8
GM
13262 * simple.el (shell-dynamic-complete-functions)
13263 (comint-dynamic-complete-functions): Declare.
13264
cf5bee67
GM
13265 * net/network-stream.el (gnutls-negotiate):
13266 * simple.el (tabulated-list-print): Fix declarations.
13267
13268 * progmodes/gud.el (syntax-symbol, syntax-point):
13269 Remove unnecessary and incorrect declarations.
13270
0bff894f
GM
13271 * emacs-lisp/check-declare.el (check-declare-scan):
13272 Handle byte-compile-initial-macro-environment in bytecomp.el
13273
9869b3ae
SM
132742011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13275
13276 Fix earlier half-done eieio-defmethod change (bug#8338).
13277 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
13278 Streamline and change calling convention.
13279 (defmethod): Adjust accordingly and simplify.
13280 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
13281 new eieio--defmethod.
13282 (slot-boundp): Minor CSE simplification.
13283
9c1d5ac5
MZ
132842011-05-05 Milan Zamazal <pdm@zamazal.org>
13285
13286 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
13287 (glasses-make-readable): Use glasses-separate-capital-groups.
13288
455c834e
JB
132892011-05-05 Juanma Barranquero <lekktu@gmail.com>
13290
13291 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
13292 (warning-series): Doc fix.
13293 (display-warning): Don't try to create the buffer if we just found it.
13294
9ed7c8cb
CY
132952011-05-04 Chong Yidong <cyd@stupidchicken.com>
13296
13297 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
13298 (autoload-find-generated-file): New function.
13299 (generate-file-autoloads): Bind generated-autoload-file to
13300 buffer-file-name.
9869b3ae
SM
13301 (update-file-autoloads, update-directory-autoloads):
13302 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
13303 output file (Bug#7989).
13304 (batch-update-autoloads): Doc fix.
13305
0898ca10
JB
133062011-05-04 Juanma Barranquero <lekktu@gmail.com>
13307
13308 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
13309
31dfb76c
GM
133102011-05-04 Glenn Morris <rgm@gnu.org>
13311
f330b642
GM
13312 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
13313 function, so it follows changes in calendar-date-style.
13314 (diary-fancy-date-matcher): New function.
13315 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
13316 (diary-fancy-font-lock-fontify-region-function):
13317 Use diary-fancy-date-pattern as a function.
13318
31dfb76c
GM
13319 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
13320 non-numbers for `year' etc pseudo-variables. (Bug#8583)
13321
48e79d6a
TZ
133222011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
13323
13324 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
13325 instead of positional arguments. Allow :keylist and :crlfiles
13326 arguments.
13327 (open-gnutls-stream): Call it.
13328
13329 * net/network-stream.el (network-stream-open-starttls): Adjust to
13330 call `gnutls-negotiate' with :process and :hostname arguments.
13331
dd5a5ee0
SM
133322011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13333
ef80fc09
SM
13334 * minibuffer.el (completion--message): New function.
13335 (completion--do-completion, minibuffer-complete)
13336 (minibuffer-force-complete, minibuffer-complete-word): Use it.
13337 (completion--do-completion): Don't ignore completion-auto-help when in
13338 icomplete-mode.
13339
dd5a5ee0
SM
13340 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
13341 internal encoding (e.g. tibetan zero is not whitespace).
13342 (global-whitespace-mode): Prefer save-current-buffer.
13343 (whitespace-trailing-regexp): Remove useless save-match-data.
13344 (whitespace-empty-at-bob-regexp): Minor simplification.
13345
b7d22a83
CY
133462011-05-03 Chong Yidong <cyd@stupidchicken.com>
13347
13348 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
13349
5192af46
AM
133502011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13351
13352 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 13353 Use `concat' to create string for insertion.
5192af46 13354
5767d190
SM
133552011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13356
13357 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
13358 Avoid open-line which runs post-self-insert-hook.
13359 (bibtex-fill-entry): Remove unused `end' var.
13360
bf242939
AM
133612011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
13362
5767d190
SM
13363 * textmodes/ispell.el (ispell-add-per-file-word-list):
13364 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 13365
25666126
LL
133662011-05-03 Leo Liu <sdl.web@gmail.com>
13367
13368 * isearch.el (isearch-yank-pop): New command.
5767d190 13369 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
13370 (isearch-forward): Mention it.
13371
52d3c2d0
SM
133722011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13373
1bcace58
SM
13374 * simple.el (minibuffer-complete-shell-command): Remove.
13375 (minibuffer-local-shell-command-map): Use completion-at-point.
13376 (read-shell-command): Setup completion vars here instead.
13377 (read-expression-map): Bind TAB to symbol completion.
13378
52d3c2d0
SM
13379 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
13380 error directly rather via storing it into `results'.
13381
35813471
LL
133822011-05-02 Leo Liu <sdl.web@gmail.com>
13383
13384 * vc/diff.el: Fix description.
13385
e793a940
LMI
133862011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13387
13388 * server.el (server-eval-at): New function.
13389
8de66e05
LMI
133902011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13391
13392 * net/network-stream.el (open-network-stream): Take a :nowait
13393 parameter and pass it on to `make-network-process'.
13394 (network-stream-open-plain): Ditto.
13395
dcb79f20
AS
133962011-04-30 Andreas Schwab <schwab@linux-m68k.org>
13397
13398 * faces.el (face-spec-set-match-display): Don't match toolkit
13399 options on terminal frames.
13400
14a7fbd8
SM
134012011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13402
7eabc1be
SM
13403 * progmodes/pascal.el: Use lexical binding.
13404 (pascal-mode-map): Remove author preferences.
13405
14a7fbd8
SM
13406 * pcomplete.el (pcomplete-std-complete): Don't abuse
13407 completion-at-point.
13408
50f84510
JB
134092011-04-28 Juanma Barranquero <lekktu@gmail.com>
13410
6e087a44
JB
13411 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
13412 removing code that has been dead since 1991 or so.
13413
50f84510
JB
13414 * startup.el (command-line): When warning about "_emacs", use a
13415 delayed warning to allow the user to filter it out.
13416
0ba690bd
DD
134172011-04-28 Deniz Dogan <deniz@dogan.se>
13418
13419 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
13420 user has not joined.
13421
08abfaad
SM
134222011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13423
13424 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
13425 aren't any completions at point.
13426
638f053a
JB
134272011-04-28 Juanma Barranquero <lekktu@gmail.com>
13428
13429 * subr.el (display-delayed-warnings): New function.
13430 (delayed-warnings-hook): New variable.
13431
8fff8daa
SM
134322011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13433
08abfaad
SM
13434 * minibuffer.el (completion-at-point, completion-help-at-point):
13435 Don't presume that a given completion-at-point-function will always
13436 use the same calling convention.
13437
8fff8daa
SM
13438 * pcomplete.el (pcomplete-completions-at-point):
13439 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
13440 pcomplete-seen is non-nil.
13441 (pcomplete-comint-setup): Also recognize the new comint/shell
13442 completion functions.
13443 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
13444 pcomplete-seen is non-nil.
13445
841a1577 134462011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 13447
841a1577 13448 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 13449 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 13450 the first character in the entry. This allows for code to add its
211ec907
UJ
13451 own uid to the entry.
13452 (icalendar--convert-float-to-ical): Add export of
13453 `diary-float'-entries save for those with the optional DAY
13454 argument.
13455
2a782793
DC
134562011-04-27 Daniel Colascione <dan.colascione@gmail.com>
13457
13458 * subr.el (shell-quote-argument): Use alternate escaping strategy
13459 when we spot a variable reference in a string.
13460
0438ce91
DC
134612011-04-26 Daniel Colascione <dan.colascione@gmail.com>
13462
13463 * cus-start.el (all): Define customization for debug-on-event.
13464
841a1577 134652011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
13466
13467 * subr.el (shell-quote-argument): Escape correctly under Windows.
13468
d090ed6c
SM
134692011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13470
13471 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
13472
bfd31217
MA
134732011-04-25 Michael Albinus <michael.albinus@gmx.de>
13474
d090ed6c
SM
13475 * net/tramp.el (tramp-process-actions): Add POS argument.
13476 Delete region between POS and (pos).
bfd31217 13477
d090ed6c
SM
13478 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13479 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
13480 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
13481
13482 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
13483 position in `tramp-process-actions' call.
13484
13485 * net/trampver.el: Update release number.
13486
e92f3bd3
SM
134872011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13488
850256b5
SM
13489 * custom.el (defcustom): Obey lexical-binding.
13490
e92f3bd3
SM
13491 Fix octave-inf completion problems reported by Alexander Klimov.
13492 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
13493 Inherit from octave-mode-syntax-table.
13494 (inferior-octave-mode): Set info-lookup-mode.
13495 (inferior-octave-completion-at-point): New function.
13496 (inferior-octave-complete): Use it and completion-in-region.
13497 (inferior-octave-dynamic-complete-functions): Use it as well, and use
13498 comint-filename-completion.
13499 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
13500 symbol elements which shouldn't be word elements.
13501 (octave-font-lock-keywords, octave-beginning-of-defun)
13502 (octave-function-header-regexp): Adjust regexps accordingly.
13503 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
13504
cd22b309
JB
135052011-04-25 Juanma Barranquero <lekktu@gmail.com>
13506
13507 * net/gnutls.el (gnutls-errorp): Declare before first use.
13508
8b492194
TZ
135092011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
13510
13511 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
13512 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 13513 default trustfile exists before going to use it. Add missing
5a5fa834 13514 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
13515 Reported by Claudio Bley <claudio.bley@gmail.com>.
13516 (open-gnutls-stream): Add usage example.
13517
13518 * net/network-stream.el (network-stream-open-starttls): Give host
13519 parameter to `gnutls-negotiate'.
13520 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 13521 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 13522
841a1577 135232011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 13524
cd22b309
JB
13525 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
13526 Use correct match group (bug#8438).
05842630 13527
3ba7869c
CY
135282011-04-24 Chong Yidong <cyd@stupidchicken.com>
13529
512e3ae1
CY
13530 * emacs-lisp/package.el (package-built-in-p): Fix typo.
13531 (package-menu--generate): New arg specifying packages to show.
13532 (package-menu-refresh, package-menu-execute, list-packages):
13533 Callers changed.
13534 (package-show-package-list): New function, replacing deleted
13535 package--list-packages (renamed because it is non-internal).
13536
13537 * finder.el (finder-list-matches): Use package-show-package-list
13538 instead of deleted package--list-packages.
13539
e92f3bd3
SM
13540 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
13541 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
13542 (vc-annotate-mode-map): Bind it to RET.
13543
7031be6d
UR
135442011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
13545
13546 * progmodes/etags.el (next-file): Don't use set-buffer to change
13547 buffers (Bug#8478).
13548
4ef177aa
CY
135492011-04-24 Chong Yidong <cyd@stupidchicken.com>
13550
c8d173eb
CY
13551 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
13552
4ef177aa
CY
13553 * apropos.el (apropos-label-face): Avoid variable-pitch face.
13554 (apropos-accumulator): Doc fix.
13555 (apropos-function, apropos-macro, apropos-command)
13556 (apropos-variable, apropos-face, apropos-group, apropos-widget)
13557 (apropos-plist): Add face property.
13558 (apropos-symbols-internal): Fix indentation.
13559 (apropos-print): Simplify help, and recognize apropos-multi-type.
13560 (apropos-print-doc): Use button-type-get to extract the button's
13561 face property. Fill docstring (Bug#8352).
13562
4ffd0d6b 135632011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
13564
13565 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
13566
c6c32125 13567 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 13568 (mpuz-mode-map): Use mapc.
c6c32125
JB
13569 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
13570 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
13571 Fix typos in docstrings.
13572
58d468b4
JB
13573 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
13574 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
13575
6470c3c6
JB
13576 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
13577
4ffd0d6b 135782011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
13579
13580 * minibuffer.el (completion--do-completion): Avoid the "Next char
13581 not unique" prompt if icomplete-mode is enabled (Bug#5849).
13582
3ad8bad0
CY
13583 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
13584 mouse-2 into unread-command-events, it is interpreted correctly.
13585
71d73c9c 13586 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 13587 (image-toggle-display): Doc fix.
71d73c9c 13588
841a1577 135892011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 13590
4ffd0d6b
GM
13591 * textmodes/page.el (what-page): Use line-number-at-pos to
13592 calculate line number (Bug#6825).
6e1dbaa9 13593
c2fb1b60
JB
135942011-04-22 Juanma Barranquero <lekktu@gmail.com>
13595
13596 * eshell/esh-mode.el (find-tag-interactive): Declare function.
13597 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
13598 Pass argument NO-DEFAULT to `find-tag-interactive'.
13599
e02f48d7
JB
136002011-04-22 Juanma Barranquero <lekktu@gmail.com>
13601
13602 Lexical-binding cleanup.
13603
13604 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
13605 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
13606 * progmodes/ada-prj.el (ada-prj-initialize-values)
13607 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
13608 (ada-prj-show-value):
13609 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
13610 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
13611 (antlr-invalidate-context-cache, antlr-options-menu-filter)
13612 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
13613 * progmodes/bug-reference.el (bug-reference-push-button):
13614 * progmodes/fortran.el (fortran-line-length):
13615 * progmodes/glasses.el (glasses-change):
13616 * progmodes/octave-mod.el (octave-fill-paragraph):
13617 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
13618 (python-pdbtrack-grub-for-buffer, python-sentinel):
13619 * progmodes/sql.el (sql-save-connection):
13620 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
13621 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
13622 Mark unused parameters.
13623
13624 * progmodes/compile.el (compilation--flush-directory-cache)
13625 (compilation--flush-parse, compile-internal): Mark unused parameters.
13626 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
13627 (compilation-next-error-function): Remove unused variable `timestamp'.
13628
13629 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
13630 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
13631
13632 * progmodes/dcl-mode.el (dcl-end-of-command):
13633 Remove unused variable `start'.
13634 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
13635 (dcl-option-value-basic, dcl-option-value-offset)
13636 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
13637 Mark unused parameters.
13638 (dcl-save-local-variable): Remove unused variable `val'.
13639 (mode): Declare.
13640
13641 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
13642 Mark unused parameters.
13643 (delphi-ignore-changes): Move before first use.
13644 (delphi-charset-token-at): Remove unused variable `start'.
13645 (delphi-else-start): Remove unused variable `if-count'.
13646 (delphi-comment-block-start, delphi-comment-block-end):
13647 Remove unused variable `kind'.
13648 (delphi-indent-line): Remove unused variable `new-point'.
13649
13650 * progmodes/ebrowse.el (ebrowse-files-list)
13651 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
13652 Mark unused parameters. Don't quote `lambda'.
13653 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
13654 Don't quote `lambda'.
13655 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
13656 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
13657 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
13658 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
13659 Use `ignore-errors'.
13660 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
13661 (ebrowse-view/find-file-and-search-pattern)
13662 (ebrowse-view/find-member-declaration/definition):
13663 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
13664 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
13665 Rename parameter PREFIX-ARG to PREFIX.
13666 (ebrowse-tags-read-name): Remove unused variables `start' and
13667 `member-info'.
13668 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
13669 to `tags-file'.
13670
13671 * progmodes/etags.el (local-find-tag-hook): Declare.
13672 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
13673 Mark unused parameters.
13674
13675 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
13676 (executable-interpret): Mark unused parameter.
13677
13678 * progmodes/flymake.el (flymake-process-sentinel)
13679 (flymake-after-change-function)
13680 (flymake-create-temp-with-folder-structure)
13681 (flymake-get-include-dirs-dot): Mark unused parameters.
13682 (flymake-safe-delete-directory): Remove unused variable `err'.
13683
13684 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
13685 (speedbar-timer-fn, speedbar-line-text)
13686 (speedbar-change-expand-button-char, speedbar-delete-subblock)
13687 (speedbar-center-buffer-smartly): Declare functions.
13688 (gdb-find-watch-expression): Remove unused variable `array'.
13689 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
13690 (gdb-starting): Mark unused parameters.
13691 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
13692 (gdb-table-string): Remove unused variable `res'.
13693 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
13694 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
13695 (gdb-display-buffer): Remove unused variable `cur-size'.
13696
13697 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
13698 allow lexical-binding compilation.
13699 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
13700 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
13701 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
13702 Mark unused parameters.
13703 (gud-gdb-marker-filter): Remove unused variable `match'.
13704 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
13705 lambda expressions and funcall them, instead of using `fset'.
13706
13707 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
13708 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
13709
13710 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
13711 variable `header-beg'; use `let'.
13712
13713 * progmodes/icon.el (indent-icon-exp): Remove unused variables
13714 `restart', `last-sexp' and `at-do'.
13715
13716 * progmodes/js.el (js--debug): Mark unused parameter.
13717 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
13718 (js--splice-into-items): Remove unused variable `item'.
13719 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
13720
13721 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
13722 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
13723 (makefile-complete): Remove unused variable `try'.
13724 (makefile-fill-paragraph, makefile-match-function-end):
13725 Mark unused parameters.
13726
13727 * progmodes/octave-inf.el (inferior-octave-complete):
13728 Remove unused variable `proc'.
13729 (inferior-octave-output-digest): Mark unused parameter.
13730
13731 * progmodes/perl-mode.el (perl-calculate-indent):
13732 Remove unused variable `err'.
13733
13734 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
13735 (prolog-indent-line): Mark unused parameters.
13736 (prolog-indent-line): Remove unused variable `beg'.
13737
13738 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
13739 (reporter-dont-compact-list): Declare.
13740
13741 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
13742 Remove unused variable `char'.
13743 (sh-debug): Mark unused parameter.
13744 (sh-get-indent-info): Remove unused variable `start'.
13745 (sh-calculate-indent): Remove unused variable `var'.
13746
13747 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
13748 (simula-electric-keyword): Remove unused variable `null'.
13749 (simula-search-backward, simula-search-forward): Remove unused
13750 variables `begin' and `end'.
13751
13752 * progmodes/vera-mode.el (vera-guess-basic-syntax):
13753 Remove unused variable `pos'.
13754 (vera-electric-tab, vera-comment-uncomment-region):
13755 Mark unused parameters.
13756 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
13757
7ede3b65
CY
137582011-04-22 Chong Yidong <cyd@stupidchicken.com>
13759
13760 * emacs-lisp/package.el (package--builtins, package-alist)
13761 (package-load-descriptor, package-built-in-p, package-activate)
13762 (define-package, package-installed-p)
13763 (package-compute-transaction, package-buffer-info)
13764 (package--push): Doc fix. Distinguish more clearly between
13765 version strings and version lists.
13766
121656e9
JB
137672011-04-21 Juanma Barranquero <lekktu@gmail.com>
13768
13769 Lexical-binding cleanup.
13770
13771 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
13772 (5x5-make-mutate-best):
13773 * play/fortune.el (fortune-in-buffer):
13774 * play/gomoku.el (gomoku-init-display):
13775 * play/solitaire.el (solitaire, solitaire-do-check):
13776 * play/tetris.el (tetris-default-update-speed-function):
13777 Mark unused parameters.
13778
13779 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
13780 (bubbles--shift): Remove unused variable `char-org'.
13781 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
13782 (bubbles--show-images): Remove unused variable `char'.
13783
13784 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
13785 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
13786 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
13787 (decipher-analyze-buffer): Use ?\s.
13788 (decipher-make-checkpoint): Remove unused variable `mapping'.
13789
13790 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
13791
13792 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
13793 Remove unused variable `result'; use `let'.
13794
13795 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
13796 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
13797 (gametree-children-shown-p, gametree-compute-reduced-score):
13798 Use `ignore-errors'.
13799
13800 * play/handwrite.el (ps-lpr-switches): Declare.
13801 (handwrite): Remove unused variables `pmin' and `lastp'.
13802
13803 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
13804
13805 * play/landmark.el (landmark-init-display)
13806 (landmark-update-naught-weights): Mark unused parameters.
13807 (landmark-y): Remove unused variable `noise'. Simplify.
13808 (landmark-human-plays): Remove unused variable `score'.
13809
13810 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
13811 (mpuz-try-proposal): Remove unused variable `game'.
13812
13813 * play/zone.el (life-patterns): Declare.
13814
80f499c7
JB
138152011-04-20 Juanma Barranquero <lekktu@gmail.com>
13816
13817 * vc/vc.el (ediff-vc-internal): Declare function.
13818
024ff170
SM
138192011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13820
c0a193ea
SM
13821 * shell.el: Use lexical-binding and std completion UI.
13822 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
13823 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
13824 comint-preoutput-filter-functions rather than on
13825 comint-output-filter-functions.
13826 (shell-command-completion, shell--command-completion-data)
13827 (shell-filename-completion, shell-environment-variable-completion)
13828 (shell-c-a-p-replace-by-expanded-directory): New functions.
13829 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
13830 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
13831 (shell-dynamic-complete-environment-variable): Use them.
13832 (shell-dynamic-complete-as-environment-variable)
13833 (shell-dynamic-complete-as-command): Remove.
13834 (shell-match-partial-variable): Match past point.
13835 * comint.el: Clean up use of completion-at-point-functions.
13836 (comint-completion-at-point): New function.
13837 (comint-mode): Use it completion-at-point-functions.
13838 (comint-dynamic-complete): Make it obsolete.
13839 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
13840 (comint-c-a-p-replace-by-expanded-history): New function.
13841 (comint-dynamic-complete-functions)
13842 (comint-replace-by-expanded-history): Use it.
13843 * minibuffer.el (completion-table-with-terminator): Allow dynamic
13844 termination strings. Try harder to avoid second try-completion.
13845 (completion-in-region-mode-map): Disable bindings that don't work yet.
13846
2dbaa080
SM
13847 * comint.el: Use lexical-binding. Require CL.
13848 (comint-dynamic-complete-functions): Use comint-filename-completion.
13849 (comint-completion-addsuffix): Tweak custom type.
13850 (comint-filename-completion, comint--common-suffix)
13851 (comint--common-quoted-suffix, comint--table-subvert)
13852 (comint--complete-file-name-data): New functions.
13853 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
13854 (comint-dynamic-list-filename-completions): Use them.
13855 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 13856
2dbaa080
SM
13857 * minibuffer.el (completion-in-region-mode):
13858 Keep completion-in-region-mode--predicate global.
13859 (completion-in-region--postch):
13860 Assume completion-in-region-mode--predicate is not null.
13861
c79a6f38
SM
13862 * progmodes/flymake.el (flymake-start-syntax-check-process):
13863 Obey `dir'. Simplify.
13864
024ff170
SM
13865 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
13866 we're in VC after all.
13867
1c6c854e
CS
138682011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
13869
13870 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 13871 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
13872 (vc-version-diff): Use vc-diff-build-argument-list-internal.
13873
bed7f140
SM
138742011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13875
332e62ab
SM
13876 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
13877 add sanity check.
13878
bed7f140
SM
13879 * obsolete/erc-hecomplete.el: Make obsolete.
13880 * obsolete/: Standardize obsolescence info in the header.
13881
f195c582
GM
138822011-04-20 Glenn Morris <rgm@gnu.org>
13883
13884 * calendar/solar.el (solar-horizontal-coordinates):
13885 Use the longitude argument rather than `calendar-longitude'.
13886 (solar-date-next-longitude): Remove unused locals.
13887
cb79b8c0
VJL
138882011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13889
13890 * whitespace.el: New version 13.2.1.
13891
138922011-04-20 felix <EmacsWiki> (tiny change)
13893
d8e4b68b 13894 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
13895 switching between major modes on a file.
13896
602ea69d
SM
138972011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13898
13899 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
13900 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
13901 multi-line comments as well.
13902
06b60517
JB
139032011-04-19 Juanma Barranquero <lekktu@gmail.com>
13904
13905 Lexical-binding cleanup.
13906
13907 * arc-mode.el (archive-mode-revert):
13908 * cmuscheme.el (scheme-interactively-start-process):
13909 * custom.el (custom-initialize-delay):
13910 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
13911 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
13912 * emacs-lock.el (emacs-lock-clear-sentinel):
13913 * ezimage.el (defezimage):
13914 * follow.el (follow-avoid-tail-recenter):
13915 * fringe.el (set-fringe-mode-1):
13916 * generic-x.el (bat-generic-mode-compile):
13917 * help-mode.el (help-info-variable, help-do-xref)
13918 (help-mode-revert-buffer):
13919 * help.el (view-emacs-todo):
13920 * iswitchb.el (iswitchb-completion-help):
13921 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
13922 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
13923 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
13924 * locate.el (locate-update):
13925 * longlines.el (longlines-encode-region)
13926 (longlines-after-change-function):
13927 * outline.el (outline-isearch-open-invisible):
13928 * ps-def.el (declare-function, charset-dimension, char-width)
13929 (encode-char):
13930 * ps-mule.el (ps-mule-plot-string):
13931 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
13932 (recentf-edit-list-select, recentf-edit-list-validate)
13933 (recentf-open-files-action):
13934 * rect.el (delete-whitespace-rectangle-line)
13935 (rectangle-number-line-callback):
13936 * register.el (window-configuration-to-register)
13937 (frame-configuration-to-register):
13938 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
13939 * select.el (xselect-convert-to-string, xselect-convert-to-length)
13940 (xselect-convert-to-targets, xselect-convert-to-delete)
13941 (xselect-convert-to-filename, xselect-convert-to-charpos)
13942 (xselect-convert-to-lineno, xselect-convert-to-colno)
13943 (xselect-convert-to-os, xselect-convert-to-host)
13944 (xselect-convert-to-user, xselect-convert-to-class)
13945 (xselect-convert-to-name, xselect-convert-to-integer)
13946 (xselect-convert-to-atom, xselect-convert-to-identity):
13947 * subr.el (declare, ignore, process-kill-without-query)
13948 (text-clone-maintain):
13949 * terminal.el (te-get-char, te-tic-sentinel):
13950 * tool-bar.el (tool-bar-make-keymap):
13951 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
13952 * type-break.el (type-break-mode, type-break-noninteractive-query):
13953 * view.el (View-back-to-mark):
13954 * wid-browse.el (widget-browse-action, widget-browse-widget)
13955 (widget-browse-widgets, widget-browse-sexp):
13956 * widget.el (define-widget-keywords):
13957 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
13958 Mark unused parameters.
13959
13960 * align.el (align-adjust-col-for-rule): Mark unused parameter.
13961 (align-areas): Remove unused variable `look'.
13962 (align-region): Remove unused variables `real-end' and `pos-list'.
13963
13964 * apropos.el (apropos-score-doc): Remove unused variable `i'.
13965
13966 * bindings.el (mode-line-modified, mode-line-remote):
13967 Mark unused parameters.
13968 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
13969
13970 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
13971 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
13972
13973 * comint.el (comint-history-isearch-pop-state)
13974 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
13975 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
13976 (comint-substitute-in-file-name): Doc fix.
13977
13978 * completion.el (cmpl-statistics-block): Mark unused parameter.
13979 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
13980 (save-completions-to-file, load-completions-from-file):
13981 Remove unused local variable `e'.
13982
13983 * composite.el (compose-chars): Remove unused variable `len'.
13984 (lgstring-insert-glyph): Remove unused variable `g'.
13985 (compose-glyph-string): Remove unused variables `ascent',
13986 `descent', `lbearing' and `rbearing'.
13987 (compose-glyph-string-relative): Remove unused variables
13988 `lbearing', `rbearing' and `wadjust'.
13989 (compose-gstring-for-graphic): Remove unused variables `header',
13990 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
13991 (compose-gstring-for-terminal): Remove unused variables `header'
13992 and `nchars'. Use `let', not `let*'.
13993
13994 * cus-edit.el (Custom-set, Custom-save, custom-reset)
13995 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
13996 (Custom-buffer-done, custom-buffer-create-internal)
13997 (custom-browse-visibility-action, custom-browse-group-tag-action)
13998 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
13999 (widget-magic-mouse-down-action, custom-toggle-parent)
14000 (custom-add-parent-links, custom-toggle-hide-variable)
14001 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14002 (custom-toggle-hide-face, face, hook, custom-group-link-action)
14003 (custom-face-menu-create, custom-variable-menu-create, get)
14004 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14005 (custom-reset-standard-save-and-update): Remove unused variable `value'.
14006 (customize-apropos): Remove unused variable `tests'.
14007 (custom-group-value-create): Remove unused variable `hidden-p'.
14008 (sort-fold-case): Declare.
14009
14010 * cus-theme.el (custom-reset-standard-faces-list)
14011 (custom-reset-standard-variables-list): Declare.
14012 (customize-create-theme, custom-theme-revert, custom-theme-write)
14013 (custom-theme-choose-mode, customize-themes, custom-theme-save):
14014 Mark unused parameters.
14015
14016 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
14017
14018 * delim-col.el (delimit-columns-max): Move defvar before first use.
14019
14020 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 14021 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
14022
14023 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
14024 (auto-insert): Declare.
14025 (desktop-restore-file-buffer): Rename desktop-* parameters;
14026 mark unused ones.
14027 (desktop-create-buffer): Rename desktop-* parameters and bind them.
14028 (desktop-buffer): Rename desktop-* parameters.
14029
14030 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
14031 (dframe-reposition-frame-xemacs, dframe-help-echo)
14032 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
14033 Mark unused parameters.
14034
14035 * dired-aux.el (backup-extract-version-start, overwrite-query)
14036 (overwrite-backup-query, rename-regexp-query)
14037 (rename-non-directory-query): Declare.
14038 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
14039 (dired-add-entry): Remove unused variable `orig-file-name'.
14040 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
14041 Use parameter PRESERVE-TIME instead of accessing dynamic variable
14042 `dired-copy-preserve-time' directly.
14043 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
14044 (dired-insert-subdir-newpos): Rename unused variable `pos'.
14045
14046 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
14047 (dired-virtual-revert, dired-make-relative-symlink):
14048 Mark unused parameters.
14049 (manual-program): Declare.
14050 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
14051 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
14052 wrapped in `with-no-warnings' to avoid replacing one warning by another.
14053
14054 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
14055
14056 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
14057
14058 * echistory.el (electric-history-in-progress, Helper-return-blurb):
14059 Declare.
14060
14061 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
14062
14063 * electric.el (Electric-command-loop): Rename parameter
14064 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
14065
14066 * expand.el (expand-in-literal): Remove unused variable `here'.
14067
14068 * facemenu.el (facemenu-add-new-color):
14069 Remove unused variable `docstring'.
14070
14071 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
14072 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
14073 (face-attr-construct): Mark unused parameter. Doc fix.
14074 (read-color): Remove unused variable `hex-string'.
14075
14076 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
14077 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
14078 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
14079 (display-buffer-other-frame): Remove unused variable `old-window'.
14080 (kill-buffer-hook): Declare.
14081 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
14082 Mark unused parameters.
14083 (after-find-file): Pass 1 to `auto-save-mode', not t.
14084
14085 * files-x.el (auto-insert): Declare.
14086 (modify-file-local-variable-prop-line): Remove unused variable `val'.
14087
14088 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 14089 variable `buf'. Mark unused parameter.
06b60517
JB
14090 (find-lisp-insert-directory): Mark unused parameter.
14091
14092 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
14093 (format-encode-region): Remove unused variables `cur-buf' and `result'.
14094 (format-common-tail): Remove, unused.
14095 (format-deannotate-region): Remove unused variable `loc'.
14096 (format-annotate-region): Remove unused variable `p'.
14097 (format-annotate-single-property-change): Remove unused variables
14098 `default' and `tail'.
14099
14100 * forms.el (read-file-filter): Declare.
14101 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
14102
14103 * frame.el (frame-creation-function-alist): Mark unused parameter.
14104 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
14105
14106 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
14107 Remove unused parameters.
14108 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
14109 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
14110
14111 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
14112 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
14113 (hfy-prepare-tag-map): Mark unused parameters.
14114 (htmlfontify-buffer): Use `called-interactively-p'.
14115
14116 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
14117 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
14118 (ibuffer-do-occur): Mark unused parameters.
14119 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
14120 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
14121
14122 * ibuffer.el: Don't quote `lambda'.
14123 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
14124 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
14125 Mark unused parameters.
14126
14127 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
14128 (ido-completing-read): Mark unused parameters.
14129 (ido-copy-current-word): Mark unused parameters;
14130 remove unused variable `name'.
14131 (ido-sort-merged-list): Remove unused parameter `dirs'.
14132
14133 * ielm.el (ielm-input-sender): Mark unused parameter.
14134 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
14135 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
14136 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
14137 `ielm-string' as a dynamic variable accessible from the IELM prompt.
14138 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
14139
14140 * image-dired.el (image-dired-display-thumbs): Remove unused
14141 variables `curr-file' and `count'.
14142 (image-dired-remove-tag): Remove unused variable `start'.
14143 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
14144 variable `curr-file'
14145 (image-dired-rotate-original): Remove unused variable `temp-file'.
14146 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
14147 Remove unused variable `file'.
14148 (image-dired-gallery-generate): Remove unused variable `curr'.
14149 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
14150
14151 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
14152
14153 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
14154
14155 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
14156
14157 * isearch.el (minibuffer-history-symbol): Declare.
14158 (isearch-edit-string): Remove unused variable `err'.
14159 (isearch-message-prefix, isearch-message-suffix):
14160 Mark unused parameters.
14161
14162 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
14163
14164 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
14165
14166 * makesum.el (double-column): Remove unused variable `cnt'.
14167
14168 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
14169 (ido-ignore-item-temp-list): Declare.
14170
14171 * mouse-drag.el (mouse-drag-throw): Remove unused variables
14172 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
14173 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
14174 (mouse-drag-drag): Remove unused variables `mouse-delta' and
14175 `mouse-col-delta'.
14176
14177 * mouse-sel.el (mouse-extend-internal):
14178 Remove unused variable `orig-window-frame'.
14179
14180 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
14181 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
14182 Move declarations before first use.
14183 (pcomplete-opt): Mark unused parameters; doc fix.
14184
14185 * proced.el (proced-revert): Mark unused parameter.
14186 (proced-send-signal): Remove unused variable `err'.
14187
14188 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
14189 Rename parameter PREFIX-ARG to ARG.
14190 (ps-basic-plot-string, ps-basic-plot-whitespace):
14191 Mark unused parameters.
14192
14193 * replace.el (replace-count): Define.
14194 (occur-revert-function): Mark unused parameters.
14195 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
14196 (isearch-case-fold-search, isearch-string): Declare.
14197 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
14198 bind `case-fold-search'. Remove unused variables `beg' and `end',
14199 and simplify.
14200 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
14201 COUNT and bind `replace-count'.
14202 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
14203 to COUNT.
14204
14205 * savehist.el (print-readably, print-string-length): Declare.
14206
14207 * shadowfile.el (shadow-expand-cluster-in-file-name):
14208 Remove unused variable `cluster'.
14209 (shadow-copy-file): Remove unused variable `i'.
14210 (shadow-noquery, shadow-clusters, shadow-site-cluster)
14211 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
14212 (shadow-define-literal-group, shadow-define-regexp-group)
14213 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
14214
14215 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
14216 (shell): Use `called-interactively-p'.
14217 (shell-directory-tracker): Remove unused variable `chdir-failure'.
14218
14219 * simple.el (compilation-context-lines, comint-file-name-quote-list)
14220 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
14221 (delete-backward-char): Remove unused variable `ocol'.
14222 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
14223 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
14224 (event-apply-hyper-modifier, event-apply-shift-modifier)
14225 (event-apply-control-modifier, event-apply-meta-modifier):
14226 Mark unused parameters.
14227 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
14228 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
14229
14230 * speedbar.el (speedbar-ignored-directory-expressions)
14231 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
14232 (speedbar-find-file, speedbar-dir-follow)
14233 (speedbar-directory-buttons-follow, speedbar-tag-find)
14234 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
14235 (speedbar-buffers-line-directory, speedbar-buffer-click):
14236 Mark unused parameters.
14237 (speedbar-tag-file): Remove unused variable `mode'.
14238 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
14239
14240 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
14241
14242 * talk.el (talk): Remove unused variable `display'.
14243
14244 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
14245 (tar-write-region-annotate): Mark unused parameter.
14246
14247 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
14248 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
14249 Declare them, wrapped in `with-no-warnings' to avoid replacing one
14250 warning by another.
14251
14252 * time-stamp.el (time-stamp-string-preprocess):
14253 Remove unused variable `require-padding'.
14254
14255 * tree-widget.el (widget-glyph-enable): Declare.
14256 (tree-widget-action): Mark unused parameter.
14257
14258 * w32-fns.el (x-get-selection): Mark unused parameter.
14259 (autoload-make-program, generated-autoload-file): Declare.
14260
14261 * wdired.el (wdired-revert): Mark unused parameters.
14262 (wdired-xcase-word): Remove unused variable `err'.
14263
14264 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
14265 (whitespace-help-scroll): Remove unused variable `data-help'.
14266
14267 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
14268 (widget-image-insert, widget-after-change, default)
14269 (widget-default-format-handler, widget-default-notify)
14270 (widget-default-prompt-value, widget-info-link-action)
14271 (widget-url-link-action, widget-function-link-action)
14272 (widget-variable-link-action, widget-file-link-action)
14273 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
14274 (widget-field-prompt-internal, widget-field-action, widget-field-match)
14275 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
14276 (widget-insert-button-action, widget-delete-button-action, visibility)
14277 (widget-documentation-link-action, widget-documentation-string-action)
14278 (widget-const-prompt-value, widget-regexp-match, symbol)
14279 (widget-coding-system-prompt-value)
14280 (widget-key-sequence-value-to-external, sexp)
14281 (widget-sexp-value-to-internal, character, vector, cons)
14282 (widget-choice-prompt-value, widget-boolean-prompt-value)
14283 (widget-color--choose-action): Mark unused parameters.
14284 (widget-item-match-inline, widget-choice-match-inline)
14285 (widget-checklist-match, widget-checklist-match-inline)
14286 (widget-group-match): Rename parameter VALUES to VALS.
14287 (widget-field-value-set): Remove unused variable `size'.
14288 (widget-color-action): Remove unused variables `value' and `start'.
14289
14290 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 14291 variable `dir'. Doc fix.
06b60517
JB
14292 (windmove-find-other-window): Don't pass it.
14293
14294 * window.el (count-windows): Mark unused parameter.
14295 (bw-adjust-window): Remove unused variable `err'.
14296
14297 * woman.el (woman-file-name): Remove unused variable `default'.
14298 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
14299 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
14300 (global-font-lock-mode): Declare.
14301 (woman-decode-region): Mark unused parameter.
14302 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
14303
14304 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
14305 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
14306 (x-dnd-handle-moz-url): Remove unused variable `title'.
14307 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
14308
14309 * xml.el (xml-parse-tag, xml-parse-attlist):
14310 Remove unused variable `pos'.
14311
bc4f7f3d
GM
143122011-04-19 Glenn Morris <rgm@gnu.org>
14313
14314 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
14315 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
14316 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14317 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
14318 * calendar/cal-html.el (cal-html-insert-minical):
14319 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
14320 (calendar-mark-date-pattern):
14321 Prefix "unused" locals.
14322
14323 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
14324 optional argument `style'.
14325
14326 * calendar/appt.el (appt-make-list):
14327 * calendar/cal-china.el (calendar-chinese-date-string):
14328 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
14329 (diary-hebrew-yahrzeit):
14330 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
14331 * calendar/calendar.el (calendar-generate-window):
14332 * calendar/time-date.el (time-to-days):
14333 Remove unused local variables.
14334
16a43933
CY
143352011-04-18 Chong Yidong <cyd@stupidchicken.com>
14336
14337 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
14338 glyphless-char-display table.
14339 (tabulated-list-glyphless-char-display): New var.
14340
7eed1860
SS
143412011-04-18 Sam Steingold <sds@gnu.org>
14342
14343 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
14344 to acknowledgments.
14345
4d2d1ccd
GM
143462011-04-17 Glenn Morris <rgm@gnu.org>
14347
14348 * calendar/diary-lib.el (diary-sexp-entry):
14349 * calendar/holidays.el (holiday-sexp):
14350 Set debug-on-error rather than the removed stack-trace-on-error.
14351
239da61d
GM
143522011-04-16 Glenn Morris <rgm@gnu.org>
14353
14354 * progmodes/f90.el: Use lexical-binding.
14355 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
14356
8b05752a
SM
143572011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14358
daca8ba5
SM
14359 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
14360 (mail-mode): Setup mailalias completion here instead.
14361 * mail/mailalias.el: Use lexical-binding.
14362 (pattern, mailalias-done): Declare dynamic.
14363 (mail-completion-at-point-function): New function, from mail-complete.
14364 (mail-complete): Use it.
14365 (mail-completion-expand): New function.
14366 (mail-get-names): Use it.
14367 (mail-directory, mail-directory-process, mail-directory-stream):
14368 Don't use `pattern' for lexically bound arg.
14369
6f542485
SM
14370 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
14371
037e7c3f
SM
14372 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
14373 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
14374 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
14375
8b05752a
SM
14376 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
14377 (byte-save-window-excursion, byte-temp-output-buffer-setup)
14378 (byte-interactive-p): Define them again, for use when inlining
14379 old code.
14380
49093f60
JB
143812011-04-15 Juanma Barranquero <lekktu@gmail.com>
14382
14383 * loadup.el: Use `string-to-number', not `string-to-int'.
14384
b5b8e7de
SM
143852011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14386
14387 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
14388 gud-gdb-complete-command.
14389 (gud-gdb-completions): New function, from gud-gdb-complete-command.
14390 (gud-gdb-completion-at-point): New function.
14391 (gud-gdb-completions): Remove.
14392
f42efeb5
MA
143932011-04-14 Michael Albinus <michael.albinus@gmx.de>
14394
49093f60
JB
14395 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
14396 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
14397 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
14398 whether `executable-find' is bound.
f42efeb5
MA
14399
14400 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
14401
e240cc21
SM
144022011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14403
14404 * minibuffer.el (completion-in-region-mode-predicate)
14405 (completion-in-region-mode--predicate): New vars.
14406 (completion-in-region, completion-in-region--postch)
14407 (completion-in-region-mode): Use them.
14408 (completion--capf-wrapper): Also return the hook function.
14409 (completion-at-point, completion-help-at-point):
14410 Adjust and provide a predicate.
c2bd2ab0
SM
14411
14412 Preserve arg names for advice of subr and lexical functions (bug#8457).
14413 * help-fns.el (help-function-arglist): Consolidate the subr and
14414 new-byte-code cases. Add argument `preserve-names' to extract names
14415 from the docstring when needed.
14416 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
14417 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
14418 (ad-arglist): Use help-function-arglist's new arg.
14419 (ad-definition-type): Use cond.
14420
c183f693
JB
144212011-04-13 Juanma Barranquero <lekktu@gmail.com>
14422
06641a47
JB
14423 * autorevert.el (auto-revert-handler):
14424 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
14425 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
14426 Don't quote lambda.
14427
c183f693
JB
14428 * image-mode.el (image-transform-set-scale):
14429 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
14430
1e3b6001
G
144312011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14432
14433 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 14434 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
14435 Upgrades via gnutls-cli are too slow to be done opportunistically.
14436
2d6af8dd
JB
144372011-04-12 Juanma Barranquero <lekktu@gmail.com>
14438
14439 * dframe.el (dframe-current-frame): Remove spurious quote.
14440
c0749a51
GM
144412011-04-12 Glenn Morris <rgm@gnu.org>
14442
088d0d61
GM
14443 * calendar/cal-tex.el (cal-tex-end-document):
14444 Try to automatically use latin1 input if needed.
14445
c0749a51
GM
14446 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
14447 Don't try to cons a mark onto an empty element.
14448
5c90fde0
LL
144492011-04-11 Leo Liu <sdl.web@gmail.com>
14450
14451 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
14452 buffers.
14453 (ido-kill-buffer-at-head): Support killing virtual buffers.
14454
369e974d
CY
144552011-04-10 Chong Yidong <cyd@stupidchicken.com>
14456
14457 * minibuffer.el (completion-show-inline-help): New var.
14458 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
14459 (minibuffer-force-complete, minibuffer-complete-word):
14460 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
14461
14462 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
14463 to avoid interference from inline help (Bug#5849).
14464
37f1c930
LL
144652011-04-10 Leo Liu <sdl.web@gmail.com>
14466
099c39a4
JB
14467 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14468 Fix typo.
37f1c930 14469
a32d4040
CY
144702011-04-09 Chong Yidong <cyd@stupidchicken.com>
14471
14472 * image-mode.el (image-toggle-display-image): Signal an error if
14473 not in Image mode.
14474 (image-transform-mode, image-transform-resize)
14475 (image-transform-set-rotation): Doc fix.
daca8ba5 14476 (image-transform-set-resize): Delete.
a32d4040
CY
14477 (image-transform-set-scale, image-transform-fit-to-height)
14478 (image-transform-fit-to-width): Handle image-toggle-display-image
14479 and image-transform-resize directly.
14480
099c39a4 144812011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
14482
14483 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
14484 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
14485 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
14486 (doc-view-mode-map): Add bindings for the new functions.
14487
099c39a4 144882011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 14489
4d61f28d 14490 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
14491 Fix typo in docstring.
14492
3726838a
EZ
144932011-04-08 Eli Zaretskii <eliz@gnu.org>
14494
04f33f1e
EZ
14495 * files.el (file-size-human-readable): Produce one digit after
14496 decimal, like "ls -lh" does.
14497
14498 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
14499 the file size representation.
14500
3726838a
EZ
14501 * simple.el (list-processes): If async subprocesses are not
14502 available, error out with a clear error message.
14503
cbb59342
CY
145042011-04-08 Chong Yidong <cyd@stupidchicken.com>
14505
14506 * help.el (help-form-show): New function, to be called from C.
14507 Put help-form output in a buffer named differently than *Help*.
14508
e3971c44
EZ
145092011-04-08 Eli Zaretskii <eliz@gnu.org>
14510
14511 * files.el (file-size-human-readable): New function.
14512
14513 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
14514 computing the representation inline. Don't require `cl'.
14515
12544bbe
GM
145162011-04-08 Glenn Morris <rgm@gnu.org>
14517
a1de6c6a
GM
14518 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
14519
3c4671f4
GM
14520 * net/browse-url.el (browse-url-firefox):
14521 Test system-type, not system-configuration.
14522
b605679c
GM
14523 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
14524 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
14525 Use log-edit-empty-buffer-p. (Bug#7598)
14526
56442f0c
GM
14527 * net/rlogin.el (rlogin-process-connection-type): Simplify.
14528 (rlogin-mode-map): Initialize in the defvar.
14529 (rlogin): Use ignore-errors.
14530
12544bbe
GM
14531 * replace.el (occur-mode-map): Some fixes for menu items.
14532
eb237b0f
AH
145332011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14534
14535 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
14536
7d668f2c
CY
145372011-04-06 Chong Yidong <cyd@stupidchicken.com>
14538
e67a13ab
CY
14539 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
14540 issuing unused warnings.
14541
14542 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
14543 macro directly.
14544
7d668f2c
CY
14545 * simple.el: Lisp reimplement of list-processes. Based on an
14546 earlier reimplementation by Leo Liu, but using tabulated-list.el.
14547 (process-menu-mode): New major mode.
14548 (list-processes--refresh, list-processes):
14549 (process-menu-visit-buffer): New functions.
14550
14551 * files.el (save-buffers-kill-emacs): Don't assume any return
14552 value of list-processes, which is undocumented anyway.
14553
a83ec3c9
CY
145542011-04-06 Chong Yidong <cyd@stupidchicken.com>
14555
14556 * emacs-lisp/tabulated-list.el: New file.
14557
e91a96fe
CY
14558 * emacs-lisp/package.el: Use Tabulated List mode.
14559 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
14560 (package-menu-mode): Derive from tabulated-list-mode. Set up the
14561 table format using Tabulated List mode variables.
14562 (package--push): New macro, replacing package-list-maybe-add.
14563 (package-menu--generate): Use package--push. Renamed from
14564 package--generate-package-list.
14565 (package-menu-refresh, list-packages): Use it.
daca8ba5 14566 (package-menu--print-info): Rename from package-print-package.
e91a96fe 14567 Return insertion data instead of inserting it directly.
099c39a4
JB
14568 (package-menu-describe-package, package-menu-execute):
14569 Use tabulated-list-get-id.
e91a96fe
CY
14570 (package-menu-mark-delete, package-menu-mark-install)
14571 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
14572 (package-menu-mark-obsolete-for-deletion):
14573 Use tabulated-list-put-tag.
e91a96fe
CY
14574 (package--list-packages, package-menu-revert)
14575 (package-menu-get-package, package-menu-get-version)
14576 (package-menu-sort-by-column): Functions deleted.
14577 (package-menu-package-list, package-menu-sort-key): Vars deleted.
14578 (package-menu--status-predicate, package-menu--version-predicate)
14579 (package-menu--name-predicate)
14580 (package-menu--description-predicate): Handle arguments in the
14581 Tabulated List format.
14582 (package-list-packages-no-fetch): Call list-packages.
14583
3e214b50
JB
145842011-04-06 Juanma Barranquero <lekktu@gmail.com>
14585
14586 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 14587 (after-find-file): Don't bind it.
3e214b50
JB
14588 (revert-buffer-in-progress-p): New variable.
14589 (revert-buffer): Bind it.
14590 Pass nil for `after-find-file-from-revert-buffer'.
14591
14592 * saveplace.el (save-place-find-file-hook): Use new variable
14593 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
14594
3f0f1700
GM
145952011-04-06 Glenn Morris <rgm@gnu.org>
14596
c0274801
GM
14597 * Makefile.in (AUTOGEN_VCS): New variable.
14598 (autoloads): Use $AUTOGEN_VCS.
14599
3f0f1700
GM
14600 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
14601 * calendar/calendar.el (calendar-mode-map):
14602 Check for toolkit scroll bars. (Bug#8305)
14603
41ea9e48
CY
146042011-04-05 Chong Yidong <cyd@stupidchicken.com>
14605
14606 * minibuffer.el (completion-in-region--postch)
14607 (completion-in-region-mode): Remove unnecessary messages.
14608
6194c800
JB
146092011-04-05 Juanma Barranquero <lekktu@gmail.com>
14610
33256f14
JB
14611 * font-lock.el (font-lock-refresh-defaults):
14612 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
14613 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
14614
6194c800
JB
14615 * info.el (Info-directory-list, Info-read-node-name-2)
14616 (Info-split-parameter-string): Doc fixes.
14617 (Info-virtual-nodes): Reflow docstring.
14618 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
14619 (Info-apropos-toc-nodes, info-finder, Info-get-token)
14620 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
14621 Fix typos in docstrings.
14622 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
14623 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
14624 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
14625 (Info-restore-desktop-buffer): Mark unused parameters.
14626 (Info-directory-find-file, Info-directory-find-node)
14627 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
14628 (Info-virtual-index-find-node, Info-apropos-find-file)
14629 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 14630 Mark unused parameters; fix typos in docstrings.
6194c800
JB
14631 (Info-virtual-index): Remove unused local variable `nodename'.
14632
b87a8200 146332011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 14634
b87a8200
DD
14635 * net/rcirc.el: Update my e-mail address.
14636 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 14637
3b2ff876
CY
146382011-04-05 Chong Yidong <cyd@stupidchicken.com>
14639
14640 * startup.el (command-line): Save the cursor's theme-face
14641 directly, instead of using face-override-spec.
14642
14643 * custom.el (load-theme): Minor optimization in assigning faces.
14644
8d17e7ca
JB
146452011-04-04 Juanma Barranquero <lekktu@gmail.com>
14646
14647 * help-fns.el (describe-variable): Complete all variables having
14648 documentation, including keywords.
14649 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
14650
2fbc1934
JB
146512011-04-04 Juanma Barranquero <lekktu@gmail.com>
14652
14653 Convert to lexical-binding.
14654
14655 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
14656 (bs--get-marked-string, bs--get-modified-string)
14657 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
14658 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
14659 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
14660
14661 * ehelp.el (electric-help-execute-extended)
14662 (electric-help-ctrl-x-prefix):
14663 * hexl.el (hexl-revert-buffer-function):
14664 * linum.el (linum-after-change, linum-after-scroll):
14665 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
14666
14667 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
14668
74f50695
DU
146692011-04-04 Daiki Ueno <ueno@unixuser.org>
14670
14671 * epa-dired.el:
14672 * epa-mail.el:
14673 * epa-hook.el:
14674 * epa-file.el:
14675 * epa.el:
14676 * epg.el: Use lexical binding.
14677
c11325f7
CY
146782011-04-03 Chong Yidong <cyd@stupidchicken.com>
14679
0d9e9a12
CY
14680 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
14681
c11325f7 14682 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
14683 dictionary case for flyspell-mark-duplications-exceptions.
14684 Use regexp matching for languages.
c11325f7
CY
14685 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
14686 default dictionary (Bug#7926).
14687
da91b5f2
CY
146882011-04-02 Chong Yidong <cyd@stupidchicken.com>
14689
099c39a4
JB
14690 * emacs-lisp/package.el (package--with-work-buffer):
14691 Recognize https URLs.
da91b5f2 14692
099c39a4
JB
14693 * net/network-stream.el: Move from gnus/proto-stream.el.
14694 Change prefix to network-stream throughout.
da91b5f2
CY
14695 (open-protocol-stream): Merge into open-network-stream, leaving
14696 open-protocol-stream as an alias. Handle nil BUFFER args.
14697
14698 * subr.el (open-network-stream): Move to net/network-stream.el.
14699
afa8e9f6
GM
147002011-04-02 Glenn Morris <rgm@gnu.org>
14701
1d2e369d
GM
14702 * find-dired.el (find-exec-terminator): New option.
14703 (find-ls-option): Test for -ls support.
14704 (find-ls-subdir-switches): Test for -b in find-ls-option.
14705 (find-dired, find-grep-dired): Doc fixes.
14706 (find-dired): Use find-exec-terminator.
14707
8abb7da8 14708 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
14709 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
14710 (find-name-arg): Remove purecopy.
8abb7da8 14711
f3ca7378
GM
14712 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
14713 (grep-compute-defaults): Check for `-exec COMMAND +' support.
14714 Set grep-find-use-xargs, grep-find-command, and grep-find-template
14715 accordingly. Don't add the null-device if not needed.
14716
afa8e9f6
GM
14717 * files.el (save-some-buffers): Doc fix.
14718
35eae264
EZ
147192011-04-02 Eli Zaretskii <eliz@gnu.org>
14720
14721 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
14722
26b51db5
JB
147232011-04-01 Juanma Barranquero <lekktu@gmail.com>
14724
14725 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
14726 Use `dolist' rather than `mapcar'.
14727
7200d79c
SM
147282011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14729
03408648 14730 Add lexical binding.
7200d79c 14731
03408648
SM
14732 * subr.el (apply-partially): Use new closures rather than CL.
14733 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
14734 (dolist, dotimes): Use slightly different expansion for lexical code.
14735 (functionp): Move to C.
14736 (letrec): New macro.
14737 (with-wrapper-hook): Use it and apply-partially instead of CL.
14738 (eval-after-load): Preserve lexical-binding.
14739 (save-window-excursion, with-output-to-temp-buffer): Turn them
14740 into macros.
7200d79c 14741
03408648
SM
14742 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
14743
14744 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
14745 than the arglist.
14746 (help-add-fundoc-usage): Don't add `Not documented'.
14747 (help-function-arglist): Handle closures, subroutines, and new
14748 byte-code-functions.
14749 (help-make-usage): Remove leading underscores.
14750 (describe-function-1): Handle closures.
14751 (describe-variable): Use special-variable-p for completion.
14752
14753 * files.el (lexical-binding): Declare safe.
f488fb65 14754
03408648
SM
14755 * emacs-lisp/pcase.el: Don't use destructuring-bind.
14756 (pcase--memoize): Rename from pcase-memoize. Change weakness.
14757 (pcase): Add `let' pattern.
14758 Change memoization so it actually works.
14759 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
14760 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
14761 <let>: New case.
f488fb65 14762
03408648
SM
14763 * emacs-lisp/macroexp.el: Use lexical binding.
14764 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
14765 Don't convert ' to #' without checking that it's indeed quoting
14766 a lambda.
14767
14768 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 14769 Use eval-sexp-add-defvars.
03408648
SM
14770 (eval-sexp-add-defvars): New fun.
14771
14772 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
14773
14774 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
14775 Don't autoload.
14776 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
14777 than the internal `byte-compile-lambda'.
14778 (defmethod): Don't hide code under quotes.
14779 (eieio-defmethod): New `code' argument.
14780
14781 * emacs-lisp/eieio-comp.el: Remove.
14782
14783 * emacs-lisp/edebug.el (edebug-eval-defun)
14784 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
14785 (edebug-toggle): Avoid `eval'.
14786
14787 * emacs-lisp/disass.el (disassemble-internal): Handle new
14788 `closure' objects.
14789 (disassemble-1): Handle new byte codes.
14790
14791 * emacs-lisp/cl.el (pushnew): Silence warning.
14792
14793 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
14794 (cl-byte-compile-throw): Remove.
14795 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
14796
14797 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
14798 closures.
14799
14800 * emacs-lisp/cconv.el: New file.
14801
14802 * emacs-lisp/bytecomp.el: Use lexical binding instead of
14803 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
14804 (byte-compile-initial-macro-environment):
14805 Handle declare-function here.
14806 (byte-compile--lexical-environment): New var.
14807 (byte-stack-ref, byte-stack-set, byte-discardN)
14808 (byte-discardN-preserve-tos): New lap codes.
14809 (byte-interactive-p): Don't use any more.
14810 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
14811 New macros.
14812 (byte-compile-lapcode): Use them and handle new lap codes.
14813 (byte-compile-obsolete): Remove.
14814 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
14815 (byte-compile-arglist-warn): Check late def of inlinable funs.
14816 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
14817 since they should have been expanded by now.
14818 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
14819 (byte-compile-from-buffer): Remove unused second arg.
14820 (byte-compile-preprocess): New function.
14821 (byte-compile-toplevel-file-form): New function to distinguish
14822 file-form calls from outside from file-form calls from hunk-handlers.
14823 (byte-compile-file-form): Simplify.
14824 (byte-compile-file-form-defsubst): Remove.
14825 (byte-compile-file-form-defmumble): Simplify now that
14826 byte-compile-lambda always returns a byte-code-function.
14827 (byte-compile): Preprocess.
14828 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
14829 Remove, not used any more.
14830 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
14831 (byte-compile-make-args-desc): New funs.
14832 (byte-compile-lambda): Handle lexical functions. Always return
14833 a byte-code-function.
14834 (byte-compile-reserved-constants): New var, to make up room for
14835 closed-over variables.
14836 (byte-compile-constants-vector): Obey it.
14837 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
14838 (byte-compile-macroexpand-declare-function): New function.
14839 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
14840 byte-code-functions.
14841 (byte-compile-form): Check obsolescence here.
14842 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
14843 (byte-compile-variable-ref): Remove.
14844 (byte-compile-dynamic-variable-op): New fun.
14845 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
14846 (byte-compile-variable-set): New funs.
14847 (byte-compile-discard): Add 2 args.
14848 (byte-compile-stack-ref, byte-compile-stack-set)
14849 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
14850 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
14851 macroexpand-all instead.
14852 (byte-compile-quote-form): Remove.
14853 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
14854 (byte-compile-bind, byte-compile-unbind): New funs.
14855 (byte-compile-let): Handle let* and lexical binding.
14856 (byte-compile-let*): Remove.
14857 (byte-compile-catch, byte-compile-unwind-protect)
14858 (byte-compile-track-mouse, byte-compile-condition-case):
14859 Handle a new :fun-body form, used for lexical scoping.
14860 (byte-compile-save-window-excursion)
14861 (byte-compile-with-output-to-temp-buffer): Remove.
14862 (byte-compile-defun): Simplify.
14863 (byte-compile-stack-adjustment): New fun.
14864 (byte-compile-out): Use it.
14865 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
14866
14867 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
14868 handler any more.
14869
14870 * emacs-lisp/byte-opt.el: Use lexical binding.
14871 (byte-inline-lapcode): Remove (to bytecomp).
14872 (byte-compile-inline-expand): Pay attention to inlining to/from
14873 lexically bound code.
14874 (byte-compile-unfold-lambda): Don't handle byte-code-functions
14875 any more.
14876 (byte-optimize-form-code-walker): Don't handle save-window-excursion
14877 any more and don't call compiler-macros.
14878 (byte-compile-splice-in-already-compiled-code): Remove.
14879 (byte-code): Don't inline any more.
14880 (disassemble-offset): Receive `bytes' as argument rather than via
14881 dynamic scoping.
14882 (byte-compile-tag-number): Declare before first use.
14883 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
14884 `return' even if make-spliceable.
14885 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
14886 obsolete interactive-p.
14887 (byte-optimize-lapcode): Optimize new lap-codes.
14888 Don't trip up on new form of `byte-constant' lap code.
14889
14890 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
14891
14892 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
14893
14894 * custom.el (custom-initialize-default, custom-declare-variable):
14895 Use `defvar'.
14896
14897 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
14898 New variables.
14899 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
14900 (COMPILE_FIRST): Add macroexp and cconv.
14901 * makefile.w32-in: Mirror changes in Makefile.in.
14902
14903 * vc/cvs-status.el:
14904 * vc/diff-mode.el:
14905 * vc/log-edit.el:
14906 * vc/log-view.el:
14907 * vc/smerge-mode.el:
14908 * textmodes/bibtex-style.el:
14909 * textmodes/css.el:
14910 * startup.el:
14911 * uniquify.el:
da91b5f2
CY
14912 * minibuffer.el:
14913 * newcomment.el:
14914 * reveal.el:
14915 * server.el:
14916 * mpc.el:
14917 * emacs-lisp/smie.el:
14918 * doc-view.el:
14919 * dired.el:
03408648
SM
14920 * abbrev.el: Use lexical binding.
14921
0f0c1f27
EZ
149222011-04-01 Eli Zaretskii <eliz@gnu.org>
14923
14924 * info.el (info-display-manual): New function.
14925
c82b2579
SM
149262011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14927
14928 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
14929
221ddf68
TH
149302011-03-31 Tassilo Horn <tassilo@member.fsf.org>
14931
14932 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 14933 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 14934
cba6e77e
GM
149352011-03-31 Glenn Morris <rgm@gnu.org>
14936
e040639f
GM
14937 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
14938
cba6e77e
GM
14939 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
14940
6d0f1c9e
CS
149412011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
14942
14943 * progmodes/python.el (python-default-interpreter)
14944 (python-python-command-args, python-jython-command-args)
14945 (python-which-shell, python-which-args, python-which-bufname)
14946 (python-file-queue, python-comint-output-filter-function)
14947 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
14948 variables and functions.
14949
3e2d70fd
SM
149502011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14951
14952 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
14953 (completion-in-region-mode): New minor mode.
14954 (completion-in-region): Use it.
14955 (completion-in-region--data, completion-in-region-mode-map): New vars.
14956 (completion-in-region--postch): New function.
14957 (completion--capf-misbehave-funs, completion--capf-safe-funs):
14958 New vars.
14959 (completion--capf-wrapper): New function.
14960 (completion-at-point): Use it to track well-behavedness of
14961 hook functions.
14962 (completion-help-at-point): New command.
14963
f3e4086c
JM
149642011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
14965
14966 * vc/add-log.el (add-change-log-entry): Don't use whitespace
14967 syntax class to search for whitespace on a single line
14968 (Message-ID: <4D938140.4030905@redhat.com>).
14969
eb7ffc14
LL
149702011-03-30 Leo Liu <sdl.web@gmail.com>
14971
14972 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
14973 New commands.
14974 (edit-abbrevs-map): Bind them here.
14975 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
14976
d806ab68
KM
149772011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
14978
14979 * allout.el (allout-hide-by-annotation, allout-flag-region):
14980 Reduce possibility of overlay leakage by making them volatile.
14981
14982 * allout-widgets.el (allout-widgets-tally): Define as nil so the
14983 hash is not shared between buffers. Mode initialization is
14984 responsible for giving it a useful starting value.
14985 (allout-item-span): Reduce possibility of overlay leakage by
14986 making them volatile.
14987 (allout-widgets-count-buttons-in-region): Add diagnostic function
14988 for tracking down button overlay leaks.
14989
ea622834
LL
149902011-03-29 Leo Liu <sdl.web@gmail.com>
14991
14992 * ido.el (ido-read-internal): Use the default history var
14993 minibuffer-history if no HISTORY is specified.
14994
b62f8267
G
149952011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
14996
03408648
SM
14997 * net/imap.el (imap-shell-open, imap-process-connection-type):
14998 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
14999 Kerberos, SSL, other subprocesses.
15000
947b6566
LL
150012011-03-28 Leo Liu <sdl.web@gmail.com>
15002
15003 * abbrev.el (abbrev-table-empty-p): New function.
15004 (prepare-abbrev-list-buffer): Place empty abbrev tables after
15005 nonempty ones. (Bug#5937)
15006
5ffb62aa
JD
150072011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15008
15009 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15010
7a097943
LL
150112011-03-27 Leo Liu <sdl.web@gmail.com>
15012
15013 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15014 for foreground and background colors.
15015 (ansi-color-make-color-map): Adapt.
15016
c5b40130
LL
150172011-03-25 Leo Liu <sdl.web@gmail.com>
15018
1f48f7d2
LL
15019 * midnight.el (midnight-time-float): Remove. Note it calculates
15020 the microsecond component incorrectly and seconds-to-time does the
15021 same job.
625897ec 15022 Remove redundant (require 'timer).
1f48f7d2 15023
c5b40130
LL
15024 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15025 (ido-completions): Remove unused arguments. (Bug#8329)
15026
d86d2721
SM
150272011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15028
15029 * minibuffer.el (completion--flush-all-sorted-completions):
15030 Remove itself from hook.
15031 (completion-at-point): Let the functions perform the completion
15032 immediately and return nil or t.
15033 * comint.el (comint-dynamic-complete-functions): Now identical to
15034 completion-at-point-functions.
15035 (comint-dynamic-list-input-ring): Remove unused var `index'.
15036 (comint--match-partial-filename, comint--unquote&expand-filename):
15037 New funs, split from comint-match-partial-filename.
15038 (comint-dynamic-complete): Use completion-at-point.
15039 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
15040
e8974c48
DA
150412011-03-24 Drew Adams <drew.adams@oracle.com>
15042
15043 * thingatpt.el: Support `defun'.
15044
def71b5e
LL
150452011-03-23 Leo Liu <sdl.web@gmail.com>
15046
cb5af48e
LL
15047 * abbrevlist.el: Move to obsolete/abbrevlist.el.
15048
def71b5e
LL
15049 * help-mode.el (help-mode-finish): Tweak regexp.
15050
927c53e7
GM
150512011-03-23 Glenn Morris <rgm@gnu.org>
15052
18d05bed
GM
15053 * eshell/esh-opt.el (eshell-eval-using-options):
15054 Do not bind unused local variable `eshell-option-stub'.
15055
927c53e7
GM
15056 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
15057
9d0da923
JB
150582011-03-22 Juanma Barranquero <lekktu@gmail.com>
15059
15060 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
15061 keymap variable in `with-no-warnings' to avoid a warning when the
15062 keymap has been already `defconst'ed.
15063
4b978a67
LL
150642011-03-22 Leo Liu <sdl.web@gmail.com>
15065
15066 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
15067 encode all chars in abbrevs; otherwise use emacs-mule or
15068 utf-8-emacs. (Bug#8308)
15069
5fd62452
JB
150702011-03-22 Juanma Barranquero <lekktu@gmail.com>
15071
0b1596c6
JB
15072 * simple.el (backward-delete-char-untabify):
15073 Avoid warning about using `delete-backward-char'.
15074
5fd62452
JB
15075 * image.el (image-type-file-name-regexps): Make it variable.
15076 `imagemagick-register-types' modifies it, and the user may want
15077 to add new extensions for known image types.
15078 (imagemagick-register-types): Throw error if not using ImageMagick.
15079
0b4e93f1
LL
150802011-03-22 Leo Liu <sdl.web@gmail.com>
15081
15082 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
15083 located before rcirc-prompt-end-marker.
15084 (rcirc-complete): Error if point is not after rcirc prompt.
15085 Handle the case when table is nil.
9882e214 15086 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 15087
fccee4ab
CY
150882011-03-22 Chong Yidong <cyd@stupidchicken.com>
15089
15090 * custom.el (custom--inhibit-theme-enable): Make it affect only
15091 custom-theme-set-variables and custom-theme-set-faces.
15092 (provide-theme): Ignore custom--inhibit-theme-enable.
15093 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
15094 (custom-enabling-themes): Delete variable.
d86d2721
SM
15095 (enable-theme): Accept only loaded themes as arguments.
15096 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
15097 (custom-enabled-themes): Forbid themes from setting this.
15098 Eliminate use of custom-enabling-themes.
15099 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 15100
af896da6
LL
151012011-03-21 Leo Liu <sdl.web@gmail.com>
15102
15103 * ido.el (ido-read-internal): Add ido-selected to history instead
15104 of user input.
15105
78f64af0
SM
151062011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15107
15108 * subr.el (deferred-action-list, deferred-action-function):
15109 Mark obsolete.
15110
b16ac1ec
LL
151112011-03-21 Leo Liu <sdl.web@gmail.com>
15112
810f7698
LL
15113 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
15114 change on 2011-02-13 (bug#8309).
15115
b16ac1ec
LL
15116 * minibuffer.el (read-file-name-function): Change default value.
15117 (read-file-name--defaults): Rename from read-file-name-defaults.
15118 (read-file-name-default): Rename from read-file-name.
15119 (read-file-name): Call read-file-name-function.
15120
4e05e67e
GM
151212011-03-21 Glenn Morris <rgm@gnu.org>
15122
15123 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
15124 Doc fixes.
15125
4359915b
CY
151262011-03-21 Chong Yidong <cyd@stupidchicken.com>
15127
15128 * cus-theme.el: Add missing provide statement.
15129 (customize-create-theme): Extract theme value correctly.
15130 (custom-theme-visit-theme): Autoload.
15131 (customize-create-theme): Prompt before inserting default faces.
15132
1fe275ee
JB
151332011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15134
15135 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
15136 units and musical notes.
15137
cd394be1 151382011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
15139
15140 * ido.el (ido-read-internal): Use completing-read-default.
15141 (ido-completing-read): Fix compatibility with completing-read.
15142
7d476bde
CO
151432011-03-20 Christian Ohler <ohler@gnu.org>
15144
15145 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
15146 (ert-delete-all-tests): Use `called-interactively-p' rather than
15147 `interactive-p'.
15148 (ert--make-xrefs-region): Respect END.
15149
fe0fb33e
CY
151502011-03-19 Chong Yidong <cyd@stupidchicken.com>
15151
ff854b0b
CY
15152 * dired-aux.el (dired-create-directory): Signal an error if the
15153 directory already exists (Bug#8246).
15154
fe0fb33e
CY
15155 * facemenu.el (list-colors-display): Call list-faces-display
15156 inside with-help-window.
15157 (list-colors-print): Use display property to align the final
15158 column, instead of checking window-width.
15159
576bce32
EZ
151602011-03-19 Eli Zaretskii <eliz@gnu.org>
15161
4d61f28d 15162 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
15163 windows-nt systems.
15164 (emerge-protect-metachars): Quote correctly for ms-dos and
15165 windows-nt systems.
15166
89c41d68 151672011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
15168
15169 * info.el (info-initialize): Replace all uses of `:' with
15170 path-separator for compatibility with non-Unix systems.
15171 Cache quoting of path-separator. (Bug#8258)
15172
b14e3e21 151732011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
15174
15175 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
15176 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
15177 (mouse-avoidance-mode): Fix typos in docstrings.
15178
4525ce3e
CY
151792011-03-19 Chong Yidong <cyd@stupidchicken.com>
15180
15181 * startup.el (package-subdirectory-regexp): Move from package.el.
15182 Omit \\` and \\', and let callers add them.
15183
15184 * emacs-lisp/package.el (package-strip-version)
15185 (package-load-all-descriptors): Add \\` and \\' to
15186 package-subdirectory-regexp before using it.
15187 (package-untar-buffer): New arg DIR; ensure that file untars only
15188 into this expected directory. Remove superfluous delete-region.
15189 (package-unpack): Caller changed.
15190 (package-tar-file-info): Use package-subdirectory-regexp.
15191
a904a09a 151922011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 15193
a904a09a
SM
15194 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
15195 diff-mode-shared-map (bug#8284).
15196 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
15197
151982011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15199
15200 * calendar/time-date.el (format-seconds): Use assoc instead of
15201 assoc-string, since assoc-string doesn't exist in XEmacs.
15202
171fc304
JB
152032011-03-17 Juanma Barranquero <lekktu@gmail.com>
15204
15205 * custom.el (custom-known-themes): Reflow docstring.
15206 (custom-theme-load-path): Fix typo in docstring.
15207 (load-theme): Fix typo in error message.
15208 (custom-available-themes, custom-variable-theme-value):
15209 Use `let', not `let*'.
15210
d71990a1
JB
152112011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15212
15213 * calc/README: Mention inclusion of musical notes.
15214
15215 * calc/calc-units.el (calc-lu-quant): Rename from
15216 `calc-logunits-quantity'.
15217 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
15218 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
15219 (calc-db): Rename from `calc-dblevel'.
15220 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
15221 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
15222 (calc-np): Rename from `calc-nplevel'.
15223 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
15224 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
15225 (calc-lu-plus): Rename from `calc-logunits-add'.
15226 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
15227 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
15228 (calc-lu-minus): Rename from `calc-logunits-sub'.
15229 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
15230 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
15231 (calc-lu-times): Rename from `calc-logunits-mul'.
15232 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
15233 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
15234 (calc-lu-divide): Rename from `calc-logunits-div'.
15235 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
15236 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
15237
15238 * calc/calc-ext.el (calc-init-extensions): Update the names of the
15239 functions being autoloaded.
15240
15241 * calc/calc.el (calc-lu-power-reference): Rename from
15242 `calc-logunits-power-reference'.
15243 (calc-lu-field-reference): Rename from
15244 `calc-logunits-field-reference'.
15245
7a71b18d
GM
15246 * calc/calc-help.el (calc-l-prefix-help):
15247 Mention musical note functions.
d71990a1 15248
40c2934b
SM
152492011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15250
15251 * minibuffer.el (completion-all-sorted-completions):
15252 Use :completion-cycle-penalty text property if present.
15253
b0911414
KM
152542011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
15255
15256 * allout.el (allout-yank-processing): Adjust for new rebulleting
15257 regime so bullet being yanked is used without prompting the user
15258 for a choice.
15259
8a05b668
JB
152602011-03-16 Juanma Barranquero <lekktu@gmail.com>
15261
15262 * startup.el (command-line): Warn the user that _emacs is deprecated.
15263
5ba5fb81
JB
152642011-03-16 Juanma Barranquero <lekktu@gmail.com>
15265
15266 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
15267 (delphi-verbose, delphi-comment-face, delphi-string-face)
15268 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
15269 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
15270 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
15271 (delphi-new-comment-line, delphi-font-lock-defaults)
15272 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
15273 Fix typos in docstrings.
15274
2dab465b
KM
152752011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
15276
5ba5fb81 15277 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
15278 Invert the roles of character and string values for INSTEAD, so a
15279 string is used for the more common case of a defaulting prompt.
15280
0adf5618
SM
152812011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15282
15283 * progmodes/ruby-mode.el (ruby-backward-sexp):
15284 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
15285 * play/gamegrid.el (gamegrid-make-face):
15286 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
15287 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
15288 * notifications.el (notifications-notify):
15289 * net/xesam.el (xesam-search-engines):
15290 * net/quickurl.el (quickurl-list-insert):
15291 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
15292
d72700e5
CY
152932011-03-15 Chong Yidong <cyd@stupidchicken.com>
15294
15295 * startup.el (command-line): Update package subdirectory regexp.
15296
49c5410a
SM
152972011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15298
c6eee9aa
SM
15299 * allout.el (allout-abbreviate-flattened-numbering)
15300 (allout-mode-deactivate-hook): Fix up obsolescence "date".
15301
49c5410a
SM
15302 * subr.el (read-char-choice): Only show the cursor after the prompt,
15303 not after the answer.
15304
047b2bb9
KR
153052011-03-15 Kevin Ryde <user42@zip.com.au>
15306
15307 * help-fns.el (variable-at-point): Skip leading quotes, if any
15308 (bug#8253).
15309
0a57d256
SM
153102011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15311
15312 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
15313 warning message.
15314
77c992bc
MA
153152011-03-14 Michael Albinus <michael.albinus@gmx.de>
15316
15317 * shell.el (shell): When called interactively, offer to change the
15318 shell file name on remote hosts.
15319
eebc475d
TZ
153202011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
15321
15322 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
15323 integration for LDAP parameters. The host, base, user or binddn,
15324 and secret tokens can be specified in a netrc file, for instance.
15325 This is optional because an `auth-source' parameter must be
15326 specified in the search attributes.
15327
9d05d1ba
JB
153282011-03-13 Juanma Barranquero <lekktu@gmail.com>
15329
15330 * help.el (describe-mode): Link to the mode's definition (bug#8185).
15331
09d9db2c
GM
153322011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15333
15334 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
15335 into declaration. Remove redundant and harmful binding.
15336
153372011-03-12 Eli Zaretskii <eliz@gnu.org>
15338
15339 * files.el (file-ownership-preserved-p): Pass `integer' as an
15340 explicit 2nd argument to `file-attributes'. If the file's owner
15341 is the Administrators group on Windows, and the current user is
15342 Administrator, consider that a match.
15343
15344 * server.el (server-ensure-safe-dir): Consider server directory
15345 safe on MS-Windows if its owner is the Administrators group while
15346 the current Emacs user is Administrator. Use `=' to compare
15347 numerical UIDs, since they could be integers or floats.
15348
219bd536
JB
153492011-03-12 Juanma Barranquero <lekktu@gmail.com>
15350
15351 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
15352
f3afd36b
MA
153532011-03-12 Michael Albinus <michael.albinus@gmx.de>
15354
15355 Sync with Tramp 2.2.1.
15356
15357 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
15358
15359 * net/trampver.el: Update release number.
15360
3aaaa6f1
SM
153612011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15362
94642599
SM
15363 * progmodes/compile.el (compilation--previous-directory): Fix up
15364 various nil/dead-marker mismatches (bug#8014).
15365 (compilation-directory-properties, compilation-error-properties):
15366 Don't call it at a position past the one we're about to change.
15367
3aaaa6f1
SM
15368 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
15369 Disable obsolescence warnings in the file that declares it.
15370
14239447
KM
153712011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
15372
099c39a4
JB
15373 * allout-widgets.el (allout-widgets-tally):
15374 Initialize allout-widgets-tally as a hash table rather than nil to
15375 prevent mode-line redisplay warnings. Also, clarify the module
15376 description and fix a comment typo.
14239447 15377
135e287c
JB
153782011-03-11 Juanma Barranquero <lekktu@gmail.com>
15379
15380 * help-fns.el (describe-variable): Don't complete keywords.
15381 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
15382
ffbf300e
CY
153832011-03-10 Chong Yidong <cyd@stupidchicken.com>
15384
ba08b241
CY
15385 * emacs-lisp/package.el (package-version-join): Impose a standard
15386 string representation for pre/alpha/beta version lists.
15387 (package-unpack-single): Standardize the directory name by passing
15388 it through package-version-join.
15389 (package-strip-rcs-id): Accept any version string that does not
15390 signal an error in version-to-list.
ffbf300e 15391
f346fd6b
MA
153922011-03-10 Michael Albinus <michael.albinus@gmx.de>
15393
15394 * simple.el (delete-trailing-whitespace): Return nil for the
15395 benefit of `write-file-functions'.
15396
ccb55d27
GM
153972011-03-10 Glenn Morris <rgm@gnu.org>
15398
5ceaac0c
GM
15399 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
15400
02da65ff
GM
15401 * vc/vc-git.el (vc-git-program): New option.
15402 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
15403 (vc-git--call): Use it.
15404
b2f603cc
GM
15405 * eshell/esh-util.el (eshell-condition-case): Doc fix.
15406
5772caab
GM
15407 * cus-edit.el (Custom-newline): If no button at point, look
15408 for a subgroup button at start-of-line. (Bug#2298)
15409
ccb55d27
GM
15410 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
15411
ec6ecaed
JD
154122011-03-10 Julien Danjou <julien@danjou.info>
15413
15414 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
15415 `cursor-type' is nil.
15416
9d5aa01d
JB
154172011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
15418
15419 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
15420
b6a5875b
KM
154212011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
15422
7a71b18d 15423 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
15424 preserves the existing header prefix, rebulleting it if necessary,
15425 rather than replacing it. This is necessary for proper operation
15426 of cooperative addons like allout-widgets.
1154d12e
JB
15427 (allout-make-topic-prefix, allout-rebullet-heading):
15428 Change SOLICIT arg to INSTEAD, and interpret additionally a string
15429 value as alternate bullet to be used, instead of prompting the user
15430 for a bullet character.
b6a5875b 15431
ee545c35
MA
154322011-03-09 Michael Albinus <michael.albinus@gmx.de>
15433
d86d2721
SM
15434 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15435 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
15436 `tramp-default-port'.
15437
c47971d7
DD
154382011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15439
15440 * net/rcirc.el (rcirc-handler-001): Remove useless
15441 with-rcirc-process-buffer.
15442 (rcirc-check-auth-status): Swap arguments to string-match.
15443
13522cb4
GM
154442011-03-09 Glenn Morris <rgm@gnu.org>
15445
0be6f4f1
GM
15446 * shell.el (shell-mode):
15447 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
15448
13522cb4
GM
15449 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
15450 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
15451
515de2e3
CY
154522011-03-08 Chong Yidong <cyd@stupidchicken.com>
15453
15454 * emacs-lisp/package.el (package-refresh-contents)
15455 (package-menu-execute): Use condition-case-no-debug.
15456
b511b994
MA
154572011-03-08 Michael Albinus <michael.albinus@gmx.de>
15458
15459 * simple.el (shell-command-to-string): Use `process-file'.
15460
15461 * emacs-lisp/package.el (package-tar-file-info): Handle also
15462 remote files.
15463
d86d2721
SM
15464 * emacs-lisp/package-x.el (package-upload-buffer-internal):
15465 Use `equal' for upload base check.
b511b994 15466
25bbfb31
AM
154672011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
15468
15469 * textmodes/texinfo.el (texinfo-environments):
15470 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
15471
be996521
GM
154722011-03-08 Glenn Morris <rgm@gnu.org>
15473
e9c8529f
GM
15474 * cus-start.el (cursor-in-non-selected-windows):
15475 Fix :set quoting oddness. (Bug#8192)
15476
be996521
GM
15477 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
15478 in some setf expressions. (Bug#2159)
15479
2bb5649e
CY
154802011-03-08 Chong Yidong <cyd@stupidchicken.com>
15481
15482 * custom.el (custom-available-themes): Return themes in
15483 alphabetical order.
15484
33383987 15485See ChangeLog.15 for earlier changes.
e3d51b27
MR
15486
15487;; Local Variables:
15488;; coding: utf-8
e3d51b27
MR
15489;; End:
15490
acaf905b 15491 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
15492
15493 This file is part of GNU Emacs.
15494
15495 GNU Emacs is free software: you can redistribute it and/or modify
15496 it under the terms of the GNU General Public License as published by
15497 the Free Software Foundation, either version 3 of the License, or
15498 (at your option) any later version.
15499
15500 GNU Emacs is distributed in the hope that it will be useful,
15501 but WITHOUT ANY WARRANTY; without even the implied warranty of
15502 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15503 GNU General Public License for more details.
15504
15505 You should have received a copy of the GNU General Public License
15506 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.