lisp/progmodes/python.el: Updated Copyright years.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
4302f5ba
SM
12012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
4 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
5 Use `cl-function' instead.
6
33377562
JB
72012-06-14 Juanma Barranquero <lekktu@gmail.com>
8
9 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10 Suggested by Stefan Monnier while discussing bug#11657.
11
54c5ba1a
SS
122012-06-14 Sam Steingold <sds@gnu.org>
13
14 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
15
f9f1b1fe
AS
162012-06-14 Andreas Schwab <schwab@linux-m68k.org>
17
18 * play/doctor.el (doctor-doc): Remove parameter and use
19 doctor-sent instead of sent.
20 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
21
a81068ba
SM
222012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
23
5a315f9c
SM
24 * files.el: Require cl-lib.
25 (file-name-non-special): Replace case -> cl-case.
26
27 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
28
a81068ba
SM
29 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
30 mapping from #' to function*.
31
8cca9703
CY
322012-06-13 Chong Yidong <cyd@gnu.org>
33
34 * mouse.el (mouse-drag-track): Do not set the mark if the user
35 releases the mouse without selecting anything (Bug#11588).
36
a12ac9d7
SM
372012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
38
ccf1dc18
SM
39 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
40 as well (bug#11646).
41
ef62b23d
SM
42 * loadup.el: Count byte-code functions as well.
43
c4c8444a
SM
44 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
45 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
46
a12ac9d7
SM
47 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
48 (bug#11649). Add cl-defun and cl-defmacro.
49
87e6e64f
DA
502012-06-13 Drew Adams <drew.adams@oracle.com>
51
52 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
53 Fix last change.
54
682cefaf
MA
552012-06-13 Michael Albinus <michael.albinus@gmx.de>
56
57 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
58 Otherwise, it blocks in batch mode.
59
773e1f08
JB
602012-06-13 Juanma Barranquero <lekktu@gmail.com>
61
62 * help-mode.el (bookmark-make-record-default): Declare.
63
60057926
CY
642012-06-13 Chong Yidong <cyd@gnu.org>
65
66 * emacs-lisp/package.el (list-packages): Compute a list of
67 packages that are newly-available since the last list-packages
68 invocation.
69 (package-menu--new-package-list): New var.
70 (package-menu--generate, package-menu--print-info)
71 (package-menu--status-predicate, package-menu-mark-install):
72 Handle new status label "new".
73
ad4d226c
SM
742012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
77 conversion to backquotes.
78
f1a4e679
CY
792012-06-12 Chong Yidong <cyd@gnu.org>
80
81 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
82 Rename from gud-inhibit-global-bindings.
83
84 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
85
86 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
87 hook from nxml-glyph-set-hook.
88
89 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
90 declaration.
91
92 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
93
94 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
95 Convert to defcustom.
96
0c9e42b5
DA
972012-06-12 Drew Adams <drew.adams@oracle.com>
98
99 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
100 New functions.
101 (help-mode): Use them.
102
09e06855
GM
1032012-06-11 Glenn Morris <rgm@gnu.org>
104
105 * progmodes/fortran.el (fortran-font-lock-keywords-3):
106 Use preprocessor face for directives.
107 (fortran-directive-re): Doc fix.
108
71adb94b
SM
1092012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
110
2eb87922
SM
111 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
112 conversion to backquotes (bug#11652).
113
71adb94b
SM
114 Fix compiler-expansion of CL's cXXr functions (bug#11673).
115 * emacs-lisp/cl-lib.el (cl--defalias): New function.
116 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
117 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
118 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
119 (cl-ninth, cl-tenth): Mark them as inlinable.
120 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
121 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
122 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
123 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
124 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
125 (cl-list*, cl-adjoin): Don't put an autoload manually.
126 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
127 (cl--compiler-macro-list*): Add autoload cookie.
128 (cl--compiler-macro-cXXr): New function.
2eb87922 129
71adb94b
SM
130 * help-fns.el (help-fns--compiler-macro): New function extracted from
131 describe-function-1; follow aliases and use `compiler-macro' property.
132 (describe-function-1): Use it.
133
a6674402
CY
1342012-06-11 Chong Yidong <cyd@gnu.org>
135
136 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
137 is uninstalled, if imagemagick is installed.
138
bb3faf5b
SM
1392012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
140
141 * emacs-lisp/cl-lib.el: Use lexical-binding.
142 (cl-map-extents, cl-maclisp-member): Remove.
143 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
144 (cl--set-substring, cl--block-wrapper, cl--block-throw)
145 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
146 * emacs-lisp/cl-extra.el: Use lexical-binding.
147 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
148 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
149 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
150 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
151 * emacs-lisp/cl-seq.el: Use lexical-binding.
152 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
153 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
154 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
155 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
156 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
157 CL's internals.
158
2fe4b125
MA
1592012-06-11 Michael Albinus <michael.albinus@gmx.de>
160
161 Sync with Tramp 2.2.6-pre.
162
163 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
164 `print-length' and `print-level' to nil, in order to avoid
165 truncation. Reported by Christopher Schmidt
166 <christopher@ristopher.com>.
167
168 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
169
170 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
171 New defmacro.
172 (tramp-compat-copy-directory): Add optional argument
173 COPY-CONTENTS. It is not handled yet.
174
175 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
176 (tramp-ftp-file-name-p): Simplify.
177
178 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
179 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
180 connection vector.
181
182 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
183 (tramp-methods): Do not use `tramp-password-end-of-line'.
184 (tramp-completion-function-alist-putty): Handle UNIX case.
185 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
186 (tramp-do-file-attributes-with-stat)
187 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
188 gid as real numbers. They could run out of integer range on cygwin.
189 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
190 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
191 (tramp-open-connection-setup-interactive-shell):
192 Use `tramp-cleanup'. Move check for busyboxes ...
193 (tramp-find-shell): ... here. Simplify implementation.
194 Set "remote-shell" property also for alternative shells.
195 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
196 If failing, a regular file would be written otherwise.
197 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
198 (tramp-find-inline-encoding): Cache the coding commands in the
199 process cache. Apply test command on the remote side, if defined.
200 (tramp-find-inline-compress): Cache the compress commands in the
201 process cache.
202 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
203 when requested. Handle hops.
204 (tramp-current-connection): New defvar.
87e6e64f
DA
205 (tramp-maybe-open-connection): Use `tramp-cleanup'.
206 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 207 Handle user interrupt. (Bug#10187)
87e6e64f
DA
208 (tramp-get-inline-compress, tramp-get-inline-coding):
209 Read connection properties from the process cache.
2fe4b125
MA
210
211 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
212 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
213 New defconsts.
2fe4b125
MA
214 (tramp-smb-prompt): Extend for powershell prompt.
215 (tramp-smb-file-name-handler-alist): Add handlers for
216 `process-file', `shell-command' and `start-file-process'.
217 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
218 (tramp-smb-winexe-shell-command-switch): New defcustoms.
219 (tramp-smb-file-name-p): Simplify.
220 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
221 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
222 (tramp-smb-shell-quote-argument): New defuns.
223 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
224 Implement using "tar". By this, time-stamps are preserved.
225 (tramp-smb-handle-copy-file): Handle also the case of directories.
226 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
227 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
228 Use `tramp-get-connection-buffer').
2fe4b125
MA
229 (tramp-smb-handle-rename-file): Use "rename", when source and
230 target are on the same share.
87e6e64f
DA
231 (tramp-smb-maybe-open-connection): Handle wrong passwords.
232 Use `tramp-smb-server-version'.
2fe4b125
MA
233 (tramp-smb-wait-for-output): Remove prompt.
234
235 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
236 (tramp-methods, tramp-rsh-end-of-line):
237 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
238 (tramp-save-ad-hoc-proxies): New defcustom.
239 (tramp-completion-function-alist): Adapt docstring.
240 (tramp-default-password-end-of-line): Remove defcustom.
241 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
242 (tramp-user-regexp, tramp-file-name-regexp-unified)
243 (tramp-file-name-regexp-url): Extend regexp by hop separator.
244 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
245 (tramp-remote-file-name-spec-regexp): New defconst.
246 (tramp-file-name-structure): Extend structure for hops.
247 (tramp-get-method-parameter): Move up.
248 (tramp-file-name-p, tramp-dissect-file-name)
249 (with-parsed-tramp-file-name): Handle hops.
250 (tramp-file-name-hop): New defun.
251 (tramp-make-tramp-file-name): New optional arg HOP.
252 (tramp-message-show-progress-reporter-message): New defvar.
253 (tramp-with-progress-reporter): Use it. We cannot use
254 `tramp-message-show-message' here, because this suppresses also
255 error buffers.
256 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
257 `tramp-message-show-message' is nil.
258 Use `tramp-get-connection-buffer'.
2fe4b125
MA
259 (tramp-cleanup): New defun.
260 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
261 (tramp-file-name-handler): If `debug-on-error' is set, propagate
262 an error unchanged.
263 (tramp-completion-handle-file-name-all-completions): Handle hops.
264 Fix an error when called from ido.
265 (tramp-completion-dissect-file-name): Use better local variable
266 name. Add hop to the vector.
267 (tramp-handle-insert-file-contents): Use progress-reporter for the
268 whole scenario.
269 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
270 to `t'.
271 (tramp-check-for-regexp): Simplify search.
272 (tramp-enter-password): Remove it. Move implementation ...
273 (tramp-action-password): ... here.
274 (tramp-mode-string-to-int, tramp-local-host-p)
275 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
276 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
277 Set tramp-autoload cookie.
2fe4b125
MA
278
279 * net/trampver.el: Update release number.
280
2812012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
282 Michael Albinus <michael.albinus@gmx.de>
283
284 * net/tramp.el (tramp-set-completion-function): Fix docstring.
285 (tramp-parse-group, tramp-parse-file)
286 (tramp-parse-shostkeys-sknownhosts): New defuns.
287 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
288 (tramp-parse-shosts-group, tramp-parse-sconfig)
289 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
290 (tramp-parse-sknownhosts, tramp-parse-hosts)
291 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
292 Use them.
293 (tramp-parse-passwd-group, tramp-parse-netrc-group)
294 (tramp-parse-putty-group): Don't narrow.
295 (tramp-parse-putty): Make a loop.
296 (tramp-file-name-handler): Catch the `suppress' signal.
297
72834e10
CY
2982012-06-11 Chong Yidong <cyd@gnu.org>
299
300 * image.el (imagemagick-register-types): Put the ImageMagick entry
301 at the end of image-type-file-name-regexps.
302
a4712e11
JB
3032012-06-11 Johan Bockgård <bojohan@gnu.org>
304
305 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
306 (pcase, pcase-let*, pcase-dolist): Use them.
307
82ad98e3
SM
3082012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * emacs-lisp/pcase.el (pcase--let*): New function.
311 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
312 (pcase--expand): Use macroexp-let².
313
f80efb86
SM
3142012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
317 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
318 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
319 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
320 * emacs-lisp/derived.el: Use pcase instead of `cl'.
321 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
322
31ca4639 3232012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 324
31ca4639
CY
325 * mail/rmail.el (rmail-yank-current-message): Leave point at
326 correct position. (Bug#11660)
94f0aa34 327
31ca4639 3282012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 329
31ca4639 330 * allout-widgets.el: Fix code header.
9e1b8ec4 331
31ca4639 3322012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 333
f80efb86
SM
334 * cus-edit.el (customize-changed-options-previous-release):
335 Bump to 24.1.
31ca4639 336
642b6d30
AS
3372012-06-09 Andreas Schwab <schwab@linux-m68k.org>
338
339 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
340
4f5d2ba1
CY
3412012-06-09 Chong Yidong <cyd@gnu.org>
342
343 * ebuff-menu.el (electric-buffer-list): Preserve header line.
344
e75852fd
MR
3452012-06-09 Martin Rudalics <rudalics@gmx.at>
346
347 * window.el (special-display-popup-frame): Don't use
348 window--display-buffer (Bug#11651).
349
1e48e282
EZ
3502012-06-09 Eli Zaretskii <eliz@gnu.org>
351
8a26b487
EZ
352 Fix parallel builds: make sure loaddefs.el is not being written
353 while Lisp files are compiled.
354 (compile): Don't depend on 'mh-autoloads'.
355 (compile-CMD, compile-SH): Depend on 'autoloads'.
356 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
357
1e48e282
EZ
358 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
359
6175e34b
CY
3602012-06-09 Chong Yidong <cyd@gnu.org>
361
362 * face-remap.el (face-remap-add-relative, face-remap-set-base)
363 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
364 Doc fixes (Bug#11225).
365
d9857e53
SM
3662012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
367
368 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
369 a function if there's a clear indication that it has a compiler-macro.
370 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
371 (macro-declarations-alist): Add arglist to declaration functions.
372 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
373 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
374 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
375 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
376 Also add autoload to find the compiler macro.
377 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
378 (cl--compiler-macro-member, cl--compiler-macro-assoc)
379 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
380 (cl--compiler-macro-get): New functions, replacing calls to
381 cl-define-compiler-macro.
382 (cl-typep) [compiler-macro]: Use macroexp-let².
383
f81298f8 3842012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
385
386 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
387 string properly, fixes Bug#11473.
388
4b56d0fe
CY
3892012-06-08 Chong Yidong <cyd@gnu.org>
390
391 * faces.el (set-face-attribute): Doc fix.
392 (modify-face): Don't use :bold and :italic.
393 (error, warning, success): Tweak definitions.
394
395 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
396 (custom-modified, custom-set, custom-changed, custom-themed)
397 (custom-saved, custom-button, custom-button-mouse)
398 (custom-button-pressed, custom-state, custom-comment-tag)
399 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
400 (custom-group-subtitle): Use new-style face specs.
401 (custom-invalid-face, custom-rogue-face, custom-modified-face)
402 (custom-set-face, custom-changed-face, custom-saved-face)
403 (custom-button-face, custom-button-pressed-face)
404 (custom-documentation-face, custom-state-face)
405 (custom-comment-face, custom-comment-tag-face)
406 (custom-variable-tag-face, custom-variable-button-face)
407 (custom-face-tag-face, custom-group-tag-face-1)
408 (custom-group-tag-face): Remove obsolete face alias.
409
410 * epa.el (epa-validity-high, epa-validity-medium)
411 (epa-validity-low, epa-mark, epa-field-name, epa-string)
412 (epa-field-name, epa-field-body):
413 * font-lock.el (font-lock-comment-face, font-lock-string-face)
414 (font-lock-keyword-face, font-lock-builtin-face)
415 (font-lock-function-name-face, font-lock-variable-name-face)
416 (font-lock-type-face, font-lock-constant-face):
417 * ido.el (ido-first-match, ido-only-match, ido-subdir)
418 (ido-virtual, ido-indicator, ido-incomplete-regexp):
419 * speedbar.el (speedbar-button-face, speedbar-file-face)
420 (speedbar-directory-face, speedbar-tag-face)
421 (speedbar-selected-face, speedbar-highlight-face)
422 (speedbar-separator-face):
423 * whitespace.el (whitespace-newline, whitespace-space)
424 (whitespace-hspace, whitespace-tab, whitespace-trailing)
425 (whitespace-line, whitespace-space-before-tab)
426 (whitespace-space-after-tab, whitespace-indentation)
427 (whitespace-empty):
428 * emulation/cua-base.el (cua-global-mark):
429 * eshell/em-prompt.el (eshell-prompt):
430 * net/newst-plainview.el (newsticker-new-item-face)
431 (newsticker-old-item-face, newsticker-immortal-item-face)
432 (newsticker-obsolete-item-face, newsticker-date-face)
433 (newsticker-statistics-face, newsticker-default-face):
434 * net/newst-reader.el (newsticker-feed-face)
435 (newsticker-extra-face, newsticker-enclosure-face):
436 * net/newst-treeview.el (newsticker-treeview-face)
437 (newsticker-treeview-new-face, newsticker-treeview-old-face)
438 (newsticker-treeview-immortal-face)
439 (newsticker-treeview-obsolete-face)
440 (newsticker-treeview-selection-face):
441 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
442 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
443 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
444 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
445 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
446 (nxml-outline-active-indicator, nxml-outline-ellipsis):
447 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
448 (mpuz-text):
449 * progmodes/vera-mode.el (vera-font-lock-number)
450 (vera-font-lock-function, vera-font-lock-interface):
451 * textmodes/table.el (table-cell): Use new-style face specs, and
452 don't use the old :bold and :italic attributes.
453
454 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
455 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
456 (ebrowse-member-class, ebrowse-progress): Likewise.
457 (ebrowse-tree-mark-face, ebrowse-root-class-face)
458 (ebrowse-file-name-face, ebrowse-default-face)
459 (ebrowse-member-attribute-face, ebrowse-member-class-face)
460 (ebrowse-progress-face): Remove obsolete faces.
461
462 * progmodes/flymake.el (flymake-errline, flymake-warnline):
463 Inherit from error and warning faces respectively.
464
465 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
466 Likewise.
f80efb86
SM
467 (flyspell-incorrect-face, flyspell-duplicate-face):
468 Remove obsolete aliases.
4b56d0fe 469
03310646
MA
4702012-06-08 Michael Albinus <michael.albinus@gmx.de>
471
472 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
473 Avoid infloop.
474
513749ee
SM
4752012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
476
477 * startup.el (argv, argi): Make lexically scoped.
478 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
479 * emacs-lisp/cl-macs.el: Use lexical-binding.
480 Rename cl-bind-* to cl--bind-*.
481 * files.el: Don't require `cl' since it doesn't use it.
482 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
483
595ef4ad
JB
4842012-06-08 Juanma Barranquero <lekktu@gmail.com>
485
486 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
487 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
488 instead of calling external sort utility.
489 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
490
e9f66fcb
EZ
4912012-06-08 Eli Zaretskii <eliz@gnu.org>
492
493 * descr-text.el (describe-char): Mention how to insert the
494 character, if the current input method doesn't support it.
495 See the discussion in this thread for the details:
496 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
497
3d10db47
SS
4982012-06-08 Sam Steingold <sds@gnu.org>
499
500 * bindings.el (global-map): Bind XF86Forward to next-buffer and
501 XF86Back to previous-buffer.
502 (minibuffer-local-map): Bind them to next-history-element and
503 previous-history-element respectively.
504 * help-mode.el (help-mode-map): Bind them to help-go-forward and
505 help-go-back respectively.
506 * info.el (Info-mode-map): Bind them to Info-history-forward and
507 Info-history-back respectively.
508 These are the keys next to Up on the ThinkPad keyboard.
509
de7e2b36
SM
5102012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
511
512 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
513 * emacs-lisp/cl-macs.el: Provide itself.
514 (cl--labels-convert-cache): New var.
515 (cl--labels-convert): New function.
516 (cl-flet, cl-labels): New implementation with new semantics, relying on
517 lexical-binding.
518 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
519 (cl-closure-vars, cl--function-convert-cache)
520 (cl--function-convert): Move from cl-macs.el.
521 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
522 rename by removing the "cl-" prefix.
523 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
524
6fa6c4ae
SM
5252012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
528 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
529 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
530 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
531 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
532 (cl-hash-table-count): Add old compatibility aliases.
533
534 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
535 Use macroexpand-all-environment instead.
536 (cl--old-macroexpand): New var.
537 (cl--sm-macroexpand): New function.
538 (cl-symbol-macrolet): Use it during macro expansion.
539 (cl--function-convert-cache): New var.
540 (cl--function-convert): New function, extracted from
541 cl-macroexpand-all.
542 (cl-lexical-let): Use it.
543
544 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
545 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
546 (cl-member): Remove old alias.
547
548 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
549 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
550 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
551 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
552 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
553 (cl-macroexpand-cmacs): Remove var.
554 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
555 Use macroexpand-all instead.
556
4dd1c416
SM
5572012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
558
559 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
560 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
561 (macroexp-copyable-p): New functions and macros.
562 * emacs-lisp/edebug.el (edebug-unwrap):
563 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
564 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
565 (pcase--let*): Remove.
566 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
567 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
568 macroexp-const-p instead.
569 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
570
571 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
572 instead of "cl-" for internal definitions. Use macroexp-const-p.
573 (cl-old-bc-file-form): Remove var.
574 (cl-const-exprs-p): Remove fun.
575 (cl-labels, cl-macrolet): Use backquote.
576 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
577 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
578 (cl-define-setf-expander): Rename from cl-define-setf-method.
579 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
580
581 * international/mule-cmds.el: Don't require CL.
582 (view-hello-file): Don't use `letf'.
583
ed8bd4d7
SM
5842012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
585
7287f2f3
SM
586 * tmm.el (tmm-prompt): Use string-prefix-p.
587 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
588 (tmm-add-prompt): Use minibuffer-completion-help.
589 (tmm-delete-map): Remove.
590
ed8bd4d7
SM
591 * subr.el (kbd): Make it its own function.
592
7b4cdbf4
SM
5932012-06-07 Stefan Merten <smerten@oekonux.de>
594
595 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
596 Silence compiler warnings. Fix versions.
ed8bd4d7 597 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 598 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 599 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
600 (rst-package-emacs-version-alist): Correct Emacs version to
601 represent major merge with upstream.
ed8bd4d7 602 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 603
2b48d721
GM
6042012-06-06 Glenn Morris <rgm@gnu.org>
605
606 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
607 Only print environment variables if set.
608
fa779ab0
SM
6092012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
610
611 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
612 (macroexp--cons): Rename from maybe-cons.
613 (macroexp--accumulate): Rename from macroexp-accumulate.
614 (macroexp--all-forms): Rename from macroexpand-all-forms.
615 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
616 (macroexp--expand-all): Rename from macroexpand-all-1.
617
628299e0
SS
6182012-06-06 Sam Steingold <sds@gnu.org>
619
620 * calendar/calendar.el (calendar-in-read-only-buffer):
621 Call `special-mode' to enable the standard read-only keybindings.
622
b7bb5838
SM
6232012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
626 with "loading" messages (bug#11635).
627
dfb308ba
MA
6282012-06-06 Michael Albinus <michael.albinus@gmx.de>
629
630 * files.el (enable-remote-dir-locals): New option.
631 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
632
0372ee92
MA
633 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
634 Ensure, that the temp directory is local.
635
636 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
637 `temporary-file-directory'.
638
eed0bb91
MA
639 * progmodes/python.el (python-send-region): Ensure, that the
640 temporary file is created also in the remote case.
641
7a58f64d
GM
6422012-06-06 Glenn Morris <rgm@gnu.org>
643
f7dd4e98
GM
644 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
645 (vc-rcs-update-changelog): Use it.
646
276d5f5d
GM
647 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
648
7a58f64d
GM
649 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
650 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
651 (vc-sccs-diff): Replace use of the external vcdiff script.
652
daed4003
GM
6532012-06-05 Glenn Morris <rgm@gnu.org>
654
655 * ledit.el: Move to obsolete/.
656
48c455c7
SS
6572012-06-05 Sam Steingold <sds@gnu.org>
658
659 * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28
660 patch (Bug#11140).
661
57a7d507
SM
6622012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
663
d32926ff
SM
664 * emacs-list/cust-print.el: Move to obsolete.
665
53aacf21
SM
666 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
667 compiler-macro expansion.
668
57a7d507
SM
669 Add native compiler-macro support.
670 * emacs-lisp/macroexp.el (macroexpand-all-1):
671 Support compiler-macros directly. Properly follow aliases and apply
672 the compiler macros more thoroughly.
673 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
674 macroexpand now properly follows aliases.
675 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
676 (cl-compiler-macroexpand): Use new prop.
677 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
678
679 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
680
51a5f9d8
MR
6812012-06-05 Martin Rudalics <rudalics@gmx.at>
682
683 * window.el (get-lru-window, get-mru-window, get-largest-window):
684 New argument NOT-SELECTED to avoid picking the selected window.
685 (window--display-buffer-1, window--display-buffer-2): Replace by
686 new function window--display-buffer
687 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
688 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
689 Use window--display-buffer.
51a5f9d8
MR
690 (display-buffer-use-some-window): Remove temporary dedication
691 hack by calling get-lru-window and get-largest-window with
692 NOT-SELECTED argument non-nil. Call window--display-buffer.
693
08f9f738
GM
6942012-06-05 Glenn Morris <rgm@gnu.org>
695
696 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
697 Replace external vcdiff script.
698
e364a2b7
SM
6992012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
700
701 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
702
041df390
CY
7032012-06-04 Chong Yidong <cyd@gnu.org>
704
e364a2b7
SM
705 * image.el (imagemagick-types-inhibit): Revert last change.
706 Add INFO and M.
47b36b94 707 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 708
7c1898a7
SM
7092012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * emacs-lisp/cl-lib.el: Rename from cl.el.
712 * emacs-lisp/cl.el: New compatibility file.
713 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
714 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
715 to obey the "cl-" prefix.
716 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
717
0c3461de
GM
7182012-06-03 Glenn Morris <rgm@gnu.org>
719
1e266c88
GM
720 * emacs-lisp/authors.el (authors-aliases): Addition.
721
0c3461de
GM
722 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
723 Fix :version.
724
d8a52e15
SM
7252012-06-03 Stefan Merten <smerten@oekonux.de>
726
727 * textmodes/rst.el: Add comments.
728 (rst-transition, rst-adornment): New faces.
729 (rst-adornment-faces-alist): Make default safe to reevaluate.
730 Fixes
731 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
732 Improve customization tags.
733 (rst-define-level-faces): Clarify meaning.
734
5205d6f6
CY
7352012-06-03 Chong Yidong <cyd@gnu.org>
736
737 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
738 (compilation-mode-line-run, compilation-mode-line-exit):
739 New faces.
5205d6f6
CY
740 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
741
757ee657
JD
7422012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
743
7c1898a7
SM
744 * progmodes/which-func.el (which-func-update-ediff-windows):
745 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 746
5f2c76c6
CY
7472012-06-03 Chong Yidong <cyd@gnu.org>
748
749 * bindings.el: Remove explicit help text from format-mode-line.
750 It is now supplied by mode-line-default-help-echo.
751 (mode-line-front-space, mode-line-end-spaces)
752 (mode-line-misc-info): New variables.
753 (mode-line-modes, mode-line-position): Move the default value to
754 the variable definition.
755 (mode-line-default-help-echo): New defcustom.
383f7350
CY
756 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
757 (mode-line-modified-help-echo): New functions.
758 (mode-line-mule-info, mode-line-modified): Use them.
759 (mode-line-eol-desc, propertized-buffer-identification):
760 Consistency fixes for help text.
cbe46e5f
CY
761 (mode-line-coding-system-map): Allow using mouse-3 to invoke
762 set-buffer-file-coding-system (Bug#289).
763 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 764
f2d6a3df
SM
7652012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
766
767 * simple.el (execute-extended-command): Set real-this-command
768 (bug#11506).
769
37269466
CY
7702012-06-02 Chong Yidong <cyd@gnu.org>
771
772 Remove incorrect uses of "modeline" in comments, docstrings, and
773 function/variable names (Bug#10329).
774
775 * cus-edit.el (mode-line):
776 * dframe.el (dframe-mouse-hscroll):
777 * emacs-lisp/re-builder.el:
778 * emacs-lisp/easy-mmode.el (define-minor-mode):
779 * frame.el (set-frame-name):
780 * help.el (lookup-minor-mode-from-indicator):
781 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
782 * progmodes/cc-cmds.el (c-toggle-auto-newline)
783 (c-toggle-hungry-state):
784 * progmodes/antlr-mode.el (antlr-language-alist):
785 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
786 * progmodes/vhdl-mode.el (vhdl-mode):
787 * progmodes/which-func.el (which-func, which-func-cleanup-function):
788 * term/ns-win.el (ns-face-at-pos):
789 * term/sup-mouse.el (sup-mouse-report):
790 * textmodes/flyspell.el (flyspell-mode-line-string):
791 * textmodes/ispell.el (ispell-highlight-face):
792 * textmodes/reftex-global.el:
793 * vc/vc-arch.el (vc-arch-mode-line-string):
794 * vc/vc-cvs.el (vc-cvs-mode-line-string):
795 * vc/vc-git.el (vc-git-mode-line-string):
796 * vc/vc-hooks.el (vc-display-status)
797 (vc-default-mode-line-string):
798 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
799
800 * ansi-color.el (ansi-color-faces-vector): Change default faces.
801
802 * dired.el (dired-sort-set-mode-line): Rename from
803 dired-sort-set-modeline. All callers changed.
804
805 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
806 eshell-status-in-modeline.
807
808 * foldout.el (foldout-mode-line-string): Rename from
809 foldout-modeline-string. All callers changed.
810 (foldout-update-mode-line): Rename from foldout-update-modeline.
811
812 * subr.el (redraw-modeline): Make into obsolete alias.
813
814 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
815 timeclock-modeline-display. Make old name an alias.
816 (timeclock-update-mode-line): Likewise. All callers changed.
817 (timeclock-mode-line-display): No need to check before using
818 add-hook.
819 (timeclock-relative, timeclock-day-over-hook)
820 (timeclock-use-elapsed, timeclock-mode-string)
821 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
822
823 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
824 crisp-mode-modeline-string.
825
826 * play/solitaire.el (solitaire-build-mode-line): Rename from
827 solitaire-build-modeline. All callers changed.
828
829 * play/zone.el (zone-hiding-mode-line): Rename from
830 zone-hiding-modeline. All callers changed.
831 (zone): Remove unusued `modeline-hidden-level' property.
832
833 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
834 xscheme-modeline-initialize. All callers changed.
835
836 * strokes.el (strokes-lighter): Rename from
837 strokes-modeline-string.
838
839 * textmodes/sgml-mode.el (html-face-tag-alist)
840 (html-tag-face-alist): Use mode-line face instead of obsolete
841 alias modeline.
842
42152ee4
SM
8432012-06-02 Stefan Merten <smerten@oekonux.de>
844
845 * textmodes/rst.el: Always require `cl'.
4cf9b38d 846 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 847
95f520b5
CY
8482012-06-02 Chong Yidong <cyd@gnu.org>
849
850 * image.el (imagemagick-enabled-types): Rename from
851 imagemagick-types-enable. Add many more types.
852 (imagemagick-types-inhibit): Change default to nil.
853 (imagemagick-filter-types): Caller changed.
854
4a5f187a
SM
8552012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
856
03fef3e6
SM
857 * emacs-lisp/cl-macs.el: Use backquotes.
858 (cl-transform-function-property): Use eval-and-compile rather than
859 abusing `require'.
860 (defstruct): Use declare-function instead of with-no-warnings.
861
4a5f187a
SM
862 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
863 (byte-compile-output-docform): Re-add the print-circle bindings.
864 (byte-compile-fix-header): Use #$ just because it's shorter.
865 (byte-compile-output-file-form): Remove defun/defmacro.
866
bd56924f
MR
8672012-06-01 Martin Rudalics <rudalics@gmx.at>
868
869 * simple.el (choose-completion): Remove now obsolete binding for
870 owindow.
871
046e38ce
MA
8722012-06-01 Michael Albinus <michael.albinus@gmx.de>
873
874 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
875 in order to avoid "Stack overflow in regexp matcher".
876
32d72c2f
GM
8772012-05-31 Glenn Morris <rgm@gnu.org>
878
879 * image.el: For clarity, call imagemagick-register-types at
880 top-level, rather than relying on a custom :initialize.
881 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
882 (imagemagick-filter-types): New function. (Bug#7406)
883 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
884 If disabling support, remove elements altogether rather
885 than using an impossible regexp.
886 (imagemagick-types-inhibit): Give it the default init function.
887
dd41169b
SM
8882012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
889
4a5f187a
SM
890 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
891 Handle arbitrary file name lengths (Bug#11585).
dd41169b 892
efc00ab1 8932012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
894
895 * desktop.el (desktop-read): Clear previous and next buffers for
896 all windows and bury *Messages* buffer (bug#11556).
897
500fcedc
SM
8982012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
899
900 Add `declare' for `defun'. Align `defmacro's with it.
901 * emacs-lisp/easy-mmode.el (define-minor-mode)
902 (define-globalized-minor-mode): Don't autoload the var definitions.
903 * emacs-lisp/byte-run.el: Use lexical-binding.
904 (defun-declarations-alist, macro-declarations-alist): New vars.
905 (defmacro, defun): Use them.
906 (make-obsolete, define-obsolete-function-alias)
907 (make-obsolete-variable, define-obsolete-variable-alias):
908 Use `declare'.
909 (macro-declaration-function): Mark obsolete.
910 * emacs-lisp/autoload.el: Use lexical-binding.
911 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
912
6e8a1786
AM
9132012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
914
915 * textmodes/ispell.el (ispell-with-no-warnings):
916 Define as a macro.
500fcedc
SM
917 (ispell-kill-ispell, ispell-change-dictionary):
918 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
919 `interactive-p'.
920
61b108cc
SM
9212012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
922
923 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
924 (macro-declaration-function): Move var from C code.
925 (macro-declaration-function): Define function with defalias.
926 * emacs-lisp/macroexp.el (macroexpand-all-1):
927 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
928 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
929 defun/defmacro any more.
930 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
931 Provide fallback for unknown arglist.
932 (byte-compile-arglist-warn): Change calling convention.
933 (byte-compile-output-file-form): Move print-vars binding.
934 (byte-compile-output-docform): Simplify accordingly.
935 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
936 (byte-compile-defmacro-declaration): Remove.
937 (byte-compile-file-form-defmumble): Generalize to defalias.
938 (byte-compile-output-as-comment): Return byte-positions.
939 Simplify callers accordingly.
940 (byte-compile-lambda): Use `assert'.
941 (byte-compile-defun, byte-compile-defmacro): Remove.
942 (byte-compile-file-form-defalias):
943 Use byte-compile-file-form-defmumble.
944 (byte-compile-defalias-warn): Remove.
945
6d3f7c2f
SM
9462012-05-29 Stefan Merten <smerten@oekonux.de>
947
948 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 949 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
950
951 (rst-mode-abbrev-table): Merge definition.
952 (rst-mode): Make sure `font-lock-defaults' is buffer local.
953 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
954
6dbaa1c7
UJ
9552012-05-29 Ulf Jasper <ulf.jasper@web.de>
956
957 * calendar/icalendar.el
958 (icalendar-export-region): Export UID properly.
959
9602012-05-29 Leo <sdl.web@gmail.com>
61b108cc
SM
961 * calendar/icalendar.el (icalendar-import-format):
962 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
963 (icalendar-import-format-uid): New.
964 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
965 Export UID.
966
6876a58d
SM
9672012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
968
969 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
970 different alternative patterns.
971 (pcase-codegen): Be more careful to preserve identity.
972 (pcase--u1): Don't forget to mark vars as used.
973
974 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
975 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
976 (byte-compile-from-buffer): ...rather than here.
977
978 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
979 functions from byte-compile-function-environment.
980
46b7967e
TN
9812012-05-29 Troels Nielsen <bn.troels@gmail.com>
982
983 * window.el (window-deletable-p): Avoid deleting the root window
984 of a frame with an active minibuffer.
985
69d565e2
MR
9862012-05-29 Martin Rudalics <rudalics@gmx.at>
987
988 * simple.el (choose-completion): Use quit-window (Bug#11567).
989
a149fa51
CY
9902012-05-29 Chong Yidong <cyd@gnu.org>
991
992 * whitespace.el (whitespace-cleanup): Fix usage of
993 whitespace-empty-at-bob-regexp (Bug#11492).
994
2b311310
AH
9952012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
996
997 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
998 revert (Bug#11488).
999
b9cb2387
JL
10002012-05-29 Juri Linkov <juri@jurta.org>
1001
1002 * isearch.el (isearch-mode-map): Bind `M-s _' to
1003 `isearch-toggle-symbol'. Bind `M-s c' to
1004 `isearch-toggle-case-fold'.
1005 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
1006 (isearch-forward): Add `M-s _' to the docstring.
1007 (isearch-forward-symbol, isearch-toggle-case-fold)
1008 (isearch-symbol-regexp): New functions. (Bug#11381)
1009
d5e61c1c
JL
10102012-05-29 Juri Linkov <juri@jurta.org>
1011
1012 * isearch.el (isearch-word): Add docstring. (Bug#11381)
1013 (isearch-occur, isearch-search-and-update): If `isearch-word' is
1014 a function, call it to get the regexp.
1015 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
1016 property `isearch-message-prefix' instead of the string "word ".
1017 (isearch-search-fun-default): For the case of `isearch-word',
1018 return a lambda that calls re-search-forward/re-search-backward
1019 with a regexp returned by `word-search-regexp' or by the function
1020 in `isearch-word'.
1021
8cbd80f7
JL
10222012-05-29 Juri Linkov <juri@jurta.org>
1023
1024 * isearch.el (isearch-search-fun-default): New function.
1025 (isearch-search-fun): Move default part to the new function
1026 `isearch-search-fun-default'.
1027 (isearch-search-fun-function): Set the default value to
1028 `isearch-search-fun-default'. (Bug#11381)
1029
1030 * comint.el (comint-history-isearch-end):
1031 Use `isearch-search-fun-default'.
1032 (comint-history-isearch-search): Use `isearch-search-fun-default'
1033 and remove spacial case for `isearch-word'.
1034 (comint-history-isearch-wrap): Remove spacial case for
1035 `isearch-word'.
1036
1037 * hexl.el (hexl-isearch-search-function):
1038 Use `isearch-search-fun-default'.
1039
1040 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
1041 Use `word-search-regexp' for `isearch-word'.
1042
1043 * misearch.el (multi-isearch-search-fun):
1044 Use `isearch-search-fun-default'.
1045
1046 * simple.el (minibuffer-history-isearch-search):
1047 Use `isearch-search-fun-default' and remove spacial case for
1048 `isearch-word'.
1049 (minibuffer-history-isearch-wrap): Remove spacial case for
1050 `isearch-word'.
1051
1052 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
1053 Remove spacial case for `isearch-word'.
1054 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
1055
85c8c5b6
AM
10562012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1057
1058 Decrease XEmacs incompatibilities.
1059 * textmodes/flyspell.el (flyspell-check-pre-word-p):
1060 Use `string-match'.
1061 (flyspell-delete-region-overlays): Use alternative definition for
1062 XEmacs.
1063 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
1064 (flyspell-word): Use `process-kill-without-query' if XEmacs.
1065 (flyspell-mode-on): Use `interactive-p' if XEmacs.
1066 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
1067 `define-obsolete-face-alias' under XEmacs, but old method.
1068
1069 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
1070 `with-no-warnings' definition or Emacs alias.
1071 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
1072 (ispell-word): Do not use `region-p' if XEmacs.
1073
8cab9efc
AM
10742012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1075
1076 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1077 Check for `ispell-dictionary-base-alist' instead of full
1078 `ispell-dictionary-alist'.
1079 (ispell-init-process): Show spellchecker when starting new Ispell
1080 process.
1081
fda91268
RZ
10822012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1083
1084 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
1085 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
1086
694ea8e3
JB
10872012-05-27 Juanma Barranquero <lekktu@gmail.com>
1088
1089 * version.el (motif-version-string, gtk-version-string)
1090 (ns-version-string): Declare.
1091
e4d4f539
JL
10922012-05-27 Juri Linkov <juri@jurta.org>
1093
1094 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
1095 after the `eval-defun-1' specialcaseing
1096 like in `edebug-eval-defun' (bug#10181).
1097
1098 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
1099 like in `eval-defun-1'.
1100
33017faf 11012012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 1102
fda91268
RZ
1103 * mail/sendmail.el (mail-yank-region):
1104 Recognize rmail-yank-current-message in addition to insert-buffer.
1105 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
1106 a *mail* buffer created through rmail-start-mail with sendmail as
1107 mail-user-agent.
1108
33017faf
GM
11092012-05-27 Chong Yidong <cyd@gnu.org>
1110
1111 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
1112 Default to 256 (Bug#11267).
1113
1114 * help.el (describe-mode): Doc fix.
1115
04188bb9
GM
11162012-05-26 Glenn Morris <rgm@gnu.org>
1117
38264cc9
GM
1118 * w32-fns.el (w32-init-info): Remove.
1119 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
1120
eb7afdad
GM
1121 * info.el (info-initialize): For self-contained NS builds, put the
1122 included info/ directory at the front. (Bug#2791)
1123
04188bb9
GM
1124 * paths.el (Info-default-directory-list): Make it a defcustom,
1125 mainly so that we can use custom-initialize-delay.
1126
a179e3f7
SM
11272012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1128
43416392
SM
1129 * subr.el (buffer-has-markers-at): Mark obsolete.
1130
a179e3f7 1131 * subr.el (lambda): Use declare.
43416392 1132
a179e3f7
SM
1133 * emacs-lisp/lisp-mode.el (lambda):
1134 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
1135
34a008d9
AH
11362012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1137
1138 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
1139
0a3b289f
GM
11402012-05-26 Glenn Morris <rgm@gnu.org>
1141
1142 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
1143
758c81e8
GM
11442012-05-25 Glenn Morris <rgm@gnu.org>
1145
f9f334f0
GM
1146 * paths.el: Remove no-byte-compile.
1147 * loadup.el: No need to load paths.el uncompiled.
1148
87eb79c2
GM
1149 * image.el (imagemagick-types-inhibit): Doc fix.
1150
758c81e8
GM
1151 * version.el: Remove no-byte-compile and associated formatting.
1152 * loadup.el: No need to load version.el uncompiled. AFAICS, this
1153 is ancient code from when there was an "inc-vers.el".
1154
e7e85dc0
SM
11552012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1156
1157 * progmodes/gdb-mi.el: Minor style changes.
1158 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
1159 Turn into minor modes.
1160 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
1161 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
1162 (gdb-shell): Remove unneeded let-binding.
1163 (gdb-get-many-fields): Eliminate O(n²) behavior.
1164
f31237a4
EZ
11652012-05-25 Eli Zaretskii <eliz@gnu.org>
1166
1167 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
1168 platforms that don't link in fontset.c.
1169
bc1b21bb
JL
11702012-05-25 Juri Linkov <juri@jurta.org>
1171
1172 Use the same diff color scheme as in modern VCSes (bug#10181).
1173
1174 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
1175 to avoid confusion with `diff-added' that now uses green colors.
1176 (diff-removed): Use shades of red.
1177 (diff-added): Use shades of green.
1178 (diff-changed): Leave just the yellow color.
1179 (diff-use-changed-face): New variable.
1180 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
1181 how to highlight context diff changes.
1182 (diff-refine-change): Use shades of yellow.
1183 (diff-refine-removed): New face that uses shades of red.
1184 (diff-refine-added): New face that uses shades of green.
1185 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
1186 `diff-refine-removed' in the call to `smerge-refine-subst'
1187 depending on the value of `diff-use-changed-face'.
1188
1189 * vc/smerge-mode.el (smerge-mine): Use shades of red.
1190 (smerge-other): Use shades of green.
1191 (smerge-base): Use shades of yellow.
1192 (smerge-refined-change): Empty face.
1193 (smerge-refined-removed): New face that uses shades of red.
1194 (smerge-refined-added): New face that uses shades of green.
1195 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
1196 args `props-r' and `props-a', and use them. Doc fix.
1197 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
1198 on its value use different faces `smerge-refined-change',
1199 `smerge-refined-removed', `smerge-refined-added' in the call to
1200 `smerge-refine-subst'.
1201
1202 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
1203 Add face condition `min-colors 88' with shades of red.
1204 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
1205 `min-colors 88' with shades of green.
1206 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
1207 `min-colors 88' with shades of yellow.
1208
6df9112c
GM
12092012-05-24 Glenn Morris <rgm@gnu.org>
1210
ead5edc0
GM
1211 * paths.el (prune-directory-list, remote-shell-program): Move to...
1212 * files.el (prune-directory-list, remote-shell-program): ...here.
1213 For the latter, delay initialization, prefer ssh, just search PATH.
1214
f18b81e6
GM
1215 * paths.el (term-file-prefix): Move to faces.el (the only user).
1216 * faces.el (term-file-prefix): Move here, make it a defcustom.
1217
ee2f89a6
GM
1218 * paths.el (news-directory, news-path, news-inews-program):
1219 Move to gnus/nnspool.el.
61a583ca 1220
f8815e4c
GM
1221 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
1222
c8f3b42c
GM
1223 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
1224 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
1225 Make the latter a defcustom, with a delayed initialization.
1226
6df9112c
GM
1227 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
1228 These were deleted from Gnus itself late 2010.
1229
5dadff36
JB
12302012-05-22 Juanma Barranquero <lekktu@gmail.com>
1231
9e1701c6
JB
1232 * progmodes/which-func.el (which-func-ff-hook):
1233 Check against user-error, not error.
1234
bd7239f5 1235 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
1236 cl-specs.el, which no longer exists.
1237
3290526d
GM
12382012-05-22 Glenn Morris <rgm@gnu.org>
1239
1240 * info.el (info-emacs-bug): New command.
1241 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
1242 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
1243
ff0c3cfb
GM
12442012-05-21 Glenn Morris <rgm@gnu.org>
1245
1246 * makefile.w32-in (update-subdirs-SH):
1247 * Makefile.in (update-subdirs): Update for moved update-subdirs.
1248
5814f126
SM
12492012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1250
a52c0aa0
SM
1251 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
1252
5814f126
SM
1253 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1254 Simplify Maven regexp, and make sure the file can't start with a space
1255 (bug#11517).
1256
b847032c
GM
12572012-05-21 Glenn Morris <rgm@gnu.org>
1258
1259 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1260 Scrap superfluous subshells.
1261
3858bfe7
SM
12622012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1263
1264 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
1265 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
1266
d14b0029
JB
12672012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1268
1269 * calc/calc.el (calc-ensure-consistent-units): New variable.
1270
a52c0aa0
SM
1271 * calc/calc-units.el (math-consistent-units-p)
1272 (math-check-unit-consistency): New functions.
1273 (calc-quick-units, calc-convert-units):
1274 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
1275 is non-nil.
d14b0029
JB
1276 (calc-extract-units): Fix typo.
1277
60c4db3a
SM
12782012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1279
77f3b62e
SM
1280 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
1281
60c4db3a
SM
1282 * textmodes/flyspell.el: Commenting style, plus code simplifications.
1283 (flyspell-default-deplacement-commands): Don't spell check after
1284 repeated window/frame switches (e.g. triggered by mouse-movement).
1285 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
1286 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
1287 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
1288 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
1289 Remove unused vars.
1290 (flyspell-get-casechars, flyspell-get-not-casechars):
1291 Simplify; Don't bother removing a ] just to add it back.
1292 * textmodes/ispell.el (ispell-program-name): Use executable-find.
1293
b1a10716
RS
12942012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1295
1296 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
1297 New functions.
bd7239f5 1298 (math-function-table): Add support for more C functions.
b1a10716 1299
3f1b25b5
AM
13002012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1301
1302 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1303 (flyspell-debug-signal-word-checked): Protect delay handling for
1304 otherchars against empty otherchars.
1305
b581bb5c
SM
13062012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1307
1308 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
1309 their respective macro declarations.
1310 * skeleton.el (define-skeleton):
1311 * progmodes/compile.el (define-compilation-mode):
1312 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
1313 (define-ibuffer-filter):
1314 * emacs-lisp/generic.el (define-generic-mode):
1315 * emacs-lisp/easy-mmode.el (define-minor-mode)
1316 (define-globalized-minor-mode):
1317 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
1318 * emacs-lisp/byte-run.el (defsubst):
1319 * custom.el (deftheme): Add doc-string metadata.
1320
70b8ef8f
SM
13212012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1322
1323 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
1324
b1198e17
SM
13252012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1326
9abdc45d
SM
1327 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
1328
b1198e17
SM
1329 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
1330 * emacs-lisp/cl-macs.el: Idem.
1331 * emacs-lisp/cl-specs.el: Remove.
1332
4735906a
SM
13332012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1334
1335 Minor renaming of internal CL functions and variables.
1336 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
1337 (cl--position): Rename from cl-position.
1338 (cl--delete-duplicates): Rename from cl-delete-duplicates.
1339 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
1340 (cl--random-state): Rename from *random-state*.
1341
ac348012
SM
13422012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1343
1344 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
1345 parens around the arg list (bug#11499).
1346
4b32415c
FEG
13472012-05-16 Fabián Ezequiel Gallina <fgallina@cuca>
1348
1349 * progmodes/python.el: New python.el merge.
caf8412e
FEG
1350 (python-guess-indent): Obsolete Var.
1351 (python-indent-guess-indent-offset): New Defcustom.
1352 (python-indent): Obsolete Var.
1353 (python-indent-offset): New Defcustom.
1354 (python-python-command, python-jython-command): Delete Var.
1355 (python-shell-interpreter): New Defcustom.
1356 (python-pdbtrack-do-tracking-p): Delete Var.
1357 (python-pdbtrack-activate): New Defcustom.
1358 (python-use-skeletons): Obsolete Var.
1359 (python-skeleton-autoinsert): New Defcustom.
4b32415c
FEG
1360 (inferior-python-filter-regexp, python-continuation-offset)
1361 (python-honour-comment-indentation, python-indent-string-contents)
1362 (python-jython-packages, python-mode-hook)
1363 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
caf8412e
FEG
1364 (python-shell-prompt-alist)
1365 (python-source-modes): Delete Defcustoms.
4b32415c
FEG
1366 (python-check-buffer-name, python-eldoc-setup-code)
1367 (python-eldoc-string-code, python-ffap-setup-code)
1368 (python-ffap-string-code, python-fill-comment-function)
1369 (python-fill-decorator-function, python-fill-paren-function)
1370 (python-fill-string-function, python-imenu-include-defun-type)
1371 (python-imenu-make-tree, python-imenu-subtree-root-label)
caf8412e
FEG
1372 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1373 (python-shell-compilation-regexp-alist)
4b32415c
FEG
1374 (python-shell-completion-module-string-code)
1375 (python-shell-completion-pdb-string-code)
1376 (python-shell-completion-setup-code)
1377 (python-shell-completion-string-code)
1378 (python-shell-enable-font-lock, python-shell-exec-path)
1379 (python-shell-extra-pythonpaths)
caf8412e
FEG
1380 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1381 (python-shell-process-environment)
4b32415c
FEG
1382 (python-shell-prompt-block-regexp)
1383 (python-shell-prompt-output-regexp)
1384 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1385 (python-shell-send-setup-max-wait, python-shell-setup-codes)
caf8412e 1386 (python-shell-virtualenv-path): New Defcustoms.
4b32415c
FEG
1387 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1388 (inferior-python-mode-syntax-table, python--prompt-regexp)
1389 (python-buffer, python-command python-python-command)
1390 (python-default-template, python-imports, python-indent-index)
1391 (python-indent-list, python-indent-list-length)
1392 (python-mode-running, python-pdbtrack-is-tracking-p)
1393 (python-preoutput-continuation, python-preoutput-leftover)
1394 (python-preoutput-result, python-preoutput-skip-next-prompt)
1395 (python-prev-dir/file, python-recursing)
1396 (python-saved-check-command, python-version-checked)
caf8412e
FEG
1397 (python-which-func-length-limit)
1398 (view-return-to-alist): Delete Vars.
4b32415c
FEG
1399 (python-check-custom-command, python-dotty-syntax-table)
1400 (python-imenu-index-alist, python-indent-current-level)
1401 (python-indent-dedenters, python-indent-levels)
1402 (python-nav-beginning-of-defun-regexp)
1403 (python-nav-list-defun-positions-cache)
1404 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
caf8412e
FEG
1405 (python-shell-internal-buffer)
1406 (python-skeleton-available): New Vars.
1407 (def-python-skeleton): Delete Macro.
1408 (python-skeleton-define): New Macro.
1409 (python-define-auxiliary-skeleton, python-rx): New Macros.
1410 (python-insert-class): Delete Command.
1411 (python-skeleton-class): New Command.
1412 (python-insert-def): Delete Command.
1413 (python-skeleton-def): New Command.
1414 (python-insert-for): Delete Command.
1415 (python-skeleton-for): New Command.
1416 (python-insert-if): Delete Command.
1417 (python-skeleton-if): New Command.
1418 (python-insert-try/except)
1419 (python-insert-try/finally): Delete Commands.
1420 (python-skeleton-try): New Command.
1421 (python-insert-while): Delete Command.
1422 (python-skeleton-while): New Command.
1423 (python-backspace): Delete Command.
1424 (python-indent-dedent-line-backspace): New Command.
1425 (python-electric-colon): Delete Command.
1426 (python-indent-electric-colon): New Command.
1427 (python-guess-indent): Delete Command.
1428 (python-indent-guess-indent-offset): New Command.
1429 (python-shift-left): Delete Command.
1430 (python-indent-shift-left): New Command.
1431 (python-shift-right): Delete Command.
1432 (python-indent-shift-right): New Command.
1433 (python-find-function): Delete Command.
1434 (python-nav-jump-to-defun): New Command.
1435 (python-next-statement): Delete Command.
1436 (python-nav-forward-sentence): New Command.
1437 (python-previous-statement): Delete Command.
1438 (python-nav-backward-sentence): New Command.
1439 (python-fill-paragraph): Delete Command.
1440 (python-fill-paragraph-function): New Command.
1441 (python-send-buffer): Delete Command.
1442 (python-shell-send-buffer): New Command.
1443 (python-send-defun): Delete Command.
1444 (python-shell-send-defun): New Command.
1445 (python-send-region, python-send-region-and-go): Delete Commands.
1446 (python-shell-send-region)
1447 (python-shell-switch-to-shell): New Commands.
1448 (python-send-string): Delete Command.
1449 (python-shell-send-string): New Command.
1450 (python-switch-to-python): Delete Command.
1451 (python-shell-switch-to-shell): New Command.
1452 (python-describe-symbol): Delete Command.
4b32415c
FEG
1453 (python-eldoc-at-point): New Command.
1454 (python--set-prompt-regexp, python-args-to-list)
1455 (python-after-info-look, python-check-version)
1456 (python-check-comint-prompt, python-find-imports)
1457 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1458 (python-unload-function, python-expand-template)
1459 (python-maybe-jython, python-preoutput-filter)
1460 (python-pdbtrack-get-source-buffer)
1461 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1462 (python-pdbtrack-toggle-stack-tracking)
1463 (python-pdbtrack-track-stack-file, python-initial-text)
1464 (python-first-word, python-comment-line-p, python-send-command)
1465 (python-setup-brm, python-sentinel, python-set-proc)
1466 (python-skip-out, python-input-filter, python-outdent-p)
1467 (python-outline-level, python-backslash-continuation-line-p)
1468 (python-end-of-block, python-end-of-statement, python-mark-block)
1469 (python-beginning-of-block, python-beginning-of-statement)
1470 (python-blank-line-p, python-beginning-of-string)
caf8412e
FEG
1471 (python-open-block-statement-p): Delete Functions.
1472 (python-indent-line, python-indent-line-1): Delete Functions.
1473 (python-indent-line): New Function.
1474 (python-indentation-levels): Delete Function.
1475 (python-indent-calculate-levels): New Function.
1476 (python-proc): Delete Function.
1477 (python-shell-get-process): New Function.
1478 (python-send-receive): Delete Function.
1479 (python-shell-send-string-no-output): New Function.
1480 (python-module-path): Delete Function.
1481 (python-ffap-module-path): New Function.
1482 (python-completion-at-point)
1483 (python-symbol-completions): Delete Functions.
1484 (python-completion-complete-at-point): New Function.
1485 (python-load-file): Delete Function.
1486 (python-shell-send-file): New Function.
1487 (python-calculate-indentation): Delete Function.
1488 (python-indent-calculate-indentation): New Function.
1489 (python-skip-comments/blanks): Delete Function.
1490 (python-util-forward-comment): New Function.
1491 (python-continuation-line-p): Delete Function.
1492 (python-info-continuation-line-p): New Function.
1493 (python-which-func, python-current-defun): Delete Function.
1494 (python-info-current-defun): New Function.
1495 (python-beginning-of-defun): Delete Function.
1496 (python-nav-beginning-of-defun): New Function.
1497 (python-close-block-statement-p)
1498 (python-block-end-p): Delete Function.
1499 (python-info-closing-block): New Function.
4b32415c
FEG
1500 (python-comint-output-filter-function)
1501 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1502 (python-fill-comment, python-fill-decorator, python-fill-paren)
1503 (python-fill-string, python-imenu-make-element-tree)
1504 (python-imenu-make-tree, python-imenu-tree-assoc)
1505 (python-indent-context, python-indent-dedent-line)
1506 (python-indent-line-function)
1507 (python-indent-post-self-insert-function)
1508 (python-indent-toggle-levels)
1509 (python-info-assignment-continuation-line-p)
1510 (python-info-beginning-of-backlash)
1511 (python-info-block-continuation-line-p)
caf8412e 1512 (python-info-closing-block-message)
4b32415c
FEG
1513 (python-info-line-ends-backslash-p)
1514 (python-info-looking-at-beginning-of-defun)
1515 (python-info-ppss-context, python-info-ppss-context-type)
1516 (python-nav-list-defun-positions, python-nav-read-defun)
1517 (python-nav-sentence-end, python-nav-sentence-start)
1518 (python-pdbtrack-comint-output-filter-function)
1519 (python-pdbtrack-set-tracked-buffer)
1520 (python-shell-calculate-exec-path)
1521 (python-shell-calculate-process-environment)
1522 (python-shell-completion--do-completion-at-point)
1523 (python-shell-completion--get-completions)
1524 (python-shell-completion-complete-at-point)
1525 (python-shell-completion-complete-or-indent)
1526 (python-shell-get-or-create-process)
1527 (python-shell-get-process-name)
1528 (python-shell-internal-get-or-create-process)
1529 (python-shell-internal-get-process-name)
1530 (python-shell-internal-send-string, python-shell-make-comint)
1531 (python-shell-parse-command, python-shell-send-setup-code)
1532 (python-skeleton-add-menu-items)
1533 (python-util-clone-local-variables, python-util-position)
caf8412e
FEG
1534 (run-python-internal, python-indentation-levels)
1535 (python-nav-beginning-of-defun)
1536 (python-completion-complete-at-point): New Functions.
1537 (run-python): Change arguments. New API Requirements.
4b32415c 1538
a0a79cde
JL
15392012-05-17 Juri Linkov <juri@jurta.org>
1540
1541 * isearch.el (word-search-regexp, word-search-backward)
1542 (word-search-forward, word-search-backward-lax)
1543 (word-search-forward-lax): Move functions from search.c
1544 (bug#10145, bug#11381).
1545
65034a51
AM
15462012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1547
1548 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1549 (flyspell-debug-signal-word-checked): Delay for otherchars as for
1550 normal word components.
1551
1a72a195
SM
15522012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1553
1554 * minibuffer.el (completion--sifn-requote): Fix last change.
1555 (minibuffer-local-must-match-filename-map):
1556 Move define-obsolete-variable-alias before its var.
1557
fdb058c2
SM
15582012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1559
c41045e6
SM
1560 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
1561
036dfb8b
SM
1562 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
1563 behavior.
1564 (completion--string-equal-p): New function.
1565 (completion--twq-all): Use it to get better assertion failure data.
1566
2473256d
SM
1567 Only handle ".." and '..' quoting in shell-mode (bug#11466).
1568 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
1569 (shell--requote-argument): New functions.
1570 (shell-completion-vars): Use them.
1571 (shell--parse-pcomplete-arguments): Rename from
1572 shell-parse-pcomplete-arguments.
1573 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
1574 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
1575 Obey comint-file-name-quote-list.
1576
fdb058c2
SM
1577 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
1578 (smie-indent-keyword): Use it.
1579
51fa99f1
SM
15802012-05-14 Stefan Merten <smerten@oekonux.de>
1581
1582 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
1583
e18afed7 15842012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
1585
1586 * net/rlogin.el (rlogin-mode-map): Fix last change.
1587
e18afed7 15882012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
1589
1590 * mail/smtpmail.el (smtpmail-send-command): Send the command and
1591 the following \r\n using a single `process-send-string', since the
1592 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 1593 with two `process-send-string's (Bug#11444).
8633b1f4 1594
e18afed7 15952012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 1596
fdb058c2
SM
1597 * shell.el (shell-parse-pcomplete-arguments):
1598 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 1599
2d21d7f6
WJ
16002012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
1601
e18afed7 1602 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
1603 (image-transform-scale, image-transform-right-angle-fudge): New vars.
1604 (image-transform-width, image-transform-fit-width): New functions.
1605 (image-transform-properties): Use them.
1606 (image-transform-check-size): New function.
1607 (image-toggle-display-image): Use it (for testing).
1608 (image-transform-set-rotation): Reduce angle mod 360.
1609 Delete obsolete comment.
1610
7102e6d0
WJ
16112012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
1612
1613 * image-mode.el: Fix scaling (bug#11399).
1614 (image-transform-resize): Doc fix.
1615 (image-transform-properties): Default scale is 1 and height should
1616 be an integer.
1617
06bc5e6e
SM
16182012-05-13 Johan Bockgård <bojohan@gnu.org>
1619
1620 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
1621 than hard-coding `car', to fix misbehavior when moving forward.
1622
0ae03b6a
CY
16232012-05-13 Chong Yidong <cyd@gnu.org>
1624
1625 * emacs-lisp/tabulated-list.el (tabulated-list-format)
1626 (tabulated-list-entries, tabulated-list-padding)
1627 (tabulated-list-sort-key): Make permanent-local.
1628
1629 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
1630 (electric-buffer-list): Put electric buffer menu
1631 command descriptions in this docstring, instead of the docstring
1632 of electric-buffer-menu-mode. Code cleanups.
1633 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
1634 Electric-buffer-menu-mode.
1635 (electric-buffer-update-highlight): Minor code cleanup.
1636
205a7391
MA
16372012-05-13 Michael Albinus <michael.albinus@gmx.de>
1638
1639 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
1640 (Bug#11447)
1641
e5bd0a28
SM
16422012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 Move define-obsolete-variable-alias before the var's definition.
1645 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
1646 * tooltip.el (tooltip-hook):
1647 * textmodes/reftex-toc.el (reftex-toc-map):
1648 * textmodes/reftex-sel.el (reftex-select-label-map)
1649 (reftex-select-bib-map):
1650 * textmodes/reftex-index.el (reftex-index-map)
1651 (reftex-index-phrases-map):
1652 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
1653 * progmodes/meta-mode.el (meta-mode-map):
1654 * novice.el (disabled-command-hook):
1655 * loadhist.el (unload-hook-features-list):
1656 * frame.el (blink-cursor):
1657 * files.el (find-file-not-found-hooks, write-file-hooks)
1658 (write-contents-hooks):
1659 * emulation/tpu-edt.el (GOLD-map):
1660 * emacs-lock.el (emacs-lock-from-exiting):
1661 * emacs-lisp/generic.el (generic-font-lock-defaults):
1662 * emacs-lisp/chart.el (chart-map):
1663 * dos-fns.el (register-name-alist):
1664 * dired-x.el (dired-omit-files-p):
1665 * desktop.el (desktop-enable):
1666 * cus-edit.el (custom-mode-hook):
1667 * buff-menu.el (buffer-menu-mode-hook):
1668 * bookmark.el (bookmark-read-annotation-text-func)
1669 (bookmark-exit-hooks):
1670 * allout.el (allout-mode-deactivate-hook)
1671 (allout-exposure-change-hook, allout-structure-added-hook)
1672 (allout-structure-deleted-hook, allout-structure-shifted-hook):
1673 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
1674 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
1675 comes before the corresponding variable's definition.
1676
ac59c2f6
CY
16772012-05-12 Chong Yidong <cyd@gnu.org>
1678
1679 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
1680 (Buffer-menu-mouse-select): Restore function (Bug#11459).
1681 (Buffer-menu-mode-map): Bind it.
1682 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 1683
dee6c9a3
SM
16842012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1685
2171cea5
SM
1686 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
1687 (prolog-upper-case-string, prolog-lower-case-string)
1688 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
1689 (prolog-use-smie, prolog-smie-grammar): New vars.
1690 (prolog-smie-forward-token, prolog-smie-backward-token)
1691 (prolog-smie-rules): New funs.
1692 (prolog-comment-indent): Remove.
1693 (prolog-mode-variables): Use default comment indentation instead.
1694 Setup SMIE.
1695 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
1696 (prolog-mode): Don't call them any more.
1697 (prolog-electric-colon, prolog-electric-dash)
1698 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
1699
aa0382bd
SM
1700 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
1701
dbacb4bd
SM
1702 * minibuffer.el (completion--twq-all): Again, allow case differences.
1703
13bdd94c
SM
1704 * term.el: Move keymap initialization code to be more idiomatic.
1705 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
1706 (term-terminal-menu): Move initialization into declaration.
1707 (term-escape-char): Let the user set it in her .emacs.
1708
ff46c759
SM
1709 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
1710 Provide SMIE-based indentation (not enabled by default yet).
1711 (sh-mode-map): Don't bind electric keys.
1712 Use electric-pair-mode instead of skeleton-pair.
1713 (sh-assignment-regexp): Fit within 80 columns.
1714 (sh-indent-supported): Specify actual shell name instead of boolean.
1715 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
1716 (sh-maybe-here-document): Use it. Make obsolete.
1717 (sh-electric-here-document-mode) New minor mode.
1718 (sh-mode): Use it. Don't set sh-indent-supported-here here.
1719 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
1720 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
1721 (sh-smie-rc-grammar, sh-use-smie): New vars.
1722 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
1723 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
1724 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
1725 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
1726 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
1727 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
1728 (sh-set-shell): Use smie-setup if requested.
1729
dee6c9a3
SM
1730 * term.el (term-set-escape-char): Properly set term-escape-char.
1731 See http://stackoverflow.com/questions/10524656.
1732
9f9aa044
CY
17332012-05-10 Chong Yidong <cyd@gnu.org>
1734
1735 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
1736 Use url-generic-parse-url, and handle host names and Windows
1737 filenames properly.
1738 (ffap-url-unwrap-remote): Use url-generic-parse-url.
1739 (ffap-url-unwrap-remote): Accept list values, specifying a list of
1740 URL schemes to work on.
1741 (ffap--toggle-read-only): New function.
1742 (ffap-read-only, ffap-read-only-other-window)
1743 (ffap-read-only-other-frame): Use it.
1744 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
1745 necessary for ffap-url-unwrap-remote.
1746
836d29b3
DA
17472012-05-10 Dave Abrahams <dave@boostpro.com>
1748
1749 * cus-start.el (create-lockfiles): Add it.
1750
00fd78ed
CY
17512012-05-09 Chong Yidong <cyd@gnu.org>
1752
1753 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
1754 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
1755
666b903b 17562012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
1757
1758 * shell.el (shell-completion-vars): Fix last change (bug#11348).
1759
666b903b 17602012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
1761
1762 * ansi-color.el (ansi-color-process-output): Check for validity of
1763 comint-last-output-start before using it. This avoids a bad
1764 interaction with gdb-mi's input/output buffer.
1765
666b903b 17662012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
1767
1768 * files.el (dir-locals-read-from-file):
1769 Mention dir-locals in any error message.
1770
666b903b 17712012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
1772
1773 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
1774 package (Bug#11410).
1775
f677562b
CY
1776 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
1777 variables into description.
1778
666b903b 17792012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
1780
1781 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
1782 shell-delimiter-argument-list (bug#11348).
1783 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
1784
b499d8d0
JB
17852012-05-09 Juanma Barranquero <lekktu@gmail.com>
1786
8f6b6da8
JB
1787 * textmodes/rst.el: Silence byte-compiler warnings.
1788 (rst-re-alist, rst-reset-section-caches): Move around.
1789 (rst-re): Use `characterp', not `char-valid-p'.
1790 (font-lock-beg, font-lock-end): Declare.
1791
4824146a
JB
1792 * progmodes/idlw-shell.el (specs): Remove reference to deleted
1793 variable `idlwave-shell-activate-alt-keybindings' and simplify.
1794
b499d8d0
JB
1795 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
1796
ad89bb83
GM
17972012-05-08 Glenn Morris <rgm@gnu.org>
1798
1799 * files.el (auto-mode-alist): Treat ".make" like ".mk".
1800
8bba5a75
SM
18012012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1802
49ed9c8e
SM
1803 * vc/log-edit.el: Add GNU coding standards highlighting.
1804 (log-edit-font-lock-gnu-style)
1805 (log-edit-font-lock-gnu-keywords): New vars.
1806 (log-edit-font-lock-keywords): New fun.
1807 (log-edit-mode): Don't fold case in font-lock.
1808 (log-edit-font-lock-keywords): Do not assume case-folding.
1809
07d00b56
SM
1810 * imenu.el: Misc cleanup. Make docstrings out of comments.
1811 Use lexical-binding.
1812 (imenu--index-alist, imenu--last-menubar-index-alist)
1813 (imenu-menubar-modified-tick): Use defvar-local.
1814 (imenu--split-menu): Remove unused var.
1815 (imenu--cleanup-seen): Declare as global.
1816 (imenu--cleanup): Use dolist.
1817
8bba5a75
SM
1818 * subr.el (defvar-local): Add debug spec and doc-string position.
1819
5075bdb5
GM
18202012-05-08 Glenn Morris <rgm@gnu.org>
1821
c052c904
GM
1822 * lisp/language/burmese.el, language/cham.el, language/czech.el:
1823 * language/english.el, language/georgian.el, language/greek.el:
1824 * language/japanese.el, language/khmer.el, language/korean.el:
1825 * language/lao.el, language/misc-lang.el, language/romanian.el:
1826 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
1827 * language/thai.el, language/utf-8-lang.el:
1828 Remove no-byte-compile setting.
1829
5075bdb5
GM
1830 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
1831
06f679a7
AH
18322012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1833
1834 * progmodes/make-mode.el (makefile-browse):
1835 Remove unnecessary interactive. (Bug#11324)
1836
03794570
GM
18372012-05-07 Glenn Morris <rgm@gnu.org>
1838
af8630f4
GM
1839 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
1840
03794570
GM
1841 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
1842
f0809a9d
SM
18432012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1844
28be5ce7
SM
1845 * loadup.el: Preload newcomment.el.
1846 * newcomment.el: Move autoload-only code to toplevel.
1847
f0809a9d
SM
1848 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
1849 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
1850 Handle new :right-align column property.
1851 (tabulated-list-print-col): Idem, plus use `display' text-property to
1852 try and preserve alignment for variable pitch fonts.
1853
1241b724
CY
18542012-05-07 Chong Yidong <cyd@gnu.org>
1855
1856 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
1857 (tabulated-list-use-header-line): New var.
1858 (tabulated-list-init-header): Use it.
1859 (tabulated-list-print-fake-header): New function.
1860 (tabulated-list-print): Use it.
1861 (tabulated-list-sort-button-map): Add non-header-line commands.
1862 (tabulated-list-init-header): Add column name property to basic
1863 labels as well.
1864 (tabulated-list-col-sort): Handle non-header-line button case.
1865 (tabulated-list--sort-by-column-name): Fix a corner case.
1866
f0809a9d
SM
1867 * buff-menu.el (list-buffers--refresh):
1868 Handle Buffer-menu-use-header-line.
1241b724 1869
e5f9458f
CY
18702012-05-06 Chong Yidong <cyd@gnu.org>
1871
1872 * buff-menu.el: Convert to Tabulated List mode.
1873 (Buffer-menu-buffer+size-width): Make obsolete.
1874 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
1875 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
1876 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
1877 documentation into docstring of buffer-menu.
1878 (Buffer-menu-toggle-files-only): Add an informative message.
1879 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
1880 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
1881 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
1882 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
1883 (Buffer-menu-execute, Buffer-menu-select)
1884 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
1885 (Buffer-menu-bury): Use Tabulated List machinery.
1886 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
1887 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 1888 Delete.
e5f9458f
CY
1889 (list-buffers--refresh): New function.
1890 (list-buffers-noselect): Use it.
1891 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
1892 (Buffer-menu--pretty-file-name): New helper functions.
1893
1894 * loadup.el: Preload tabulated-list.
1895
1896 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
1897 tabulated-list-sort-column.
1898 (tabulated-list-init-header): Add the initial aligning space even
1899 if tabulated-list-padding is zero.
1900
e129292c
CS
19012012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
1902
1903 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
1904 whose cdr is not a cons cell correctly (bug#11038).
1905
6632d361
CY
19062012-05-06 Chong Yidong <cyd@gnu.org>
1907
e129292c
CS
1908 * emacs-lisp/tabulated-list.el (tabulated-list-format):
1909 Accept additional plist in column descriptors.
6632d361
CY
1910 (tabulated-list-init-header): Obey it.
1911 (tabulated-list-get-entry): New function.
1912 (tabulated-list-put-tag): Use it. Use string-width instead of
1913 length.
1914 (tabulated-list--column-number): New function.
1915 (tabulated-list-print): Use it.
e129292c
CS
1916 (tabulated-list-print-col): New function.
1917 Set `tabulated-list-column-name' property on each column's text.
6632d361 1918 (tabulated-list-print-entry): Use it.
e129292c
CS
1919 (tabulated-list-delete-entry, tabulated-list-set-col):
1920 New functions.
6632d361
CY
1921 (tabulated-list-sort-column): New command (Bug#11337).
1922
3cc99f68
CY
1923 * buff-menu.el (list-buffers): Move C-x C-b binding from
1924 buff-menu.el to bindings.el.
1925
1926 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
1927 :advertised-binding feature.
1928
52b61776
TN
19292012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
1930
1931 * progmodes/compile.el (compilation-internal-error-properties):
1932 Calculate start position correctly when end-col is set but
1933 end-line is not (Bug#11382).
1934
ebfe2597
WJ
19352012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
1936
1937 * man.el (Man-unindent): Use text-property-default-nonsticky to
1938 prevent untabify from inheriting face properties (Bug#11408).
1939
6d3f7c2f
SM
19402012-05-05 Stefan Merten <smerten@oekonux.de>
1941
1942 * textmodes/rst.el: Major merge with upstream development up to
1943 Docutils SVN r7399 / rst.el V1.2.1.
1944
1945 Clarify maintainership and authors.
1946
1947 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
1948 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
1949 (rst-official-version, rst-official-cvs-rev, rst-version)
1950 (rst-package-emacs-version-alist): New functions and variables
1951 for version information.
1952
1953 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
1954 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
1955 (rst-mode-syntax-table, rst-mode): New and corrected functions
1956 and variables representing reStructuredText features.
1957
1958 (rst-re): New function for reStructuredText regexes. Use in
1959 many places.
1960
1961 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
1962 (rst-mode-map): Rebind keys.
1963
1964 (rst-mode-lazy, rst-font-lock-keywords)
1965 (rst-font-lock-extend-region)
1966 (rst-font-lock-extend-region-internal)
1967 (rst-font-lock-extend-region-extend)
1968 (rst-font-lock-find-unindented-line-limit)
1969 (rst-font-lock-find-unindented-line-match)
1970 (rst-adornment-level, rst-font-lock-adornment-level)
1971 (rst-font-lock-adornment-match)
1972 (rst-font-lock-handle-adornment-pre-match-form)
1973 (rst-font-lock-handle-adornment-matcher): Major revision of
1974 font-locking. Integrate with other code. Use `jit-lock-mode'.
1975
1976 (rst-preferred-adornments, rst-adjust-hook)
1977 (rst-new-adornment-down, rst-preferred-bullets)
1978 (rst-preferred-bullets, rst-indent, rst-indent-width)
1979 (rst-indent-field, rst-indent-literal-normal)
1980 (rst-indent-literal-minimized, rst-indent-comment): Change,
1981 extend and improve customization.
1982
1983 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
1984 (rst-normalize-cursor-position, rst-get-decoration)
1985 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
1986 (rst-rstrip, rst-toc-insert-find-delete-contents)
1987 (rst-shift-fill-region, rst-compute-bullet-tabs)
1988 (rst-debug-print-tabs, rst-debug-mark-found)
1989 (rst-shift-region-guts, rst-shift-region-right)
1990 (rst-shift-region-left, rst-use-char-classes)
1991 (rst-font-lock-keywords-function)
1992 (rst-font-lock-indentation-point)
1993 (rst-font-lock-find-unindented-line-begin)
1994 (rst-font-lock-find-unindented-line-end)
1995 (rst-font-lock-find-unindented-line)
1996 (rst-font-lock-adornment-point, rst-font-lock-level)
1997 (rst-adornment-level-alist): Remove functions and variables.
1998
1999 (rst-compare-adornments, rst-get-adornment-match)
2000 (rst-suggest-new-adornment, rst-get-adornments-around)
2001 (rst-adornment-complete-p, rst-get-next-adornment)
2002 (rst-adjust-adornment, rst-display-adornments-hierarchy)
2003 (rst-straighten-adornments): Standardize function names to
2004 use "adornment" instead of "decoration". Correct callers.
2005 Similar standardizing in many places.
2006
2007 (rst-update-section, rst-adjust, rst-promote-region)
2008 (rst-enumerate-region, rst-bullet-list-region)
2009 (rst-repeat-last-character): Correct use of `interactive'.
2010
2011 (rst-classify-adornment, rst-find-all-adornments)
2012 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
2013 (rst-find-leftmost-column, rst-repeat-last-character):
2014 Refactor functions.
2015
2016 (rst-find-title-line, rst-reset-section-caches)
2017 (rst-get-adornments-around, rst-adjust-adornment-work)
2018 (rst-arabic-to-roman, rst-roman-to-arabic)
2019 (rst-insert-list-pos, rst-insert-list-new-item)
2020 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
2021 New functions.
2022
2023 (rst-all-sections, rst-section-hierarchy)
2024 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
2025 New variables.
2026
2027 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
2028 configuration instead of only buffer. Change where necessary.
2029
2030 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
2031 (rst-shift-region, rst-adaptive-fill): New functions for
2032 indentation and filling.
2033
2034 (rst-comment-line-break, rst-comment-indent)
2035 (rst-comment-insert-comment, rst-comment-region)
2036 (rst-uncomment-region): New functions for handling comments.
2037
2038 (rst-compile): Quote shell arguments.
2039
2040 (rst-compile-pdf-preview, rst-compile-slides-preview):
2041 Delete temporary files after use.
2042
a43f98b3
GM
20432012-05-05 Glenn Morris <rgm@gnu.org>
2044
48176e8b
GM
2045 * calendar/cal-html.el: Optionally include holidays in the output.
2046 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
2047 (cal-html-holidays): New option.
2048 (cal-html-css-default): Add holiday entry.
2049 (holiday-in-range): Autoload it.
2050 (cal-html-htmlify-entry): Add optional class argument.
2051 (cal-html-htmlify-list): Add optional holidays argument.
2052 (cal-html-insert-agenda-days): Include holidays in the output.
2053 (cal-html-one-month): Maybe include holidays.
2054
a43f98b3
GM
2055 * calendar/holidays.el (holiday-in-range):
2056 Move here from cal-tex-list-holidays.
2057 * calendar/cal-tex.el (cal-tex-list-holidays):
2058 Make it an obsolete alias for holiday-in-range. Update all callers.
2059
fef9d149 20602012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
2061
2062 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
2063 Nextstep.
2064
248da2f4
RW
20652012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
2066
2067 * files.el (file-auto-mode-skip): New var.
2068 (set-auto-mode-1): Use it.
2069
f95e9344
SM
20702012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2071
df96ab1e
SM
2072 * repeat.el: Use lexical-binding.
2073 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
2074 (repeat-undo-count): Remove.
2075 (repeat):
2076 * progmodes/octave-mod.el (octave-abbrev-start):
2077 * progmodes/f90.el (f90-abbrev-start):
2078 * face-remap.el (text-scale-adjust):
2079 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
2080
5342bb06
SM
2081 * emacs-lisp/pcase.el (pcase--let*): New function.
2082 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
2083 a bit more.
2084 (pcase--split-pred): Be more clever about ruling out overlap between
2085 a predicate and some constant pattern.
2086 (pcase--q1): Use `null' instead of (eq foo nil).
2087
f95e9344
SM
2088 * subr.el (setq-local, defvar-local): New macros.
2089 (kbd): Redefine as an alias.
2090 (with-selected-window): Leave unrelated frames alone.
2091 (set-temporary-overlay-map): New function.
2092
71873e2b
SM
20932012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2094
2095 * subr.el (user-error): New function.
2096 * window.el (switch-to-buffer):
2097 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
2098 (smerge-match-conflict):
2099 * simple.el (previous-matching-history-element)
2100 (next-matching-history-element, goto-history-element, undo-more)
2101 (undo-start):
2102 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
2103 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
2104 (next-file, tags-loop-scan, list-tags, complete-tag):
2105 * progmodes/compile.el (compilation-loop):
2106 * mouse.el (mouse-minibuffer-check):
2107 * man.el (Man-bgproc-sentinel, Man-goto-page):
2108 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
2109 (Info-history-forward, Info-follow-reference, Info-menu)
2110 (Info-extract-menu-item, Info-extract-menu-counting)
2111 (Info-forward-node, Info-backward-node, Info-next-menu-item)
2112 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
2113 (Info-next-reference, Info-prev-reference, Info-index)
2114 (Info-index-next, Info-follow-nearest-node)
2115 (Info-copy-current-node-name):
2116 * imenu.el (imenu--make-index-alist)
2117 (imenu-default-create-index-function, imenu-add-to-menubar):
2118 * files.el (basic-save-buffer, recover-file):
2119 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2120 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2121 (checkdoc-message-text, checkdoc-defun):
2122 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
2123 * cus-edit.el (customize-changed-options, customize-rogue)
2124 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
2125 (custom-variable-mark-to-reset-standard)
2126 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
2127 (custom-file):
2128 * completion.el (check-completion-length):
2129 * comint.el (comint-search-arg)
2130 (comint-previous-matching-input-string-position)
2131 (comint-previous-matching-input)
2132 (comint-replace-by-expanded-history-before-point, comint-send-input)
2133 (comint-copy-old-input, comint-backward-matching-input)
2134 (comint-goto-process-mark, comint-set-process-mark):
2135 * calendar/calendar.el (calendar-cursor-to-date): Use it.
2136 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
2137
8a61ee22
SM
21382012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2139
66408d1e
SM
2140 * dabbrev.el (dabbrev--ignore-case-p): New function.
2141 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
2142 Use it.
2143
8a61ee22
SM
2144 * files.el (automount-dir-prefix): Mark as obsolete.
2145
3c74813a
GM
21462012-05-04 Glenn Morris <rgm@gnu.org>
2147
2148 * patcomp.el, play/bruce.el: Move to obsolete/.
2149
0bfcf5c5
PE
21502012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2151
2152 Fix minor Y10k bugs.
2153 * arc-mode.el (archive-unixdate):
2154 * autoinsert.el (auto-insert-alist):
2155 * calc/calc-forms.el (math-this-year):
2156 * emacs-lisp/copyright.el (copyright-current-year)
2157 (copyright-update-year, copyright):
2158 * tar-mode.el (tar-clip-time-string):
2159 * time.el (display-time-update):
2160 Don't assume years have 4 digits.
2161
78f3273a
CY
21622012-05-04 Chong Yidong <cyd@gnu.org>
2163
2164 * dos-w32.el (file-name-buffer-file-type-alist)
2165 (direct-print-region-use-command-dot-com):
2166 * ffap.el (ffap-menu-regexp):
2167 * find-file.el (ff-special-constructs):
2168 * follow.el (follow-debug):
2169 * forms.el (forms--debug):
2170 * iswitchb.el (iswitchb-all-frames):
2171 * ido.el (ido-all-frames):
2172 * emacs-lisp/timer.el (timer-max-repeats):
2173 * mail/feedmail.el (feedmail-mail-send-hook)
2174 (feedmail-mail-send-hook-queued):
2175 * mail/footnote.el (footnote-signature-separator):
2176 * mail/mailabbrev.el (mail-alias-separator-string)
2177 (mail-abbrev-mode-regexp):
2178 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
2179 * progmodes/idlwave.el (idlwave-libinfo-file)
2180 (idlwave-default-completion-case-is-down)
2181 (idlwave-library-routines): Convert defvars to defcustoms.
2182
2183 * mail/rmail.el (rmail-decode-mime-charset):
2184 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
2185 (idlwave-shell-fix-inserted-breaks)
2186 (idlwave-shell-activate-alt-keybindings)
2187 (idlwave-shell-use-breakpoint-glyph):
2188 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
2189
f7ae6719
SM
21902012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
2193
47086495
WS
21942012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
2195
2196 * progmodes/verilog-mode.el (font-lock-keywords):
2197 Fix mis-highligting auto. Reported by Craig Barner.
2198 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
2199 defines from global name space. Reported by Dan Dever.
2200 (verilog-auto-reset, verilog-auto-reset-widths)
2201 (verilog-auto-tieoff): Support using unbased numbers for
2202 AUTORESET and AUTOTIEOFF.
2203 (verilog-submit-bug-report): Update variable list.
2204 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
2205 parenthesis from not matching. Reported by Michael Rytting.
2206 (verilog-auto-template-lint): Fix hash error when linting modules
2207 with no used templates.
2208 (verilog-warn, verilog-warn-error)
2209 (verilog-warn-fatal): When non-interactive report multiple
2210 warnings before exiting. Suggested by Brad Dobbie.
2211 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
2212 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
2213 to report unused template errors. Reported by Brad Dobbie.
2214 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
2215 nets, bug438. Reported by Vns Blore.
2216 (verilog-auto-inout-module, verilog-auto-reg)
2217 (verilog-read-decls, verilog-read-sub-decls-sig)
2218 (verilog-signals-edit-wire-reg, verilog-signals-with):
2219 Fix passing of Verilog data types in ANSI input/output ports
2220 such as "output logic" into the AUTOs. Special case "wire" and
2221 "reg" for backwards compatibility presuming Verilog 2001.
2222 (verilog-auto-ascii-enum): Add "auto enum" as alias.
2223 (verilog-preprocess): Fix replication of preprocess output.
2224 Reported by Brad Dobbie.
2225 (verilog-auto-inst-interfaced-ports):
2226 Create verilog-auto-inst-interfaced-ports, bug429.
2227 Reported by Julian Gorfajn.
2228 (verilog-after-save-font-hook)
2229 (verilog-before-save-font-hook): New variable.
2230 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
2231 (verilog-save-font-mods): Wrap disabling fontification, reported
2232 by David Rogoff.
2233 (verilog-do-indent, verilog-pretty-declarations-auto)
2234 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
2235 Reported by Pierre-David Pfister.
2236 (verilog-set-auto-endcomments): Fix endtask auto comments outside
2237 of class declarations, bug292. Reported by Kevin Heilman.
2238 (verilog-read-decls): Fix 'parameter type' not appearing in
2239 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
2240 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
2241 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
2242 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
2243 Reported by David Kravitz.
2244
22452012-05-03 Michael McNamara <mac@mail.brushroad.com>
2246
2247 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
2248 assignment with tests in ifs and for loops.
2249 (verilog-extended-complete-re, verilog-complete-reg): Change so
2250 that DPI inport functions don't look like fuction declarations.
2251 (verilog-pretty-expr): Don't line up assignment
2252 operations to the test and increment in if and for loops
2253 (verilog-extended-complete-re, verilog-complete-reg): Change so
2254 that DPI inport functions don't look like fuction declarations
2255
2e51d4b5
KH
22562012-05-03 Kenichi Handa <handa@m17n.org>
2257
2258 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 2259 decoding, and show a warning message without signaling an error
2e51d4b5
KH
2260 (Bug#11282).
2261
2bd785a2
SM
22622012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2263
2264 * emacs-lisp/bytecomp.el
2265 (byte-compile-file-form-custom-declare-variable): Compile all elements,
2266 since cconv.el might have introduced :fun-body, internal-make-closure,
2267 and friends for bytecomp to handle (bug#11391).
2268 * custom.el (defcustom): Avoid ((λ ..) ..).
2269
99d27583
SM
22702012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2271
2272 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
2273
55a71479
JB
22742012-05-02 Juanma Barranquero <lekktu@gmail.com>
2275
2276 * notifications.el (dbus-debug):
2277 * term/linux.el (gpm-mouse-enable):
2278 * term/screen.el (xterm-register-default-colors): Declare.
2279
7b97c764
CY
22802012-05-02 Chong Yidong <cyd@gnu.org>
2281
2bc356d7
CY
2282 * cus-start.el (gc-cons-percentage, exec-suffixes)
2283 (dos-display-scancodes, dos-hyper-key, dos-super-key)
2284 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
2285 (make-cursor-line-fully-visible, void-text-area-pointer)
2286 (font-list-limit): Add customization data.
2287
7b97c764
CY
2288 * allout.el (allout-exposure-change-functions)
2289 (allout-structure-added-functions)
2290 (allout-structure-deleted-functions)
2291 (allout-structure-shifted-functions): Rename abnormal hooks from
2292 *-hook, and convert to defcustoms.
5d3385a0
JB
2293 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
2294 Convert to defcustoms.
7b97c764
CY
2295 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
2296
2297 * allout-widgets.el: Hook callers changed.
2298
90207a15 22992012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
2300
2301 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
2302 the yanked message in preference to the default value of
2303 buffer-file-coding-system.
2304
90207a15 23052012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 2306
5d3385a0
JB
2307 * window.el (display-buffer--action-function-custom-type):
2308 Fix entry.
d9558cad 2309
90207a15 23102012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
2311
2312 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
2313
d80ac57b
GM
23142012-05-01 Glenn Morris <rgm@gnu.org>
2315
976f7668
GM
2316 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
2317
beb83b5a
GM
2318 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
2319
d80ac57b
GM
2320 * cus-edit.el (custom-variable-documentation): Simplify with format.
2321
b593d6a9
AH
23222012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2323 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 * simple.el (suggest-key-bindings, execute-extended-command):
2326 Move from keyboard.c.
2327
782fbf2a
CY
23282012-05-01 Chong Yidong <cyd@gnu.org>
2329
2330 * follow.el: Eliminate advice.
2331 (set-process-filter, process-filter, sit-for): Advice deleted.
2332 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
2333 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
2334 Vars deleted.
782fbf2a
CY
2335 (follow-auto): Use a :set function.
2336 (follow-mode): Rewritten. Don't advise process filters.
2337 (follow-switch-to-current-buffer-all, follow-scroll-up)
2338 (follow-scroll-down): Assume follow-mode is bound.
2339 (follow-comint-scroll-to-bottom)
2340 (follow-align-compilation-windows): New functions.
2341 (follow--window-sorter): New function.
2342 (follow-all-followers): Use it to explicitly sort windows by their
2343 positions; don't make assumptions about next-window order.
2344 (follow-windows-start-end, follow-delete-other-windows-and-split)
2345 (follow-calc-win-start): Doc fix.
2346 (follow-windows-aligned-p, follow-select-if-visible): Don't call
2347 vertical-motion unnecessarily.
2348 (follow-adjust-window): New function.
2349 (follow-post-command-hook): Use it.
2350 (follow-call-set-process-filter, follow-call-process-filter)
2351 (follow-intercept-process-output, follow-tidy-process-filter-alist)
2352 (follow-stop-intercept-process-output, follow-generic-filter):
2353 Functions deleted.
2354 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
2355 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
2356 New functions, replacing advice on scroll-bar-* commands.
87233a14 2357 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
2358
2359 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
2360 (comint-postoutput-scroll-to-bottom): Use it.
2361 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 2362
290af740
GM
23632012-05-01 Glenn Morris <rgm@gnu.org>
2364
2365 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
2366 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
2367 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
2368 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
2369 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
2370 Remove no-byte-compile setting.
2371
6eac8dc9
SM
23722012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2373
2374 * minibuffer.el (completion-table-with-quoting): Fix compatibility
2375 all-completions code to not return a number in the last cdr.
2376
9cc7819c
LL
23772012-04-30 Leo Liu <sdl.web@gmail.com>
2378
2379 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
2380 read-only error.
2381
c93b886f
CY
23822012-04-29 Chong Yidong <cyd@gnu.org>
2383
2384 * follow.el (follow-calc-win-end): Rewrite to handle partial
2385 screen lines correctly (Bug#8390).
2386 (follow-avoid-tail-recenter): Minor cleanup.
2387
8b6c19f4
SM
23882012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2389
2390 Avoid the obsolete `assoc' package.
2391 * speedbar.el (speedbar-refresh): Avoid adelete.
2392 (speedbar-file-lists): Simplify and avoid aput.
2393 * man.el (Man--sections, Man--refpages): New vars, replacing
2394 Man-sections-alist and Man-refpages-alist.
2395 (Man-build-section-alist, Man-build-references-alist):
2396 Use them; avoid aput.
2397 (Man--last-section, Man--last-refpage): New vars.
2398 (Man-follow-manual-reference): Use them.
2399 Use the `default' arg of completing-read.
2400 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
2401
c5bb7569
CY
24022012-04-27 Chong Yidong <cyd@gnu.org>
2403
d1d2e2e8
CY
2404 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
2405
15cd8efd
CY
2406 * startup.el (x-apply-session-resources): New function.
2407
2408 * term/ns-win.el (ns-initialize-window-system):
2409 * term/w32-win.el (w32-initialize-window-system):
2410 * term/x-win.el (x-initialize-window-system): Use it to properly
2411 set menu-bar-mode and other vars from X resources, even if the
2412 initial frame is not a window-system frame (Bug#2299).
2413
c5bb7569
CY
2414 * subr.el (read-key): Avoid running filter function when setting
2415 up temporary tool bar entries (Bug#9922).
2416
a8e7d6d7 24172012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
2418
2419 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
2420 (Bug#11344)
2421
a8e7d6d7 24222012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
2423
2424 * select.el (xselect--encode-string): New function, split from
2425 xselect-convert-to-string.
2426 (xselect-convert-to-string): Use it.
2427 (xselect-convert-to-filename, xselect-convert-to-os)
2428 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
2429 returned strings are properly encoded (Bug#11315).
2430
a8e7d6d7 24312012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
2432
2433 * simple.el (delete-active-region): Move to killing custom group.
2434
a8e7d6d7 24352012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
2436
2437 * progmodes/which-func.el (which-func-current): Quote %
2438 characters for mode-line processing.
2439
578c1d4b 24402012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
2441
2442 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
2443 reaching eob (Bug#11286).
2444
a8e7d6d7 24452012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
2446
2447 * progmodes/gdb-mi.el (gdb-control-level): New variable.
2448 (gdb): Make it buffer-local and init to zero.
2449 (gdb-control-commands-regexp): New variable.
2450 (gdb-send): Don't wrap in "-interpreter-exec console" if
2451 gdb-control-level is positive. Increment gdb-control-level
2452 whenever the command matches gdb-control-commands-regexp, and
2453 decrement it each time the command is "end". (Bug#11279)
2454
a8e7d6d7 24552012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
2456
2457 * window.el (adjust-window-trailing-edge, enlarge-window)
2458 (shrink-window, window-resize):
2459 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
2460 windows (Bug#11276).
2461
b3608390
CY
24622012-04-27 Chong Yidong <cyd@gnu.org>
2463
2464 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 2465 fix "missing prefix" warning. All callers changed.
b3608390 2466
797e6e88
SM
24672012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2468
2469 * emacs-lisp/assoc.el: Move to obsolete/.
2470
e95a67dc
SM
24712012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2472
657c21e4 2473 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
2474
2475 * term/ns-win.el (ns-define-service):
2476 * progmodes/pascal.el (pascal-goto-defun):
2477 * progmodes/js.el (js--read-tab):
2478 * progmodes/etags.el (tags-lazy-completion-table):
2479 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
2480 * emacs-lisp/ewoc.el (ewoc--wrap):
2481 * emacs-lisp/assoc.el (aput, adelete, amake):
2482 * doc-view.el (doc-view-convert-current-doc):
2483 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
2484
cb3e7ae0
CY
24852012-04-26 Chong Yidong <cyd@gnu.org>
2486
dce04f7f
CY
2487 * image.el (image-type-from-buffer): Only return supported image
2488 type (Bug#9045).
2489
cb3e7ae0
CY
2490 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
2491 value, for symmetry with diff-end-of-hunk.
2492 (diff-split-hunk, diff-find-source-location)
2493 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
2494 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
2495 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
2496 compute the relevant hunk or file properly (Bug#6005).
2497 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
2498
0d42eb3e
SM
24992012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2500
2501 * vc/vc-mtn.el:
2502 * vc/vc-hg.el:
2503 * vc/vc-git.el:
2504 * vc/vc-dir.el:
2505 * vc/vc-cvs.el:
2506 * vc/vc-bzr.el:
2507 * vc/vc-arch.el:
2508 * vc/vc.el: Replace lexical-let by lexical-binding.
2509 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
2510 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
2511 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
2512
f08ae1c9
CY
25132012-04-26 Chong Yidong <cyd@gnu.org>
2514
8b71081d
CY
2515 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
2516 (diff-mode-shared-map): Bind it to / and [remap undo].
2517
f08ae1c9
CY
2518 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
2519 (ediff-window-setup-function): Use it as the default, to set up
2520 windows based on whether the current frame is graphical (Bug#2138).
2521 (ediff-choose-window-setup-function-automatically): Make obsolete.
2522
2523 * vc/ediff-init.el: Always define ediff-pixel-width/height.
2524
ef24141c
SM
25252012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2526
cc356a5d
SM
2527 * ffap.el: Remove old code for obsolete package.
2528 (ffap-complete-as-file-p): Remove.
2529
b4ff4f1f
SM
2530 Use completion-table-with-quoting for comint and pcomplete.
2531 * comint.el (comint--unquote&requote-argument)
2532 (comint--unquote-argument, comint--requote-argument): New functions.
2533 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
2534 (comint-quote-filename): Use regexp-opt-charset.
2535 (comint--common-suffix, comint--common-quoted-suffix)
2536 (comint--table-subvert): Remove.
2537 (comint-unquote-function, comint-requote-function): New vars.
2538 (comint--complete-file-name-data): Use them with
2539 completion-table-with-quoting.
2540 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
2541 * pcomplete.el (pcomplete-arg-quote-list)
2542 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
2543 (pcomplete-unquote-argument-function): Default to non-nil.
2544 (pcomplete-unquote-argument): Simplify.
2545 (pcomplete--common-quoted-suffix): Remove.
2546 (pcomplete-requote-argument-function): New var.
2547 (pcomplete--common-suffix): New function.
2548 (pcomplete-completions-at-point): Use completion-table-with-quoting
2549 and completion-table-subvert.
2550
79c4eeb4
SM
2551 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
2552 (minibuffer--double-dollars): Preserve properties.
2553 (completion--sifn-requote): New function.
2554 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
2555
ef24141c
SM
2556 * minibuffer.el: Add support for completion of quoted/escaped data.
2557 (completion-table-with-quoting, completion-table-subvert): New funs.
2558 (completion--twq-try, completion--twq-all): New functions.
2559 (completion--nth-completion): New function.
2560 (completion-try-completion, completion-all-completions): Use it.
2561
784e7d6e
LL
25622012-04-25 Leo Liu <sdl.web@gmail.com>
2563
dd2ac746
SM
2564 * progmodes/python.el (python-pdbtrack-get-source-buffer):
2565 Use compilation-message if available to find real filename.
784e7d6e 2566
07875ee7
CY
25672012-04-25 Chong Yidong <cyd@gnu.org>
2568
2569 * vc/diff-mode.el (diff-setup-whitespace): New function.
2570 (diff-mode): Use it.
2571
2572 * vc/diff.el (diff-sentinel):
2573 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
2574 Whitespace mode variables based on diff style (Bug#8612).
2575
5055880d
LL
25762012-04-25 Leo Liu <sdl.web@gmail.com>
2577
daf75653
LL
2578 * progmodes/python.el (python-send-region): Add suffix .py to the
2579 temp file.
2580
5055880d
LL
2581 * files.el (auto-mode-alist): Use javascript-mode instead.
2582
db9b177b
AH
25832012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
2584
ef24141c 2585 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
2586
2587 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 2588 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 2589 references, see Bug#9.
ef24141c 2590 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 2591 when receiving a fault reply.
ef24141c 2592 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
2593
2594 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 2595 (soap-inspect-simple-type): New function.
db9b177b 2596
ef24141c 2597 * soap-client.el (soap-simple-type): New struct.
db9b177b 2598 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
2599 (soap-decode-basic-type, soap-encode-basic-type):
2600 support unsignedInt and double basic types.
db9b177b 2601 (soap-resolve-references-for-simple-type)
ef24141c
SM
2602 (soap-parse-simple-type, soap-encode-simple-type): New function.
2603 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
2604
2605 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
2606 (soap-default-soapenc-types): Add integer, byte and anyURI types.
2607 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
2608 the local name of "soapenc:Array".
2609 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
2610 decoding integer, byte and anyURI xsd types.
2611
1fc6097b
CY
26122012-04-25 Chong Yidong <cyd@gnu.org>
2613
2614 * cus-edit.el (custom-buffer-create-internal): Update header text.
2615
afc6df87
EZ
26162012-04-25 Eli Zaretskii <eliz@gnu.org>
2617
2618 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
2619 settings on 'system-type', not on 'window-system'. On MS-Windows,
2620 set interactive-mode on in GDB.
2621
dfbd787f
SM
26222012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2623
2624 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
2625 (ruby-syntax-propertize-regexp): Remove.
2626 (ruby-syntax-propertize-function): Split regexp into chunks.
2627 Match following code directly.
2628
85222d44
DG
26292012-04-24 Dmitry Gutov <dgutov@yandex.ru>
2630
51a8ea2a
DG
2631 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
2632 (ruby-syntax-propertize-regexp): New function.
2633 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
2634 by a special keyword.
2635
85222d44
DG
2636 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
2637 (ruby-syntax-general-delimiters-goto-beg)
2638 (ruby-syntax-propertize-general-delimiters): New functions.
2639 (ruby-syntax-propertize-function): Use them to handle GDL.
2640 (ruby-font-lock-keywords): Move old handling of GDL...
2641 (ruby-font-lock-syntactic-keywords): .. to here.
2642 (ruby-calculate-indent): Adjust indentation for GDL.
2643
b613912b
MA
26442012-04-24 Michael Albinus <michael.albinus@gmx.de>
2645
b5380639
MA
2646 * notifications.el (top): Remove unneeded declarations.
2647 (notifications-specification-version): Change to "1.2".
e43042fe 2648 (notifications-interface, notifications-notify-method)
b613912b
MA
2649 (notifications-close-notification-method): Fix docstring.
2650 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
2651 (notifications-notify): Add :action-items, :resident and
2652 :transient hints. Change "image_data" to "image-data" and
2653 "image_path" to "image-path".
b613912b
MA
2654 (notifications-get-capabilities): New defun.
2655
257440aa
LL
26562012-04-24 Leo Liu <sdl.web@gmail.com>
2657
2658 * progmodes/python.el: Move hideshow setup to the end.
2659
b1bac16e
MR
26602012-04-24 Martin Rudalics <rudalics@gmx.at>
2661
2662 * window.el (handle-select-window): Clear echo area since this is
2663 no more done by read_char (Bug#11304).
2664
d81bd059
SM
26652012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2666
2667 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
2668 and `/ M' to filter-derived-mode.
2669 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
2670 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2671 (ibuffer-mark-by-mode): Use default rather than initial-input.
2672 (ibuffer-filter-by-derived-mode): Autoload and require-match.
2673
c4cf6d91
IA
26742012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
2675
2676 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
2677 (ibuffer-filter-by-derived-mode): New filter.
2678 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
2679
7511ded8
CY
26802012-04-23 Andreas Politz <politza@fh-trier.de>
2681
2682 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
2683
775c916b
CY
26842012-04-23 Chong Yidong <cyd@gnu.org>
2685
2686 * cus-edit.el (customize-apropos, customize-apropos-options):
2687 Disable matching of non-option variables (Bug#11176).
2688 (customize-option, customize-option-other-window)
2689 (customize-changed-options): Doc fix.
2690 (customize-apropos-options, customize-apropos-faces)
2691 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
2692
2693 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 2694 Fix word list splitting (Bug#11132).
46c71e23
CY
2695 (apropos-symbol, apropos-keybinding, apropos-label)
2696 (apropos-property, apropos-function-button)
2697 (apropos-variable-button, apropos-misc-button): New faces.
2698 (apropos-symbol-face, apropos-keybinding-face)
2699 (apropos-label-face, apropos-property-face, apropos-match-face):
2700 Variables removed (Bug#8396).
2701 (apropos-library-button, apropos-format-plist, apropos-print)
2702 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 2703
2df41f9c
MA
27042012-04-23 Michael Albinus <michael.albinus@gmx.de>
2705
2706 * net/xesam.el (xesam-mode-map): Use let-bound map in
2707 initialization. (Bug#11292)
2708
da00640a
AM
27092012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2710
2711 Preserve ispell session localwords when switching back to
2712 original buffer.
2713
2714 * ispell.el (ispell-buffer-session-localwords): New buffer-local
2715 variable to hold buffer session localwords.
2716 (ispell-kill-ispell): add option 'clear to delete session
2717 localwords.
2718 (ispell-command-loop, ispell-change-dictionary)
2719 (ispell-buffer-local-words): Preserve session localwords when
2720 needed.
2721
2722 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
2723 Preserve session localwords when needed.
2724
f621ccf5
AM
27252012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2726
2727 * ispell.el (ispell-insert-word) Remove unneeded function using
2728 obsolete `translation-table-for-input'.
ef24141c
SM
2729 (ispell-word, ispell-process-line, ispell-complete-word):
2730 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 2731
c2d1019e
CY
27322012-04-22 Chong Yidong <cyd@gnu.org>
2733
2734 * cus-edit.el (custom-variable-menu)
2735 (custom-variable-reset-saved, custom-face-menu)
2736 (custom-face-reset-saved): If there is no saved value, make the
2737 "reset-saved" operation bring back the default (Bug#9509).
2738 (custom-face-state): Properly detect themed faces.
2739
eeddc531
CY
2740 * faces.el (face-spec-set): Stop supporting deprecated form of
2741 third arg.
2742
dcbf5805
MA
27432012-04-22 Michael Albinus <michael.albinus@gmx.de>
2744
2745 Move functions from C to Lisp. Make non-blocking method calls
2746 the default. Implement further D-Bus standard interfaces.
2747
ef24141c
SM
2748 * net/dbus.el (dbus-message-internal): Declare function.
2749 Remove unneeded function declarations.
dcbf5805
MA
2750 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
2751 (dbus-message-type-method-return, dbus-message-type-error)
2752 (dbus-message-type-signal): Declare variables. Remove local
2753 definitions.
2754 (dbus-interface-dbus, dbus-interface-peer)
2755 (dbus-interface-introspectable, dbus-interface-properties)
2756 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
2757 Adapt docstring.
2758 (dbus-interface-objectmanager): New defconst.
2759 (dbus-call-method, dbus-call-method-asynchronously)
2760 (dbus-send-signal, dbus-method-return-internal)
2761 (dbus-method-error-internal, dbus-register-service)
2762 (dbus-register-signal, dbus-register-method): New defuns, moved
2763 from dbusbind.c
2764 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
2765 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
2766 New defuns.
dcbf5805
MA
2767 (dbus-call-method-non-blocking): Make it an obsolete function.
2768 (dbus-unregister-object, dbus-unregister-service)
2769 (dbus-handle-event, dbus-register-property)
2770 (dbus-property-handler): Obey the new structure of
2771 `bus-registered-objects'.
2772 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
2773 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
2774 Use `dbus-call-method'.
2775
cf20dee0
CY
27762012-04-22 Chong Yidong <cyd@gnu.org>
2777
2778 * cus-edit.el (custom-commands, custom-reset-menu)
2779 (Custom-reset-standard): Tweak labels.
2780 (custom-reset-button-menu): Change default to t.
2781 (custom-buffer-create-internal): For the custom-reset-button-menu
2782 case, put the revert button first.
2783 (custom-group-subtitle): New face.
2784 (custom-group-value-create): Align docstring to a specific column.
2785
2786 * wid-edit.el (widget-documentation-link-add): Don't handle
2787 indentation in this function.
2788 (widget-documentation-string-indent-to): New function.
2789 (widget-documentation-string-value-create): Use it.
2790
2791 * autorevert.el (auto-revert):
2792 * epg-config.el (epg):
2793 * ibuffer.el (ibuffer):
2794 * mpc.el (mpc):
2795 * ses.el (ses):
2796 * eshell/eshell.el (eshell):
2797 * net/ange-ftp.el (ange-ftp):
2798 * progmodes/ebnf2ps.el (postscript):
2799 * progmodes/flymake.el (flymake):
2800 * progmodes/prolog.el (prolog):
2801 * progmodes/verilog-mode.el (verilog-mode):
2802 * progmodes/which-func.el (which-func):
2803 * term/xterm.el (xterm):
2804 * textmodes/picture.el (picture):
2805 * textmodes/tildify.el (tildify):
2806 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
2807 customization buffers.
2808
583e23bd
AM
28092012-04-22 Alan Mackenzie <acm@muc.de>
2810
2811 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
2812 Adding a ) can hide the resulting (..) from searches. Fix it.
2813 Bound the backward search to the position of the existing (.
2814
7dd51bf1
JB
28152012-04-21 Juanma Barranquero <lekktu@gmail.com>
2816
2817 * progmodes/verilog-mode.el (verilog-mode): Check whether
2818 which-func-modes is t before adding verilog-mode.
2819 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
2820
d64a438f
LL
28212012-04-21 Leo Liu <sdl.web@gmail.com>
2822
7dd51bf1 2823 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 2824
081e8d65
MV
28252012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
2826
2827 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
2828 filling of the last column of a table (Bug#5635).
2829 (woman-find-next-control-line): New arg, specifying an additional
2830 regexp component for the control line.
2831 (woman2-roff-buffer): Use it.
2832 (woman-break-table): New function.
2833 (woman2-TS): Use it.
2834
28352012-04-21 Chong Yidong <cyd@gnu.org>
2836
2837 * woman.el (woman-set-buffer-display-table, woman-decode-region)
2838 (woman-horizontal-escapes, woman-negative-vertical-space)
2839 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
2840 (WoMan-warn-ignored): Use ?\s instead of ?\ .
2841
ed571ccb
SM
28422012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2843
2844 * minibuffer.el (completion-file-name-table): Complete user names.
2845
39773899
LL
28462012-04-20 Leo Liu <sdl.web@gmail.com>
2847
2848 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
2849 and pcase-let*.
2850
de6ff46d
CY
28512012-04-20 Chong Yidong <cyd@gnu.org>
2852
2853 * server.el (server-execute): Respect initial-buffer-choice if it
2854 is a string and there are no files to open (Bug#2825).
2855 (server-create-window-system-frame, server-create-tty-frame):
2856 Don't switch buffers here.
2d0e8e61
CY
2857 (server-process-filter): Only try to open a window system frame if
2858 compiled with graphical support (Bug#8314).
de6ff46d 2859
54071013
DN
28602012-04-20 Dan Nicolaescu <dann@gnu.org>
2861
2862 * battery.el (battery-echo-area-format): Display remaining time
2863 for sysfs backend too (Bug#11269).
2864 (battery-linux-sysfs): Fix conditional for the charge.
2865
f30d612a
CY
28662012-04-20 Chong Yidong <cyd@gnu.org>
2867
c07a4c0b 2868 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
2869 (gdb-inferior-io--init-proc): New function.
2870 (gdb-init-1): Use it.
2871 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
2872 responsible for allocating a new pty and hooking it to gdb when
2873 the old pty gets an EIO due to process exit.
2874 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
2875 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
2876 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
2877
2116e93c
EZ
28782012-04-20 Eli Zaretskii <eliz@gnu.org>
2879
2880 * window.el (window-min-size, window-sizable, window-min-delta)
2881 (window-max-delta, window--resizable, window-resizable)
2882 (window-total-size, window-full-height-p, window-full-width-p)
2883 (window-in-direction, window--resize-mini-window, window-resize)
2884 (window--resize-child-windows-normal)
2885 (window--resize-child-windows, window--resize-siblings)
2886 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 2887 (enlarge-window, shrink-window): Doc fixes.
2116e93c 2888
c07a4c0b 28892012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 2890
ef24141c
SM
2891 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
2892 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
2893 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
2894 pty process (Bug#11273).
2895 (gdb-update): New arg to suppress talking to the gdb process.
2896 (gdb-done-or-error): Use it.
2897 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
2898 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
2899 sentinel not being called.
2900
2901 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
2902
d02766ab
CY
2903 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
2904
c07a4c0b 29052012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
2906
2907 * net/network-stream.el (open-network-stream): Doc fix.
2908
c07a4c0b 29092012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
2910
2911 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
2912
c07a4c0b 29132012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
2914
2915 Ensure searching for keywords is case sensitive.
2916
2917 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
2918 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
2919 (c-defun-name, c-mark-function, c-cpp-define-name)
2920 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 2921 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 2922
ef24141c
SM
2923 * progmodes/cc-mode.el (c-font-lock-fontify-region):
2924 Bind case-fold-search to nil.
f0f6bc35 2925
c07a4c0b 29262012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
2927
2928 * mail/sendmail.el (mail-bury): Call return action with the right
2929 Rmail buffer (Bug#11242).
2930
9a864fa2
CY
2931 * server.el (server-process-filter): Handle corner case where both
2932 tty and nowait options are present (Bug#11102).
2933
539aa513
EZ
29342012-04-20 Eli Zaretskii <eliz@gnu.org>
2935
2936 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
2937 (top level): Put into the executable the ident-style '$Id:' tag on
2938 windows-nt as well.
539aa513 2939
cfc7d5da
SM
29402012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2941
2942 * electric.el (electric-indent-post-self-insert-function): Check that
2943 electric-indent-mode is enabled in current buffer.
2944
5b01685c
JB
29452012-04-19 Juanma Barranquero <lekktu@gmail.com>
2946
2947 * imenu.el (imenu-progress-message): Restore; it is "used" in
2948 erc/erc-imenu.el and net/snmp-mode.el.
2949
4d6769e1
JB
29502012-04-19 Juanma Barranquero <lekktu@gmail.com>
2951
2952 * avoid.el (mouse-avoidance-mode): Mark unused arg.
2953 (mouse-avoidance-nudge-mouse): Remove unused binding.
2954
2955 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
2956
2957 * descr-text.el (describe-char):
2958 * progmodes/python.el (python-describe-symbol):
2959 Don't call `toggle-read-only', set `buffer-read-only'.
2960
2961 * imenu.el (imenu-default-goto-function): Mark unused args.
2962 (imenu-progress-message): Remove obsolete macro; all callers changed.
2963
2964 * subr.el (keymap-canonicalize): Remove unused binding.
2965 (read-passwd): Mark unused arg.
2966
2967 * tutorial.el (tutorial--display-changes): Remove unused binding.
2968 (tutorial--save-tutorial-to): Remove unused variable.
2969
2970 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
2971 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
2972 (package-generate-autoloads, package-menu--generate)
2973 (package-menu--find-upgrades): Remove unused bindings.
2974
2975 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
2976 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
2977 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
2978 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
2979 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
2980 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
2981 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
2982 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
2983 (cua-delete-char-rectangle): Mark unused args.
2984 (cua-align-rectangle): Remove unused binding.
2985
2986 * mail/rmail.el (compilation--message->loc)
2987 (epa--find-coding-system-for-mime-charset): Declare.
2988
2989 * net/dbus.el (dbus-register-service): Declare.
2990 (dbus-name-owner-changed-handler): Remove unused binding.
2991
2992 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
2993 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
2994 (nxml-scan-backward-within): Mark unused arg.
2995 (nxml-dynamic-markup-word): Remove unused binding.
2996
2997 * mouse.el (mouse-menu-major-mode-map):
2998 * emacs-lisp/authors.el (authors-scan-change-log)
2999 (authors-add-to-author-list):
3000 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3001 * emacs-lisp/smie.el (smie-auto-fill):
3002 * mail/sendmail.el (mail-bury):
3003 * mail/unrmail.el (unrmail):
3004 * net/tls.el (open-tls-stream):
3005 * textmodes/picture.el (picture-mouse-set-point):
3006 Remove unused bindings.
3007
8c8fc5df
MA
30082012-04-19 Michael Albinus <michael.albinus@gmx.de>
3009
3010 * net/tramp.el (tramp-action-password): Let-bind
3011 `enable-recursive-minibuffers' to t.
3012
a77b0ac9
SS
30132012-04-18 Sam Steingold <sds@gnu.org>
3014
3015 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
3016 instead of 'string to accommodate values like [f11].
3017 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
3018 * progmodes/gdb-mi.el: Likewise.
3019
12a106a9
LL
30202012-04-18 Leo Liu <sdl.web@gmail.com>
3021
3022 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
3023 current buffer.
3024 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
3025 LOCAL is nil.
3026
bc6494ef
CY
30272012-04-18 Chong Yidong <cyd@gnu.org>
3028
3029 * simple.el (line-move): Use forward-line if in batch mode
3030 (Bug#11053).
3031
c09c46b2
CS
30322012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
3033
3034 * files.el (after-find-file): Do not try to add a final newline if
3035 the buffer is read-only (Bug#11156).
3036
5f6530ea
RS
30372012-04-17 Richard Stallman <rms@gnu.org>
3038
3039 * mail/rmail.el (rmail-start-mail):
3040 Pass (rmail-mail-return...) for the return-action.
3041 Pass (rmail-yank-current-message...) for the yank-action.
3042 (rmail-yank-current-message): New function.
3043 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
3044 (rmail-reply): Likewise.
3045 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
3046
3047 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 3048 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
3049 buffer, not newbuf.
3050
197b6f3c
JB
30512012-04-17 Juanma Barranquero <lekktu@gmail.com>
3052
3053 * server.el (server-ensure-safe-dir): Simplify.
3054
2311d8e5 30552012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 3056
2311d8e5
GM
3057 * emacs-lisp/smie.el: Provide smarter auto-filling.
3058 (smie-auto-fill): New function.
3059 (smie-setup): Use it.
98fb480e 3060
2311d8e5
GM
3061 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
3062
30632012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
3064
3065 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
3066 (comment-indent): Use it.
3067
2311d8e5 30682012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
3069
3070 * ses.el: The overall change is to add cell renaming, that is
3071 setting fancy names for cell symbols other than name matching
3072 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 3073 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 3074 (ses-create-cell-variable): New defun.
2311d8e5 3075 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
3076 (ses-relocate-formula): Relocate formulas only for cells the
3077 symbols of which are not renamed, i.e. symbols whose names do not
3078 match regexp "\\`[A-Z]+[0-9]+\\'".
3079 (ses-relocate-all): Relocate values only for cells the symbols of
3080 which are not renamed.
3081 (ses-load): Create cells variables as the (ses-cell ...) are read,
3082 in order to check row col consistency with cell symbol name only
3083 for cells that are not renamed.
3084 (ses-replace-name-in-formula): New defun.
3085 (ses-rename-cell): New defun.
4bdf2ad2 3086
fc72b15c
PO
30872012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
3088
3089 * progmodes/perl-mode.el (perl-indent-parens-as-block):
3090 New option (bug#11118).
3091 (perl-calculate-indent): Respect it.
3092
12e10e61
GM
30932012-04-17 Glenn Morris <rgm@gnu.org>
3094
3095 * dired-aux.el (dired-mark-read-string): Doc fix.
3096
30009afd
DA
30972012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3098
3099 * dired-aux.el (dired-mark-read-string): Offer optional completion.
3100 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
3101
41f03f4d
GM
31022012-04-17 Glenn Morris <rgm@gnu.org>
3103
3104 * mouse.el (mouse-drag-track):
3105 * speedbar.el (speedbar-frame-mode):
3106 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
3107
f45f90f3
LL
31082012-04-16 Leo Liu <sdl.web@gmail.com>
3109
3110 * progmodes/python.el: Trivial cleanup.
3111
94ee8db5
GM
31122012-04-16 Glenn Morris <rgm@gnu.org>
3113
121b8917
GM
3114 * vc/vc.el (vc-string-prefix-p):
3115 * vc/pcvs-util.el (cvs-string-prefix-p):
3116 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
3117 * mpc.el (mpc-string-prefix-p):
3118 Make all of these into obsolete aliases for string-prefix-p.
3119 Update callers.
3120 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
3121
1197ecfa
GM
3122 * textmodes/two-column.el: Move custom options to the start.
3123 (frame-width): Remove compat definition.
3124 (2C-associate-buffer, 2C-dissociate):
3125 Use with-current-buffer rather than save-excursion.
3126 (2C-dissociate): Force a mode-line update.
3127 (2C-autoscroll): Use ignore-errors.
3128
099e7202
GM
3129 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
3130 Autoload trivia.
3131
bf350d6a
GM
3132 * emacs-lisp/cl-extra.el (*random-state*):
3133 Remove unnecessary declaration.
3134
0e829eab
GM
3135 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
3136
e3ad7552
GM
3137 * play/cookie1.el (cookie-snarf):
3138 Give an explicit error if input file cannot be read.
3139
68892d27
GM
3140 * play/yow.el (yow-file): Use expand-file-name rather than concat.
3141
20f0c46d
GM
3142 * progmodes/perl-mode.el (c-macro-expand):
3143 Remove unnecessary autoload (it is in loaddefs.el).
3144
5a0978ce
GM
3145 * textmodes/picture.el (picture-desired-column)
3146 (picture-update-desired-column): Convert comments to doc-strings.
3147 (picture-substitute): Remove function.
3148 (picture-mode-map): Initialize in the defvar.
3149
6b955486
GM
3150 * woman.el: Remove eval-after-load for tar-mode.
3151 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
3152 (woman-tar-extract-file): Autoload it.
3153
94ee8db5
GM
3154 * frame.el (automatic-hscrolling): Make this alias obsolete.
3155
177eca34
AM
31562012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3157
3158 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 3159 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
3160 (ispell-dictionary-base-alist): Revert to original XEmacs
3161 friendly version for default. [:alpha:] will be added in
3162 `ispell-set-spellchecker-params' if needed
177eca34 3163
c505aaeb
CY
31642012-04-16 Chong Yidong <cyd@gnu.org>
3165
3166 * image.el (imagemagick--extension-regexp): New variable.
3167 (imagemagick-register-types): Use it.
3168 (imagemagick-types-inhibit): Add :set function. Allow new value
3169 of t to inhibit all types.
3170
3171 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
3172 so we can preload it.
3173
3174 * loadup.el (fboundp): Preload regexp-opt, needed by
3175 imagemagick-register-types.
3176
60efac0f
CY
31772012-04-15 Chong Yidong <cyd@gnu.org>
3178
3179 * frame.el (scrolling): Remove nearly unused customization group.
3180
3181 * scroll-all.el (scroll-all-mode): Move to windows group.
3182
5dd1713e
CY
31832012-04-15 Chong Yidong <cyd@gnu.org>
3184
3185 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
3186
e6fd457e
CY
31872012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3188
3189 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 3190 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 3191
e153c136
GM
31922012-04-15 Glenn Morris <rgm@gnu.org>
3193
3194 * simple.el (process-file-side-effects): Doc fix.
3195
e6fd457e 31962012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
3197
3198 * international/mule-cmds.el (set-language-environment): Doc fix.
3199
3603c3b1
JB
32002012-04-14 Juanma Barranquero <lekktu@gmail.com>
3201
3202 * server.el (server-auth-key, server-generate-key): Doc fixes.
3203 (server-get-auth-key): Doc fix. Use `string-match-p'.
3204 (server-start): Reflow docstring.
3205
e6de100c
LI
32062012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
3207
3208 * server.el (server-generate-key): `called-interactively-p'
3209 requires a parameter.
3210
29734c21
MN
32112012-04-14 Michal Nazarewicz <mina86@mina86.com>
3212
3213 * server.el (server-auth-key): New variable.
75f1671a 3214 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
3215 (server-start): Use the new variable and functions to allow
3216 setting a permanent server key (bug#9423).
3217
d65c9521
LL
32182012-04-14 Leo Liu <sdl.web@gmail.com>
3219
3220 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
3221
5ae255c7
PE
32222012-04-14 Paul Eggert <eggert@cs.ucla.edu>
3223
3224 Spelling fixes.
3225 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
3226 Emacs uses American spelling.
3227
d5e6342e
JB
32282012-04-14 Juanma Barranquero <lekktu@gmail.com>
3229
3230 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
3231 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
3232 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
3233 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
3234
ab036cd7
SM
32352012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 * progmodes/which-func.el (which-func-modes): Change default.
3238
35dc09a1 32392012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
3240
3241 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
3242 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
3243
35dc09a1 32442012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
3245
3246 * custom.el (custom-theme-set-variables): Doc fix.
3247
35dc09a1 32482012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
3249
3250 * international/mule.el (set-auto-coding-for-load): Doc fix.
3251
35dc09a1 32522012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 3253
35dc09a1
GM
3254 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
3255 imenu work again for Objective C Mode. Correct the *-index values,
3256 these having been disturbed by a previous change in 2011-08.
57f845ee 3257
0de3da9f
AM
3258 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
3259 Correct two search limits.
3260
35dc09a1 32612012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
3262
3263 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
3264
35dc09a1 32652012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
3266
3267 * international/characters.el: Fix sorting.
3268
35dc09a1 32692012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
3270
3271 * international/characters.el: Add more missing Latin case pairs.
3272
35dc09a1 32732012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
3274
3275 * files.el (dir-locals-set-class-variables): Doc fix.
3276
35dc09a1 32772012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 3278
3f1b5bf8
EZ
3279 * international/characters.el: Add set-case-syntax-pair call for
3280 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
3281 counterpart. (Bug#11209)
3282
9f847f41
EZ
3283 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
3284
35dc09a1 32852012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
3286
3287 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3288
35dc09a1 32892012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 3290
35dc09a1
GM
3291 * textmodes/ispell.el (ispell-dictionary-base-alist):
3292 Add data for Hebrew.
e2627d21 3293
35dc09a1 32942012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 3295
35dc09a1
GM
3296 * net/rcirc.el (rcirc-cmd-quit):
3297 Revert 2012-03-18 change (Bug#11192).
5c14e333 3298
35dc09a1 32992012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
3300
3301 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
3302
35dc09a1 33032012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 3304
4517fe3a
SM
3305 * minibuffer.el (completion-in-region-mode-map):
3306 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 3307
b472a594
VD
33082012-04-13 Vivek Dasmohapatra <vivek@etla.org>
3309
3310 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
3311
09b95ce3
MY
33122012-04-13 Masatake YAMATO <yamato@redhat.com>
3313
3314 * minibuffer.el (minibuffer-local-filename-syntax): New variable
3315 to allow `C-M-f' and `C-M-b' to move to the nearest path
3316 separator (bug#9511).
3317
4b63a9ca
LI
33182012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
3319
3320 * avoid.el: Require cl when compiling. And also move the
3321 `provide' to the end.
3322
7b55b8bf
TV
33232012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3324
3325 * avoid.el (mouse-avoidance-banish-position): New variable.
3326 (mouse-avoidance-banish-destination): Use it (bug#10165).
3327
adedaa1f
LL
33282012-04-13 Leo Liu <sdl.web@gmail.com>
3329
3330 * progmodes/which-func.el (which-func-modes): Add objc-mode.
3331
70e74021
KB
33322012-04-13 Ken Brown <kbrown@cornell.edu>
3333
3334 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 3335 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
3336 (browse-url-filename-alist): For the same reason, don't modify
3337 file:// URLs on Cygwin.
3338
e75e89ba
SM
33392012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3340
3341 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
3342 the region on shift if the binding is already shifted (bug#11221).
3343
82f289a4
GM
33442012-04-12 Glenn Morris <rgm@gnu.org>
3345
3346 * mail/mailpost.el: Move to obsolete/.
3347
d333dc4c
DA
33482012-04-12 Drew Adams <drew.adams@oracle.com>
3349
3350 * imenu.el (imenu--generic-function): Ignore invisible definitions
3351 (bug#10123).
3352
0d15b5ba
VD
33532012-04-12 Vivek Dasmohapatra <vivek@etla.org>
3354
3355 * hexl.el (hexl-bits): New variable.
3356 (hexl-options): Mention the variable in the doc string.
75f1671a 3357 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 3358 (hexl-mode): Mention the new variable.
75f1671a
JB
3359 (hexl-mode, hexl-current-address, hexl-current-address):
3360 Use the displen.
0d15b5ba
VD
3361 (hexl-ascii-start-column): New function.
3362 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
3363 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
3364
64a440db
AM
33652012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3366
3367 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
3368 '("-i" ENCODING), in 2 separate command-line arguments, to specify
3369 the encoding, as expected by hunspell.
3370
6decb6c2
SM
33712012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3372
3373 * battery.el (battery--linux-sysfs-regexp): New const.
3374 (battery-status-function): Use it. Remove yeeloong special case.
3375 (battery-yeeloong-sysfs): Remove.
3376 (battery-echo-area-format): Remove yeeloong special case.
3377
088be6fb
SM
33782012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3379
6622e416
SM
3380 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
3381 Reported by Noah Friedman.
3382
088be6fb
SM
3383 * subr.el (read-passwd): Use read-string.
3384
b49f886e
LMI
33852012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3386
3387 * vcursor.el (vcursor-move): Increase the priority of the overlay
3388 (bug#9663).
3389
a63067fc
DD
33902012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3391
3392 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
3393 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
3394
ac3cf14a
WS
33952012-04-11 William Stevenson <yhvh2000@gmail.com>
3396
3397 * textmodes/artist.el (artist-mode): Convert artist-mode to use
3398 define-minor-mode (bug#10760).
3399
c4fc691b 34002012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 3401
4d6769e1 3402 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
3403 that directories matching `grep-find-ignored-files' won't be
3404 pruned (bug#10351).
3405
af23e2e5
CY
34062012-04-11 Chong Yidong <cyd@gnu.org>
3407
3408 * startup.el (command-line): Remove support for long-obsolete
3409 variable font-lock-face-attributes.
3410
ab7ce8c1
GM
34112012-04-11 Glenn Morris <rgm@gnu.org>
3412
3413 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
3414
de8c03dc
SM
34152012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3416
3417 * window.el (window--state-get-1): Obey window-point-insertion-type.
3418
050cc68b
LB
34192012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
3420
3421 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
3422 to previous function when point is on the first character of a
75f1671a 3423 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 3424
a38c310c
GM
34252012-04-11 Glenn Morris <rgm@gnu.org>
3426
effed0c2
GM
3427 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
3428 not just file-errors.
3429
a38c310c
GM
3430 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
3431 (vc-bzr-sha1): Use internal sha1.
3432
0221e323
SM
34332012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
3436
43956923
SG
34372012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
3438
3439 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
3440 that start in the middle of the line (bug#10496).
3441
6a8c9eaf
DN
34422012-04-10 Dan Nicolaescu <dann@gnu.org>
3443
3444 * battery.el (battery-linux-proc-acpi): Only one battery is
3445 discharged at a time, but that seems to confuse battery.el when
3446 computing `rate-type' for the battery not being discharged
3447 (bug#10332).
3448
1930bf5d
SM
34492012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3450
2a718f6f
SM
3451 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
3452
599430d0
SM
3453 * international/quail.el: Use dolist and simplify.
3454 (quail-define-package, quail-update-keyboard-layout)
3455 (quail-define-rules): Use dolist.
3456 (quail-insert-kbd-layout, quail-get-translation): CSE.
3457
a2754b6c
SM
3458 * tmm.el: Use dolist, remove left over hook.
3459 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
3460 Use dolist.
3461 (calendar-load-hook): Don't mess with it.
3462
1930bf5d
SM
3463 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3464 Use derived-mode-p. Run the diff asynchronously.
3465
9f67961c
LMI
34662012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3467
3468 * obsolete/mouse-sel.el: Add an Obsolete-since header.
3469
2a8ce227
JB
34702012-04-10 Juanma Barranquero <lekktu@gmail.com>
3471
3472 * misc.el: Display absolute path of loaded DLLs (bug#10424).
3473 (list-dynamic-libraries--loaded): New function.
3474 (list-dynamic-libraries--refresh): Use it.
3475
8f33b5f8
NW
34762012-04-10 Nathan Weizenbaum <nweiz@google.com>
3477
1930bf5d
SM
3478 * progmodes/python.el (python-fill-paragraph):
3479 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
3480 disabled (bug#7018).
3481
b12f0439
L
34822012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
3483
1930bf5d 3484 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
3485 DOS/MS Windows for the Baltic languages. There are still plenty
3486 of texts written in this encoding/codepage (bug#6519).
b12f0439 3487
57c3bd01
GM
34882012-04-10 Glenn Morris <rgm@gnu.org>
3489
3490 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
3491 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
3492
6c3eab30
FA
34932012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
3494
1930bf5d 3495 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
3496 next-line "n" and previous-line "p" in order to make recentf more
3497 consistent with ibuffer, dired or org-mode (bug#9387).
3498
24d78a88
LMI
34992012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3500
bc72b5d9
LMI
3501 * image.el (put-image): Return the overlay created instead of the
3502 optional input string (bug#7834). Note that this may break code
3503 that is (for some reason or other) depending on `put-image'
3504 returning the string.
3505
bd2dba5a
LMI
3506 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
3507
74beb59f
LMI
3508 * simple.el (zap-to-char): Allow zapping using input methods
3509 (bug#1580).
3510
24d78a88
LMI
3511 * textmodes/fill.el (fill-region): Leave point and mark where they
3512 were before filling (bug#5399).
3513
263f20cd
GM
35142012-04-09 Glenn Morris <rgm@gnu.org>
3515
3516 * version.el (emacs-bzr-get-version):
3517 Handle lightweight checkouts of local branches.
3518
58d1f797
AS
35192012-04-09 Andreas Schwab <schwab@linux-m68k.org>
3520
263f20cd 3521 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 3522
b4d3bc10
CY
35232012-04-09 Chong Yidong <cyd@gnu.org>
3524
3525 * custom.el (custom-variable-p): Return nil for non-symbol
3526 arguments instead of signaling an error.
3527 (user-variable-p): Obsolete alias for custom-variable-p.
3528
3529 * apropos.el (apropos-variable):
3530 * files-x.el (read-file-local-variable):
3531 * simple.el (set-variable):
3532 * woman.el (woman-mini-help):
3533 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
3534
fd06db5d
GM
35352012-04-09 Glenn Morris <rgm@gnu.org>
3536
e5fcdb5e
GM
3537 * startup.el (normal-top-level): Don't look for leim-list.el
3538 in places where it will not be found. (Bug#910)
3539
fd06db5d
GM
3540 * international/mule-cmds.el (set-default-coding-systems):
3541 * files.el (normal-mode):
3542 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
3543 This function was removed with ucs-tables.el in 2008.
3544
b39bb7e1
EZ
35452012-04-08 Eli Zaretskii <eliz@gnu.org>
3546
3547 * textmodes/ispell.el (ispell-check-version): For hunspell, set
3548 ispell-encoding8-command to "-i", without a trailing space.
3549 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
3550 separate command-line arguments, to specify the encoding, since
3551 that's how hunspell expects it.
3552
5c5b8e23
GM
35532012-04-08 Glenn Morris <rgm@gnu.org>
3554
3555 * loadup.el: Load bindings before cus-start.
3556 This reduces somewhat the number of "rogue" settings in emacs -Q.
3557
a1ed8b05
GM
35582012-04-07 Glenn Morris <rgm@gnu.org>
3559
3560 * version.el (emacs-bzr-get-version): New function.
dfae128a 3561 (emacs-bzr-version): New variable.
a1ed8b05
GM
3562 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
3563 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
3564
b142f158
EZ
35652012-04-07 Eli Zaretskii <eliz@gnu.org>
3566
dfae128a
GM
3567 * international/uni-bidi.el, international/uni-category.el:
3568 * international/uni-combining.el, international/uni-decimal.el:
3569 * international/uni-decomposition.el, international/uni-digit.el:
3570 * international/uni-lowercase.el, international/uni-mirrored.el:
3571 * international/uni-name.el, international/uni-numeric.el:
3572 * international/uni-titlecase.el, international/uni-uppercase.el:
3573 Update for Unicode 6.1.
b142f158 3574
9078ead6
EZ
35752012-04-07 Eli Zaretskii <eliz@gnu.org>
3576
3577 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
3578
f23d2c7d
LMI
35792012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3580
3581 * window.el (shrink-window): Mention the `window-min-height'
3582 variable in the doc string.
3583
0a0a3573
BG
35842012-04-05 Bastien Guerry <bzg@altern.org>
3585
3586 * color.el (color-lighten-name): Fix typo.
3587
e5248ac9
SM
35882012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3589
3590 * server.el (server--on-display-p): New function.
3591 (server--on-display-p): Use it.
3592
b4243e22
GV
35932012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
3594
3595 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
3596 (bug#11145).
3597
305d9f44
SM
35982012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * comint.el (comint--common-quoted-suffix): Check string boundary
3601 before comparing (bug#11158).
3602 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
3603
3d439cd1
CY
36042012-04-04 Chong Yidong <cyd@gnu.org>
3605
321cc491
CY
3606 * minibuffer.el (completion-extra-properties): Doc fix.
3607
3d439cd1
CY
3608 * subr.el (delayed-warnings-hook): Doc fix.
3609
2d562c0f
DU
36102012-04-04 Daiki Ueno <ueno@unixuser.org>
3611
3612 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
3613 selection (Bug#11159).
3614 (epa-insert-keys): Inform that the default public key will be
3615 exported if no key is selected.
3616
4443f204
RS
36172012-04-04 Richard Stallman <rms@gnu.org>
3618
3619 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
3620
529c06b6
CY
36212012-04-03 Chong Yidong <cyd@gnu.org>
3622
3623 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
3624 mail-insert-file, not its obsolete alias mail-attach-file.
3625
66b907dc
MA
36262012-04-03 Michael Albinus <michael.albinus@gmx.de>
3627
3628 * notifications.el (notifications-notify): Fix docstring.
3629
c0ea195d
GM
36302012-04-02 Glenn Morris <rgm@gnu.org>
3631
3632 * emacs-lisp/authors.el (authors-aliases): Another addition.
3633
5ca64e00
MA
36342012-04-02 Michael Albinus <michael.albinus@gmx.de>
3635
3636 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
3637 `tramp-compat-call-process' instead of `tramp-local-call-process'.
3638 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
3639
42ee526b
CY
36402012-04-01 Chong Yidong <cyd@gnu.org>
3641
3642 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
3643 Handle root directory properly.
3644 (copy-directory): Caller changed.
3645
3646 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
3647 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
3648
0b021094
GM
36492012-03-31 Glenn Morris <rgm@gnu.org>
3650
40f86458
GM
3651 * term/xterm.el (xterm-extra-capabilities): Doc fix.
3652
7019c177
GM
3653 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
3654
a1daddd6
GM
3655 * calendar/calendar.el (calendar-window-list)
3656 (calendar-hide-window): Restore. (Bug#11140)
3657 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
3658
0b021094
GM
3659 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
3660
40311efc
TV
36612012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3662
3663 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
3664 Check if file is a symlink (Bug#10489).
3665
3666 * files.el (copy-directory): Likewise.
3667
5319014e
CY
36682012-03-30 Chong Yidong <cyd@gnu.org>
3669
3670 * image.el (imagemagick-types-inhibit)
3671 (imagemagick-register-types): Doc fix.
3672
935d1290
AM
36732012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3674
ef24141c
SM
3675 * ispell.el (ispell-get-extended-character-mode):
3676 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 3677 and treats ~word as ordinary words in pipe mode.
935d1290 3678
61c6e8fd
GM
36792012-03-30 Glenn Morris <rgm@gnu.org>
3680
3681 * tutorial.el (help-with-tutorial): Ensure local variables don't
3682 happen to make the buffer read-only. (Bug#11127)
3683
81fdff00
SM
36842012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
3685
3686 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
3687 (perl-calculate-indent): Return `noindent' in strings.
3688
6e7a6ec0
SS
36892012-03-28 Sam Steingold <sds@gnu.org>
3690
3691 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
3692 instead of the broken adhockery which does not prevent calendar
3693 buffers from being displayed at random after exit.
3694 (calendar-window-list, calendar-hide-window): Remove the broken
3695 adhockery.
3696
fee88ca0
GM
36972012-03-28 Glenn Morris <rgm@gnu.org>
3698
3699 * replace.el (query-replace-map): Doc fix.
3700
38de3354
AS
37012012-03-28 Andreas Schwab <schwab@linux-m68k.org>
3702
3703 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
3704 contents. (Bug#11109)
3705
b973155e
SM
37062012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3707
3708 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
3709 (bug#11077).
3710 (avl-tree--check, avl-tree--check-node): New funs.
3711
dcb6e7b3
MR
37122012-03-27 Martin Rudalics <rudalics@gmx.at>
3713
3714 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
3715 (switch-to-prev-buffer, switch-to-next-buffer):
3716 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
3717 showing a buffer already is done on the same frame.
3718
b4fa35fa
GM
37192012-03-27 Glenn Morris <rgm@gnu.org>
3720
3721 * startup.el (mail-host-address): Doc fix.
3722
f9210e18
SM
37232012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3724
3725 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
3726 than 197 variables.
3727
c0bf7753
AF
37282012-03-26 Ami Fischman <ami@fischman.org>
3729
3730 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
3731
33da7b16
GM
37322012-03-26 Glenn Morris <rgm@gnu.org>
3733
02243d9d
GM
3734 * files.el (save-buffers-kill-emacs): Doc fix.
3735
33da7b16
GM
3736 * startup.el (normal-top-level, command-line, command-line-1):
3737 Give them doc strings.
3738
e5a69fd0
EZ
37392012-03-25 Eli Zaretskii <eliz@gnu.org>
3740
3741 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 3742 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 3743
9a69676a
CY
37442012-03-25 Chong Yidong <cyd@gnu.org>
3745
4125cb8b
CY
3746 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
3747 theme if it was previously enabled before (Bug#11031).
3748
dd470960
CY
3749 * cus-theme.el (custom-theme-write-faces): Retrieve current face
3750 spec with custom-face-get-current-spec if its :shown-value is not
3751 determined yet (Bug#9337).
4125cb8b 3752 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 3753
9a69676a
CY
3754 * button.el (button-at): Minor addition to docstring.
3755
6e7e90fa
SL
37562012-03-24 Simon Leinen <simon.leinen@gmail.com>
3757
3758 * vc/vc.el (vc-merge): Fix a prompt.
3759
f06e2758
CY
37602012-03-24 Chong Yidong <cyd@gnu.org>
3761
3762 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
3763 point (Bug#9623).
3764
6e7e90fa
SL
3765 * button.el (button-at): Minor addition to docstring.
3766
b9d0879b
SM
37672012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3768
3769 * newcomment.el (comment-choose-indent): No space after BOL.
3770
e71cebb3
SS
37712012-03-22 Sam Steingold <sds@gnu.org>
3772
3773 * window.el (switch-to-prev-buffer): Revert last patch because the
3774 bug turned out to be an advertised feature (Elisp manual 28.14).
3775
335aff35
GM
37762012-03-22 Glenn Morris <rgm@gnu.org>
3777
3778 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
3779 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
3780
c676576a
LMI
37812012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3782
3783 * net/network-stream.el (network-stream-open-starttls): Make error
3784 message under Windows be less misleading.
3785
126f3d39
LW
37862012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
3787
3788 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
3789 understands (bug#9942).
3790
64fee311
CY
37912012-03-22 Chong Yidong <cyd@gnu.org>
3792
3793 * simple.el (end-of-visible-line): Handle return value of
3794 next-single-property-change properly (Bug#9371).
3795
a640d29a
KH
37962012-03-22 Kenichi Handa <handa@m17n.org>
3797
3798 * international/quail.el (quail-insert-kbd-layout): Fix previous
3799 change. To avoid unwanted bidi reordering, use
3800 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
3801
39675016
DG
38022012-03-21 Dmitry Gutov <dgutov@yandex.ru>
3803
3804 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
3805 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
3806 (ruby-beginning-of-indent): Be more careful with the difference
3807 between word-boundary and symbol boundary.
3808 (ruby-mode-syntax-table): Make : a symbol constituent.
3809
0a6934fc 38102012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 3811
3d008e4f
SM
3812 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
3813
0a6934fc
SM
38142012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3815
af67c9d7
SM
3816 * progmodes/etags.el (tags-completion-at-point-function):
3817 Improve last fix.
3818
1acad97c
SM
3819 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
3820
e298b5da
SS
38212012-03-21 Sam Steingold <sds@gnu.org>
3822
3823 * progmodes/etags.el (tags-completion-at-point-function):
3824 Avoid the error when point is inside the pattern.
3825
91d82a70
JY
38262012-03-21 John Yates <john@yates-sheets.org> (tiny change)
3827
3828 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
3829 line (Bug#10855).
3830
69188b79
CY
38312012-03-21 Drew Adams <drew.adams@oracle.com>
3832
3833 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
3834
99fc91fe
AK
38352012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
3836
3837 * ido.el (ido-set-current-directory, ido-read-internal)
3838 (ido-choose-completion-string, ido-completion-help): Handle nil
3839 value of ido-completion-buffer (Bug#11008).
3840
087bbb4c
SS
38412012-03-21 Sam Steingold <sds@gnu.org>
3842
3843 * window.el (switch-to-prev-buffer): Do not switch to a visible
3844 window previous buffer, just like with the frame previous buffers.
3845
fb5b8aca
CY
38462012-03-21 Chong Yidong <cyd@gnu.org>
3847
3848 * faces.el (make-face, make-empty-face, copy-face):
3849 * face-remap.el (face-remap-add-relative, face-remap-set-base):
3850 Doc fixes.
3851
dc9924b8
SM
38522012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3853
3854 * wid-edit.el (widget-complete-field): Remove (bug#11051).
3855 (widget-complete): Remove broken use of it.
3856
f0bcceb9
CY
38572012-03-20 Chong Yidong <cyd@gnu.org>
3858
dc9924b8
SM
3859 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
3860 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
3861 characters.
3862
ee52ebf3
TH
38632012-03-20 Tassilo Horn <tassilo@member.fsf.org>
3864
3865 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
3866 to draw rectangles, not squares. (Regression introduced by revno
3867 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
3868
4c5779ab
CY
38692012-03-18 Chong Yidong <cyd@gnu.org>
3870
3871 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
3872 it is not yet defined (for temacs).
3873
15360934
LL
38742012-03-18 Leo Liu <sdl.web@gmail.com>
3875
dc9924b8 3876 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 3877
d9a8eb66
EZ
38782012-03-17 Eli Zaretskii <eliz@gnu.org>
3879
3880 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
3881 (ispell-choices-win-default-height, ispell-silently-savep)
3882 (ispell-dictionary-alist, ispell-encoding8-command)
3883 (ispell-check-version, ispell-aspell-find-dictionary)
3884 (ispell-valid-dictionary-list, ispell-words-keyword)
3885 (ispell-get-word, ispell-internal-change-dictionary)
3886 (ispell-region, ispell-skip-region-list)
3887 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
3888 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
3889 (ispell-message-text-end, ispell-message)
3890 (ispell-buffer-local-parsing): Doc fix.
3891
f02ff80d
J
38922012-03-13 Jambunathan K <kjambunathan@gmail.com>
3893
3894 * htmlfontify.el: Add support for code block fontification for ODT
3895 export (Bug #9914).
3896 (hfy-optimisations): Define new option
3897 `body-text-only'
3898 (hfy-fontify-buffer): Honor above setting.
3899 (hfy-begin-span, hfy-end-span): New routines factored out form
3900 `hfy-fontify-buffer'.
3901 (hfy-begin-span-handler, hfy-end-span-handler): New variables
3902 that permit insertion of custom tags.
3903 (hfy-fontify-buffer): Use above handlers.
3904 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
3905 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 3906 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 3907 over multiple runs. This is made possible by having the caller let
f02ff80d
J
3908 bind a special variable `hfy-user-sheet-assoc'.
3909 (htmlfontify-string): New defun.
3910 (hfy-compile-face-map): Make sure that the last char in the
3911 buffer is correctly fontified.
3912 (hfy-face-resolve-face): Whitespace only change.
3913
9ac7a13f
EZ
39142012-03-17 Eli Zaretskii <eliz@gnu.org>
3915
3916 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
3917 message more clear.
3918
e2b5bdd7
LL
39192012-03-16 Leo Liu <sdl.web@gmail.com>
3920
3921 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
3922
2e492df3
AM
39232012-03-16 Alan Mackenzie <acm@muc.de>
3924
3925 Further optimise the handling of large macros.
3926
3927 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
3928 limit to a call of `c-literal-limits'.
3929 (c-determine-+ve-limit): New function.
dc9924b8
SM
3930 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
3931 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
3932 In CASE 5B, restrict a search limit to 500.
3933 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
3934
3935 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
3936 Restrict macro bounds to +-500 from after-change's BEG END.
3937
50e94f0c
LL
39382012-03-16 Leo Liu <sdl.web@gmail.com>
3939
3940 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
3941
6f09f6ed
AH
39422012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
3943
3944 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 3945 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 3946
c7e73d51
GM
39472012-03-16 Glenn Morris <rgm@gnu.org>
3948
da986230
GM
3949 * view.el (view-buffer, view-buffer-other-window)
3950 (view-buffer-other-frame): Doc fixes re special mode-class.
3951
0835f01e
GM
3952 * subr.el (eval-after-load): If named feature is provided not from
3953 a file, run after-load forms. (Bug#10946)
3954
c7e73d51
GM
3955 * calendar/calendar.el (calendar-insert-at-column):
3956 Handle non-unit-width characters a bit better. (Bug#10978)
3957
3f2eafd1
CY
39582012-03-15 Chong Yidong <cyd@gnu.org>
3959
3960 * emacs-lisp/ring.el (ring-extend): New function.
3961 (ring-insert+extend): Extend the ring correctly (Bug#11019).
3962
3963 * comint.el (comint-read-input-ring)
3964 (comint-add-to-input-history): Grow comint-input-ring lazily.
3965
103af3fe
SM
39662012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3967
663b1677
SM
3968 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
3969 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
3970
103af3fe
SM
3971 * imenu.el: Fix multiple inheritance breakage (bug#9199).
3972 (imenu-add-to-menubar): Don't add a redundant index.
3973 (imenu-update-menubar): Handle a dynamically composed keymap.
3974
899cb7cb
KY
39752012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3976
3977 * mail/sendmail.el (mail-encode-header):
3978 Bind rfc2047-encode-encoded-words to nil.
3979
3809f91d
GM
39802012-03-13 Glenn Morris <rgm@gnu.org>
3981
3982 * calendar/calendar.el (calendar-string-spread):
3983 Handle non-unit-width characters a bit better. (Bug#10978)
3984
9e345a01
LL
39852012-03-13 Leo Liu <sdl.web@gmail.com>
3986
3987 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
3988 directory and file as argument (Bug#10822).
3989
4a07df36
KS
39902012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
3991
3992 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
3993 For dynamically generated code, follow $PC.
3994 (gdb-disassembly-handler-custom): Handle no function name case.
3995
4aaa9356
TL
39962012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
3997
3998 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
3999 * emulation/ws-mode.el (ws-query-replace):
4000 * sort.el (sort-regexp-fields):
4001 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
4002
225979da
SM
40032012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4004
4005 * dabbrev.el: Fix cycle completion order (bug#10963).
4006 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
4007 (dabbrev-completion): Don't use an obarray; provide
4008 a cycle-sort-function.
4009
e2f1fdab
LL
40102012-03-12 Leo Liu <sdl.web@gmail.com>
4011
dc9924b8 4012 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
4013 (kill-do-not-save-duplicates): Doc fix.
4014
b19490ed
SM
40152012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4016
4017 * dabbrev.el: Fix cycle completion (bug#10963).
4018 Use lexical binding and wrap to 80 columns.
4019 (dabbrev-completion): Delay computing the list of completions.
4020
4b05d722
KH
40212012-03-12 Kenichi Handa <handa@m17n.org>
4022
4023 * international/quail.el (quail-insert-kbd-layout): Surround each
4024 row by LRO and PDF instead of inserting many LRMs. Pad the left
4025 and right of each non-spacing marks. Insert invisible space
4026 between lower and upper characters to prevent composition.
4027
dbbc2e69
SM
40282012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4029
4030 * minibuffer.el (minibuffer-complete): Don't get confused when the
4031 function is run twice via different commands (bug#10958).
4032 (complete-with-action): Fix docstring.
4033
292112ed
CY
40342012-03-12 Chong Yidong <cyd@gnu.org>
4035
5d1ac394
CY
4036 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
4037 (nxml-completion-at-point-function): New function.
4038 (nxml-mode): Use it.
4039 (nxml-bind-meta-tab-to-complete-flag): Default to t.
4040
292112ed
CY
4041 * emacs-lisp/package.el (package-unpack, package-unpack-single):
4042 Load generated autoloads file before byte compiling (Bug#10970).
4043 (package--make-autoloads-and-compile): New helper fun.
4044
4098f8f7
CS
40452012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
4046
4047 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
4048
8f754691
MA
40492012-03-11 Michael Albinus <michael.albinus@gmx.de>
4050
4051 * autorevert.el (auto-revert-handler): Ensure, that
4052 file-readable-p is applied only for local files or in
4053 auto-revert-tail-mode.
4054
e29ab36b
AS
40552012-03-11 Andreas Schwab <schwab@linux-m68k.org>
4056
dbbc2e69
SM
4057 * server.el (server-eval-at): Handle non-tcp connections.
4058 Decode result string.
ad0bf5b6 4059
e29ab36b
AS
4060 * server.el (server-msg-size): New constant.
4061 (server-reply-print): New function.
4062 (server-eval-and-print): Use it.
4063 (server-eval-at): Use server-quote-arg and server-unquote-arg.
4064 Handle -print-nonl.
4065
de5939ba
CS
40662012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
4067
4068 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
4069 (Bug#10987).
4070
0c93eabf
CY
40712012-03-11 Chong Yidong <cyd@gnu.org>
4072
397a688f
CY
4073 * simple.el (goto-line): Doc fix (Bug#9938).
4074
2cc775f9
CY
4075 * subr.el (save-window-excursion): Doc fix (Bug#9979).
4076
0c93eabf
CY
4077 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
4078 when finished (Bug#10963).
4079
c491fa41
MR
40802012-03-11 Martin Rudalics <rudalics@gmx.at>
4081
4082 * window.el (split-window-below): Fix bug in case where
4083 split-window-keep-point is nil (Bug#10971).
4084
300e8fa5
JL
40852012-03-11 Juri Linkov <juri@jurta.org>
4086
4087 * replace.el (replace-highlight): Set isearch-word to nil
4088 unconditionally. (Bug#10887)
4089
dbf6c5a1
EZ
40902012-03-10 Eli Zaretskii <eliz@gnu.org>
4091
4092 * net/mairix.el (mairix-replace-invalid-chars): Rename from
4093 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 4094 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
4095 (mairix-widget-create-query): Add usage information about mairix
4096 search forms: negating words, searching for substrings, etc.
4097
b9e501de
JP
40982012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
4099
4100 * international/fontset.el (font-encoding-alist): Add an entry for
4101 ksx1001 (Bug#5667).
4102
92795c91
RS
41032012-03-10 Richard Stallman <rms@gnu.org>
4104
1694e6c1
RS
4105 * mail/sendmail.el (mail-encode-header):
4106 Set rfc2047-encode-encoded-words.
4107
607e8555
RS
4108 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
4109
de3bc99a
RS
4110 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
4111 view buffer means not swapped.
4112 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
4113 (rmail-write-region-annotate): Error if real text has disappeared.
4114
92795c91
RS
4115 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
4116
699bd04e
CY
41172012-03-10 Chong Yidong <cyd@gnu.org>
4118
4119 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
4120 * emulation/cua-base.el (cua--init-keymaps):
4121 Add delete-forward-char to remappings (Bug#9666).
699bd04e 4122
570a1714
MR
41232012-03-10 Martin Rudalics <rudalics@gmx.at>
4124
dbbc2e69
SM
4125 * speedbar.el (speedbar-unhighlight-one-tag-line):
4126 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 4127
82dcf4e4
CY
41282012-03-10 Chong Yidong <cyd@gnu.org>
4129
7a2c7ca7
CY
4130 * minibuffer.el (completion-in-region, completion-help-at-point):
4131 Give the completion field overlay a high priority (Bug#6830).
4132
82dcf4e4
CY
4133 * dired.el (dired-goto-file): Recognize absolute file name
4134 listings (Bug#7126).
4135 (dired-goto-file-1): New helper function.
4136 (dired-toggle-read-only): Inhibit warnings.
4137
052e28ac
MA
41382012-03-09 Michael Albinus <michael.albinus@gmx.de>
4139
75f1671a 4140 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
4141 there are no properties.
4142
95d5e396
LL
41432012-03-09 Leo Liu <sdl.web@gmail.com>
4144
4145 * savehist.el (savehist-printable): Stricter check for string
4146 value (Bug#10937).
4147
3f018d6d
EZ
41482012-03-09 Eli Zaretskii <eliz@gnu.org>
4149
dbbc2e69
SM
4150 * mail/smtpmail.el (smtpmail-send-it):
4151 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
4152 valid mbox format.
4153
f7fd3d79
GM
41542012-03-09 Glenn Morris <rgm@gnu.org>
4155
4156 * files.el (dir-locals-find-file):
4157 Don't check result is regular, readable.
4158 (dir-locals-read-from-file): Demote errors.
4159
6ff6e72f
EZ
41602012-03-08 Eli Zaretskii <eliz@gnu.org>
4161
dbbc2e69
SM
4162 * international/quail.el (quail-insert-kbd-layout):
4163 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
4164 layout cell, to prevent their reordering by bidi display engine.
4165 For details, see the discussion in
4166 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
4167
9cec7834
AM
41682012-03-08 Alan Mackenzie <acm@muc.de>
4169
4170 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
4171 the starting position; make it extend the marked region when
4172 invoked repeatedly - all under appropriate circumstances.
4173 Fixes bugs #5525, #10906.
4174
9a40b8d4
GM
41752012-03-08 Glenn Morris <rgm@gnu.org>
4176
4177 * files.el (locate-dominating-file, dir-locals-find-file):
4178 Undo 2012-03-06 change.
4179
7a08ed35
EZ
41802012-03-07 Eli Zaretskii <eliz@gnu.org>
4181
dbbc2e69
SM
4182 * international/quail.el (quail-help):
4183 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
4184 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
4185 for the reason.
4186
5aca4f71 41872012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
4188
4189 Avoid superfluous registering of signals. (Bug#10807)
4190
4191 * notifications.el (notifications-on-action-object)
4192 (notifications-on-close-object): New defvars.
4193 (notifications-on-action-signal, notifications-on-closed-signal):
4194 Unregister the signal if not needed any longer.
4195 (notifications-notify): Register `notifications-action-signal' or
4196 `notifications-closed-signal', if :on-action or :on-close has been
4197 passed as argument.
4198
78e8b10a
CY
41992012-03-07 Chong Yidong <cyd@gnu.org>
4200
4201 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
4202 non-X platforms.
4203
69481eb8
GM
42042012-03-06 Glenn Morris <rgm@gnu.org>
4205
4206 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4207 (x-disown-selection-internal, x-get-selection-internal):
4208 Doc fix (add arglist signatures). (Bug#10783)
4209
133b8e11
KS
42102012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4211
4212 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4213 Handle breakpoints with no "type".
4214
99a83064
GM
42152012-03-06 Glenn Morris <rgm@gnu.org>
4216
4217 * files.el (locate-dominating-file): Add optional predicate argument.
4218 (dir-locals-find-file): Make use of above change.
4219
17798e78
TTN
42202012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
4221
4222 * info.el (Info-insert-dir): Also try "dir.gz".
4223
eb182446
GM
42242012-03-06 Glenn Morris <rgm@gnu.org>
4225
8f2114ee
GM
4226 * files.el (dir-locals-find-file):
4227 Ignore non-readable or non-regular files. (Bug#10928)
4228
eb182446
GM
4229 * files.el (locate-dominating-file): Doc fix.
4230
24679323
AS
42312012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
4232
4233 * calendar/calendar.el (calendar-set-mode-line):
4234 `getenv' returns a string. (Bug#10951)
4235
01d972a9
LL
42362012-03-05 Leo Liu <sdl.web@gmail.com>
4237
109aa8a9
LL
4238 * simple.el (backward-delete-char-untabify): Constrain point to
4239 field (Bug#10939).
4240
01d972a9
LL
4241 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
4242
10607bea
CY
42432012-03-05 Chong Yidong <cyd@gnu.org>
4244
4245 * simple.el (count-words): If called from Lisp, return the word
4246 count, for symmetry with `count-lines'. Arglist changed.
4247 (count-words--message): Args changed. Consolidate counting code
4248 from count-words and count-words-region.
4249 (count-words-region): Caller changed.
4250 (count-lines-region): Make it an obsolete alias.
4251
5dd11cfe
TH
42522012-03-04 Tassilo Horn <tassilo@member.fsf.org>
4253
4254 * saveplace.el (save-place-to-alist)
4255 (save-place-ignore-files-regexp): Allow value nil to disable this
4256 feature.
4257
c349f4e6
CY
42582012-03-04 Chong Yidong <cyd@gnu.org>
4259
4260 * faces.el (face-spec-reset-face): For the default face, reset the
4261 attributes to default values (Bug#10748).
4262
e627be4c
LMI
42632012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4264
4265 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
4266 previous patch: Check `message-send-mail-function', and not the
4267 default function (bug#10897).
4268
ebeabff4
MA
42692012-03-04 Michael Albinus <michael.albinus@gmx.de>
4270
a41a6cf4
MA
4271 * notifications.el (notifications-on-action-signal)
4272 (notifications-on-closed-signal): Check for unique service name of
4273 incoming event. Fix error in removing entry.
ebeabff4 4274 (top): Register for signals with wildcard service name.
a41a6cf4 4275 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 4276
c1ca42b4
CY
42772012-03-04 Chong Yidong <cyd@gnu.org>
4278
dc9924b8 4279 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 4280
ea16568d
GM
42812012-03-04 Glenn Morris <rgm@gnu.org>
4282
4283 * abbrev.el (copy-abbrev-table, abbrev-table-p)
4284 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
4285 (expand-abbrev, define-abbrev-table): Doc fixes.
4286
fbae4637
LMI
42872012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4288
4289 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
4290 `message-default-send-mail-function' and not `send-mail-function'
4291 when doing the prompting for `sendmail-query-once' before sending
4292 in Message buffers (bug#10897).
4293
a1e7225c
LMI
4294 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4295 This is inconsistent with all the other stream functions, which leave
4296 the setting up to the higher levels (if so wanted) (bug#10931).
4297
56d093a9
AM
42982012-03-02 Alan Mackenzie <acm@muc.de>
4299
4300 Depessimize the handling of very large macros.
4301
4302 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
4303 (c-macro-cache-syntactic): New variables to implement a one
4304 element macro cache.
4305 (c-invalidate-macro-cache): New function.
4306 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
4307 Adapt to use the new cache.
4308 (c-state-safe-place): Use better the cache of safe positions.
4309 (c-state-semi-nonlit-pos-cache)
4310 (c-state-semi-nonlit-pos-cache-limit):
4311 New variables for...
4312 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
4313 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
4314 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
4315 Use c-state-semi-safe-place.
56d093a9 4316
dbbc2e69
SM
4317 * progmodes/cc-langs.el (c-get-state-before-change-functions):
4318 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 4319
817e5c3d
MA
43202012-03-02 Michael Albinus <michael.albinus@gmx.de>
4321
dbbc2e69
SM
4322 * jka-compr.el (jka-compr-call-process):
4323 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
4324 not remote.
4325
a032a702
MA
43262012-03-01 Michael Albinus <michael.albinus@gmx.de>
4327
4328 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
4329 access of FILE2, if FILE1 does not exist.
4330
99a54f21
MA
4331 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
4332 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
4333
4334 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
4335 Add "PAGER=" to `process-environment'.
4336
f6561e1f
MM
43372012-03-01 Michael R. Mauger <mmaug@yahoo.com>
4338
4339 * progmodes/sql.el: Bug fix
4340 (sql-get-login-ext): Save login values in globals.
4341 (sql-get-login): Use new version of `sql-get-login-ext'.
4342 (sql-interactive-mode): Set global `sql-connection' to nil.
4343 (sql-connect): Set global values for connection.
4344 (sql-product-interactive): Save global values as buffer local.
4345
2d44d9cc
LL
43462012-02-29 Leo Liu <sdl.web@gmail.com>
4347
4348 * abbrev.el (define-abbrevs): Reset sys to nil.
4349
96b49301 43502012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4351
bf7f9bc5
JB
4352 * files.el (file-equal-p): Rename from `files-equal-p'.
4353 Return nil when one or both files don't exist.
96b49301 4354 (file-subdir-of-p): Now only top directory must exists,
4355 return nil if it doesn't.
bf7f9bc5
JB
4356 (copy-directory): No need to test with `file-subdir-of-p' after
4357 creating dir.
4358 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
4359 to `file-equal-p'.
96b49301 4360
44e97401
GM
43612012-02-28 Glenn Morris <rgm@gnu.org>
4362
4363 * shell.el (shell-mode):
4364 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
4365 * play/landmark.el (landmark-font-lock-face-O):
4366 * play/handwrite.el (handwrite):
4367 * play/gomoku.el (gomoku-O):
4368 * net/browse-url.el (browse-url-browser-display):
4369 * international/mule.el (define-charset):
4370 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
4371 * filesets.el (filesets-find-file-delay):
4372 * eshell/em-xtra.el (eshell-xtra):
4373 * eshell/em-unix.el (eshell-grep):
4374 * emulation/viper.el (viper-mode):
4375 * emacs-lisp/regexp-opt.el (regexp-opt-group):
4376 * emacs-lisp/easymenu.el (easy-menu-define):
4377 * calendar/timeclock.el (timeclock-use-display-time):
4378 * bs.el (bs-mode):
4379 * bookmark.el (bookmark-save-flag):
4380 Doc fix (standardize possessive apostrophe usage).
4381
c98c6276
CY
43822012-02-27 Chong Yidong <cyd@gnu.org>
4383
bf7f9bc5
JB
4384 * emulation/viper-cmd.el (viper-intercept-ESC-key):
4385 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 4386
c98c6276
CY
4387 * font-lock.el (font-lock-specified-p): Rename from
4388 font-lock-spec-present. Callers changed.
4389
9c62cd04 43902012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 4391
bf7f9bc5
JB
4392 * emacs-lisp/package.el (package-compute-transaction):
4393 Handle holding a package version to t in package-load-list.
8ac9e529 4394
530739c9
MA
43952012-02-26 Michael Albinus <michael.albinus@gmx.de>
4396
4397 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
4398 (tramp-get-inode, tramp-get-device): Use cached values.
4399
487915d7
AM
44002012-02-26 Alan Mackenzie <acm@muc.de>
4401
4402 Check there is a font-lock specification before doing initial
4403 fontification.
4404
4405 * font-core.el (font-lock-mode): Move the conditional from
4406 :after-hook to font-lock-initial-fontify.
4407 (font-lock-default-function): Move the check for a specification
4408 to font-lock-spec-present.
4409
dc9924b8 4410 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
4411 (font-lock-spec-present): New function.
4412
4fd96557
JB
44132012-02-26 Jim Blandy <jimb@red-bean.com>
4414
4415 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
4416 (gdb-send): Apply it to the operand of the '-interpreter-exec
4417 console' command, so that we can pass arguments with (say) quotes
4418 in them. Store exact string sent in gdb-debug-log (Bug#10765).
4419
9a4888c0
CY
44202012-02-26 Chong Yidong <cyd@gnu.org>
4421
07498861
CY
4422 * help-fns.el (describe-function-1): Clarify description of
4423 remapping (Bug#10844).
4424
9a4888c0
CY
4425 * files.el (files-equal-p): Doc fix.
4426 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
4427 and quit the loop once a mismatch is found.
4428
ea8fb88d
JB
44292012-02-25 Juanma Barranquero <lekktu@gmail.com>
4430
4431 * bs.el (bs--show-with-configuration): Don't throw an error
4432 if the window cannot be split; otherwise, subsequent calls to
4433 bs-show fail, restoring a stale window config. (Bug#10882)
4434
525795c1
JD
44352012-02-25 Jan Djärv <jan.h.d@swipnet.se>
4436
4437 * term/ns-win.el (global-map): Bind ns-drag-file to
4438 ns-find-file (Bug#5855, Bug#10050).
4439
f008086f
AS
44402012-02-25 Andreas Schwab <schwab@linux-m68k.org>
4441
4442 * calendar/parse-time.el (parse-time-string): Allow extractor to
4443 return nil.
4444
a3fcfa99
MA
44452012-02-25 Michael Albinus <michael.albinus@gmx.de>
4446
91027d08
JB
4447 * net/tramp.el (tramp-file-name-for-operation):
4448 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
4449
4450 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
4451 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4452 Add COPY-CONTENTS argument.
a3fcfa99 4453
67b0de11
CY
44542012-02-25 Chong Yidong <cyd@gnu.org>
4455
4456 Add custom groups for VC backends, for consistency with vc-bzr.
4457
4458 * vc/vc-arch.el (vc-arch):
4459 * vc/vc-cvs.el (vc-cvs):
4460 * vc/vc-git.el (vc-git):
4461 * vc/vc-hg.el (vc-hg):
4462 * vc/vc-mtn.el (vc-mtn):
4463 * vc/vc-rcs.el (vc-rcs):
4464 * vc/vc-sccs.el (vc-sccs):
4465 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
4466 All relevant defcustoms reassigned.
4467
3c9dfce6
CY
44682012-02-25 Chong Yidong <cyd@gnu.org>
4469
1339bf43
CY
4470 * newcomment.el (comment-styles): Add autoload (Bug#10868).
4471
3c9dfce6
CY
4472 * term/x-win.el (x-initialize-window-system): Reduce default for
4473 x-selection-timeout to 5 seconds (Bug#8869).
4474
25b2e303 44752012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4476
ec70a47d
GM
4477 * files.el (files-equal-p, file-subdir-of-p): New functions.
4478 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 4479 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
4480 * dired-aux.el (dired-copy-file-recursive): Same.
4481 (dired-create-files): Modify destination when source is equal to
4482 dest when copying files.
53a46cd0 4483 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 4484
914260cd
MA
44852012-02-24 Michael Albinus <michael.albinus@gmx.de>
4486
4487 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
4488 (Bug#10874)
4489
2cb228f7
AM
44902012-02-23 Alan Mackenzie <acm@muc.de>
4491
4492 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
4493 parameter "after-hook:" to allow the expansion to run code after
4494 the execution of the mode hooks.
4495
4496 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 4497 from font-lock-mode-internal.
2cb228f7 4498
91027d08 4499 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
4500 :after-hook.
4501
8f0fde21
SM
45022012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4503
3e88618b
SM
4504 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
4505 (completion--cache-all-sorted-completions): New function.
4506 (completion-all-sorted-completions): Use it.
4507 (completion--do-completion, minibuffer-force-complete):
4508 Use it to re-instate the flush hook.
4509
8f0fde21
SM
4510 * icomplete.el (icomplete-completions): Replace last fix with a better
4511 one (bug#10850).
4512
8e911f6f
DG
45132012-02-23 Dmitry Gutov <dgutov@yandex.ru>
4514
4515 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
4516 when it might call us back infinitely (bug#10797).
4517
49fe4321
GM
45182012-02-23 Glenn Morris <rgm@gnu.org>
4519
4520 * minibuffer.el (completion-category-overrides): Doc fix.
4521
b291b572
SM
45222012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4523
4524 * minibuffer.el (completion-table-with-context): Fix inf-loop.
4525 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
4526
31a9ef2e
GM
45272012-02-23 Glenn Morris <rgm@gnu.org>
4528
5e6e6794 4529 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
4530 (authors-obsolete-files-regexps, authors-ignored-files)
4531 (authors-ambiguous-files, authors-renamed-files-alist):
4532 Add more entries.
4533
0bd1e074
JL
45342012-02-23 Juri Linkov <juri@jurta.org>
4535
4536 * isearch.el (isearch-occur): Sync interactive spec with occur's
4537 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
4538
b617673c
JL
4539 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
4540
19e9789e
JL
45412012-02-22 Juri Linkov <juri@jurta.org>
4542
4543 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
4544 (ucs-insert): Doc fix. Check for hex digits in the string.
4545 Don't display `nil' in the error message. (Bug#10857)
4546
f41ce09d
AM
45472012-02-22 Alan Mackenzie <acm@muc.de>
4548
7a71b18d 4549 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 4550
ac2eceee
GM
45512012-02-22 Glenn Morris <rgm@gnu.org>
4552
4553 * ffap.el (ffap-c-path):
4554 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
4555
abd1f678
CY
45562012-02-22 Chong Yidong <cyd@gnu.org>
4557
4558 * custom.el (load-theme): Doc fix.
4559
f25aef2e
GM
45602012-02-22 Glenn Morris <rgm@gnu.org>
4561
4562 * dired-x.el (dired-guess-shell-alist-default):
4563 Remove escape sequences from nroff output. (Bug#172)
4564
5f8dc2ca
GM
45652012-02-21 Glenn Morris <rgm@gnu.org>
4566
6ff86ec4
GM
4567 * vc/emerge.el (emerge-defvar-local):
4568 Set `permanent-local' property rather than unused `preserved'.
4569
be3223a3 4570 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
4571 (picture-mode-map): Use it. (Bug#10860)
4572 (picture-mode): Doc fix.
4573
3fe58f4f
JB
45742012-02-21 Juanma Barranquero <lekktu@gmail.com>
4575
4576 * newcomment.el (uncomment-region-default): Remove unused binding.
4577
f9a998c3
GM
45782012-02-21 Glenn Morris <rgm@gnu.org>
4579
4580 * textmodes/picture.el (picture-motion, picture-motion-reverse)
4581 (picture-self-insert, picture-tab-chars): Doc fix.
4582 (picture-mode-map): Fix C-a, C-e.
4583
c6029348
GM
45842012-02-20 Glenn Morris <rgm@gnu.org>
4585
4586 * emacs-lisp/authors.el (authors-aliases): Add another entry.
4587
ab1ce9d7
LL
45882012-02-20 Leo Liu <sdl.web@gmail.com>
4589
4590 * icomplete.el (icomplete-completions): Check FROM arg before
4591 passing to substring (Bug#10850).
4592
0fd40f89
CY
45932012-02-19 Chong Yidong <cyd@gnu.org>
4594
4595 * comint.el: Require ansi-color.
4596 (comint-output-filter-functions): Add ansi-color-process-output.
4597
4598 * ansi-color.el: Don't set comint-output-filter-functions; it is
4599 now in the initial value defined in comint.el.
4600 (ansi-color-apply-face-function): New variable.
4601 (ansi-color-apply-on-region): Use it.
4602 (ansi-color-apply-overlay-face): New function.
4603
4604 * shell.el (shell): No need to require ansi-color.
4605 (shell-mode): Use ansi-color-apply-face-function to highlight
4606 color escapes using font-lock-face property (Bug#10835).
4607
20af2394
CY
46082012-02-19 Chong Yidong <cyd@gnu.org>
4609
4610 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
4611 mode-line formats (Bug#10839).
4612
e23a3fbe
GM
46132012-02-18 Glenn Morris <rgm@gnu.org>
4614
b474519e
GM
4615 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
4616
4617 * mail/undigest.el (unforward-rmail-message): Doc fix.
4618
e23a3fbe
GM
4619 * saveplace.el (save-place-ignore-files-regexp): Add :version.
4620
57939ff4
EZ
46212012-02-18 Eli Zaretskii <eliz@gnu.org>
4622
4623 * international/characters.el (script-list): Sync with the latest
4624 Unicode Character Database.
4625
0c23686e
AS
46262012-02-18 Andreas Schwab <schwab@linux-m68k.org>
4627
4628 * international/titdic-cnv.el: Remove duplicate coding tag.
4629 * language/cham.el: Likewise.
4630 * language/tai-viet.el: Likewise.
4631
6818b449
GM
46322012-02-18 Glenn Morris <rgm@gnu.org>
4633
4634 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
4635 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
4636 (calendar-bahai-all-holidays-flag, calendar-other-dates):
4637 * calendar/diary-lib.el (diary-abbreviated-year-flag):
4638 * calendar/holidays.el (holiday-bahai-holidays)
4639 (calendar-holidays, list-holidays):
4640 Use utf-8 Bahá'í in doc-strings, menus, etc.
4641
0311a3fc
TH
46422012-02-17 Tassilo Horn <tassilo@member.fsf.org>
4643
4644 * saveplace.el (save-place-ignore-files-regexp): New variable
4645 allowing for excluding files from saving their location of point.
4646 The default value matches the temporary commit message editing
4647 files from Git, SVN, Bazaar, and Mercurial.
4648 (save-place-to-alist): Use it.
4649
eb864a71
LM
46502012-02-17 Lawrence Mitchell <wence@gmx.li>
4651 Stefan Monnier <monnier@iro.umontreal.ca>
4652
4653 * newcomment.el (uncomment-region-default): Don't leave extra space
4654 when an arg is provided (bug#8150).
4655
ee0ce425
TZ
46562012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
4657
eb864a71 4658 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 4659
95ddf442
GM
46602012-02-17 Glenn Morris <rgm@gnu.org>
4661
4662 * net/socks.el: Require network-stream. (Bug#10599)
4663
48dd1e39 46642012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
4665
4666 * international/charprop.el:
4667 * international/uni-name.el:
4668 * international/uni-old-name.el:
4669 * international/uni-comment.el: Regenerate.
4670
d68cd087
GM
46712012-02-16 Glenn Morris <rgm@gnu.org>
4672
4673 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
4674 Interactively in calendar buffer, give an error if not on a date.
4675
13932042
GM
46762012-02-15 Glenn Morris <rgm@gnu.org>
4677
4678 * shell.el (shell-delimiter-argument-list):
4679 Revert 2011-02-17 change. (Bug#8027)
4680
c3a70e2b
CY
46812012-02-15 Chong Yidong <cyd@gnu.org>
4682
60236b0d
CY
4683 * minibuffer.el (completion-at-point-functions): Doc fix.
4684
c3a70e2b
CY
4685 * custom.el (defcustom): Doc fix; note use of defvar.
4686
9f26dc24
GM
46872012-02-15 Glenn Morris <rgm@gnu.org>
4688
4689 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
4690 Doc fixes.
4691
6546b134
GM
46922012-02-14 Glenn Morris <rgm@gnu.org>
4693
4694 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
4695
d29b2b4c
LI
46962012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4697
4698 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
4699 way the ports list is computed.
835bdcba
LI
4700 (smtpmail-query-smtp-server): Prompt the user for a port number if
4701 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 4702
08dcdbc9
TZ
47032012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
4704
4705 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
4706
2605051a
GM
47072012-02-13 Glenn Morris <rgm@gnu.org>
4708
4709 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
4710
7ee99f32
TZ
47112012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4712
4713 * net/gnutls.el (gnutls-trustfiles): New variable.
4714 (gnutls-negotiate): Use it.
4715
5f0af64f
LI
47162012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
4717
4718 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
4719 does its stuff if Gnus is running.
4720
c14fcc95
AM
47212012-02-13 Alan Mackenzie <acm@muc.de>
4722
4723 Fix a loop in c-set-fl-decl-start.
4724
7a71b18d 4725 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
4726 c-backward-syntactic-ws actually moves backwards.
4727
142b4d90
LL
47282012-02-13 Leo Liu <sdl.web@gmail.com>
4729
4730 * net/rcirc.el (rcirc-markup-attributes): Move point to the
4731 beginning so that all \C-o chars are removed.
4732
fa9958a6
TZ
47332012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
4734
dc9924b8 4735 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 4736
0bc5886a
AM
47372012-02-12 Alan Mackenzie <acm@muc.de>
4738
4739 Fix infinite loop with long macros.
4d6769e1 4740 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 4741
d4bd55e7
CY
47422012-02-12 Chong Yidong <cyd@gnu.org>
4743
4744 * window.el (display-buffer): Doc fix (Bug#10785).
4745
66f3fe22
GM
47462012-02-12 Glenn Morris <rgm@gnu.org>
4747
bd7da63e
GM
4748 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4749 (x-disown-selection-internal, x-get-selection-internal):
4750 Sync docs with the xselect.c versions.
4751
66f3fe22
GM
4752 * allout-widgets.el: Add missing license notice.
4753
3e0d2fa7
GM
47542012-02-11 Glenn Morris <rgm@gnu.org>
4755
cfecdf09
GM
4756 * select.el (x-get-selection-internal, x-own-selection-internal)
4757 (x-disown-selection-internal):
4758 * x-dnd.el (x-get-selection-internal): Update declarations.
4759
6d216d7f
GM
4760 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
4761
2bed3f04
GM
4762 * window.el (window-sides-slots):
4763 * tool-bar.el (tool-bar-position):
4764 * term/xterm.el (xterm-extra-capabilities):
4765 * ses.el (ses-self-reference-early-detection):
4766 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
4767 (verilog-auto-wire-type)
4768 (verilog-auto-delete-trailing-whitespace)
4769 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
4770 (verilog-auto-tieoff-declaration):
4771 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
4772 (sql-oracle-statement-starters, sql-oracle-scan-on):
4773 * progmodes/prolog.el (prolog-align-comments-flag)
4774 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
4775 (prolog-left-indent-regexp, prolog-paren-indent-p)
4776 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
4777 (prolog-types, prolog-mode-specificators)
4778 (prolog-determinism-specificators, prolog-directives)
4779 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
4780 (prolog-electric-dot-flag)
4781 (prolog-electric-dot-full-predicate-template)
4782 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
4783 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
4784 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
4785 (prolog-program-switches, prolog-prompt-regexp)
4786 (prolog-debug-on-string, prolog-debug-off-string)
4787 (prolog-trace-on-string, prolog-trace-off-string)
4788 (prolog-zip-on-string, prolog-zip-off-string)
4789 (prolog-use-standard-consult-compile-method-flag)
4790 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
4791 (prolog-imenu-max-lines, prolog-info-predicate-index)
4792 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
4793 (prolog-char-quote-workaround):
4794 * progmodes/cc-vars.el (c-defun-tactic):
4795 * net/tramp.el (tramp-encoding-command-interactive)
4796 (tramp-local-end-of-line):
4797 * net/soap-client.el (soap-client):
4798 * net/netrc.el (netrc-file):
4799 * net/gnutls.el (gnutls):
4800 * minibuffer.el (completion-category-overrides)
4801 (completion-cycle-threshold)
4802 (completion-pcm-complete-word-inserts-delimiters):
4803 * man.el (Man-name-local-regexp):
4804 * mail/feedmail.el (feedmail-display-full-frame):
4805 * international/characters.el (glyphless-char-display-control):
4806 * eshell/em-ls.el (eshell-ls-date-format):
4807 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
4808 (lisp-lambda-list-keyword-parameter-indentation)
4809 (lisp-lambda-list-keyword-parameter-alignment):
4810 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
4811 * dired-x.el (dired-omit-verbose):
4812 * cus-theme.el (custom-theme-allow-multiple-selections):
4813 * calc/calc.el (calc-highlight-selections-with-faces)
4814 (calc-lu-field-reference, calc-lu-power-reference)
4815 (calc-note-threshold):
4816 * battery.el (battery-mode-line-limit):
4817 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4818 (archive-7z-update):
4819 * allout.el (allout-prefixed-keybindings)
4820 (allout-unprefixed-keybindings)
4821 (allout-inhibit-auto-fill-on-headline)
4822 (allout-flattened-numbering-abbreviation):
4823 * allout-widgets.el (allout-widgets-auto-activation)
4824 (allout-widgets-icons-dark-subdir)
4825 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
4826 (allout-widgets-theme-dark-background)
4827 (allout-widgets-theme-light-background)
4828 (allout-widgets-item-image-properties-emacs)
4829 (allout-widgets-item-image-properties-xemacs)
4830 (allout-widgets-run-unit-tests-on-load)
4831 (allout-widgets-time-decoration-activity)
4832 (allout-widgets-hook-error-post-time)
4833 (allout-widgets-track-decoration):
4834 Add missing :version tags to new defcustoms and defgroups.
4835
5fec1b8e
GM
4836 * progmodes/sql.el (sql-ansi-statement-starters)
4837 (sql-oracle-statement-starters): Add custom type.
4838
3e0d2fa7
GM
4839 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
4840 (prolog-system-version): Give it a type.
4841
90b671e2
EZ
48422012-02-11 Eli Zaretskii <eliz@gnu.org>
4843
4844 * term/pc-win.el (x-select-text, x-selection-owner-p)
4845 (x-own-selection-internal, x-disown-selection-internal)
4846 (x-get-selection-internal): Sync doc strings and argument lists
4847 with xselect.c, common-win.el and x-win.el. (Bug#10783)
4848
5eac0c02
LL
48492012-02-11 Leo Liu <sdl.web@gmail.com>
4850
4851 * progmodes/python.el (python-end-of-statement): Fix infinite
4852 loop. (Bug#10788)
4853
f82cb659
GM
48542012-02-10 Glenn Morris <rgm@gnu.org>
4855
4856 * international/mule-cmds.el (unify-8859-on-encoding-mode)
4857 (unify-8859-on-decoding-mode): Properly mark as obsolete.
4858
cc26d239
LI
48592012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
4860
4861 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
4862 about SMTP before checking the From header.
4863
91027d08 4864 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
4865 into own function for reuse by emacsbug.el.
4866
1be3ca5a
LL
48672012-02-10 Leo Liu <sdl.web@gmail.com>
4868
4869 * subr.el (condition-case-unless-debug): Rename from
4870 condition-case-no-debug. All callers changed.
4871 (with-demoted-errors): Fix caller.
4872
4873 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
4874 * nxml/rng-valid.el (rng-do-some-validation):
4875 * emacs-lisp/package.el (package-refresh-contents)
4876 (package-menu-execute):
4877 * desktop.el (desktop-create-buffer):
91027d08 4878 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 4879
b011fbfe
GM
48802012-02-10 Glenn Morris <rgm@gnu.org>
4881
b2096d72
GM
4882 * textmodes/bibtex.el:
4883 Add missing :version tags for new/changed defcustoms.
4884
b011fbfe
GM
4885 * files.el (remote-file-name-inhibit-cache): Doc fixes.
4886
4c7e65bf
LI
48872012-02-09 Lars Ingebrigtsen <larsi@rusty>
4888
4889 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
4890 (smtpmail-via-smtp): Use it, or fall back on the From address.
4891 (smtpmail-send-it): Ditto.
4892
f3934f6f
SM
48932012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
4894
4895 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
4896 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
4897 (byte-compile-tmp-var): New const.
4898 (byte-compile-defvar): Use it to minimize .elc size.
4899 Just use `defvar' rather than simulate it (bug#10761).
4900
a075a2c5
GM
49012012-02-09 Glenn Morris <rgm@gnu.org>
4902
cf3aa21b
GM
4903 * files.el (rename-uniquely): Doc fix. (Bug#3806)
4904
354998cd
GM
4905 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
4906 Add :version tags.
4907
dc9924b8
SM
4908 * progmodes/compile.el (compilation-error-screen-columns)
4909 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 4910
dab3703d
GM
4911 * vc/log-view.el (log-view-toggle-entry-display):
4912 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
4913
3f88cd72
GM
4914 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
4915 (report-emacs-bug-can-use-xdg-email):
4916 (report-emacs-bug-insert-to-mailer): Doc fixes.
4917 (report-emacs-bug): Message fix.
4918
d95b247d
GM
4919 * net/browse-url.el (browse-url-can-use-xdg-open)
4920 (browse-url-xdg-open): Doc fixes.
4921
a075a2c5
GM
4922 * electric.el (electric-indent-mode, electric-pair-mode)
4923 (electric-layout-rules, electric-layout-mode): Doc fixes.
4924 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
4925
ffb6157e
MR
49262012-02-08 Martin Rudalics <rudalics@gmx.at>
4927
4928 * server.el (server-unselect-display): Don't inadvertently kill
4929 the current buffer. (Bug#10729)
4930
e1ac4066
GM
49312012-02-08 Glenn Morris <rgm@gnu.org>
4932
34e8a2da
GM
4933 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
4934 (sql-list-table): Doc fixes.
4935
b4ac6e8c
GM
4936 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
4937 Comment out (does nothing).
4938
e1ac4066
GM
4939 * completion.el (dynamic-completion-mode):
4940 * dirtrack.el (dirtrack-debug-mode):
4941 * electric.el (electric-layout-mode):
4942 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
4943 * face-remap.el (text-scale-mode, buffer-face-mode):
4944 * iimage.el (iimage-mode):
4945 * image-mode.el (image-transform-mode):
4946 * minibuffer.el (completion-in-region-mode):
4947 * scroll-lock.el (scroll-lock-mode):
4948 * simple.el (next-error-follow-minor-mode):
4949 * tar-mode.el (tar-subfile-mode):
4950 * tooltip.el (tooltip-mode):
4951 * vcursor.el (vcursor-use-vcursor-map):
4952 * wid-browse.el (widget-minor-mode):
4953 * emulation/tpu-edt.el (tpu-edt-mode):
4954 * emulation/tpu-extras.el (tpu-cursor-free-mode):
4955 * international/iso-ascii.el (iso-ascii-mode):
4956 * language/thai-util.el (thai-word-mode):
4957 * mail/supercite.el (sc-minor-mode):
4958 * net/goto-addr.el (goto-address-mode):
4959 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
4960 * progmodes/cwarn.el (cwarn-mode):
4961 * progmodes/flymake.el (flymake-mode):
4962 * progmodes/glasses.el (glasses-mode):
4963 * progmodes/hideshow.el (hs-minor-mode):
4964 * progmodes/pascal.el (pascal-outline-mode):
4965 * textmodes/enriched.el (enriched-mode):
4966 * vc/smerge-mode.el (smerge-mode):
4967 Doc fixes (minor mode argument).
4968
5e0d957f
EZ
49692012-02-07 Eli Zaretskii <eliz@gnu.org>
4970
4971 * ls-lisp.el (ls-lisp-sanitize): New function.
4972 (ls-lisp-insert-directory): Use it to fix or remove any elements
4973 in file-alist with missing attributes. (Bug#4673)
4974
98d7371e
AM
49752012-02-07 Alan Mackenzie <acm@muc.de>
4976
4977 Fix spurious recognition of c-in-knr-argdecl.
4978
4979 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
4980 putative K&R region.
4981
667ced3a
AM
49822012-02-07 Alan Mackenzie <acm@muc.de>
4983
eb864a71
LM
4984 * progmodes/cc-engine.el (c-forward-objc-directive):
4985 Prevent looping in "#pragma mark @implementation".
667ced3a 4986
5b77774d
MA
49872012-02-07 Michael Albinus <michael.albinus@gmx.de>
4988
4989 * notifications.el (notifications-on-closed-signal): Make `reason'
4990 optional. (Bug#10744)
4991
af008560
GM
49922012-02-07 Glenn Morris <rgm@gnu.org>
4993
60d47423
GM
4994 * emacs-lisp/easy-mmode.el (define-minor-mode):
4995 Doc fixes for the macro and the mode it defines.
4996
dd605cc4
GM
4997 * image.el (imagemagick-types-inhibit): Doc fix.
4998
af008560
GM
4999 * cus-start.el (imagemagick-render-type): Add it.
5000
5cc59a37
LI
50012012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5002
4d6769e1
JB
5003 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
5004 Set the default at load time, too, so that `font-lock-fontify-buffer'
5005 can be called without setting up the entire mode first. This fixes
5006 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 5007
9a6dd747
CY
50082012-02-06 Chong Yidong <cyd@gnu.org>
5009
2d16b285
CY
5010 * simple.el (list-processes--refresh): Delete exited processes
5011 (Bug#8094).
5012
171e9b6e
CY
5013 * comint.el (comint-next-prompt): next-single-char-property-change
5014 and prev-single-char-property-change never return nil (Bug#8657).
5015
9a6dd747
CY
5016 * custom.el (defcustom): Doc fix (Bug#9711).
5017
aa4589a7
CY
50182012-02-05 Chong Yidong <cyd@gnu.org>
5019
5c2a252f
CY
5020 * cus-edit.el (custom-variable-reset-backup): Quote the value
5021 before storing it in the customized-value property (Bug#6712).
4aab9006 5022 (custom-display): Add a customization type tag.
983b9602 5023 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 5024
aa4589a7
CY
5025 * wid-edit.el (widget-field-value-get): New optional arg to
5026 suppress trailing whitespace truncation.
5027 (character): Use it (Bug#2689).
5028
1ff980ae
AS
50292012-02-05 Andreas Schwab <schwab@linux-m68k.org>
5030
5031 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
5032 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
5033
03988c98
CY
50342012-02-05 Chong Yidong <cyd@gnu.org>
5035
eeb6cc88
CY
5036 * cus-edit.el (custom-variable-value-create): For mismatched
5037 types, show the current value (Bug#7600).
5038
03988c98
CY
5039 * custom.el (defcustom): Doc fix.
5040
f8cdeef0
GM
50412012-02-05 Glenn Morris <rgm@gnu.org>
5042
5043 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
5044
0696d255
JB
50452012-02-05 Juanma Barranquero <lekktu@gmail.com>
5046
5047 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
5048 (pp-buffer): Use `ignore-errors', `looking-at-p'.
5049 (pp-last-sexp): Use `looking-at-p'.
5050
34c99998
GM
50512012-02-04 Glenn Morris <rgm@gnu.org>
5052
8f05da42
GM
5053 * files.el (revert-buffer):
5054 Doc fix (mention revert-buffer-in-progress-p).
5055
f160676e
GM
5056 * emacs-lisp/ert-x.el (ert-simulate-command):
5057 Check deferred-action-list (which is obsolete) is bound.
5058
c7291ad9
GM
5059 * subr.el (with-wrapper-hook): Doc fixes.
5060
34c99998
GM
5061 * simple.el (filter-buffer-substring-functions)
5062 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
5063
6283a7d3
LL
50642012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
5065
5066 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
5067 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
5068
e96e3013
LL
50692012-02-04 Leo Liu <sdl.web@gmail.com>
5070
5071 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
5072
8ded50f2
GM
50732012-02-04 Glenn Morris <rgm@gnu.org>
5074
82ff1d13
GM
5075 * image.el (image-extension-data): Add obsolete alias.
5076
987a0a16
GM
5077 * isearch.el (isearch-update): Doc fix.
5078
ea32ef46
GM
5079 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
5080
8ded50f2
GM
5081 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
5082
eea14f31
GM
50832012-02-03 Glenn Morris <rgm@gnu.org>
5084
5085 * image.el (image-animated-p): Doc fix. Use image-animated-types.
5086 (image-animate-timeout): Doc fix.
5087
5088 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
5089
12f381b7
GM
50902012-02-02 Glenn Morris <rgm@gnu.org>
5091
953cebf5
GM
5092 * server.el (server-auth-dir): Doc fix.
5093 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
5094
12f381b7
GM
5095 * subr.el (run-mode-hooks): Doc fix.
5096
953a8c3b
JL
50972012-02-02 Juri Linkov <juri@jurta.org>
5098
5099 * image-mode.el (image-toggle-display-image): Remove tautological
5100 `major-mode' from the `derived-mode-p' test.
5101
c5d3843c
KH
51022012-02-02 Kenichi Handa <handa@m17n.org>
5103
9f6e692e 5104 * composite.el (compose-region): Cancel previous change.
c5d3843c 5105
159462d4 51062012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
5107
5108 * composite.el (compose-region, compose-string): Signal error for
5109 a null string component (Bug#6988).
5110
9f562668
CY
51112012-02-01 Chong Yidong <cyd@gnu.org>
5112
e2cef717
CY
5113 * view.el (view-buffer-other-window, view-buffer-other-frame):
5114 Handle special modes like view-buffer (Bug#10650).
5115 (view-buffer): Simplify.
5116
9f562668
CY
5117 * frame.el (set-frame-font): Tweak meaning of third argument.
5118
9f6e692e
JB
5119 * dynamic-setting.el (font-setting-change-default-font):
5120 Use set-frame-font (Bug#9982).
9f562668 5121
781acb9f
GM
51222012-02-01 Glenn Morris <rgm@gnu.org>
5123
6035be52
GM
5124 * progmodes/compile.el (compilation-internal-error-properties):
5125 Respect compilation-first-column in the "*compilation*" buffer.
5126
781acb9f
GM
5127 * emacs-lisp/easy-mmode.el (define-minor-mode):
5128 Relax :variable's test for a named function.
5129
abbceb00
AM
51302012-01-31 Alan Mackenzie <acm@muc.de>
5131
5132 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
5133 off by one error.
5134
fce3fdeb
CY
51352012-01-31 Chong Yidong <cyd@gnu.org>
5136
5137 * frame.el (set-frame-font): New arg ALL-FRAMES.
5138
5139 * menu-bar.el (menu-set-font): Use set-frame-font.
5140
5141 * faces.el (face-spec-reset-face): Don't apply unspecified
5142 attribute values to the default face.
5143
47893581
JB
51442012-01-31 Juanma Barranquero <lekktu@gmail.com>
5145
5146 * progmodes/cwarn.el (cwarn): Remove dead link.
5147 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
5148 Remove * from defcustom docstrings.
5149 (turn-on-cwarn-mode): Make obsolete.
5150 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
5151 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
5152
e58e988a
GM
51532012-01-31 Glenn Morris <rgm@gnu.org>
5154
60dc2671 5155 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 5156 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 5157 Allow named functions to be used as the cdr of :variable.
e58e988a 5158
7a3f511d
GM
51592012-01-30 Glenn Morris <rgm@gnu.org>
5160
5161 * emacs-lisp/authors.el (authors-fixed-entries):
5162 Remove reference to deleted file rnewspost.el.
5163
cb882333
JB
51642012-01-29 Juanma Barranquero <lekktu@gmail.com>
5165
5166 * window.el (window-with-parameter): Remove unused variable `windows'.
5167 (window--side-check): Remove unused variable `code'.
5168 (window--resize-siblings): Remove unused variable `first'.
5169 (adjust-window-trailing-edge): Remove unused variable `failed'.
5170 (window-deletable-p, window--delete): Remove unused variable `buffer'.
5171 Use `let', not `let*'.
5172 (balance-windows-2): Remove unused variable `found'.
5173 (window--state-put-2): Remove unused variable `splits'.
5174 (window-state-put): Remove unused variable `selected'.
5175 (same-window-p): Use `string-match-p'.
5176 (display-buffer-assq-regexp): Remove unused variable `value'.
5177 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5178 Mark argument ALIST as ignored.
5179 (pop-to-buffer): Remove unused variable `old-window'.
5180
907201af
EZ
51812012-01-29 Eli Zaretskii <eliz@gnu.org>
5182
5183 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
5184 and .lzma compressed files.
5185
ea162670
CY
51862012-01-29 Chong Yidong <cyd@gnu.org>
5187
5b95ee8a
CY
5188 * frame.el (window-system-default-frame-alist): Doc fix.
5189
ea162670
CY
5190 * dynamic-setting.el (font-setting-change-default-font): Don't
5191 change the default face if SET-FONT argument is non-nil (Bug#9982).
5192
d6e6f4b1
SB
51932012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
5194
5195 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
5196
0f29fa41 51972012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
5198
5199 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
5200 breakpoints in files outside current directory (Bug#6098).
5201
db174434
CY
52022012-01-29 Chong Yidong <cyd@gnu.org>
5203
6b25e4e2
SE
5204 * progmodes/python.el: Require ansi-color at top-level.
5205
6df6ae42
JB
5206 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
5207 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
5208 (lisp-mode-abbrev-table): Add doc.
5209 (lisp-mode-variables): Don't set local-abbrev-table.
5210 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
5211
e70ee681
RW
52122012-01-28 Roland Winkler <winkler@gnu.org>
5213
5214 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
5215
ace88aa2
RW
52162012-01-28 Roland Winkler <winkler@gnu.org>
5217
5218 * textmodes/bibtex.el (bibtex-entry-alist): New function.
5219 (bibtex-set-dialect): Use it. Either set global values of
5220 dialect-dependent variables or bind these variables buffer-locally
5221 (Bug#10254).
5222 (bibtex-mode): Call bibtex-set-dialect via
5223 hack-local-variables-hook.
eb864a71
LM
5224 (bibtex-dialect): Update docstring.
5225 Add safe-local-variable predicate.
ace88aa2
RW
5226 (bibtex-entry-alist, bibtex-field-alist): Initialize via
5227 bibtex-set-dialect.
5228 (bibtex-mode-map): Define menu for each dialect.
5229 (bibtex-entry): Fix docstring.
5230
93376c5b
CY
52312012-01-28 Chong Yidong <cyd@gnu.org>
5232
5233 * eshell/esh-arg.el (eshell-quote-argument): New function.
5234
5235 * eshell/esh-ext.el (eshell-invoke-batch-file):
5236 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
5237 first arg to eshell-parse-command (Bug#10523).
5238
4372494f
DA
52392012-01-28 Drew Adams <drew.adams@oracle.com>
5240
5241 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
5242 `default-directory' is non-nil.
5243
4d4ec1f8
EZ
52442012-01-28 Eli Zaretskii <eliz@gnu.org>
5245
5246 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
5247 line that displays system-configuration-options. (Bug#9924)
5248
7c188927
DA
52492012-01-28 Drew Adams <drew.adams@oracle.com>
5250
5251 * descr-text.el (describe-char): Show information about POS, in
5252 addition to information about the character at POS. Improve and
5253 update the doc string. Change "code point" to "code point in
5254 charset", to avoid confusion with the character's Unicode code
5255 point shown above that. (Bug#10129)
5256
e0da685a
EZ
52572012-01-28 Eli Zaretskii <eliz@gnu.org>
5258
5259 * descr-text.el (describe-char): Show the raw character, not only
5260 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
5261 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
5262 for the reasons.
5263
70550acf
PH
52642012-01-28 Phil Hagelberg <phil@hagelb.org>
5265
eb864a71
LM
5266 * emacs-lisp/package.el (package-install):
5267 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 5268
0ce8e868
CY
52692012-01-28 Chong Yidong <cyd@gnu.org>
5270
cb882333
JB
5271 * emacs-lisp/package.el (package-maybe-load-descriptor):
5272 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
5273 (package-maybe-load-descriptor): Use it.
5274 (package-download-transaction): Fully load required packages
5275 inside the loop, so that `require' calls work (Bug#10593).
5276 (package-install): No need to call package-initialize now.
5277
2e7f3bea
CY
52782012-01-28 Chong Yidong <cyd@gnu.org>
5279
6e9bad14
CY
5280 * simple.el (deactivate-mark): Doc fix (Bug#8614).
5281
f823b8ca
CY
5282 * tooltip.el (tooltip-mode): Doc fix.
5283 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
5284
2680c309
CY
5285 * frame.el (set-cursor-color): Doc fix (Bug#352).
5286
d7a9e63b
CY
5287 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
5288 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
5289
2e7f3bea
CY
5290 * cus-edit.el (custom-buffer-create-internal): Fix search button
5291 action (Bug#10542).
2ae01800 5292 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 5293
fc4f7a23
EW
52942012-01-27 Eduard Wiebe <usenet@pusto.de>
5295
5296 * dired.el (dired-mark-files-regexp):
5297 Include any subdirectory components. (Bug#10445)
5298
7dd37071
ML
52992012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
5300
5301 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
5302 Handle [host]:port syntax. (Bug#10533)
5303
a268160b
AH
53042012-01-27 Alex Harsanyi <harsanyi@mac.com>
5305
5306 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
5307
e43273ef
GM
53082012-01-26 Glenn Morris <rgm@gnu.org>
5309
5310 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
5311 * term.el (term-raw-escape-map): Use Control-X-prefix.
5312 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
5313
1edf595d
MR
53142012-01-25 Martin Rudalics <rudalics@gmx.at>
5315
5316 * window.el (window-state-get, window--state-get-1): Don't deal
5317 with fixed-sizeness of windows. Simplify code.
5318
fa8eafef
JC
53192012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
5320
6df6ae42
JB
5321 * window.el (window--state-get-1, window--state-put-2):
5322 Don't save and restore the mark.
fa8eafef 5323
0b21c100
CY
53242012-01-25 Chong Yidong <cyd@gnu.org>
5325
5326 * custom.el (custom-variable-p): Doc fix.
5327
5ae1a6c8
GM
53282012-01-25 Glenn Morris <rgm@gnu.org>
5329
40047858
GM
5330 * dired.el (dired-goto-file): Handle some of the more common
5331 characters that `ls -b' escapes. (Bug#10596)
5332
5ddce96c
GM
5333 * progmodes/compile.el (compilation-next-error-function):
5334 Respect compilation-first-column in the "*compilation*" buffer.
5335 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
5336
5ae1a6c8
GM
5337 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
5338
b559f1a9
GM
53392012-01-24 Glenn Morris <rgm@gnu.org>
5340
5341 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
5342
6725d21a
JD
53432012-01-24 Julien Danjou <julien@danjou.info>
5344
5345 * color.el (color-rgb-to-hsl): Fix value computing.
5346 (color-hue-to-rgb): New function.
5347 (color-hsl-to-rgb): New function.
5348 (color-clamp, color-saturate-hsl, color-saturate-name)
5349 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5350 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5351
70df4bbe
GM
53522012-01-24 Glenn Morris <rgm@gnu.org>
5353
5354 * vc/vc-rcs.el (vc-rcs-create-tag):
5355 * vc/vc-sccs.el (vc-sccs-create-tag):
5356 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
5357
802a2ae2
ML
53582012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
5359
5360 * eshell/esh-util.el (eshell-read-hosts-file):
5361 Skip comment lines. (Bug#10549)
5362
d7128bb1
ML
5363 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
5364
d1a5c3b4
JB
53652012-01-23 Juanma Barranquero <lekktu@gmail.com>
5366
2724d9c7
JB
5367 * subr.el (display-delayed-warnings): Doc fix.
5368 (collapse-delayed-warnings): New function to collapse identical
5369 adjacent warnings.
5370 (delayed-warnings-hook): Add it.
d1a5c3b4 5371
a5509865
MA
53722012-01-22 Michael Albinus <michael.albinus@gmx.de>
5373
5374 * net/tramp.el (tramp-action-login): Set connection property "login-as".
5375
a5509865
MA
5376 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
5377 (tramp-default-user-alist): Don't add "pscp".
5378 (tramp-do-copy-or-rename-file-out-of-band): Use connection
5379 property "login-as", if set. (Bug#10530)
5380
cc6d5805
MA
53812012-01-21 Michael Albinus <michael.albinus@gmx.de>
5382
5383 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
5384 "plink1" and "psftp". (Bug#10530)
5385
53862012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
5387
5388 * international/mule-cmds.el (prefer-coding-system): Show a
5389 warning message if the default value of file-name-coding-system
5390 was not changed.
5391
f0960428
JC
53922012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
5393
cb882333
JB
5394 * windmove.el (windmove-reference-loc):
5395 Fix windmove-reference-loc miscalculation.
f0960428 5396
dd6f2a63
JB
53972012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
5398
5399 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
5400 default unit.
5401
7b447e9b
GM
54022012-01-21 Glenn Morris <rgm@gnu.org>
5403
117a9ea1
GM
5404 * international/mule.el (auto-coding-alist): Add .tbz.
5405
7b447e9b
GM
5406 * files.el (local-enable-local-variables): Doc fix.
5407 (inhibit-local-variables-regexps): Rename from
5408 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
5409 Doc fix. Add some extensions from auto-coding-alist.
5410 (inhibit-local-variables-suffixes):
5411 Rename from inhibit-first-line-modes-suffixes. Doc fix.
5412 (inhibit-local-variables-p):
5413 New function, extracted from set-auto-mode-1.
5414 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
5415 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
5416 (hack-local-variables): Doc fix. Make the mode-only case
5417 respect enable-local-variables and friends.
5418 Respect inhibit-local-variables-regexps for file-locals, but
5419 not for directory-locals.
5420 (set-visited-file-name):
5421 Take account of inhibit-local-variables-regexps.
5422 Whether it applies may change as the file name is changed.
5423 * jka-cmpr-hook.el (jka-compr-install):
5424 * jka-compr.el (jka-compr-uninstall):
5425 Update for inhibit-first-line-modes-suffixes name change.
5426
dd6e3cdd
MR
54272012-01-20 Martin Rudalics <rudalics@gmx.at>
5428
5429 * help-macro.el (make-help-screen): Temporarily restore original
5430 binding for minor-mode-map-alist (Bug#10454).
5431
0d0deb38
JD
54322012-01-19 Julien Danjou <julien@danjou.info>
5433
5434 * color.el (color-name-to-rgb): Use the white color to find the max
5435 color component value and return correctly computed values.
5436 (color-name-to-rgb): Add missing float conversion for max value.
5437
34a02f46
MR
54382012-01-19 Martin Rudalics <rudalics@gmx.at>
5439
5440 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
5441 special state value for window-persistent-parameters.
5442 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
5443 (window--state-put-2): Reset all window parameters to nil before
5444 assigning values of persistent parameters.
5445
606c44c4
AM
54462012-01-18 Alan Mackenzie <acm@muc.de>
5447
5448 Eliminate sluggishness and hangs in fontification of "semicolon
5449 deserts".
5450
cb882333
JB
5451 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
5452 Change value 10000 -> 3000.
606c44c4
AM
5453 (c-state-safe-place): Reformulate so it doesn't stack up an
5454 infinite number of wrong entries in c-state-nonlit-pos-cache.
5455 (c-determine-limit-get-base, c-determine-limit): New functions to
5456 determine backward search limits disregarding literals.
5457 (c-find-decl-spots): Amend commenting.
5458 (c-cheap-inside-bracelist-p): New function which detects "={".
5459
5460 * progmodes/cc-fonts.el
5461 (c-make-font-lock-BO-decl-search-function): Give a limit to a
5462 backward search.
5463 (c-font-lock-declarations): Fix an occurrence of point being
5464 undefined. Check additionally for point being in a bracelist or
5465 near a macro invocation without a semicolon so as to avoid a
5466 fruitless time consuming search for a declarator. Give a more
5467 precise search limit for declarators using the new
5468 c-determine-limit.
5469
f3860cea
GM
54702012-01-18 Glenn Morris <rgm@gnu.org>
5471
5472 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
5473 (set-auto-mode): Doc fixes.
5474
1db03b16
GM
54752012-01-17 Glenn Morris <rgm@gnu.org>
5476
0e6038be
GM
5477 * isearch.el (search-nonincremental-instead): Fix doc typo.
5478
1db03b16
GM
5479 * dired.el (dired-insert-directory): Handle newlines in directory name.
5480 (dired-build-subdir-alist): Unescape newlines in directory name.
5481
4cb0aa75
MA
54822012-01-17 Michael Albinus <michael.albinus@gmx.de>
5483
5484 * net/tramp.el (tramp-local-end-of-line): New defcustom.
5485 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
5486 (tramp-action-terminal): Use it. (Bug#10530)
5487
1d00653d
SM
54882012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5489
5490 * minibuffer.el (completion--replace): Strip properties (bug#10062).
5491
6a6ee00d
MR
54922012-01-16 Martin Rudalics <rudalics@gmx.at>
5493
5494 * window.el (window-state-ignored-parameters): Remove variable.
5495 (window--state-get-1): Rename argument MARKERS to IGNORE.
5496 Handle persistent window parameters. Make copy of clone-of
5497 parameter only if requested. (Bug#10348)
5498 (window--state-put-2): Install a window parameter only if it has
5499 a non-nil value or an existing parameter shall be overwritten.
5500
97912def
MA
55012012-01-15 Michael Albinus <michael.albinus@gmx.de>
5502
5503 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
5504
688070a5
EZ
55052012-01-14 Eli Zaretskii <eliz@gnu.org>
5506
5507 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
5508 don't pass the (nil) value of `upnode' to string-match.
5509
301afadc
CY
55102012-01-14 Chong Yidong <cyd@gnu.org>
5511
5512 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 5513 Fix values recognized by the cursorBlink resource.
301afadc 5514
9e5788aa
PE
55152012-01-14 Paul Eggert <eggert@cs.ucla.edu>
5516
5517 * epg.el (epg--make-temp-file): Avoid permission race condition
5518 when running on old Emacs versions (bug#10403).
5519
3cdb7f5a
GM
55202012-01-14 Glenn Morris <rgm@gnu.org>
5521
5522 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
5523
8c82b1b4
AM
55242012-01-13 Alan Mackenzie <acm@muc.de>
5525
5526 Fix filling for when filladapt mode is enabled.
5527
5528 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
5529 c-mask-paragraph, pass in `fill-paragraph' rather than
5530 `fill-region-as-paragraph'. (This is a reversion of a previous
5531 change.)
eb864a71
LM
5532 * progmodes/cc-mode.el (c-basic-common-init):
5533 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 5534
e517eda4
GM
55352012-01-13 Glenn Morris <rgm@gnu.org>
5536
1498536e
GM
5537 * dired.el (dired-switches-escape-p): New function.
5538 (dired-insert-directory): Use dired-switches-escape-p.
5539 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
5540
e517eda4
GM
5541 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
5542
328f984d
GM
55432012-01-12 Glenn Morris <rgm@gnu.org>
5544
5545 * mail/sendmail.el (mail-mode): Update paragraph-separate for
5546 changes in adaptive-fill-regexp. (Bug#10276)
5547
2cc769a8
AM
55482012-01-11 Alan Mackenzie <acm@muc.de>
5549
5550 Fix Emacs bug #10463 - put `widen's around the critical spots.
5551
1d00653d 5552 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
5553 widen around each invocation of c-state-pp-to-literal. Remove an
5554 unused let variable.
5555
e52c37fa
GM
55562012-01-11 Glenn Morris <rgm@gnu.org>
5557
5558 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 5559 Doc fix.
e52c37fa 5560
96f8741e
CY
55612012-01-10 Chong Yidong <cyd@gnu.org>
5562
1d00653d
SM
5563 * net/network-stream.el (network-stream-open-starttls):
5564 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
5565 response to the capability command.
5566
b09a806e
GM
55672012-01-10 Glenn Morris <rgm@gnu.org>
5568
5569 * mail/unrmail.el (unrmail): Tweak previous change.
5570
7655cb66
CY
55712012-01-09 Chong Yidong <cyd@gnu.org>
5572
5573 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
5574
9d5a8f0b
AM
55752012-01-08 Alan Mackenzie <acm@muc.de>
5576
5577 Optimise font locking in long enum definitions.
5578
5579 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
5580 arm to a cond form to handle enums.
5581 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
5582 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
5583
9a0115ab 55842012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
5585
5586 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 5587 (Bug#10401)
6bb72cbd 5588
f186bb95
LMI
55892012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5590
29232a68
LMI
5591 * faces.el (set-face-attribute): Clarify the meaning of the nil
5592 frame (bug#10294).
5593
4e5d086d
LMI
5594 * subr.el (with-selected-frame): Mention that the selected frame
5595 is restored (bug#9980).
5596
8e66aebe
LMI
5597 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
5598 (bug#9759).
5599
cd394be1 5600 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
5601 (password-read): Don't autoload unused function.
5602
adf4e762
JB
56032012-01-07 Juanma Barranquero <lekktu@gmail.com>
5604
5605 * progmodes/which-func.el (which-func-mode): Turn into a
5606 non-interactive function and mark as obsolete (bug#10428).
5607
89bd9ccd
CY
56082012-01-06 Chong Yidong <cyd@gnu.org>
5609
5610 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
5611 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
5612 functions, along with 1 and -1.
5613
4afee9d5
EZ
56142012-01-06 Eli Zaretskii <eliz@gnu.org>
5615
5616 * time.el (display-time-load-average)
5617 (display-time-default-load-average): Doc fixes. See the thread
5618 starting at
5619 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
5620 for the details.
5621
536aea70
GM
56222012-01-06 Glenn Morris <rgm@gnu.org>
5623
665ae865
GM
5624 * mail/unrmail.el (unrmail): Give an explicit error if the input file
5625 has no messages. (Bug#10377)
5626
c869783d
GM
5627 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
5628 than Info-edit. (Bug#10385)
5629
2bb4227e
GM
5630 * time.el (display-time-load-average, display-time-next-load-average):
5631 Doc fixes.
5632
7d5944b9
GM
5633 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
5634 local setting of buffer-read-only to the input buffer. (Bug#10419)
5635
536aea70
GM
5636 * calendar/calendar.el (calendar-mode):
5637 Locally set scroll-margin to 0. (Bug#10379)
5638
7dccca16
UM
56392012-01-06 Ulrich Mueller <ulm@gentoo.org>
5640
5641 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
5642
afbb7930
GM
56432012-01-05 Glenn Morris <rgm@gnu.org>
5644
5645 * eshell/em-unix.el (diff-no-select): Autoload it.
5646 (eshell/diff): Use diff-no-select. (Bug#10420)
5647
04482335
CY
56482012-01-05 Chong Yidong <cyd@gnu.org>
5649
7baca3bc
CY
5650 * shell.el (shell-dynamic-complete-functions): Revert last change.
5651 (shell-command-completion-function): New function.
5652 (shell-completion-vars): Use it to implement
5653 shell-completion-execonly (Bug#10417).
5654
04482335
CY
5655 * custom.el (enable-theme): Don't set custom-safe-themes.
5656
1d00653d
SM
5657 * cus-theme.el (custom-theme-merge-theme):
5658 Ignore custom-enabled-themes and custom-safe-themes.
04482335 5659
bb5aa5d6
MM
56602012-01-05 Michael R. Mauger <mmaug@yahoo.com>
5661
5662 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
5663 first prompt in `sql-interacive-mode'.
5664 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 5665 keywords.
6df6ae42 5666 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
5667 (sql-product-interactive): Bug fix: Set `sql-buffer' in
5668 context of original buffer. Invoke `sql-login-hook'.
5669
a7183d7c
EZ
56702012-01-04 Eli Zaretskii <eliz@gnu.org>
5671
5672 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
5673 letters in cite-prefix.
5674
a1eacd1e
LMI
56752012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5676
5677 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
5678
787cdb34
CY
56792012-01-03 Chong Yidong <cyd@gnu.org>
5680
1d00653d
SM
5681 * shell.el (shell-dynamic-complete-functions):
5682 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
5683 comint-filename-completion first (Bug#10417).
5684
30710442
RS
56852012-01-02 Richard Stallman <rms@gnu.org>
5686
5687 * battery.el (battery-status-function):
5688 Detect when to use battery-yeeloong-sysfs.
5689 (battery-echo-area-format): Add string for Yeeloong.
5690 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
5691 (battery-yeeloong-sysfs): New function.
5692
f75bfc33
CY
56932012-01-02 Chong Yidong <cyd@gnu.org>
5694
5695 * dirtrack.el (dirtrack-list): Eliminate unused third element.
5696 (dirtrack): Merge code for handling relative filenames in prompt
5697 from shell-dir-cookie-watcher.
5698 (dirtrack-debug-message): New arg to avoid excess format calls.
5699
5700 * shell.el (shell-dir-cookie-re): Variable deleted.
5701 (shell-dir-cookie-watcher): Function deleted.
5702 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
5703 with dirtrack-mode.
5704
651e947e
EZ
57052012-01-01 Eli Zaretskii <eliz@gnu.org>
5706
1d00653d
SM
5707 * term/w32-win.el (dynamic-library-alist) <gnutls>:
5708 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
5709 libgnutls-26.dll.
5710
94d4c7dc
AS
57112011-12-31 Andreas Schwab <schwab@linux-m68k.org>
5712
5713 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
5714
8d43f3cd
EZ
57152011-12-31 Eli Zaretskii <eliz@gnu.org>
5716
5717 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
5718 headers of non-MIME messages, when rmail-enable-mime is non-nil.
5719
98c8795a
MA
57202011-12-29 Michael Albinus <michael.albinus@gmx.de>
5721
5722 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
5723 also for alternative shells.
5724 (tramp-open-connection-setup-interactive-shell): Check, whether
5725 the shell is a busybox.
5726 (tramp-send-command): Don't suppress multiple prompts for
5727 busyboxes, it hurts.
5728
51281b32
CY
57292011-12-28 Chong Yidong <cyd@gnu.org>
5730
5731 * progmodes/gdb-mi.el (gdb-get-source-file-list)
5732 (gdb-get-source-file): Move mode line update to
5733 gdb-get-source-file (Bug#10087).
5734
2170cb53
CY
57352011-12-25 Chong Yidong <cyd@gnu.org>
5736
5737 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
5738 gud-gdb-marker-filter without taking it as an argument.
5739 (gud-gdb-run-command-fetch-lines): Caller changed.
5740 (gud-gdb-completion-function): New variable.
5741 (gud-gdb-completion-at-point): Use it.
5742 (gud-gdb-completions-1): Split from gud-gdb-completions.
5743
5744 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
5745 function as separate arguments.
5746 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
5747 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
5748 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
5749 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
5750 (gdb-stopped, def-gdb-auto-update-trigger)
5751 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
5752 (gdb-get-changed-registers, gdb-get-main-selected-frame):
5753 Callers changed.
2170cb53
CY
5754 (gud-gdbmi-completions): New function.
5755 (gdb): Use it for generating the completion table.
5756
be8b11bb
AM
57572011-12-24 Alan Mackenzie <acm@muc.de>
5758
5759 Introduce a mechanism to widen the region used in context font
1d00653d 5760 locking. Use this to protect declarations from losing their contexts.
be8b11bb 5761
1d00653d
SM
5762 * progmodes/cc-langs.el (c-before-font-lock-functions):
5763 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 5764 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
5765 functions to be run just before context (etc.) font locking.
5766
5767 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 5768 New, functionality extracted from
be8b11bb 5769 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 5770 (c-in-after-change-fontification): New variable.
be8b11bb
AM
5771 (c-after-change): Set c-in-after-change-fontification.
5772 (c-set-fl-decl-start): Rejig its interface, so it can be called
5773 from both after-change and context fontifying.
b81d40f0
JB
5774 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
5775 New functions.
5776 (c-standard-font-lock-fontify-region-function): New variable.
5777 (c-font-lock-fontify-region): New function.
be8b11bb 5778
341cf6ac
JL
57792011-12-24 Juri Linkov <juri@jurta.org>
5780
5781 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
5782 (Bug#10348)
5783
bffcee0a
MA
57842011-12-23 Michael Albinus <michael.albinus@gmx.de>
5785
5786 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
5787 existence of source file. (Bug#10325)
5788
cb5e207c
AM
57892011-12-23 Alan Mackenzie <acm@muc.de>
5790
5791 Fix unstable fontification inside templates.
5792
b81d40f0
JB
5793 * progmodes/cc-langs.el (c-before-font-lock-functions):
5794 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
5795 additionally has c-set-fl-decl-start. The other languages (apart
5796 from AWK) have that as a single entry.
5797
b81d40f0
JB
5798 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5799 The functionality for "local" declarations has been extracted to
cb5e207c
AM
5800 c-set-fl-decl-start.
5801
b81d40f0
JB
5802 * progmodes/cc-mode.el (c-common-init, c-after-change):
5803 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
5804 (c-set-fl-decl-start): New function, extracted from
5805 c-font-lock-enclosing-decls and enhanced.
5806
60ff536c
JB
58072011-12-23 Juanma Barranquero <lekktu@gmail.com>
5808
5809 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
5810
1c4757d6
JL
58112011-12-22 Juri Linkov <juri@jurta.org>
5812
5813 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
5814
d031f2c7
CY
58152011-12-22 Chong Yidong <cyd@gnu.org>
5816
5817 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
5818
bace743a
DA
58192011-12-21 Drew Adams <drew.adams@oracle.com>
5820
5821 * files.el (file-remote-p): Fix docstring. (Bug#10319)
5822
728a1f2b
JC
58232011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
5824
5825 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
5826
0d373f73
TZ
58272011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
5828
fec0aaa4
TZ
5829 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
5830 highlighting and support. Fix up comments for capitalization.
5831 (cfengine-mode-debug): New var.
5832 (cfengine3-mode): Change the modeline indicator to "CFE3".
5833 (cfengine3-font-lock-keywords): Improve defun highlighting.
5834 (cfengine2-actions): Rename from `cfengine-actions'.
5835 (cfengine2-font-lock-keywords): Rename from
5836 `cfengine-font-lock-keywords'.
5837 (cfengine2-imenu-expression): Rename from
5838 `cfengine-imenu-expression'.
5839 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
5840 (cfengine2-beginning-of-defun): Rename from
5841 `cfengine-beginning-of-defun'.
5842 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
5843 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
5844 (cfengine2-mode): Rename from `cfengine-mode'. Change the
5845 modeline indicator to "CFE2".
5846 (cfengine-mode): Defalias to `cfengine-auto-mode'.
5847 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 5848
bc86f573
CY
58492011-12-21 Chong Yidong <cyd@gnu.org>
5850
5851 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
5852 filename argument.
5853
d45ba96b
MR
58542011-12-20 Martin Rudalics <rudalics@gmx.at>
5855
5856 * window.el (window-normalize-buffer-to-display): Remove.
5857 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
5858
a6198c90
CY
58592011-12-19 Chong Yidong <cyd@gnu.org>
5860
5861 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
5862 Don't signal an error in a predicate function; return non-nil.
5863 (vc-dir-mark-file): Move the error here.
5864 (vc-dir-mark-unmark): If acting on the region, keep going if one
5865 of the entries cannot be marked/unmarked.
5866 (vc-dir-mark-all-files): If current entry is a directory, mark
5867 only child files, as documented.
5868
34c5fb55
VB
58692011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
5870
5871 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
5872 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
5873 addition.
5874
c803b2b7
JD
58752011-12-18 Jan Djärv <jan.h.d@swipnet.se>
5876
5877 * term/ns-win.el (ns-get-selection-internal)
5878 (ns-store-selection-internal): Declare.
1154d12e
JB
5879 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
5880 Declare as obsolete.
5881 (ns-get-pasteboard, ns-paste-secondary):
5882 Use ns-get-selection-internal.
5883 (ns-set-pasteboard, ns-copy-including-secondary):
5884 Use ns-store-selection-internal.
c803b2b7 5885
9cff91f8 58862011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
5887
5888 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 5889 (vc-deduce-fileset): Doc fix.
99a289d9 5890
f16c898a
AS
58912011-12-16 Andreas Schwab <schwab@linux-m68k.org>
5892
5893 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
5894
763237c4
SS
58952011-12-13 Sam Steingold <sds@gnu.org>
5896
5897 * man.el (Man-getpage-in-background): When running under a
5898 window-system, ignore $MANWIDTH and $COLUMNS.
5899
5fc1c122
KH
59002011-12-15 Kenichi Handa <handa@m17n.org>
5901
5902 * language/ethio-util.el: Change coding tag to utf-8-emacs.
5903 (setup-ethiopic-environment-internal): Comment out key-binding for
5904 ethio-toggle-punctuation.
5905
13d49cbb
AM
59062011-12-13 Alan Mackenzie <acm@muc.de>
5907
898169a2
AM
5908 Add the switch statement to AWK Mode.
5909
7a71b18d 5910 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
5911 "default" to the keywords regexp.
5912
7a71b18d 5913 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 5914 expression as the rest.
1d00653d
SM
5915 (c-nonlabel-token-key): Allow string literals for AWK.
5916 Refactor for the other modes.
898169a2 5917
13d49cbb 5918 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 5919 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
5920 routines. Limit backward searching in c-font-lock-enclosing.decl.
5921
5922 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
5923 pp-state and literal type in addition to the limits.
1d00653d 5924 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 5925 (c-state-literal-at): Use the above new defun.
1d00653d
SM
5926 (c-slow-in-literal, c-fast-in-literal): Remove.
5927 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
5928
5929 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
5930 being in a literal. Add a limit for backward searching.
5931
5932 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
5933 c-slow-in-literal.
5934
15e0efc7
SM
59352011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5936
5937 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
5938
454592a6
MR
59392011-12-13 Martin Rudalics <rudalics@gmx.at>
5940
5941 * window.el (delete-other-windows): Use correct frame in call to
5942 window-with-parameter.
5943
87393f26
DP
59442011-12-12 Daniel Pfeiffer <occitan@t-online.de>
5945
5946 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
5947 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
5948 (makefile-gmake-statements, makefile-makepp-statements):
5949 Use it and add new makepp keywords.
5950 (makefile-makepp-font-lock-keywords): Add new patterns.
5951 (makefile-match-function-end): Match new [...] and [[...]].
5952
11636b22
JB
59532011-12-11 Juanma Barranquero <lekktu@gmail.com>
5954
5955 * ses.el (ses-call-printer-return, ses-cell-property-get)
5956 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
5957 (ses-create-cell-variable, ses-reset-header-string)
5958 (ses-cell-set-formula, ses-repair-cell-reference-all)
5959 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
5960 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
5961 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
5962 (ses-aset-with-undo, ses-load, ses-truncate-cell)
5963 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
5964 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
5965 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
5966 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
5967 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
5968 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
5969 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
5970 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
5971
cf018193
VB
59722011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
5973
5974 * ses.el: The overall change is to add cell renaming, that is
5975 setting fancy names for cell symbols other than name matching
5976 "\\`[A-Z]+[0-9]+\\'" regexp .
5977 (ses-create-cell-variable): New defun.
5978 (ses-relocate-formula): Relocate formulas only for cells the
5979 symbols of which are not renamed, i.e. symbols whose names do not
5980 match regexp "\\`[A-Z]+[0-9]+\\'".
5981 (ses-relocate-all): Relocate values only for cells the symbols of
5982 which are not renamed.
5983 (ses-load): Create cells variables as the (ses-cell ...) are read,
5984 in order to check row col consistency with cell symbol name only
5985 for cells that are not renamed.
5986 (ses-replace-name-in-formula): New defun.
5987 (ses-rename-cell): New defun.
5988
ee957461
CY
59892011-12-11 Chong Yidong <cyd@gnu.org>
5990
5991 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
5992 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
5993
9a9e9ef0
MR
59942011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
5995
5996 * window.el (other-window): Fix docstring.
5997
92a8eba5
EZ
59982011-12-10 Eli Zaretskii <eliz@gnu.org>
5999
6000 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
6001 `from' or `to' address before taking its substring.
6002 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
6003 encoded name is chopped in the middle of the encoded string, and
6004 thus displayed encoded.
6005
e152e577
JB
60062011-12-10 Juanma Barranquero <lekktu@gmail.com>
6007
6008 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
6009
e5d84bfe
EZ
60102011-12-10 Eli Zaretskii <eliz@gnu.org>
6011
6012 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
6013 to use texinfo-update-node and commands that call it if the
6014 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 6015 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
6016 (texinfo-all-menus-update, texinfo-master-menu)
6017 (texinfo-update-node, texinfo-every-node-update)
6018 (texinfo-multiple-files-update): Doc fix. Warn against updating
6019 all the @node lines.
6020 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
6021 argument is numeric. Explain better in the doc string what the
6022 function really does.
6023 (texinfo-insert-master-menu-list): Improve the error message
6024 displayed if there's no menu in the Top node.
6025 (Bug#2975) See also this thread:
e5d84bfe
EZ
6026 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
6027
1d84e9bb
MG
60282011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
6029
6030 * speedbar.el (speedbar-supported-extension-expressions):
6031 Add .adb and .ads, commonly used for Ada source code (bug#10256).
6032
382c953b
JB
60332011-12-09 Juanma Barranquero <lekktu@gmail.com>
6034
6035 * printing.el (pr-mode-alist):
6036 * simple.el (filter-buffer-substring-functions)
6037 (completion-list-insert-choice-function):
6038 * window.el (window-with-parameter, window-atom-root)
6039 (window-sides-slots, window-size-fixed, window-min-delta)
6040 (window-max-delta, window--resize-mini-window)
6041 (window--resize-child-windows-normal, window-tree)
6042 (delete-other-windows, quit-window, split-window)
6043 (display-buffer-record-window, special-display-buffer-names)
6044 (special-display-regexps, special-display-popup-frame)
6045 (same-window-p, split-window-sensibly)
6046 (display-buffer-overriding-action, display-buffer-alist)
6047 (display-buffer-base-action, display-buffer, switch-to-buffer)
6048 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
6049 (fit-window-to-buffer, recenter-positions)
6050 (mouse-autoselect-window-state, mouse-autoselect-window-select):
6051 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
6052 and remove unneeded backslashes in docstrings.
6053
39c9faef
SM
60542011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6055
98449af8
SM
6056 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
6057
39c9faef
SM
6058 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
6059 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
6060 end in ".mk".
6061 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
6062 when reading the makefile (bug#10116).
6063
86ed9fdc
SM
60642011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6065
6066 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
6067 (bug#10116).
6068
5580f89d
GM
60692011-12-06 Glenn Morris <rgm@gnu.org>
6070
6071 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
6072
28d3917c
CY
60732011-12-06 Chong Yidong <cyd@gnu.org>
6074
6075 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
6076
a98edce9
JB
60772011-12-06 Juanma Barranquero <lekktu@gmail.com>
6078
6079 * textmodes/table.el (table-shorten-cell): Fix typo.
6080
e65adfac
CG
60812011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
6082
6083 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
6084
71cc0b74
EZ
60852011-12-05 Eli Zaretskii <eliz@gnu.org>
6086
6087 * descr-text.el (describe-char): Fix display of strong
6088 right-to-left characters and directional embeddings and overrides.
6089
6090 * simple.el (what-cursor-position): Fix display of codepoints of
6091 strong right-to-left characters.
6092
315bc30d
CY
60932011-12-05 Chong Yidong <cyd@gnu.org>
6094
6095 * faces.el (read-color): Doc fix.
6096
58a70b94
GM
60972011-12-05 Glenn Morris <rgm@gnu.org>
6098
6099 * align.el (align--set-marker): Add doc-string.
6100 Don't try to move something that is not a marker. (Bug#10216)
6101
5158face
GM
61022011-12-04 Glenn Morris <rgm@gnu.org>
6103
6104 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
6105 overly zealous deletion of trailing whitespace.
6106
520fca41
JB
61072011-12-04 Juanma Barranquero <lekktu@gmail.com>
6108
6109 * server.el (server-delete-client): On Windows, do not try to delete
6110 the only terminal.
6111 (server-process-filter): On Windows, treat requests for a tty frame as
6112 if they were for a GUI frame if the running server is in GUI mode.
6113
5e605a2e
GM
61142011-12-03 Glenn Morris <rgm@gnu.org>
6115
6116 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
6117
5c3fe83f
SM
61182011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6119
6f5e57e7
SM
6120 * electric.el: Streamline electric-indent's hook.
6121 (electric-indent-chars): Revert to simple list.
6122 (electric-indent-functions): New var.
6123 (electric-indent-post-self-insert-function): Use it.
6124
5c3fe83f
SM
6125 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
6126 there's no inferior buffer (bug#10196).
6127 (prolog-consult-compile): Don't use toggle-read-only.
6128
6bdac736
MA
61292011-12-02 Michael Albinus <michael.albinus@gmx.de>
6130
6131 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
6132 interrupt. (Bug#10187)
6133
6131ba7f
SM
61342011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6135
99c79fee
SM
6136 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
6137 (bug#9160).
6138
6131ba7f
SM
6139 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
6140 (bug#10191).
6141
cb0a02ea
JL
61422011-12-02 Juri Linkov <juri@jurta.org>
6143
6144 * info.el (Info-search): Display "end of manual" when Isearch
6145 reaches the end of single-file Info manual. (Bug#9918)
6146
66e0570c
EZ
61472011-12-02 Eli Zaretskii <eliz@gnu.org>
6148
6149 * isearch.el (isearch-message-prefix): Run the input method part
6150 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
6151
02b16839
JL
61522011-12-02 Juri Linkov <juri@jurta.org>
6153
6154 * isearch.el (isearch-occur): Use `word-search-regexp' for
6155 `isearch-word'.
6156 (isearch-search-and-update): Add condition for `isearch-word' and
6157 call `word-search-regexp'. (Bug#10145)
6158
0b950688
GM
61592011-12-01 Glenn Morris <rgm@gnu.org>
6160
6161 * eshell/em-hist.el (eshell-hist-initialize):
6162 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 6163 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 6164
9505c3c7
SM
61652011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6166
6167 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
6168
1bbe96b2 61692011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 6170
a1beca85
SM
6171 * progmodes/verilog-mode.el (verilog-pretty-expr):
6172 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
6173 verilog, such as += *= and the like.
6174 (verilog-assignment-operator-re): Regular expression to find the
6175 assigment operator in a verilog assignment.
6176 (verilog-assignment-operation-re): Regular expression to find an
6177 assignment statement for pretty-expr.
6178 (verilog-in-attribute-p): Query returns true if point is in an
6179 attribute context; used to skip these for expression line up from
6180 pretty-expr.
6181 (verilog-in-parameter-p): Query returns true if point is in an
6182 parameter definition context; used to skip these for expression
6183 line up from pretty-expr.
6184 (verilog-in-parenthesis-p): Query returns true if point is in a
6185 parenthetical expression, specifically ( ) but not [ ] or { };
6186 used by pretty-expr.
6187 (verilog-just-one-space): If there is no space, don't add one.
6188 (verilog-get-lineup-indent-2): Specifically skip just attribute
6189 contexts for expression lineup, rather than skipping all
6190 parenthetical expressions.
6191 (verilog-calculate-indent): Fix comment, and fix indent.
6192 (verilog-do-indent): Indent declarations in lists (suggested by
6193 Joachim Lechner).
6194 (verilog-mode-abbrev-table): Populate abbrev mode with the various
6195 skeleton items.
6196 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
6197 by Alain Mellan).
6198
1bbe96b2 61992011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
6200
6201 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
6202 parameters with embedded comments. Reported by Ray Stevens.
6203 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
6204 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
6205 Reported by Tim Holt.
6206 (verilog-auto): Fix AUTOing a upper module then AUTOing module
6207 instantiated by upper module causing wrong expansion until AUTOed a
6208 second time. Reported by K C Buckenmaier.
6209 (verilog-diff-auto): Fix showing .* as a difference when
6210 `verilog-auto-star-save' off. Reported by Dan Dever.
6211 (verilog-auto-reset, verilog-read-always-signals)
6212 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
6213 temporary signals in reset list if
6214 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
6215 style to each signal's assignment type, bug381.
6216 Reported by Thomas Esposito.
6288f0ca
WS
6217 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
6218 (verilog-uvm-statement-re): Support UVM indentation and
6219 highlighting, with old OVM keywords only.
a1beca85 6220 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
6221 Support AUTOTIEOFF creating non-wire data types.
6222 Suggested by Jonathan Greenlaw.
6288f0ca
WS
6223 (verilog-auto-insert-lisp, verilog-delete-to-paren)
6224 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
6225 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
6226 (verilog-read-sub-decls, verilog-read-sub-decls-line):
6227 Fix mismatching parenthesis inside commented out code when deleting
382c953b 6228 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
6229 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
6230 non-numeric vector width. Reported by Alex Reed.
6231 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 6232 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
6233 (verilog-auto-delete-trailing-whitespace):
6234 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
6235 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
6236 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
6237 Fix verilog-scan-cache corruption when running user AUTO expansion
6238 hooks that call indentation routines.
6239 (verilog-simplify-range-expression): Fix typo ignoring lower case
6240 identifiers.
6241 (verilog-delete-auto): Fix delete-autos to also remove user created
6242 automatics, as long as they start with AUTO.
6243 (verilog-batch-diff-auto, verilog-diff-auto)
6244 (verilog-diff-function): Add `verilog-diff-auto' and bind to
6245 "C-c?" to report differences in AUTO expansion, ignoring spaces.
6246 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
6247 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
6248 (verilog-re-search-forward-quick, verilog-syntax-ppss):
6249 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
6250 is disabled and its cache will get corrupt, causing AUTOS not to
6251 expand. Instead use only -quick functions.
6252 (verilog-scan-region): Fix scanning over escaped quotes.
6253 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
6254 (verilog-re-search-backward-quick)
6255 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
6256 related functions now ignore strings, to fix misparsing of strings
6257 with magic comments embedded in them.
a1beca85
SM
6258 (verilog-read-auto-template):
6259 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
6260 Reported by Brad Dobbie.
6261 (verilog-read-auto-template):
6262 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 6263 Reported by Brad Dobbie.
6288f0ca
WS
6264 (verilog-auto-inst, verilog-auto-inst-param)
6265 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
6266 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
6267 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
6268 debugging templates without merge conflicts, bug357.
6269 Reported by Brad Dobbie.
6270 (verilog-read-auto-template):
6271 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
6272 Reported by Brad Dobbie.
6273 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
6274 abbrevs so user won't be asked to save.
6275 (verilog-read-auto-lisp-present): Fix to start at beginning of
6276 buffer in case called outside of verilog-auto.
6277 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
6278 to "X-2". Reported by Matthew Myers.
6279 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
6280 all inputs from module templates. Reported by Leith Johnson.
6281 (verilog-module-inside-filename-p): Fix locating programs as with
6282 modules.
6283 (verilog-auto-inst-port): Fix vl-width expressions when using
6284 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
6285 (verilog-decls-get-regs, verilog-decls-get-signals,
6286 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
6287 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
6288 verilog-read-decls): Combine reg and wire structures into one var
6289 structure to represent SystemVerilog concepts.
6290 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
6291 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
6292 (verilog-auto-wire-type, verilog-insert-definition):
6293 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
6294 SystemVerilog "logic" keyword instead of "wire"/"reg".
6295 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
6296 to declares outputs that also have assignments (presumably in an
a1beca85
SM
6297 ifdef or generate if so there's not a driver conflict).
6298 Reported by Matthew Myers.
6299 (verilog-auto-declare-nettype, verilog-insert-definition):
6300 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
6301 `default_nettype none. Reported by Julian Gorfajn.
6302 (verilog-read-always-signals-recurse, verilog-read-decls)
6303 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
6304 malformed end statement, bug325. Reported by Joshua Wise and
6305 Andrew Drake.
6306 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
6307 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
6308 when expanding .* in interfaces, bug320.
6309 Reported by Pierre-David Pfister.
6288f0ca 6310 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
6311 name and open parenthesis, bug317.
6312 Reported by Pierre-David Pfister.
6288f0ca
WS
6313 (verilog-simplify-range-expression): Fix simplification of
6314 multiplications inside AUTOWIRE connections, bug303.
6315 (verilog-auto-inst-port): Support parameter expansion in
6316 multidimensional arrays.
6317 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
6318 after "assert property". Reported by Julian Gorfajn.
6319 (verilog-simplify-range-expression): Fix "couldn't merge" errors
6320 with multiplication, bug303.
6321 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
6322 Reported by Jan Frode Lonnum.
6323
1bbe96b2
GM
63242011-11-30 Juanma Barranquero <lekktu@gmail.com>
6325
6326 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
6327 (hfy-shell-file-name, hfy-shell):
6328 * international/fontset.el (x-decompose-font-name): Fix typos.
6329
63302011-11-29 Ken Brown <kbrown@cornell.edu>
6331
6332 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
6333 (gdb-version): Remove defvar.
6334 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
6335 (gdb-gud-context-command, gdb-non-stop-handler)
6336 (gdb-current-context-command, gdb-stopped): Use it.
6337 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
6338 (gdb-non-stop-handler): Don't enable pretty-printing here.
6339 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
6340 non-stop mode. Use the following.
6341 (gdb-check-target-async): New defun.
6342 (gud-watch, gdb-stopped): Fix whitespace.
6343 (gdb-get-source-file): Don't try to display the source file if
6344 `gdb-main-file' is nil.
6345
63462011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6347
6348 * align.el: Try to generate fewer markers (bug#10047).
6349 (align--set-marker): New macro.
6350 (align-region): Use it.
6351
c935221f
SM
63522011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6353
6354 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
6355
e70b5064
CY
63562011-11-29 Chong Yidong <cyd@gnu.org>
6357
6358 * indent.el (indent-for-tab-command, indent-according-to-mode):
6359 Doc fix.
6360 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
6361
f3af92b7
MA
63622011-11-29 Michael Albinus <michael.albinus@gmx.de>
6363
6364 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
6365 aware of remote file names. (Bug#10124)
6366
ed472be9
CY
63672011-11-29 Chong Yidong <cyd@gnu.org>
6368
6369 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
6370
24510c22
SM
63712011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6372
6373 * files.el (find-file): Don't use force-same-window (bug#10144).
6374 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
6375 use pop-to-buffer if the selected window can't be used.
6376 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
6377
c60c3703
EZ
63782011-11-28 Eli Zaretskii <eliz@gnu.org>
6379
6380 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
6381 special-mode-map.
6382
e95def75
CY
63832011-11-28 Chong Yidong <cyd@gnu.org>
6384
6385 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
6386
c3f1c606
NR
63872011-11-27 Nick Roberts <nickrob@snap.net.nz>
6388
6389 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
6390 gdb-get-source-file-list on gdb-create-source-file-list.
6391
00db469c
EZ
63922011-11-26 Eli Zaretskii <eliz@gnu.org>
6393
6394 * whitespace.el (whitespace-newline): Use a different foreground
6395 color for 16-color light-background displays.
6396
4ad3bc2a
CY
63972011-11-24 Chong Yidong <cyd@gnu.org>
6398
6399 * window.el (display-buffer--special-action): Doc fix.
6400
e9fce1ac
JB
64012011-11-25 Juanma Barranquero <lekktu@gmail.com>
6402
6403 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
6404 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
6405 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
6406 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
6407 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
6408 (avl-tree-stack-first):
6409 * emacs-lisp/cconv.el (cconv--analyse-use):
6410 * net/gnutls.el (gnutls-negotiate): Fix typos.
6411
cb825e5d
GM
64122011-11-24 Glenn Morris <rgm@gnu.org>
6413
3adbe224
GM
6414 * lpr.el (lpr-windows-system, lpr-lp-system):
6415 * mail/binhex.el (binhex-begin-line):
6416 * progmodes/grep.el (grep-history, grep-find-history):
6417 * textmodes/flyspell.el:
6418 * vc/pcvs-defs.el (cvs-global-menu):
6419 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
6420 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
6421 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
6422
321decc8
GM
6423 * net/tls.el: Fix case of "GnuTLS".
6424
420b63ad
GM
6425 * paths.el (rmail-file-name): Format doc-string for make-docfile.
6426
cb825e5d
GM
6427 * version.el (emacs-build-system): Give it a doc-string.
6428
a0649f08
JL
64292011-11-24 Juri Linkov <juri@jurta.org>
6430
6431 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
6432
c0bc0fd4
GM
64332011-11-24 Glenn Morris <rgm@gnu.org>
6434
6435 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
6436 if called on a non-mime message just toggle the headers. (Bug#8006)
6437
20db1522
JB
64382011-11-24 Juanma Barranquero <lekktu@gmail.com>
6439
6440 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
6441 (allout-lead-with-comment-string, allout-structure-deleted-hook)
6442 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
6443 (allout-rebullet-heading, allout-open-sibtopic)
6444 (allout-toggle-current-subtree-encryption)
6445 (allout-toggle-subtree-encryption, allout-encrypt-string)
6446 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
6447 (allout-distinctive-bullets-string, allout-auto-activation):
6448 * window.el (window-normalize-buffer-to-display):
6449 * progmodes/verilog-mode.el (verilog-batch-indent):
6450 * textmodes/bibtex.el (bibtex-field-braces-opt)
6451 (bibtex-field-strings-opt):
6452 * vc/cvs-status.el (cvs-tree-merge):
6453 Fix typos.
6454
7262a87c
MA
64552011-11-23 Michael Albinus <michael.albinus@gmx.de>
6456
6457 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
6458 `non-essential' to t, in order to avoid remote connections.
6459
283430a1
EZ
64602011-11-23 Eli Zaretskii <eliz@gnu.org>
6461
a1beca85
SM
6462 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6463 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
6464 case-insensitively.
6465
d2992a38
ML
64662011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6467
6468 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
6469
50419064
GM
64702011-11-23 Glenn Morris <rgm@gnu.org>
6471
da94eca1
GM
6472 * paths.el (rmail-file-name): Reformat the doc-string so that it
6473 is picked up.
6474
9aac4de2
GM
6475 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
6476 (rmail-auto-file): Ignore case in the "special" field names,
6477 as mail-fetch-field does for all others.
6478
8038d2d2
GM
6479 * mail/rmail.el (rmail-forward):
6480 * mail/rmailkwd.el (rmail-set-label):
6481 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
6482 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
6483
f3fe222a
GM
6484 * mail/rmail.el (rmail-current-message): Doc fix.
6485
50419064
GM
6486 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
6487
28109f49
SM
64882011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 * server.el (server-eval-and-print): Allow C-g (bug#6585).
6491
394c65f1
GM
64922011-11-22 Glenn Morris <rgm@gnu.org>
6493
6494 * mail/rmailmm.el (test-rmail-mime-handler)
6495 (test-rmail-mime-bulk-handler)
6496 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
6497
f2a0aa3a
JL
64982011-11-21 Juri Linkov <juri@jurta.org>
6499
1154d12e
JB
6500 * calc/calc.el (calc-read-key-sequence):
6501 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 6502
9c34a344
LMI
65032011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6504
6505 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
6506 Tell the caller that the next line needs recomputation, even
6507 though it doesn't start a sexp (bug#10094).
6508
f04a3be9
SM
65092011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6510
6511 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
6512
7978747f
SM
65132011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6514
f04a3be9
SM
6515 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
6516 Use force-same-window.
7978747f 6517
fe7a3057
JB
65182011-11-20 Juanma Barranquero <lekktu@gmail.com>
6519
6520 * descr-text.el (describe-char-unicode-data):
6521 * json.el (json-string-escape):
6522 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
6523 (Footnote-unicode, Footnote-style-p):
6524 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
6525
24901d61
CY
65262011-11-20 Chong Yidong <cyd@gnu.org>
6527
6528 * window.el (replace-buffer-in-windows): Restore interactive spec.
6529
bac7ff22
SM
65302011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6531
24f3d7b9
SM
6532 * electric.el (electric-indent-mode): Fix last change (too optimistic).
6533
bac7ff22
SM
6534 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
6535 (byte-compile-global-not-obsolete-vars): New var.
6536 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
6537 Use it.
6538 (byte-compile-warn-obsolete): Align text with the one in *Help*.
6539
cd1181db
JB
65402011-11-20 Juanma Barranquero <lekktu@gmail.com>
6541
6542 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
6543 * progmodes/pascal.el (electric-pascal-equal):
6544 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
6545 * xml.el (xml-substitute-special): Fix typos.
6546
7fb18e9e
GM
65472011-11-20 Glenn Morris <rgm@gnu.org>
6548
6549 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
6550 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
6551 Doc fixes.
6552 (rmail-decode-mime-charset): Mark as obsolete.
6553
6554 * mail/rmailsum.el (rmail-message-regexp-p-1):
6555 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
6556 Before using mime functions, check they are set. (Bug#10077)
6557
d5a6b3ba
JL
65582011-11-19 Juri Linkov <juri@jurta.org>
6559
6560 * info.el (Info-finder-find-node): Use `package--builtins' instead
6561 of `package-alist'. Use node names formed by the pattern "Keyword "
6562 and the keyword name.
6563
e981b61f
AS
65642011-11-19 Andreas Schwab <schwab@linux-m68k.org>
6565
1d00653d 6566 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 6567
3ffbc301
JL
65682011-11-19 Juri Linkov <juri@jurta.org>
6569
6570 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
6571 that calls `revert-buffer' on all Info buffers. (Bug#9915)
6572 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
6573 `old-history', `old-history-forward'. Add let-binding
6574 `window-selected'. Remove calls to `kill-buffer',
6575 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
6576 before calling `Info-find-node', so `Info-find-node-2' will reread
6577 the Info file. Restore window positions only when `window-selected'
6578 is non-nil.
6579
30c62133
JL
65802011-11-19 Juri Linkov <juri@jurta.org>
6581
6582 * isearch.el (isearch-lazy-highlight-new-loop):
6583 Remove condition `(not isearch-error)'. (Bug#9918)
6584
6585 * misearch.el (multi-isearch-search-fun): Add condition
6586 `(not bound)' to ignore lazy-highlighting search.
6587 Add the search-failed message "end of multi" when the end of
6588 multi-sequence is reached. Uncapitalize the search-failed
6589 message "Repeat for next buffer".
6590
6591 * info.el (Info-search): Add the search-failed message
6592 "end of the manual" when the end of the manual is reached
6593 in Isearch mode.
6594
645ca9cf
JL
65952011-11-19 Juri Linkov <juri@jurta.org>
6596
6597 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
6598 Use non-destructive `remove' instead of `delete' because
6599 `Info-history-list' stored to `Info-isearch-initial-history-list' in
6600 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
6601
df754f66
JL
66022011-11-19 Juri Linkov <juri@jurta.org>
6603
6604 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
6605 to nil instead of binding `search-ring' and `regexp-search-ring'.
6606 (Bug#9185)
6607
0e23d96a
EZ
66082011-11-19 Eli Zaretskii <eliz@gnu.org>
6609
6610 * simple.el (line-move): Force movement by logical lines for any
6611 hscrolled window, not only when auto-hscroll-mode is on.
6612 (line-move-visual): Update doc string to that effect. (Bug#10076)
6613
8a6ccb66
AS
66142011-11-19 Andreas Schwab <schwab@linux-m68k.org>
6615
6616 * language/european.el (macintosh): Define as alias for mac-roman.
6617
49ae5b39
EZ
66182011-11-19 Eli Zaretskii <eliz@gnu.org>
6619
6620 * mail/rmailmm.el (rmail-mime-display-header)
6621 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
6622 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
6623 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
6624 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
6625 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
6626 of a raw aref.
6627 (rmail-mime-entity-segment): To get past the tagline, move forward
6628 2 more lines, to account for the 2 empty lines that precede and
6629 follow the line with the buttons.
6630 (rmail-mime-update-tagline): Move one more line, to get past the
6631 empty line that follows the buttons in the tagline. (Bug#9520)
6632
c56cad4a
MR
66332011-11-19 Martin Rudalics <rudalics@gmx.at>
6634
6635 * window.el (window-max-delta-1, window-min-delta-1)
6636 (window-min-size-1, window-state-get-1, window-state-put-1)
6637 (window-state-put-2): Use "window--" prefix.
6638
cbe71af3
SM
66392011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
6640
2ad52c60
SM
6641 * emacs-lisp/smie.el: Improve warnings and conflict detection.
6642 (smie-warning-count): New var.
6643 (smie-set-prec2tab): Use it.
6644 (smie-bnf->prec2): Improve warnings. Add docstring.
6645 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
6646 (smie-bnf--set-class): New function.
6647 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
6648 corner case.
6649
6944dbc1
SM
6650 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
6651 (compilation-error-properties, compilation-move-to-column):
6652 Handle compilation-first-column while in the target buffer.
6653
c400c4d7
SM
6654 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
6655 Don't hardcode point-min==1.
6656
6dbe3e96
SM
6657 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
6658 (eshell-rewrite-for-command): Remove workaround.
6659 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
6660 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
6661 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
6662
cbe71af3
SM
6663 * files-x.el (modify-file-local-variable): Obey commenting conventions.
6664
a8e1496d
GM
66652011-11-17 Glenn Morris <rgm@gnu.org>
6666
6667 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6668 Ignore buffer-local generated-autoload-file if it is the same
6669 as the global value. (Bug#10049)
6670
df85d315
JB
66712011-11-17 Juanma Barranquero <lekktu@gmail.com>
6672
6673 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
6674 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
6675 (reftex-toc-previous-heading, reftex-toc-max-level)
6676 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
6677 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
6678 (reftex-toc-do-promote, reftex-toc-promote-prepare)
6679 (reftex-toc-promote-action, reftex-toc-extract-section-number)
6680 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
6681 (reftex-toc-rename-label, reftex-toc-visit-location)
6682 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
6683 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
6684 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
6685 leaving "*toc*" only for references to the buffer.
6686
a0c2d0ae
MR
66872011-11-17 Martin Rudalics <rudalics@gmx.at>
6688
6689 * window.el (window-resize, delete-window, split-window):
6690 Replace window-splits by window-combination-resize.
1d00653d 6691 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 6692
35c0bac8
GM
66932011-11-17 Glenn Morris <rgm@gnu.org>
6694
6695 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6696 Make bash entry derive from sh entry, not shell entry.
6697
d0c8fc8a
MA
66982011-11-16 Michael Albinus <michael.albinus@gmx.de>
6699
7262a87c
MA
6700 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
6701 local file name.
6702
7877f373
JB
67032011-11-16 Juanma Barranquero <lekktu@gmail.com>
6704
6705 * menu-bar.el (menu-bar-file-menu):
6706 * printing.el (pr-ps-utility):
6707 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
6708 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
6709 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
6710 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
6711 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
6712 (icalendar--convert-cyclic-to-ical)
6713 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
6714 (icalendar--convert-ical-to-diary)
6715 (icalendar--convert-recurring-to-diary)
6716 (icalendar--convert-non-recurring-all-day-to-diary)
6717 (icalendar-import-format-sample):
6718 * progmodes/idlw-shell.el (idlwave-shell-mode):
6719 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
6720 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
6721 (vhdl-ps-print-init): Fix typos.
6722
10649b82
KM
67232011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
6724
9d0cfcd6
GM
6725 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
6726 FSF and collapse date sequence, obscure author/maintainer email address
6727 better, remove extra version line, track relocation of author's webpage.
10649b82 6728
9d0cfcd6
GM
6729 * progmodes/python.el (python-pdbtrack-input-prompt)
6730 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
6731 regular python pdb prompts. Adjustments shamelessly taken exactly as
6732 suggested in EmacsWiki page (tiny change):
6733 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 6734
58179cce
JB
67352011-11-16 Juanma Barranquero <lekktu@gmail.com>
6736
6737 * expand.el (expand-pos, expand-index, expand-point):
6738 Remove redundant info from docstring.
6739 (expand-add-abbrevs): Doc fix.
6740 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
6741 (expand-sample-perl-mode-expand-list): Fix typos.
6742
6743 * net/dbus.el (dbus-event-member-name):
6744 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
6745 * term/pc-win.el (msdos-create-frame-with-faces):
6746 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
6747
b6f67890
MR
67482011-11-16 Martin Rudalics <rudalics@gmx.at>
6749
6750 * window.el (split-window, window-state-get-1)
6751 (window-state-put-1, window-state-put-2): Rename occurrences of
6752 window-nest to window-combination-limit.
1d00653d 6753 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 6754
ce7ddba0
CY
67552011-11-16 Chong Yidong <cyd@gnu.org>
6756
6757 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
6758 regexp (Bug#10033).
6759
3ae704f4
SM
67602011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6761
6762 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
6763 `completing-read' will remove *Completions* and will preserve
6764 current-buffer for us.
6765 (tmm-add-prompt): Users of *Completions* will always (re)set its
6766 major mode.
6767 (tmm-old-comp-map): Remove.
6768
6ad1cdde
GM
67692011-11-16 Glenn Morris <rgm@gnu.org>
6770
6771 * mail/rmailedit.el: Require rmailmm when compiling.
6772 (rmail-old-mime-state): New declaration.
6773 (rmail-edit-current-message): If editing a mime message,
6774 edit the "raw" message from the mbox buffer.
6775 (rmail-cease-edit): Handle mime messages. (Bug#9840)
6776
d20faa20
GM
67772011-11-15 Glenn Morris <rgm@gnu.org>
6778
6779 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
6780 which wasn't being used. Add optional arg to force given state.
6781 (rmail-mime): Add optional arg to force given state.
6782
c7015153
JB
67832011-11-15 Juanma Barranquero <lekktu@gmail.com>
6784
6785 * allout.el (allout-encryption-plaintext-sanitization-regexps):
6786 * frame.el (display-mm-dimensions-alist):
6787 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
6788 (outline-move-subtree-down):
6789 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
6790 (newsticker--treeview-do-get-node):
6791 * net/quickurl.el (quickurl-list-buffer-name):
6792 * progmodes/dcl-mode.el (dcl-mode):
6793 * progmodes/gdb-mi.el (gdb-mapcar*):
6794 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
6795
45261b50
GM
67962011-11-15 Glenn Morris <rgm@gnu.org>
6797
6798 * mail/rmail.el (rmail-file-coding-system): It's only ever used
6799 in a boolean sense, so just make it a boolean, and fix the doc.
6800 (rmail-show-mime-function, rmail-mime-feature)
6801 (rmail-require-mime-maybe): Doc fixes.
6802 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
6803
6804 * mail/rmailmm.el (rmail-show-mime): Doc fix.
6805
0d26e0b6
JB
68062011-11-15 Juanma Barranquero <lekktu@gmail.com>
6807
6808 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
6809 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
6810 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
6811 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
6812
447f30f6
GM
68132011-11-15 Glenn Morris <rgm@gnu.org>
6814
672b871d
GM
6815 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
6816 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
6817 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
6818 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
6819 (rmail-mime, rmail-show-mime): Doc fixes.
6820
f6aa5bb1
GM
6821 * term/ns-win.el (mode-line-frame-identification):
6822 Leave it alone. (Bug#10051)
6823
947cd66b
GM
6824 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
6825
447f30f6
GM
6826 * mail/rmailout.el (rmail-output-to-rmail-buffer):
6827 Handle empty buffers. (Bug#9978)
6828
0b381c7e
JB
68292011-11-14 Juanma Barranquero <lekktu@gmail.com>
6830
6831 * international/mule.el (define-charset):
6832 * mail/rmailmm.el (rmail-mime-find-header-encoding):
6833 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
6834 * progmodes/verilog-mode.el (verilog-backward-token):
6835 * textmodes/ispell.el (lookup-words):
6836 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
6837
71e027ac
GM
68382011-11-14 Glenn Morris <rgm@gnu.org>
6839
56632ce4
GM
6840 * progmodes/executable.el
6841 (executable-make-buffer-file-executable-if-script-p):
6842 Handle file-modes returning nil.
6843
40500957
GM
6844 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
6845 message - not necessary, and causes problems. (Bug#9831)
6846
071c2340
GM
6847 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
6848
d3cfca60
GM
6849 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
6850
71e027ac
GM
6851 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
6852 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
6853 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
6854
89d61221
MR
68552011-11-12 Martin Rudalics <rudalics@gmx.at>
6856
6857 * window.el (window-resize, delete-window): Use window-splits
6858 variable instead of function.
6859 (window-state-get-1, window-state-put-2, window-state-put):
6860 Don't deal with windows' splits status.
6861
98282f6f
GM
68622011-11-12 Glenn Morris <rgm@gnu.org>
6863
6864 * apropos.el (apropos-do-all, apropos-library, apropos-value)
6865 (apropos-documentation): Doc fixes.
6866
40a8bdf6
JB
68672011-11-11 Juanma Barranquero <lekktu@gmail.com>
6868
6869 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
6870 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
6871
65bd19ff
SM
68722011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6873
6874 * electric.el (electric-indent-post-self-insert-function): Make it
6875 possible for a char to only indent in some circumstances.
6876 (electric-indent-mode): Simplify.
6877
54f9154c
MR
68782011-11-11 Martin Rudalics <rudalics@gmx.at>
6879
6880 * window.el (windows-with-parameter): Remove unused function.
6881 (windows-at-side): Rename to window-at-side-list.
6882 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
6883 (window-side-check, window-size-ignore, window-size-fixed-1)
6884 (window-in-direction-2): Prefix with "window--".
6885 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 6886
68cbc58b
GM
68872011-11-11 Glenn Morris <rgm@gnu.org>
6888
6889 * subr.el (eval-after-load): If FILE is already loaded,
6890 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
6891
b2621720
GM
68922011-11-10 Glenn Morris <rgm@gnu.org>
6893
9a4de110
GM
6894 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
6895 Call svn via vc-svn-command rather than vc-do-command.
6896 (vc-svn-command): Add --non-interactive. (Bug#9993)
6897 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
6898
b2621720
GM
6899 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6900 Add toggle-read-only. (Bug#7292)
6901 * files.el (toggle-read-only): Mention that it should only
6902 be used interactively. (Bug#10006)
6903
1dce7193
SM
69042011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6905
d9ac1a1e
SM
6906 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6907 Adjust regexp for OCaml warnings.
6908
0c325082
SM
6909 * electric.el (electric-pair-post-self-insert-function): Let user
6910 turn it off buffer-locally (bug#9932).
6911
90132c14
SM
6912 * progmodes/python.el (python-beginning-of-statement):
6913 Rewrite (bug#2703).
6914
1dce7193
SM
6915 * progmodes/compile.el: Better handle TABs (bug#9749).
6916 (compilation-internal-error-properties)
6917 (compilation-next-error-function): Obey the target buffer's
6918 compilation-error-screen-columns.
6919
c4e7c63a
JB
69202011-11-09 Juanma Barranquero <lekktu@gmail.com>
6921
6922 * progmodes/meta-mode.el: Remove obsolete comments.
6923 (meta-right-comment-regexp, meta-ignore-comment-regexp):
6924 Fix typos in docstrings.
6925
2cffd681
MR
69262011-11-09 Martin Rudalics <rudalics@gmx.at>
6927
6928 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 6929 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
6930 (window--resizable): New function. Make all callers of
6931 window-resizable call window--resizable instead.
6932 (window-resizable): Rewrite in terms of window--resizable.
6933
0edcba87
GM
69342011-11-08 Glenn Morris <rgm@gnu.org>
6935
6936 * progmodes/delphi.el (delphi-mode-syntax-table):
6937 Let define-derived-mode define a proper syntax table. (Bug#9994)
6938
4b0d61e3
SM
69392011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6940
6941 * window.el: Stay away from defsubst.
6942 (window-list-no-nils): Remove.
6943 (window-state-get-1, window-state-get): Use backquote instead.
6944
cd394be1 69452011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 6946
4b0d61e3 6947 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 6948 Fix incorrect use of default argument in `completing-read'.
6949
e1c2c6f2
MR
69502011-11-08 Martin Rudalics <rudalics@gmx.at>
6951
6952 * window.el (display-buffer-function, special-display-function):
6953 Mention display-buffer-record-window but do not mention
6954 help-setup parameter in doc-strings.
b3f4a882 6955 (window-min-delta): Fix doc-string typo.
e1c2c6f2 6956
105216ed
CY
69572011-11-08 Chong Yidong <cyd@gnu.org>
6958
6959 * window.el (window-total-height, window-total-width): Doc fix.
6960 (window-body-size): Move from C.
6961 (window-body-height, window-body-width): Move to C.
6962
0a9f9ab5
SM
69632011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6964
6965 * window.el: Make special-display like display-buffer-alist (bug#9532).
6966 (display-buffer--special-action): New function, morphed
6967 from display-buffer--special.
6968 (display-buffer): Use it to handle special-display-buffers at higher
6969 priority (just after display-buffer-alist).
6970 (display-buffer-fallback-action, display-buffer--other-frame-action)
6971 (pop-to-buffer-same-window): Remove display-buffer--special.
6972
a769dd15
GM
69732011-11-07 Glenn Morris <rgm@gnu.org>
6974
6975 * calendar/cal-menu.el (cal-menu-set-date-title):
6976 Do nothing if not in a calendar. (Bug#9976)
6977
05a61ee3
SM
69782011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6979
6980 * files.el (find-file): Always use selected-window.
6981
be7f5545
MR
69822011-11-07 Martin Rudalics <rudalics@gmx.at>
6983
6984 * window.el (window-combinations): Make WINDOW argument
6985 mandatory. Rewrite doc-string.
6986 (walk-window-subtree, window-atom-check, window-min-delta)
6987 (window-max-delta, window--resize-this-window)
6988 (window--resize-root-window-vertically, window-tree)
6989 (balance-windows, window-state-put): Rewrite doc-strings as to
6990 not mention the term "subwindow".
6991 (window--resize-subwindows-skip-p): Rename to
6992 window--resize-child-windows-skip-p.
6993 (window--resize-subwindows-normal): Rename to
6994 window--resize-child-windows-normal.
6995 (window--resize-subwindows): Rename to
6996 window--resize-child-windows.
6997 (window-or-subwindow-p): Rename to window--in-subtree-p.
6998
3c6702ef
ML
69992011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7000
7001 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7002 Ensure that mbox format messages end in two newlines (Bug#9974).
7003
49745b39
CY
70042011-11-06 Chong Yidong <cyd@gnu.org>
7005
7006 * window.el (window-combination-p): Function deleted; its
7007 side-effect is not used in any existing code.
7008 (window-combinations, window-combined-p): Call window-*-child
7009 directly.
7010
24300f5f
CY
70112011-11-05 Chong Yidong <cyd@gnu.org>
7012
7013 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
7014 (window-size-ignore, window-state-get): Callers changed.
7015 (window-normalize-window): Rename from window-normalize-any-window.
7016 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 7017 (window-normalize-live-window): Delete.
447f16b8
CY
7018 (window-combination-p, window-combined-p, window-combinations)
7019 (walk-window-subtree, window-atom-root, window-min-size)
7020 (window-sizable, window-sizable-p, window-size-fixed-p)
7021 (window-min-delta, window-max-delta, window-resizable)
7022 (window-resizable-p, window-full-height-p, window-full-width-p)
7023 (window-current-scroll-bars, window-point-1, set-window-point-1)
7024 (window-at-side-p, window-in-direction, window-resize)
7025 (adjust-window-trailing-edge, maximize-window, minimize-window)
7026 (window-deletable-p, delete-window, delete-other-windows)
7027 (record-window-buffer, unrecord-window-buffer)
7028 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
7029 (quit-window, split-window, window-state-put)
7030 (set-window-text-height, fit-window-to-buffer)
7031 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 7032
89bd5ee1
EZ
70332011-11-04 Eli Zaretskii <eliz@gnu.org>
7034
53479029
EZ
7035 * mail/rmail.el (rmail-simplified-subject): Decode subject with
7036 rfc2047-decode-string.
7037 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
7038 warnings.
7039
89bd5ee1
EZ
7040 * window.el (window-body-height, window-body-width): Mention in
7041 the doc string that the return values are in frame's canonical
7042 units. (Bug#9949)
7043
bd17fdee
AM
70442011-11-03 Alan Mackenzie <acm@muc.de>
7045
7046 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
7047 change in cc-engine.el.
7048
acc825c5
SM
70492011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7050
7051 * window.el (switch-to-buffer): Use `force-same-window' interactively.
7052
1885e5b8
MR
70532011-11-02 Martin Rudalics <rudalics@gmx.at>
7054
7055 * window.el (quit-window): Call unrecord-window-buffer after
7056 showing another buffer in the window. (Bug#9937)
acc825c5 7057 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 7058
ebe06da9
JB
70592011-11-02 Juanma Barranquero <lekktu@gmail.com>
7060
7061 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
7062 Accept status with more than 9 shelves. (Bug#9935)
7063 Reported by Colin D Bennett <colin@gibibit.com>.
7064
4ee88440
MR
70652011-11-01 Martin Rudalics <rudalics@gmx.at>
7066
7067 * help.el (with-help-window): Don't reference
7068 temp-buffer-show-specifiers in doc-string.
7069
08e1d82c
AS
70702011-10-31 Andreas Schwab <schwab@linux-m68k.org>
7071
7072 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
7073 menu-item.
7074
84bd6e9e
VJL
70752011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7076
7077 * whitespace.el: New version 13.2.2.
7078 (whitespace-newline-mode): Disable properly. Reported by Sarah
7079 <EmacsWiki>.
7080
dba0634a
UJ
70812011-10-30 Ulf Jasper <ulf.jasper@web.de>
7082
7083 * net/newst-treeview.el: Remove "Time-stamp".
7084 (newsticker--group-manage-orphan-feeds): Do not call
7085 newsticker--treeview-tree-update.
db22a3c2
JB
7086 (newsticker-treeview-update, newsticker-treeview):
7087 Call newsticker--treeview-tree-update if necessary.
dba0634a 7088
3d8daefe
MR
70892011-10-30 Martin Rudalics <rudalics@gmx.at>
7090
7091 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
7092 (window-iso-combinations): Remove "iso-" infix.
7093 Suggested by Chong Yidong.
3d8daefe
MR
7094 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
7095 (window-max-delta-1, window-resize, window--resize-siblings)
7096 (window--resize-this-window, adjust-window-trailing-edge)
7097 (split-window, balance-windows-1)
7098 (shrink-window-if-larger-than-buffer):
7099 * calendar/calendar.el (calendar-generate-window):
db22a3c2 7100 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 7101
1bc4c3ae
SM
71022011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7103
7104 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
7105 in place (bug#9907).
7106 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
7107 (eshell-rewrite-if-command, eshell-rewrite-for-command)
7108 (eshell-structure-basic-command, eshell-rewrite-while-command)
7109 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
7110 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
7111 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
7112 (eshell-do-pipelines-synchronously, eshell-eval-command):
7113 Use backquotes and prefer setq to set.
7114 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
7115 (eshell-macrop): Use functionp.
c1e2f5fa 7116 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 7117
30b65d9c
CY
71182011-10-30 Chong Yidong <cyd@gnu.org>
7119
7120 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
7121 instead of set-mark (Bug#9810).
7122
2d197ffb
CY
71232011-10-30 Chong Yidong <cyd@gnu.org>
7124
7125 * window.el (split-window-below, split-window-right): Rename from
7126 split-window-above-each-other and split-window-side-by-side
7127 respectively. All callers changed.
7128 (split-window-sensibly, split-window-sensibly): Use them.
7129 (split-window-keep-point): Doc fix.
7130
7131 * isearch.el: Add isearch-scroll property to split-window-below
7132 and split-window-right.
7133
7134 * follow.el (follow-mode):
7135 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7136 * progmodes/ada-xref.el (ada-gdb-application):
7137 * emulation/vip.el (vip-buffer-in-two-windows):
7138 * image-dired.el (image-dired-dired-with-window-configuration):
7139 * dired-x.el (dired-do-find-marked-files):
7140 * dired.el (dired-pop-to-buffer):
7141 * bs.el (bs--show-with-configuration):
7142 * vc/emerge.el (emerge-setup-windows):
7143 * textmodes/two-column.el (2C-two-columns):
7144 * textmodes/reftex-toc.el (reftex-toc):
7145 * progmodes/gdb-mi.el (gdb-setup-windows):
7146 * progmodes/fortran.el (fortran-window-create):
7147 * net/newst-treeview.el (newsticker--treeview-window-init):
7148 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
7149 * emulation/tpu-edt.el (tpu-gold-map):
7150 * emulation/crisp.el (crisp-mode-map):
7151 * calendar/calendar.el (calendar-basic-setup): Callers changed.
7152
38bb2ca8
CY
71532011-10-29 Chong Yidong <cyd@gnu.org>
7154
aa4de341
CY
7155 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
7156
e1eb5385
CY
7157 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
7158
5d2ece3c
CY
7159 * textmodes/flyspell.el (flyspell-word): Fix char offset for
7160 forged Ispell output (Bug#7904).
7161
38bb2ca8
CY
7162 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
7163
d0af9f77
SM
71642011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7165
7166 * doc-view.el: Avoid ugly errors about not finding nil.
7167 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
7168 (doc-view-dvipdf-program, doc-view-unoconv-program)
7169 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
7170 Avoid nil or absolute file name as default value.
7171 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
7172
52bedd34
AM
71732011-10-28 Alan Mackenzie <acm@muc.de>
7174
db22a3c2 7175 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 7176
7e43cfa5
AM
71772011-10-28 Alan Mackenzie <acm@muc.de>
7178
7179 Amend the handling of c-beginning/end-of-defun in nested declaration
7180 scopes.
7181
52bedd34
AM
7182 * progmodes/cc-vars.el (c-defun-tactic): Move here from
7183 cc-langs.el. Change it to a defcustom.
7e43cfa5 7184
52bedd34
AM
7185 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
7186 cc-vars.el.
7e43cfa5 7187
d0af9f77
SM
7188 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7189 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 7190
52bedd34 7191 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 7192 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
7193 (c-widen-to-enclosing-decl-scope): New function.
7194 (c-while-widening-to-decl-block): New macro.
7195 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
7196 outward for defun boundaries, and correspondingly change symbol
7197 `respect-enclosure' to `go-outward'.
7198 (c-declaration-limits): Change algorithm to report only the "innermost"
7199 defun's boundaries.
7200
1a2ce9ee
DD
72012011-10-28 Deniz Dogan <deniz@dogan.se>
7202
7203 * net/rcirc.el (rcirc-mode): Use hard newlines.
7204
bc97a826
AM
72052011-10-28 Alan Mackenzie <acm@muc.de>
7206
7207 Amend to indent and fontify macros "which include their own semicolon"
7208 correctly, using the "virtual semicolon" mechanism.
7209
52bedd34 7210 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 7211
d0af9f77 7212 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 7213 Recode to scan one line at a time rather than having \n and \r
58179cce 7214 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 7215 (c-forward-label): Amend for virtual semicolons.
58179cce 7216 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 7217
52bedd34
AM
7218 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
7219 of the new C macros.
bc97a826 7220
52bedd34 7221 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
7222 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
7223 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
7224 (c-opt-cpp-macro-define): Make into a full language variable.
7225 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
7226 AWK Mode (including \n, \r) removed, no longer needed.
7227
d0af9f77
SM
7228 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
7229 Invoke c-make-macro-with-semi-re.
bc97a826 7230
52bedd34
AM
7231 * progmodes/cc-vars.el (c-macro-with-semi-re):
7232 (c-macro-names-with-semicolon): New variables.
58179cce 7233 (c-make-macro-with-semi-re): New function.
bc97a826 7234
7a6c0941
SM
72352011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7236
7237 * vc/log-edit.el: Fill empty field rather than adding new one.
7238 (log-edit-add-field): New function.
7239 (log-edit-insert-changelog): Use it.
7240
b0c4cdcf
ML
72412011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7242
7243 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
7244
ee1f1da9
SM
72452011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7246
7247 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
7248 (gdb--check-interpreter): New function.
7249 (gdb): Use it.
7250
51bc5f8b
GM
72512011-10-27 Glenn Morris <rgm@gnu.org>
7252
416a2c45
GM
7253 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
7254 (least-positive-float, least-negative-float)
7255 (least-positive-normalized-float, least-negative-normalized-float)
7256 (float-epsilon, float-negative-epsilon):
7257 Remove unnecessary declarations.
7258
7259 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
7260 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
7261 (least-positive-float, least-negative-float)
7262 (least-positive-normalized-float, least-negative-normalized-float)
7263 (float-epsilon, float-negative-epsilon): Add doc-strings,
7264 based on those in cl.texi.
7265
51bc5f8b
GM
7266 * files.el (set-visited-file-name): If the major-mode changed,
7267 reload the local variables. (Bug#9796)
7268
15de15c6
CY
72692011-10-27 Chong Yidong <cyd@gnu.org>
7270
7271 * subr.el (change-major-mode-after-body-hook): New hook.
7272 (run-mode-hooks): Run it.
7273
ee1f1da9
SM
7274 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7275 Use change-major-mode-before-body-hook.
15de15c6
CY
7276
7277 * simple.el (fundamental-mode):
7278 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
7279 change introducing fundamental-mode-hook.
7280
5430d399
JB
72812011-10-26 Juanma Barranquero <lekktu@gmail.com>
7282
acc825c5 7283 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 7284
ad74a69e
MA
72852011-10-26 Michael Albinus <michael.albinus@gmx.de>
7286
7287 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 7288 tramp.el explicitly. (Bug#7583)
ad74a69e 7289
71d4c2a5
SM
72902011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7291
7292 * progmodes/octave-mod.el:
7293 * progmodes/octave-inf.el: Update maintainer.
7294
b1f6fa26
CY
72952011-10-26 Chong Yidong <cyd@gnu.org>
7296
7297 * subr.el (with-wrapper-hook): Rewrite doc.
7298
3f04efd6
MA
72992011-10-25 Michael Albinus <michael.albinus@gmx.de>
7300
7301 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 7302 filenames "/method:foo:". (Bug#9793)
3f04efd6 7303
410488d3
SM
73042011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7305
7306 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
7307 (bug#9865).
7308
c1ebb47e
GM
73092011-10-24 Glenn Morris <rgm@gnu.org>
7310
7311 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
7312
7f5c46c7
MA
73132011-10-24 Michael Albinus <michael.albinus@gmx.de>
7314
7315 * notifications.el: Add the requirement of a running D-Bus session
7316 bus to the Commentary.
7317
db2440b6
JL
73182011-10-24 Juri Linkov <juri@jurta.org>
7319
7320 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7321 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
7322 (Bug#9364)
7323
feecf435
JL
73242011-10-24 Juri Linkov <juri@jurta.org>
7325
7326 * info.el (Info-following-node-name-re): Add newline to the list
7327 of allowed characters for leading space. (Bug#9824)
7328
a3839de2
SM
73292011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7330
acc825c5
SM
7331 * progmodes/octave-inf.el (inferior-octave-mode-map):
7332 Fix C-c C-h binding.
a3839de2
SM
7333 * progmodes/octave-mod.el (octave-help): Remove.
7334
09388e76
MA
73352011-10-23 Michael Albinus <michael.albinus@gmx.de>
7336
7337 Sync with Tramp 2.2.3.
7338
7339 * net/tramp-cache.el (top): Pacify byte-compiler using
7340 `init-file-user' and `site-run-file'.
7341
7342 * net/trampver.el: Update release number.
7343
86c60681
CY
73442011-10-23 Chong Yidong <cyd@gnu.org>
7345
7346 * files.el (toggle-read-only): Remove obsolete comment about
7347 version control.
7348
7349 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
7350 for toggle-read-only. Note that this hasn't called vc-next-action
7351 since 2008-05-02, though it wasn't documented at the time.
7352
a3839de2
SM
7353 * vc/ediff-init.el (ediff-toggle-read-only-function):
7354 Use toggle-read-only.
86c60681 7355
cd5495ff
AM
73562011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
7357
7358 Fix bug #9560, sporadic wrong indentation; improve instrumentation
7359 of c-parse-state.
7360
00b77525 7361 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 7362 correct faulty logical expression.
cd5495ff
AM
7363 (c-parse-state-state, c-record-parse-state-state):
7364 (c-replay-parse-state-state): New defvar/defuns.
7365 (c-debug-parse-state): Use new functions.
7366
42ee24ed
MR
73672011-10-22 Martin Rudalics <rudalics@gmx.at>
7368
7369 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 7370 last fix. Use window-in-direction correctly.
42ee24ed 7371
a7dee7e7
CY
73722011-10-21 Chong Yidong <cyd@gnu.org>
7373
7374 * progmodes/idlwave.el (idlwave-mode):
7375 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
7376 require-final-newline; that's done in prog-mode.
7377 Suggested by Stefan Monnier.
a7dee7e7 7378
e07b9a6d
MR
73792011-10-21 Martin Rudalics <rudalics@gmx.at>
7380
7381 * mouse.el (mouse-drag-window-above)
7382 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
7383 (mouse-drag-mode-line-1, mouse-drag-header-line)
7384 (mouse-drag-vertical-line-rightward-window): Remove.
7385 (mouse-drag-line): New function.
7386 (mouse-drag-mode-line, mouse-drag-header-line)
7387 (mouse-drag-vertical-line): Call mouse-drag-line.
7388 * window.el (window-at-side-p, windows-at-side): New functions.
7389
7e1361d9
UM
73902011-10-21 Ulrich Mueller <ulm@gentoo.org>
7391
7392 * tar-mode.el (tar-grind-file-mode):
7393 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
7394
30fcaf3a
CY
73952011-10-21 Chong Yidong <cyd@gnu.org>
7396
7397 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
7398 * progmodes/vera-mode.el (vera-mode):
7399 Use mode-require-final-newline.
30fcaf3a 7400
516eddb0
GM
74012011-10-20 Glenn Morris <rgm@gnu.org>
7402
db22a3c2 7403 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 7404
10d5f513
CS
74052011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
7406
7407 * emulation/cua-base.el (cua-set-mark): Fix case of string.
7408
ac6c8639
CY
74092011-10-20 Chong Yidong <cyd@gnu.org>
7410
7411 * emulation/cua-base.el (cua-mode):
7412 * mail/footnote.el (footnote-mode):
7413 * mail/mailabbrev.el (mail-abbrevs-mode):
7414 * net/xesam.el (xesam-minor-mode):
7415 * progmodes/bug-reference.el (bug-reference-mode):
7416 * progmodes/cap-words.el (capitalized-words-mode):
7417 * progmodes/compile.el (compilation-minor-mode)
7418 (compilation-shell-minor-mode):
7419 * progmodes/gud.el (gud-tooltip-mode):
7420 * progmodes/hideif.el (hide-ifdef-mode):
7421 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7422 * progmodes/subword.el (subword-mode):
7423 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7424 * progmodes/which-func.el (which-function-mode):
7425 * term/tvi970.el (tvi970-set-keypad-mode):
7426 * term/vt100.el (vt100-wide-mode):
7427 * textmodes/flyspell.el (flyspell-mode):
7428 * textmodes/ispell.el (ispell-minor-mode):
7429 * textmodes/nroff-mode.el (nroff-electric-mode):
7430 * textmodes/paragraphs.el (use-hard-newlines):
7431 * textmodes/refill.el (refill-mode):
7432 * textmodes/reftex.el (reftex-mode):
7433 * textmodes/rst.el (rst-minor-mode):
7434 * textmodes/sgml-mode.el (html-autoview-mode)
7435 (sgml-electric-tag-pair-mode):
7436 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
7437 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
7438 * emulation/crisp.el (crisp-mode):
7439 * emacs-lisp/eldoc.el (eldoc-mode):
7440 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
7441 minor mode behavior.
7442
aa42ab43
JL
74432011-10-19 Juri Linkov <juri@jurta.org>
7444
7445 * descr-text.el (describe-char): Add #x2010 and #x2011 to
7446 the list of hard-coded chars with escape-glyph face.
7447
89400f1d
SM
74482011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
7451
305c07f6
MA
74522011-10-19 Michael Albinus <michael.albinus@gmx.de>
7453
7454 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
7455 running process.
7456
13754b54
GM
74572011-10-19 Glenn Morris <rgm@gnu.org>
7458
7459 * vc/vc-bzr.el (vc-bzr-after-dir-status):
7460 Ignore ignored files. (Bug#9726)
7461
06e21633
CY
74622011-10-19 Chong Yidong <cyd@gnu.org>
7463
7464 Doc fix for minor modes, stating that an omitted argument enables
7465 the mode unconditionally when called from Lisp.
7466
7467 * abbrev.el (abbrev-mode):
7468 * allout.el (allout-mode):
7469 * autoinsert.el (auto-insert-mode):
7470 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7471 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7472 (global-auto-revert-mode):
7473 * battery.el (display-battery-mode):
7474 * composite.el (global-auto-composition-mode)
7475 (auto-composition-mode):
7476 * delsel.el (delete-selection-mode):
7477 * desktop.el (desktop-save-mode):
7478 * dired-x.el (dired-omit-mode):
7479 * dirtrack.el (dirtrack-mode):
7480 * doc-view.el (doc-view-minor-mode):
7481 * double.el (double-mode):
7482 * electric.el (electric-indent-mode, electric-pair-mode):
7483 * emacs-lock.el (emacs-lock-mode):
7484 * epa-hook.el (auto-encryption-mode):
7485 * follow.el (follow-mode):
7486 * font-core.el (font-lock-mode):
7487 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
7488 * help.el (temp-buffer-resize-mode):
7489 * hilit-chg.el (highlight-changes-mode)
7490 (highlight-changes-visible-mode):
7491 * hi-lock.el (hi-lock-mode):
7492 * hl-line.el (hl-line-mode, global-hl-line-mode):
7493 * icomplete.el (icomplete-mode):
7494 * ido.el (ido-everywhere):
7495 * image-file.el (auto-image-file-mode):
7496 * image-mode.el (image-minor-mode):
7497 * iswitchb.el (iswitchb-mode):
7498 * jka-cmpr-hook.el (auto-compression-mode):
7499 * linum.el (linum-mode):
7500 * longlines.el (longlines-mode):
7501 * master.el (master-mode):
7502 * mb-depth.el (minibuffer-depth-indicate-mode):
7503 * menu-bar.el (menu-bar-mode):
7504 * minibuf-eldef.el (minibuffer-electric-default-mode):
7505 * mouse-sel.el (mouse-sel-mode):
7506 * msb.el (msb-mode):
7507 * mwheel.el (mouse-wheel-mode):
7508 * outline.el (outline-minor-mode):
7509 * paren.el (show-paren-mode):
7510 * recentf.el (recentf-mode):
7511 * reveal.el (reveal-mode, global-reveal-mode):
7512 * rfn-eshadow.el (file-name-shadow-mode):
7513 * ruler-mode.el (ruler-mode):
7514 * savehist.el (savehist-mode):
7515 * scroll-all.el (scroll-all-mode):
7516 * scroll-bar.el (scroll-bar-mode):
7517 * server.el (server-mode):
7518 * shell.el (shell-dirtrack-mode):
7519 * simple.el (auto-fill-mode, transient-mark-mode)
7520 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
7521 (line-number-mode, column-number-mode, size-indication-mode)
7522 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
7523 * strokes.el (strokes-mode):
7524 * time.el (display-time-mode):
7525 * t-mouse.el (gpm-mouse-mode):
7526 * tool-bar.el (tool-bar-mode):
7527 * tooltip.el (tooltip-mode):
7528 * type-break.el (type-break-mode-line-message-mode)
7529 (type-break-query-mode):
7530 * view.el (view-mode):
7531 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7532 (global-whitespace-mode, global-whitespace-newline-mode):
7533 * xt-mouse.el (xterm-mouse-mode): Doc fix.
7534
a3839de2
SM
7535 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7536 Fix autogenerated docstring.
06e21633 7537
5214e501
JL
75382011-10-19 Juri Linkov <juri@jurta.org>
7539
7540 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
7541 by checking environment variables "DESKTOP_SESSION" and
7542 "XDG_CURRENT_DESKTOP". (Bug#9779)
7543
195f8db9
JL
75442011-10-19 Juri Linkov <juri@jurta.org>
7545
7546 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
7547 (browse-url-chromium-program, browse-url-chromium-arguments):
7548 New defcustoms.
7549 (browse-url-default-browser): Check for `browse-url-chromium' and
7550 call `browse-url-chromium-program'.
7551 (browse-url-chromium): New command. (Bug#9779)
7552
343a34ff
JB
75532011-10-18 Juanma Barranquero <lekktu@gmail.com>
7554
7555 * facemenu.el (list-colors-duplicates): On Windows, detect more
7556 duplicates by assuming that only colors matching "^System" are
7557 special "system colors". (Bug#9722)
7558
6978a151
SM
75592011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
7562 to distinguish the author from the committer.
7563
6a80b297
MA
75642011-10-18 Michael Albinus <michael.albinus@gmx.de>
7565
7566 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
7567
b31a5677
JK
75682011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
7569
7570 * international/mule.el (sgml-html-meta-auto-coding-function):
7571 Add support for detecting encoding in HTML5 specified only as
7572 <meta charset="UTF-8">. Implementation just makes http-equiv and
7573 content-type parts from HTML4 encoding string optional. (Bug#9716)
7574
80c6d77f
GM
75752011-10-18 Glenn Morris <rgm@gnu.org>
7576
7577 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
7578
08b0fee8
CY
75792011-10-18 Chong Yidong <cyd@gnu.org>
7580
7581 * faces.el (cursor): Doc fix.
7582
67e729a5
CY
75832011-10-17 Chong Yidong <cyd@gnu.org>
7584
7585 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
7586
343a34ff 75872011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
7588
7589 * dirtrack.el (dirtrack): Support shell buffers with path
7590 prefixes, e.g. tramp-based remote shells. (Bug#9647)
7591
0bc06380
TZ
75922011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
7593
7594 * json.el: Bump version to 1.3 and note change in History.
7595 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
7596
8b79f3e0
SM
75972011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7598
5a7c536b
SM
7599 * comint.el (comint-insert-input, comint-send-input)
7600 (comint-get-old-input-default, comint-backward-matching-input)
7601 (comint-next-prompt): Use nil instead of `input' for field property of
7602 past user input (bug#114).
7603
96a8a0df
SM
7604 * minibuffer.el (completion--replace): Inherit surrounding properties
7605 (bug#114).
7606 (minibuffer-complete-and-exit): Use it.
7607
8b79f3e0
SM
7608 * comint.el (comint--table-subvert): Quote the all-completions output
7609 (bug#9160).
7610
b8f7ff0d
MR
76112011-10-17 Martin Rudalics <rudalics@gmx.at>
7612
8b79f3e0 7613 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 7614
b8f7ff0d 7615 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 7616 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
7617 entries and separate them from frame entries.
7618
c235b555
GM
76192011-10-15 Glenn Morris <rgm@gnu.org>
7620
7621 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
7622 Doc fixes.
7623
6bbfa6e1
CY
76242011-10-15 Chong Yidong <cyd@stupidchicken.com>
7625
8b79f3e0
SM
7626 * net/network-stream.el (network-stream-open-starttls):
7627 Improve detection of failure due to lack of TLS support.
ec5c990d 7628
6bbfa6e1
CY
7629 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
7630 putting the input text in front and in bold.
7631
98488977
SM
76322011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7633
3d1337be
SM
7634 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
7635
ee0b45e4
SM
7636 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
7637 empty buffer.
7638
98488977
SM
7639 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
7640 unread-command-events rather than pushing yet-another event.
7641
186f4720
EZ
76422011-10-14 Eli Zaretskii <eliz@gnu.org>
7643
7644 * mail/sendmail.el (sendmail-query-once): Improve the wording of
7645 the explanation of the possible choices. Make the options passed
7646 to completing-read shorter.
7647
8b7a997c
AM
76482011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7649
7650 * textmodes/flyspell.el (flyspell-large-region): Make sure
7651 extended character mode is used if defined (Bug#1339).
7652
12587bbb
EZ
76532011-10-13 Eli Zaretskii <eliz@gnu.org>
7654
7655 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
7656 character info for LRE, LRO, RLE, and RLO characters by appending
7657 an invisible PDF.
12587bbb 7658
bad41229
SM
76592011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7660
7661 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
7662 even in case of error; add debug spec; simplify data flow.
7663 (with-timeout-handler): Remove.
7664
28dbc92f
MA
76652011-10-12 Michael Albinus <michael.albinus@gmx.de>
7666
7667 Fix Bug#6019, Bug#9315.
7668
7669 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
7670 complete `buffer-file-name', the local file name part could look
7671 remotely (for example on VMS).
7672
7673 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
7674 `tramp-run-real-handler'.
7675 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
7676 already quoted by '"'.
7677
7678 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
7679 Let `file-name-handler-alist' be nil, the local file name part
7680 could look remotely (for example on VMS).
7681
e1b0b23a
SM
76822011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7683
7684 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
7685 from here...
7686 (flyspell-post-command-hook): ...to here.
7687
a120bde9
SM
76882011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7689
7690 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
7691 if not needed.
7692 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
7693 using completion. Protect against "slow" callers.
7694 Remove the "message hack".
7695
7ce7717b
JL
76962011-10-11 Juri Linkov <juri@jurta.org>
7697
7698 * isearch.el (isearch-lazy-highlight-word): New variable.
7699 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
7700 Use it. (Bug#9727)
7701
c02ee9d6
GM
77022011-10-11 Glenn Morris <rgm@gnu.org>
7703
7704 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
7705 like f90-previous-statement does.
7706
93e616fd 77072011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7708
1f190e73 7709 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
7710 only in interactive use, to avoid error.
7711
af7b6078
SM
77122011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7713
7714 * minibuffer.el (completion-file-name-table): Fix last change,
7715 i.e. ignore normal errors but not the other ones.
7716
0563dae9
MR
77172011-10-10 Martin Rudalics <rudalics@gmx.at>
7718
7719 * window.el (special-display-buffer-names)
7720 (special-display-regexps): Remove some remnants of earlier
7721 changes from doc-strings.
366ca7f3
MR
7722 (quit-windows-on): New function.
7723
7724 * vc/vc.el (vc-revert, vc-rollback):
7725 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
7726 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 7727 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 7728
49677495
MR
77292011-10-09 Martin Rudalics <rudalics@gmx.at>
7730
7731 * window.el (frame-auto-hide-function): Add version tag.
7732 (Bug#9699)
7733
56f2d1e1
MA
77342011-10-09 Michael Albinus <michael.albinus@gmx.de>
7735
7736 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
7737 condition.
7738
112a6592
LL
77392011-10-09 Leo Liu <sdl.web@gmail.com>
7740
7741 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
7742 (Bug#9701)
7743
0812589b
GM
77442011-10-08 Glenn Morris <rgm@gnu.org>
7745
7746 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
7747 before the first code statement zero indent. (Bug#9690)
7748
b2b0776e
CY
77492011-10-08 Chong Yidong <cyd@stupidchicken.com>
7750
7751 * simple.el (count-words-region): Always count in the region.
7752 Report the number of lines and characters too.
7753 (count-words): New command, which counts in the buffer if the
7754 region is inactive, as count-words-region used to.
7755 (count-words--message): New function. Handle plurals.
7756 (count-lines-region): Make it an alias for count-words-region.
7757
7758 * bindings.el (esc-map): Replace count-lines-region with
7759 count-words-region.
7760
c557cd6b
MR
77612011-10-08 Martin Rudalics <rudalics@gmx.at>
7762
7763 * window.el (window--delete): Delete dedicated frame
7764 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 7765 (switch-to-buffer): Fix doc-string typo.
c557cd6b 7766
61a57ef4 77672011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7768
3a7d293b 7769 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 7770
c3833279
CY
77712011-10-07 Chong Yidong <cyd@stupidchicken.com>
7772
7773 * bindings.el ([M-left],[M-right]): Bind to left-word and
7774 right-word respectively.
7775
21ce8245
GM
77762011-10-07 Glenn Morris <rgm@gnu.org>
7777
7778 * cus-start.el (debug-on-quit): Fix custom type.
7779
6d823bb2
LMI
77802011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7781
0181e193
LMI
7782 * subr.el (define-key-after): Clarify that the function is not
7783 useful for non-menu keymaps.
7784
6d823bb2
LMI
7785 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
7786
8e3459ce 77872011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7788
21ce8245 7789 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 7790 in current minibuffer (Fix bug with recursive minibuffers).
7791
a1c2d21e
CY
77922011-10-06 Chong Yidong <cyd@stupidchicken.com>
7793
7794 * progmodes/gdb-mi.el (gdb): Doc fix.
7795
5a4cf282
MR
77962011-10-05 Martin Rudalics <rudalics@gmx.at>
7797
7798 * window.el (frame-auto-hide-function): New option replacing
7799 frame-auto-delete. Suggested by Stefan Monnier.
7800 (window--delete): Call frame-auto-hide-function instead of
7801 investigating frame-auto-delete.
c96111ea
MR
7802 (window-point-1, set-window-point-1): New functions.
7803 (window-in-direction, record-window-buffer, window-state-get-1)
7804 (display-buffer-record-window): Use window-point-1 instead of
7805 window-point.
7806 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 7807
9854542e
SM
78082011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7809
7810 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
7811
8943cfb0
GM
78122011-10-05 Glenn Morris <rgm@gnu.org>
7813
7814 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
7815 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
7816
647ab967
LL
78172011-10-05 Leo Liu <sdl.web@gmail.com>
7818
7819 * subr.el (read-char-choice): Fix argument to buffer-live-p which
7820 works with buffer object.
7821
3ddfbced
SM
78222011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7823
7824 * mpc.el (mpc-tool-bar-map): Add labels.
7825
bdfa5dd2
GM
78262011-10-04 Glenn Morris <rgm@gnu.org>
7827
7828 * calendar/holidays.el (calendar-check-holidays): Doc fix.
7829
0e2070b5
MR
78302011-10-04 Martin Rudalics <rudalics@gmx.at>
7831
7832 * window.el (window--delete): New function.
7833 (frame-auto-delete): Resuscitate option.
7834 (bury-buffer, replace-buffer-in-windows)
7835 (quit-window): Rewrite using window--delete.
7836 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7837 Pass display-buffer-mark-dedicated to window--display-buffer-2
7838 (Bug#9639).
7839
3dc61a09
SM
78402011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7841
915a9b64
SM
7842 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
7843 returns a list (bug#9554). Add remote file name completion.
7844 * comint.el (comint--table-subvert): Curry and get quote&unquote
7845 functions as arguments.
7846 (comint--complete-file-name-data): Adjust call accordingly.
7847 * pcomplete.el (pcomplete--table-subvert): Remove.
7848 (pcomplete-completions-at-point): Use comint--table-subvert instead.
7849
3dc61a09
SM
7850 * minibuffer.el (completion-table-case-fold): Use currying.
7851 (completion--styles-type, completion--cycling-threshold-type):
7852 New constants.
7853 (completion-styles, completion-category-overrides)
7854 (completion-cycle-threshold): Use them.
7855 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
7856 completion-table-case-fold.
7857
8ea0a993
SB
78582011-10-03 Stephen Berman <stephen.berman@gmx.net>
7859
7860 * minibuffer.el (completion-category-overrides): Fix type of styles
7861 and add more user friendly tags (bug#9660).
7862
8c24b7f6
SM
78632011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7864
7865 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
7866 (mule-input-method-string): New widget.
7867 (default-input-method, language-info-custom-alist): Use it.
7868
428fe61a
SM
78692011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7870
32c1fffd
SM
7871 * pcomplete.el: Require comint.
7872 (pcomplete--common-suffix): Remove.
7873 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
7874 (pcomplete--table-subvert): Sync with comint--table-subvert.
7875 (pcomplete--entries): Use comint-completion-file-name-table.
7876 * comint.el (comint-unquote-filename): Simplify.
7877 (comint-completion-file-name-table): New function (bug#9616).
7878 (comint--complete-file-name-data): Use it.
7879
428fe61a
SM
7880 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
7881 (pcmpl-gnu-tar-buffer): Remove.
7882 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
7883 around. Make sure pcomplete-suffix-list is only changed temporarily.
7884 Don't look inside the tar's file if it's too large.
428fe61a 7885
04c52e2f
CY
78862011-10-01 Chong Yidong <cyd@stupidchicken.com>
7887
ce3cefcc
CY
7888 * cus-edit.el (custom-mode-map):
7889 * epa.el (epa-key-list-mode-map):
7890 * man.el (Man-mode-map):
7891 * startup.el (splash-screen-keymap):
7892 * simple.el (special-mode-map): Use scroll-up-command and
7893 scroll-down-command.
7894
7895 * progmodes/idlw-help.el (idlwave-help-mode-map):
7896 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
7897 * net/newst-plainview.el (newsticker-mode-map):
7898 * emulation/ws-mode.el (wordstar-mode-map):
7899 * emulation/vi.el (vi-com-map):
7900 * calc/calc-graph.el (calc-graph-show-dumb):
7901 * term/sun.el (terminal-init-sun):
7902 * term/ns-win.el (global-map):
7903 * progmodes/grep.el (grep-mode-map):
7904 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
7905 * mail/rmail.el (rmail-mode-map):
7906 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
7907
04c52e2f
CY
7908 * custom.el (custom-safe-themes, load-theme): Treat value of t for
7909 custom-safe-themes as special.
7910
79adf8c8
JD
79112011-10-01 Julien Danjou <julien@danjou.info>
7912
7913 * notifications.el (notifications-notify): Fix docstring.
7914
63bd50d3
PS
79152011-10-01 Per Starbäck <per@starback.se>
7916
7917 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
7918
199e4c7e
MR
79192011-09-30 Martin Rudalics <rudalics@gmx.at>
7920
7921 * startup.el (command-line-1): Fix last fix by inserting
7922 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 7923 (Bug#9605) and (Bug#9636)
199e4c7e 7924
fe5f08dd
EZ
79252011-09-29 Eli Zaretskii <eliz@gnu.org>
7926
7927 * simple.el (line-move): If auto-hscroll-mode is disabled and the
7928 window is hscrolled, move by logical lines. (Bug#9607)
7929 (line-move-visual): Update the doc string to the above effect.
7930
b5516bbd
MR
79312011-09-29 Martin Rudalics <rudalics@gmx.at>
7932
ccee00c0
MR
7933 * window.el (display-buffer-record-window): When WINDOW is the
7934 selected window use `point' instead of `window-point'. (Bug#9626)
7935
b5516bbd
MR
7936 * startup.el (command-line-1): Use insert-before-markers when
7937 inserting initial-scratch-message. (Bug#9605)
ccee00c0 7938
b5516bbd
MR
7939 * help.el (help-window): Remove variable.
7940
52aa0014
GM
79412011-09-29 Glenn Morris <rgm@gnu.org>
7942
7943 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
7944
df9a7357
JB
79452011-09-29 Juanma Barranquero <lekktu@gmail.com>
7946
7947 * descr-text.el (describe-char-categories): Accept category
7948 descriptions more than one line long.
7949
a8406c20
SM
79502011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7951
88d9610c
SM
7952 * simple.el (delete-trailing-whitespace): Fix last change.
7953
a5daf810
SM
7954 * progmodes/perl-mode.el (perl-syntax-propertize-function):
7955 Don't confuse "y => 3" as the beginning of a `y' operation.
7956
a8406c20
SM
7957 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
7958 object has more than 4 slots (bug#9613).
7959
a239d4e9
JB
79602011-09-28 Juanma Barranquero <lekktu@gmail.com>
7961
7962 * subr.el (with-output-to-temp-buffer):
7963 * net/quickurl.el (quickurl, quickurl-browse-url):
7964 Fix typos in docstrings.
7965
693fbdb6
EZ
79662011-09-27 Eli Zaretskii <eliz@gnu.org>
7967
7968 * minibuffer.el (completion-styles)
7969 (completion-category-overrides): Cross reference each other in doc
7970 strings.
7971
8b457e28
GM
79722011-09-27 Glenn Morris <rgm@gnu.org>
7973
7974 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
7975 to split-string. (Bug#9606)
7976
85a16208
LMI
79772011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7978
7979 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
7980 (bug#9615).
7981
502f9ebd
CY
79822011-09-27 Chong Yidong <cyd@stupidchicken.com>
7983
7984 * emacs-lisp/package.el (list-packages): Fix echo area message.
7985
7690bdea
LL
79862011-09-27 Leo Liu <sdl.web@gmail.com>
7987
7988 * ido.el (ido-read-internal): Accept cons cell HIST arg.
7989
e2ee6f30
MA
79902011-09-25 Michael Albinus <michael.albinus@gmx.de>
7991
7992 * net/dbus.el (dbus-unregister-object): Don't release services for
7993 registered signals. (Bug#9581)
7994
f3f98342
TZ
79952011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7996
7997 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
7998 function that picks between cfengine 2 and 3 support
7999 automatically. Update docs accordingly.
8000
dd7aa8dd
KH
80012011-09-22 Kenichi Handa <handa@m17n.org>
8002
8003 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
8004 ZERO.
8005 (indian-itrans-v5-table-for-tamil): New variable.
8006 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
8007
3f2b07f8
KM
80082011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
8009
8010 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
8011 that's true if the current command involved collapsing of text.
8012 It's reset to false at the beginning of the next command.
8013 (allout-post-command-business): Move the cursor to the beginning
8014 of entry if the cursor is hidden and collapsing activity just
8015 happened.
8016
371d6a61
CY
80172011-09-24 Chong Yidong <cyd@stupidchicken.com>
8018
8019 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
8020 tracking (Bug#9541).
8021
2ac2721a
UJ
80222011-09-24 Ulf Jasper <ulf.jasper@web.de>
8023
8024 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
8025 (newsticker-show-news): Automatically load html rendering package
8026 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
8027 because w3m-fill-column is let-bound" and the error "Symbol's value
8028 as variable is void: w3m-fill-column".
2ac2721a 8029
fac7ae53
MA
80302011-09-24 Michael Albinus <michael.albinus@gmx.de>
8031
8032 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
8033 Release services only if they are defined. (Bug#9581)
8034
e08b633b
RS
80352011-09-23 Richard Stallman <rms@gnu.org>
8036
e488d29c
RS
8037 * textmodes/paragraphs.el (forward-sentence): For backwards case,
8038 distinguish start of paragraph from start of its text.
8039
19c38752
RS
8040 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
8041
e08b633b
RS
8042 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
8043 (rmail-generate-viewer-buffer): Put that hook on view buffer.
8044 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
8045
0a39f27e
AS
80462011-09-23 Andreas Schwab <schwab@linux-m68k.org>
8047
8048 * international/mule-diag.el (mule-diag): Insert a newline after
8049 each fontset description.
8050
db4e950d
SM
80512011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8052
8053 * simple.el (delete-trailing-whitespace):
8054 Document last change; simplify.
8055
eca3f3ea
PW
80562011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
8057
d68e189a
PW
8058 * simple.el (delete-trailing-whitespace): Also delete
8059 extra newlines at the end of the buffer.
8060
eca3f3ea
PW
8061 * textmodes/picture.el: Make motion commands obey shift-select-mode.
8062 (picture-newline): Use forward-line so as to ignore fields.
8063
01c157cc
SM
80642011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8065
8066 * subr.el (with-wrapper-hook): Fix edebug spec.
8067
022de23e
LMI
80682011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8069
8070 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
8071 (bug#4538).
8072
91683089
MA
80732011-09-23 Michael Albinus <michael.albinus@gmx.de>
8074
eca3f3ea
PW
8075 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
8076 Fix nasty bug using wrong cached values.
91683089 8077
5bdd6fa4
AM
80782011-09-23 Alan Mackenzie <acm@muc.de>
8079
8080 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
8081
97adfb97
CY
80822011-09-23 Chong Yidong <cyd@stupidchicken.com>
8083
8084 * window.el (pop-to-buffer): Ensure right window is selected if we
8085 chose another frame.
8086
d4ef2b50
EZ
80872011-09-22 Eli Zaretskii <eliz@gnu.org>
8088
8089 * simple.el (what-cursor-position): Use get-char-property-change
8090 and next-single-char-property-change, to be able to show display
8091 properties that come from overlays as well as text properties.
8092
72258fe5
CY
80932011-09-22 Chong Yidong <cyd@stupidchicken.com>
8094
8095 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
8096
8097 * cmuscheme.el (run-scheme, switch-to-scheme):
8098 * cus-edit.el (customize-group, custom-buffer-create)
8099 (customize-browse):
8100 * info.el (info):
8101 * shell.el (shell):
8102 * mail/sendmail.el (mail):
8103 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
8104
8f098516
RS
81052011-09-22 Richard Stallman <rms@gnu.org>
8106
8107 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
8108 move back only to line beg, don't move back over blank lines.
8109
e74f1bb6
MA
81102011-09-22 Michael Albinus <michael.albinus@gmx.de>
8111
8112 * files.el (copy-directory): Set directory attributes only in case
8113 they could be retrieved from the source directory. (Bug#9565)
8114
bfeef8b6
DK
81152011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
8116
8117 * progmodes/hideshow.el (hs-looking-at-block-start-p)
8118 (hs-find-block-beginning, hs-hide-level-recursive):
8119 Ignore strings as well as comments. (Bug#9502)
8120
7e423bb8
AS
81212011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
8122
8123 * progmodes/sql.el (sql-comint-postgres):
8124 Convert port number to a string. (Bug#9566)
8125
b4d72fcf
MR
81262011-09-22 Martin Rudalics <rudalics@gmx.at>
8127
8128 * window.el (quit-window): Undedicate window when switching to
8129 previous buffer. Reported by Thierry Volpiatto
8130 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
8131 (special-display-popup-frame): When popping up a new frame reset
8132 its previous buffers to nil. Simplify code.
b4d72fcf 8133
a7b88dc6
MA
81342011-09-21 Michael Albinus <michael.albinus@gmx.de>
8135
8136 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
8137 and process filter, as done also in `shell-command'.
8138
cf4eacfd
MR
81392011-09-21 Martin Rudalics <rudalics@gmx.at>
8140
eca3f3ea 8141 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
8142 Call set-window-start with NOFORCE argument t.
8143 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
8144 (quit-window): Reword doc-string. Handle new format of
8145 quit-restore parameter. Don't delete window if it has a
8146 previous buffer we can show instead of the present one.
8147 (display-buffer-record-window): Rewrite using a new format for
8148 the quit-restore window parameter
8149 (special-display-popup-frame, display-buffer-same-window)
8150 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8151 (display-buffer-pop-up-window, display-buffer-use-some-window):
8152 Adapt symbol passed to display-buffer-record-window.
8153 * help.el (help-window-setup): Handle new format of quit-restore
8154 parameter.
8155
8d28cb95
SM
81562011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8157
94ab793f
SM
8158 * faces.el (face-list): Fix docstring (bug#9564).
8159
8d28cb95
SM
8160 * window.el (display-buffer--action-function-custom-type):
8161 Don't include internal functions in the Custom interface.
8162
3820edeb
JL
81632011-09-20 Juri Linkov <juri@jurta.org>
8164
8165 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
8166 (Info-forward-node, Info-backward-node, Info-next-preorder)
8167 (Info-last-preorder): Use it. (Bug#9528)
8168
5147931d
JL
81692011-09-20 Juri Linkov <juri@jurta.org>
8170
8171 * info.el (Info-last-preorder): Visit last menu item only when
8172 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
8173
cf499a1a
JD
81742011-09-20 Julien Danjou <julien@danjou.info>
8175
8176 * password-cache.el (password-cache-remove): Remove entries even if the
8177 value is nil, so that password with a nil value (negative caching) is
8178 possible to invalidate.
8179
f84e2fe2
LM
81802011-09-20 Lawrence Mitchell <wence@gmx.li>
8181
8182 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
8183 all whitespace around breakpoint. (Bug#9553)
8184 (f90-find-breakpoint): Only break at whitespace inside a comment.
8185
78054a46
SM
81862011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8187
8188 * minibuffer.el (completion-file-name-table): Keep track of errors.
8189 (completion-table-with-predicate): Handle the case where pred1 is nil.
8190 * pcomplete.el (pcomplete-completions-at-point): Simplify.
8191
345083b2
SM
81922011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8193
e24e27be
SM
8194 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
8195 (debugger-return-value): Signal an error if the debugging context does
8196 not await any return value.
8197
345083b2
SM
8198 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
8199 * image-mode.el (image-toggle-display-text)
8200 (image-toggle-display-image): Stay away from evil `intangible'.
8201
08d355e3
LL
82022011-09-19 Leo Liu <sdl.web@gmail.com>
8203
8204 * replace.el (occur-revert-arguments): Make it permanent-local.
8205 (occur-mode): Don't call font-lock-defontify.
8206
f01da43f
CY
82072011-09-19 Chong Yidong <cyd@stupidchicken.com>
8208
8209 * net/ldap.el (ldap-search-internal): Don't push empty search
8210 result (Bug#9508).
8211
b6072fa6
SM
82122011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8213
8214 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
8215
443d6696
MA
82162011-09-19 Michael Albinus <michael.albinus@gmx.de>
8217
8218 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
8219 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
8220
7cc6e154
JL
82212011-09-18 Juri Linkov <juri@jurta.org>
8222
8223 * buff-menu.el (Buffer-menu-mode-map):
8224 * dired.el (dired-mode-map):
8225 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
8226 (lisp-interaction-mode-map):
8227 * emacs-lisp/package.el (package-menu-mode-map):
8228 * epa.el (epa-key-list-mode-map):
8229 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
8230 (menu-bar-options-menu):
8231 * outline.el (outline-mode-menu-bar-map):
8232 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
8233 * vc/vc-dir.el (vc-dir-menu-map):
8234 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
8235 Capitalize non-function content words in menu item strings.
8236
8237 * dired.el (dired-mode-map): Add menu item for
8238 `image-dired-dired-toggle-marked-thumbs'.
8239
80302a81
JL
82402011-09-18 Juri Linkov <juri@jurta.org>
8241
8242 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
8243 to `isearch-case-fold-search' and restore its original value
8244 after the `isearch-mode' call.
8245
46c5cf66
JL
82462011-09-18 Juri Linkov <juri@jurta.org>
8247
8248 * progmodes/grep.el (grep-process-setup): Don't check code for 1
8249 because `zgrep' returns 1 for successful matches (bug#9226).
8250
d18b513b
JL
82512011-09-18 Juri Linkov <juri@jurta.org>
8252
8253 * info.el (Info-extract-menu-node-name): Check the second match
8254 for empty string (second test-case of bug#9528).
8255 (Info-last-preorder): Let-bind `Info-history' to nil to not add
8256 intermediate nodes to the history (first test-case of bug#9528).
8257
72753f87
JL
82582011-09-18 Juri Linkov <juri@jurta.org>
8259
8260 * info.el (Info-mode-syntax-table): New variable.
1154d12e 8261 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 8262
c9384295
JL
82632011-09-18 Juri Linkov <juri@jurta.org>
8264
1154d12e
JB
8265 * info.el (Info-file-supports-index-cookies):
8266 Increment line-beginning-position's arg from 3 to 4 because makeinfo
8267 outputs one more line for long file names (bug#4142).
c9384295 8268
d473dce8
CY
82692011-09-18 Chong Yidong <cyd@stupidchicken.com>
8270
8271 * newcomment.el (comment-normalize-vars): If prompting for
8272 comment-start, set comment-start-skip too (Bug#8424).
8273
2176854d
JB
82742011-09-18 Johan Bockgård <bojohan@gnu.org>
8275
8276 * icomplete.el: Fix previous fix of Bug#5849.
8277 (icomplete-mode): Don't set completion-show-inline-help.
8278 (icomplete-minibuffer-setup): Set completion-show-inline-help
8279 locally during icompletion.
8280
3aace4e4
CY
82812011-09-18 Chong Yidong <cyd@stupidchicken.com>
8282
c940224f
CY
8283 * woman.el (woman2-process-escapes): Don't delete unrecognized
8284 escapes (Bug#7843).
8285
3aace4e4
CY
8286 * files.el (inhibit-first-line-modes-regexps): Add image files.
8287 (hack-local-variables-prop-line): Return nil for malformed
8288 prop-lines (Bug#9044).
8289
710dec63
MA
82902011-09-18 Michael Albinus <michael.albinus@gmx.de>
8291
8292 * net/tramp.el (top): Don't require 'shell.
8293 (tramp-methods): Fix docstring.
8294 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
8295 Return complete remote file name. Handle "smb" case.
8296 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
8297 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
8298
8299 * net/tramp-compat.el (top): Require 'shell.
8300
8301 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8302 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
8303 `tramp-current-host'.
8304 (tramp-get-remote-tmpdir): Remove.
8305
8306 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
8307 `tramp-tmpdir' entries.
8308 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
8309 (tramp-smb-handle-file-attributes): Ignore errors.
8310 (tramp-smb-wait-for-output): Check also for process end.
8311
5d5ac8ec
LMI
83122011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8313
8314 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
8315 when sending QUIT (bug#9312).
8316
8c0f49f0
CY
83172011-09-17 Chong Yidong <cyd@stupidchicken.com>
8318
8319 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
8320 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
8321 occur-mode-display-occurrence.
8322 (occur-edit-mode): Add usage message.
8323 (occur-cease-edit): New command.
8324 (occur-after-change-function): Use text properties to find the
8325 position of the prefix text.
8326 (occur-engine): Set stickiness of prefix text properties.
8327
8f1383f7
GM
83282011-09-17 Glenn Morris <rgm@gnu.org>
8329
8330 * progmodes/etags.el (complete-tag):
8331 Fix call to completion-in-region. (Bug#9526)
8332
744ba0e3
JL
83332011-09-17 Juri Linkov <juri@jurta.org>
8334
8335 * textmodes/ispell.el (ispell-word): Add to the error message
8336 the word, ispell program name and current dictionary (bug#9121).
8337 (ispell-tex-arg-end): Capitalize "error" in the error message.
8338
d9bbf400
AS
83392011-09-17 Andreas Schwab <schwab@linux-m68k.org>
8340
8341 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
8342 check. (Bug#4251)
8343
8da11505
JL
83442011-09-17 Juri Linkov <juri@jurta.org>
8345
8346 * window.el (window-safe-min-height, window-safe-min-width):
8347 Fix typos (followup to bug#9522).
8348
a91adc7e
SJ
83492011-09-17 Sven Joachim <svenjoac@gmx.de>
8350
8351 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
8352
064f328a
EZ
83532011-09-16 Eli Zaretskii <eliz@gnu.org>
8354
8355 * simple.el (line-move): If goal-column is set, move by logical
8356 lines, not by display lines. (Bug#971)
8357 (next-line, previous-line, goal-column, line-move-visual): Doc fix
8358 to reflect the above change.
8359
e69df516
SM
83602011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8361
8362 * image.el (imagemagick-register-types): Use regexp-opt.
8363
cbb0f9ab
CY
83642011-09-15 Chong Yidong <cyd@stupidchicken.com>
8365
8366 * window.el (display-buffer-base-action): Rename from
8367 display-buffer-default-action. Make default value empty.
8368 (display-buffer-overriding-action): Convert to defvar.
8369 (display-buffer-fallback-action): New var.
8370
25322144
CY
83712011-09-15 Chong Yidong <cyd@stupidchicken.com>
8372
8373 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
8374 declaration.
8375 (package--add-to-archive-contents): If there is a duplicate entry
8376 with an older version, remove it.
8377 (package-menu-mark-delete, package-menu-mark-install)
8378 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
8379 (package-menu-mark-obsolete-for-deletion):
8380 Use package-menu-get-status instead of a regexp search.
25322144
CY
8381 (package-menu-get-status): Use tabulated-list-entry.
8382 (package-menu-mark-upgrades): New command.
d770725a 8383 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
8384 (package-menu-execute): Do installation before deletion.
8385 (package-menu-refresh, package-menu-execute): Use derived-mode-p
8386 instead of checking major-mode.
8387 (package-menu--find-upgrades): New function.
8388
7520339c
LMI
83892011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8390
8391 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
8392 passwords in the log buffer.
65a046c4
LMI
8393 (smtpmail-process-filter): Update the process marker so that the
8394 "broken by peer" status message is inserted in the right place.
7520339c 8395
d3c30954
SM
83962011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8397
3fe48822
SM
8398 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
8399 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
8400 bibtex-completion-at-point-function.
8401 (bibtex-completion-at-point-function): Use them.
8402
1b8b3954
SM
8403 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
8404
d3c30954
SM
8405 * mpc.el (mpc-constraints-tag-lookup): New function.
8406 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
8407 also to browser "album|playlist".
8408
72779976
JL
84092011-09-14 Juri Linkov <juri@jurta.org>
8410
8411 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
8412 (isearch-edit-string): Use length of `isearch-string' when
8413 `isearch-fail-pos' returns nil.
8414 (isearch-message): Remove duplicate code and call
8415 `isearch-fail-pos' with arg `t'.
8416
a0bf2bcd
CY
84172011-09-14 Chong Yidong <cyd@stupidchicken.com>
8418
17bb0a2d
CY
8419 * replace.el (occur-mode-goto-occurrence): Don't force using other
8420 window (Bug#9499).
8421
a0bf2bcd
CY
8422 * dired-aux.el (dired-do-chmod): Don't provide initial input.
8423
f678e0b6
MR
84242011-09-14 Martin Rudalics <rudalics@gmx.at>
8425
8426 * window.el (display-buffer-window): Remove.
8427 (display-buffer-record-window): Use help-setup window parameter
8428 instead of variable display-buffer-window.
8429 (display-buffer-function, special-display-buffer-names)
8430 (special-display-function): Mention help-setup parameter instead
8431 of display-buffer-window in doc-string.
d3c30954
SM
8432 * help.el (help-window-setup): New argument help-window.
8433 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
8434 Reword some messages.
8435 (with-help-window): Pass window used for displaying the buffer
8436 to help-window-setup. Don't set display-buffer-window.
8437
8e39b2e8
GM
84382011-09-13 Glenn Morris <rgm@gnu.org>
8439
8440 * emacs-lisp/debug.el (debugger-make-xrefs):
8441 Preserve point. (Bug#9462)
8442
85e9c04b
CY
84432011-09-13 Chong Yidong <cyd@stupidchicken.com>
8444
8445 * window.el (window-deletable-p): Use next-frame.
8446
1b36ed6a
MR
84472011-09-13 Martin Rudalics <rudalics@gmx.at>
8448
8449 * window.el (window-auto-delete): Remove.
8450 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 8451 dedication and previous buffers.
1b36ed6a
MR
8452 (switch-to-prev-buffer): Don't delete window.
8453 (delete-windows-on): Delete a window's frame if and only if the
8454 window is dedicated.
8455 (replace-buffer-in-windows): Delete buffer's window or frame if
8456 and only if window is dedicated.
8457 (quit-window): Handle quit-restore as before last change.
4d61f28d 8458 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 8459
ef8ef9fb
CY
84602011-09-13 Chong Yidong <cyd@stupidchicken.com>
8461
8462 * window.el (window-deletable-p): Never delete the last frame on a
8463 given terminal.
8464
b2cba41e
GM
84652011-09-13 Glenn Morris <rgm@gnu.org>
8466
8467 * help.el (describe-key-briefly): Copy previous standard-output change.
8468
51553db6 84692011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
8470
8471 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
8472
b7556719
GM
84732011-09-13 Glenn Morris <rgm@gnu.org>
8474
8475 * emacs-lisp/lisp-mode.el (lisp-indent-function):
8476 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
8477
64b51947
CY
84782011-09-12 Chong Yidong <cyd@stupidchicken.com>
8479
8480 * dired-aux.el (dired-mark-read-string): Don't return default
8481 value on empty input (Bug#9361).
8482 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
8483 Omit initial minibuffer contents.
8484 (dired-do-chmod): Signal an error on empty input.
8485 (dired-mark-read-string): Don't return default on empty input.
8486
8487 * files.el (file-modes-symbolic-to-number): Doc fix.
8488
393a301e
SM
84892011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8490
8491 * international/mule-cmds.el (ucs-completions): Remove.
8492 (read-char-by-name): Use complete-with-action instead; add metadata.
8493
fa5660f9
CY
84942011-09-11 Chong Yidong <cyd@stupidchicken.com>
8495
8496 * window.el (display-buffer--action-function-custom-type)
8497 (display-buffer--action-custom-type): New vars.
8498 (display-buffer-alist, display-buffer-default-action)
8499 (display-buffer-overriding-action): Add defcustom types.
8500
4a592f66
CY
8501 * frame.el (delete-other-frames): Doc fix (Bug#276).
8502
73d56dbd
LMI
85032011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8504
8505 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
8506
37ac18a3
CY
85072011-09-11 Chong Yidong <cyd@stupidchicken.com>
8508
8509 Change modes that used same-window-* vars to use switch-to-buffer.
8510
8511 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
8512 Use switch-to-buffer.
8513
8514 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
8515 (customize-browse, custom-buffer-create-other-window):
8516 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
8517
8518 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
8519 (Info-prev, Info-up, Info-speedbar-goto-node)
8520 (info-display-manual): Use switch-to-buffer.
8521 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
8522
8523 * mail/sendmail.el (mail): Use switch-to-buffer.
8524 (mail-recover): Use switch-to-buffer-other-window.
8525
8526 * cmuscheme.el (run-scheme, switch-to-scheme):
8527 * ielm.el (ielm):
8528 * shell.el (shell):
8529 * net/rlogin.el (rlogin):
8530 * net/telnet.el (telnet, rsh):
8531 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
8532
10195bd6
AS
85332011-09-11 Andreas Schwab <schwab@linux-m68k.org>
8534
8535 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
8536
b322f63a
LMI
85372011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8538
39d7fed6
LMI
8539 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
8540 so don't mention it (bug#9301).
ba5a81f1 8541 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 8542
ee0e9f11
LMI
8543 * faces.el (face-spec-set-match-display): Make `(type graphic)'
8544 match `x', `w32' and `ns', like the manual says (bug#9029).
8545
0b1c89c1 8546 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
8547 (process-kill-buffer-query-function): Mention the buffer name in
8548 the query.
0b1c89c1 8549
77549ea8
LMI
8550 * image-mode.el (image-next-line): The line parameter is mandatory
8551 (bug#9258).
8552
803ef892
LMI
8553 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
8554 which can be useful (bug#9301).
8555
12980837
LMI
8556 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
8557
91054f8f
LMI
8558 * subr.el (match-string): Mention that the current buffer should
8559 be the same as the search was done in (bug#9282).
8560
b322f63a
LMI
8561 * facemenu.el: Disable the remove-* commands if the mark isn't
8562 active (bug#9162).
8563
3199b96f
CY
85642011-09-10 Chong Yidong <cyd@stupidchicken.com>
8565
8566 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
8567 of display-buffer.
8568 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
8569
8570 * replace.el (occur-mode-goto-occurrence)
8571 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
8572 and display-buffer.
8573
8574 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
8575 display-buffer.
8576
8577 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
8578 special-display and same-window variables.
8579 (mail-other-window): Use switch-to-buffer-other-window.
8580 (mail-other-frame): USe switch-to-buffer-other-frame.
8581
393a301e
SM
8582 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
8583 Use display-buffer-other-frame.
3199b96f
CY
8584 (gdb-display-gdb-buffer): Use pop-to-buffer.
8585
8586 * progmodes/gud.el (gud-goto-info): Use info-other-window.
8587
8588 * progmodes/python.el: Don't set same-window-buffer-names.
8589
8590 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
8591
8592 * window.el (display-buffer-alist): Add *Python*.
8593
8319e0bf
CY
85942011-09-10 Chong Yidong <cyd@stupidchicken.com>
8595
8596 * window.el (display-buffer-alist): Add entry for buffers
8597 previously handled same-window-*.
8598 (display-buffer-alist, display-buffer-default-action)
8599 (display-buffer-overriding-action): Mark as risky.
8600 (display-buffer-alist): Document action function changes.
8601 (display-buffer--same-window-action)
8602 (display-buffer--other-frame-action): New variables.
8603 (switch-to-buffer, display-buffer-other-frame): Use them.
8604 (display-buffer): Rename reuse-frame entry to reusable-frames.
8605 (display-buffer-reuse-selected-window): Function deleted.
8606 (display-buffer-reuse-window): Handle reusable-frames alist entry.
8607 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
8608 (display-buffer-special): New function.
8609 (display-buffer--maybe-pop-up-frame-or-window): Rename from
8610 display-buffer-reuse-or-pop-window. Split off special-display
8611 part into display-buffer-special.
8612 (display-buffer-use-some-window): Don't perform any special
8613 pop-up-frames handling.
8614 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 8615 (display-buffer--maybe-same-window): Rename from
0d3ff375 8616 display-buffer-maybe-same-window.
8319e0bf 8617
919a69aa
CY
8618 * info.el: Don't set same-window-regexps.
8619 (info-setup): New function.
8620 (info-other-window, info): Call it.
8621
8622 * cus-edit.el: Don't set same-window-regexps.
8623 (customize-group): New argument.
8624 (customize-group-other-window): Use it.
8625 (customize-face, customize-face-other-window): Likewise.
8626 (custom-buffer-create-other-window): Use pop-to-buffer directly.
8627
8319e0bf
CY
8628 * net/rlogin.el:
8629 * net/telnet.el:
8630 * progmodes/gud.el: Don't set same-window-regexps.
8631
8632 * cmuscheme.el:
8633 * ielm.el:
8634 * shell.el:
8635 * mail/sendmail.el:
8636 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
8637
25173000
JL
86382011-09-10 Juri Linkov <juri@jurta.org>
8639
8640 * isearch.el (isearch-edit-string): Remove obsolete mention of
8641 `C-w' (`isearch-yank-word-or-char') from docstring.
8642 (isearch-query-replace): Fix typo in docstring (bug#9466).
8643
056e44ef
JL
86442011-09-10 Juri Linkov <juri@jurta.org>
8645
8646 * paren.el (show-paren-function): Don't show escaped parens.
8647 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
8648
c3760c17
EZ
86492011-09-10 Eli Zaretskii <eliz@gnu.org>
8650
8651 * mail/sendmail.el (mml-to-mime, mml-attach-file)
8652 (mm-default-file-encoding): Remove autoload forms, they are
8653 replaced with autoload cookies in mml.el and mm-encode.el.
8654 (mail-add-attachment): New command.
8655 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
8656 (mail-mode): Mention mail-insert-file and mail-add-attachment in
8657 the doc string.
8658 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
8659
fece895e
RT
86602011-09-10 Reuben Thomas <rrt@sc3d.org>
8661
e69df516
SM
8662 * simple.el (count-words-region): Use buffer if there's no region
8663 (bug#9429).
fece895e 8664
5e68ce4a
JL
86652011-09-09 Juri Linkov <juri@jurta.org>
8666
8667 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
8668 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
8669 (wdired-isearch-filter-read-only): New function. (Bug#6362)
8670
0a6b9622
AM
86712011-09-09 Alan Mackenzie <acm@muc.de>
8672
8673 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
8674 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
8675
14a29deb
EZ
86762011-09-09 Eli Zaretskii <eliz@gnu.org>
8677
8678 Fix for Savannah bug#9392.
8679 * simple.el (mail-encode-mml): New defvar.
8680
8681 * mail/rmail.el (mail-encode-mml): Add a defvar.
8682 (rmail-enable-mime-composing): Default to t.
8683 (rmail-forward): Use MIME method of forwarding only if both
8684 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
8685 Set mail-encode-mml non-nil if the MIME method was used.
8686
8687 * mail/sendmail.el (mml-to-mime): Add autoload form.
8688 (mail-encode-mml): Add a defvar.
8689 (mail-mode): Make mail-encode-mml buffer-local and initialize it
8690 to nil.
8691 (mail-send): If mail-encode-mml is non-nil, run the outgoing
8692 message through mml-to-mime, and reset mail-encode-mml to nil.
8693
28c45130
GM
86942011-09-09 Glenn Morris <rgm@gnu.org>
8695
8696 * woman.el (woman-if-body): When processing an .el block,
8697 do not delete the next .el block as well. (Bug#9447)
69f4b618 8698 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 8699
9b1c252e
MR
87002011-09-08 Martin Rudalics <rudalics@gmx.at>
8701
8702 * window.el (window-deletable-p): Make sure window is live before
8703 invoking window-prev-buffers.
8704
567457e3
LL
87052011-09-08 Leo Liu <sdl.web@gmail.com>
8706
8707 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
8708
97f05794
JL
87092011-09-08 Juri Linkov <juri@jurta.org>
8710
8711 * progmodes/compile.el (compilation-environment): Make it
8712 a defcustom (bug#8340).
8713
8b0874b5
MR
87142011-09-08 Martin Rudalics <rudalics@gmx.at>
8715
8716 * window.el (frame-auto-delete): Rename to window-auto-delete.
8717 Make it control auto-deletion of windows and/or frames.
8718 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 8719 for deleting window/frame. (Bug#9419)
8b0874b5
MR
8720 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
8721 Rewrite handling of case when window/frame can be deleted.
8722 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 8723 argument t. (Bug#9456)
8b0874b5 8724
4feb6e73
CY
87252011-09-07 Chong Yidong <cyd@stupidchicken.com>
8726
8727 * help-mode.el (help-mode): Restore autoload.
8728
91ab9c13
JL
87292011-09-07 Juri Linkov <juri@jurta.org>
8730
8731 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
8732 `compilation-environment'. Set buffer-local
8733 `compilation-environment' to `thisenv' later after (funcall mode).
8734 (Bug#8340)
8735
8736 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
8737 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
8738 instead of replacing its value. (Bug#8340)
8739
0527e251
JL
87402011-09-07 Juri Linkov <juri@jurta.org>
8741
8742 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
8743 based on text properties put by `grep-filter' instead of matching
8744 escape sequences.
8745 (grep-mode): Set buffer-local `compilation-error-screen-columns'
8746 to the value of `grep-error-screen-columns' (bug#9438).
8747
249f792c
JL
87482011-09-07 Juri Linkov <juri@jurta.org>
8749
8750 * simple.el (next-error-highlight, next-error-highlight-no-select):
8751 Doc fix (bug#9432).
8752
ff7271b9
OT
87532011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
8754
8755 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8756 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
8757
183fc730
LL
87582011-09-07 Leo Liu <sdl.web@gmail.com>
8759
8760 * net/rcirc.el (rcirc-mode): Conditionally initialize
8761 rcirc-input-ring.
8762
77694924
SM
87632011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8764
8765 * emacs-lisp/find-func.el (find-function-C-source): Only set
8766 find-function-C-source-directory after checking that we found a source
8767 file there (bug#9440).
8768
d809b8eb
AM
87692011-09-06 Alan Mackenzie <acm@muc.de>
8770
8771 * isearch.el (isearch-other-meta-char): Wherever a key list is
8772 unread, "unread" the prefix arg, too. This fixes bug #8901.
8773
453de99f
OG
87742011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
8775
8776 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
8777
90439906
JL
87782011-09-05 Juri Linkov <juri@jurta.org>
8779
8780 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
8781
f62bd846
JL
87822011-09-05 Juri Linkov <juri@jurta.org>
8783
8784 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
8785 keeping point where processing of grep matches begins, and
8786 continue to delete remaining escape sequences from the same point.
8787 (grep-filter): Make leading zero optional in "0?1;31m" because
8788 git-grep emits "\033[1;31m" escape sequences unlike expected
8789 "\033[01;31m" as GNU Grep does (bug#9408).
8790 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
8791
045820ec
JL
87922011-09-05 Juri Linkov <juri@jurta.org>
8793
8794 * subr.el (y-or-n-p): Capitalize "yes".
8795
f5e29b9b
MA
87962011-09-04 Michael Albinus <michael.albinus@gmx.de>
8797
8798 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
8799 `tramp-cache-unload-hook' where appropriate.
8800 (tramp-methods): Rename `tramp-remote-sh' to
8801 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
8802 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
8803
8804 * net/tramp-sh.el (top): Don't require 'shell.
8805 (tramp-methods): Add `tramp-remote-shell' and
8806 `tramp-remote-shell-args' entries.
8807 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
8808 (tramp-sh-handle-shell-command): Remove.
8809 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8810 Use `tramp-remote-shell'.
8811
2784c434
CY
88122011-09-03 Chong Yidong <cyd@stupidchicken.com>
8813
393a301e 8814 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
8815 (sendmail-query-once): Save directly to send-mail-function.
8816 Update message-send-mail-function too.
8817
8818 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
8819
464cdf56
CS
88202011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
8821
8822 * progmodes/python.el (python-mode-map): Use correct function to
8823 start python interpreter from menu-bar (as reported by Geert
8824 Kloosterman).
8825 (inferior-python-mode-map): Fix typo.
393a301e 8826 (python-shell-map): Remove.
464cdf56 8827
d37e5c87
DD
88282011-09-03 Deniz Dogan <deniz@dogan.se>
8829
8830 * net/rcirc.el (rcirc-print): Simplify code for
8831 rcirc-scroll-show-maximum-output. There is no need to walk
8832 through all windows to find the right one.
8833
f3ada0ee
CS
88342011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
8835
8836 * help.el (help-return-method): Doc fix.
8837
1f3c99ca
MR
88382011-09-03 Martin Rudalics <rudalics@gmx.at>
8839
8840 * window.el (window-deletable-p): Don't return a non-nil value
8841 when there's a buffer that was shown in the window before.
8842 (Bug#9419)
393a301e
SM
8843 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8844 Set window's previous buffers to nil.
1f3c99ca 8845
a3cf097f
EZ
88462011-09-03 Eli Zaretskii <eliz@gnu.org>
8847
8848 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
8849 newline before and after the tag line, so it doesn't interfere
8850 with determining the paragraph direction of bidirectional text.
8851
3d03de90
LL
88522011-09-03 Leo Liu <sdl.web@gmail.com>
8853
8854 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
8855
c3313451
CY
88562011-09-02 Chong Yidong <cyd@stupidchicken.com>
8857
393a301e 8858 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
8859 (pop-to-buffer): Change interactive spec. Pass second argument
8860 directly to display-buffer.
8861 (display-buffer): Fix interactive spec. Use functionp to
8862 distinguish between a function and a list of functions.
8863
8864 * abbrev.el (edit-abbrevs):
8865 * arc-mode.el (archive-extract):
8866 * autoinsert.el (auto-insert):
8867 * bookmark.el (bookmark-bmenu-list):
8868 * files.el (find-file):
8869 * view.el (view-buffer):
8870 * progmodes/compile.el (compilation-goto-locus):
8871 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
8872
89894cd8
CY
88732011-09-02 Chong Yidong <cyd@stupidchicken.com>
8874
8875 * window.el (display-buffer-alist): Doc fix.
8876 (display-buffer): Add docstring. Don't treat
8877 display-buffer-default specially.
8878 (display-buffer-reuse-selected-window)
8879 (display-buffer-same-window, display-buffer-maybe-same-window)
8880 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8881 (display-buffer-pop-up-window)
8882 (display-buffer-reuse-or-pop-window)
8883 (display-buffer-use-some-window): New functions.
8884 (display-buffer-default-action): Use them.
393a301e 8885 (display-buffer-default): Delete.
89894cd8
CY
8886 (pop-to-buffer-1): Fix choice of actions.
8887
ae0bc9fb
SM
88882011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8889
8890 * minibuffer.el (completion--insert-strings): Don't get confused by
8891 completion entries that end with an LF char.
8892
e9d90883
EZ
88932011-09-01 Eli Zaretskii <eliz@gnu.org>
8894
8895 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
8896
437014c8
CY
88972011-09-01 Chong Yidong <cyd@stupidchicken.com>
8898
8899 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
8900 (display-buffer-same-window, display-buffer-other-window):
8901 New functions.
437014c8
CY
8902 (pop-to-buffer-1): New function. Use the above.
8903 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 8904 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
8905
8906 * view.el (view-buffer-other-window, view-buffer-other-frame):
8907 Just use pop-to-buffer.
8908
a5e063d5
TV
89092011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8910
8911 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
8912
793d32bb
WH
89132011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
8914
8915 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
8916
d65e4c15
RS
89172011-08-31 Richard Stallman <rms@gnu.org>
8918
8919 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
8920 of the separation of rmail-view-buffer from rmail-buffer.
8921 If you say no to "replace original", the decrypt is in the
8922 view buffer. If you say yes, the decrypt goes into the
8923 rmail buffer also.
8924
f818cd2a
MR
89252011-08-31 Martin Rudalics <rudalics@gmx.at>
8926
8927 * window.el (display-buffer-window): Rewrite doc-string.
8928 (display-buffer-record-window): New function.
8929 (display-buffer-macro-specifiers)
8930 (display-buffer-even-window-sizes, display-buffer-set-height)
8931 (display-buffer-set-width, display-buffer-in-window)
8932 (display-buffer-reuse-window, display-buffer-split-specifiers)
8933 (display-buffer-side-specifiers, display-buffer-split-window-1)
8934 (display-buffer-split-window, display-buffer-split-atom-window)
8935 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8936 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
8937 (display-buffer-other-window-means-other-frame)
8938 (display-buffer-normalize-special)
8939 (display-buffer-normalize-default)
8940 (display-buffer-normalize-argument)
8941 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
8942 (display-buffer-normalize-specifiers, display-buffer-frame)
8943 (display-buffer-same-window, display-buffer-same-frame)
8944 (display-buffer-other-window)
8945 (display-buffer-same-frame-other-window)
8946 (display-buffer-other-frame, pop-to-buffer-same-window)
8947 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
8948 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
8949 (switch-to-buffer-same-frame)
8950 (switch-to-buffer-other-window-same-frame)
8951 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
8952 (display-buffer-alist-set-1, display-buffer-alist-set-2)
8953 (display-buffer-alist-set): Remove.
8954 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
8955 (special-display-regexps, special-display-function):
8956 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
8957 parameter.
8958 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
8959 (special-display-frame-alist, special-display-popup-frame)
8960 (same-window-buffer-names, same-window-regexps, same-window-p)
8961 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8962 (split-window-preferred-function, split-height-threshold)
8963 (split-width-threshold, window-splittable-p)
8964 (split-window-sensibly, window--try-to-split-window)
8965 (window--frame-usable-p, even-window-heights)
8966 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
8967 (window--display-buffer-2, display-buffer-other-frame):
8968 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
8969 (display-buffer-default, display-buffer-assq-regexp): New functions.
8970 (display-buffer-alist): Rewrite doc-string.
8971 (display-buffer-default-action)
8972 (display-buffer-overriding-action): New variables.
8973 (display-buffer, switch-to-buffer): Rewrite.
8974 (pop-to-buffer): Restore Emacs 23 behavior but use
8975 window-normalize-buffer-to-display.
8976 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
8977 Restore Emacs 23 behavior but use
8978 window-normalize-buffer-to-switch-to.
8979 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
8980 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
8981 Rewrite using Emacs 23 options.
f818cd2a 8982
5bc3b51d
MA
89832011-08-31 Michael Albinus <michael.albinus@gmx.de>
8984
8985 * net/tramp.el (tramp-root-regexp): Remove.
8986 (tramp-completion-file-name-regexp-unified)
8987 (tramp-completion-file-name-regexp-separate)
8988 (tramp-completion-file-name-regexp-url): Don't use leading volume
8989 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
8990 (tramp-drop-volume-letter): Simplify definition.
8991 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 8992
b1a4f8e1
SM
89932011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8994
8995 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
8996 (bug#9356).
8997
5664fa7b
RT
89982011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
8999
b1a4f8e1 9000 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 9001
9a45d6c3
JL
90022011-08-29 Juri Linkov <juri@jurta.org>
9003
9004 * isearch.el (isearch-done): Don't display message "Mark saved"
9005 when arg `edit' is non-nil to prevent its flicker in the echo area.
9006
fb87e0fb
CY
90072011-08-28 Chong Yidong <cyd@stupidchicken.com>
9008
9009 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
9010 obsolete packages for deletion.
9011
09ac1c2a
CS
90122011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
9013
9014 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 9015 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
9016 view-mode from help-mode.
9017 (help-xref-override-view-map): Remove.
9018 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
9019 view-mode is not used anymore.
9020
7a1ff57f
CY
90212011-08-28 Chong Yidong <cyd@stupidchicken.com>
9022
9023 * server.el (server-port): Doc fix.
9024
b9696605
CY
9025 * cus-theme.el (custom-theme-choose-mode): Inherit from
9026 special-mode (Bug#9124).
9027 (custom-theme-choose-mode-map): Add special-mode to parent.
9028
ef8cdf8c
AM
90292011-08-28 Alan Mackenzie <acm@muc.de>
9030
9031 * progmodes/cc-fonts.el
9032 (c-make-font-lock-BO-decl-search-function): New function.
9033 (c-basic-matchers-after - "Fontify the clauses after various
9034 keywords"): Extract the three keyword lists for the 3 erroneous
9035 constructs from the list of four, and use the new function above
9036 in place of an old one.
9037
27de4e20
DD
90382011-08-28 Deniz Dogan <deniz@dogan.se>
9039
9040 * net/rcirc.el (rcirc-insert-prev-input)
9041 (rcirc-insert-next-input): Remove unused argument.
9042
356a3681
SM
90432011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9044
9045 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
9046
3fc9b218
AM
90472011-08-27 Alan Mackenzie <acm@muc.de>
9048
9049 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
9050 handle function pointer parameters properly.
9051
538a061c
MR
90522011-08-27 Martin Rudalics <rudalics@gmx.at>
9053
9054 * window.el (display-buffer-reuse-window): Fix case where
9055 selected window was reused with non-nil OTHER-WINDOW argument.
9056 (Bug#9381)
9057
35b1c40c
DD
90582011-08-27 Deniz Dogan <deniz@dogan.se>
9059
9060 * net/rcirc.el (rcirc-check-auth-status): Adding support for
9061 oftc's NickServ messages.
9062
2f6a3e79
GM
90632011-08-27 Glenn Morris <rgm@gnu.org>
9064
9065 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
9066
7254299e
CY
90672011-08-26 Chong Yidong <cyd@stupidchicken.com>
9068
9069 * emacs-lisp/package.el (package-install): Call package-initialize
9070 if called interactively.
9071
f8ccf167
LL
90722011-08-26 Leo Liu <sdl.web@gmail.com>
9073
9074 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
9075
3e8cd5ce
JL
90762011-08-25 Juri Linkov <juri@jurta.org>
9077
9078 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9079 `search-whitespace-regexp' (bug#9364).
9080
93eb7113
JL
90812011-08-25 Juri Linkov <juri@jurta.org>
9082
9083 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
9084 `regexp-search-ring' to their global values to protect from
9085 updating by `read-from-minibuffer' (bug#9185).
9086
f65d1611
JL
90872011-08-25 Juri Linkov <juri@jurta.org>
9088
9089 * textmodes/ispell.el (ispell-command-loop): Add newline
9090 at the end of the "Use option `i'..." line.
9091
f1cf7a31
JL
90922011-08-25 Juri Linkov <juri@jurta.org>
9093
9094 * battery.el (display-battery-mode): If `battery-status-function'
9095 or `battery-mode-line-format' is nil, display the message and set
9096 `display-battery-mode' to nil (bug#9363).
9097
0c95fcf7
EZ
90982011-08-25 Eli Zaretskii <eliz@gnu.org>
9099
9100 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
9101 bidi-string-mark-left-to-right; they are unnecessary now.
9102
a2ebe600
DD
91032011-08-25 Deniz Dogan <deniz@dogan.se>
9104
9105 * net/quickurl.el: Documentation typo fixes.
9106
e4ed06f1
CY
91072011-08-25 Chong Yidong <cyd@stupidchicken.com>
9108
9109 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
9110
e5f1c99e
GM
91112011-08-25 Glenn Morris <rgm@gnu.org>
9112
b2948976
GM
9113 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9114
e5f1c99e
GM
9115 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
9116 (smtpmail-via-smtp): Handle nil response from smtp.
9117
f22f4808
JL
91182011-08-24 Juri Linkov <juri@jurta.org>
9119
9120 * proced.el (proced-marked): Inherit from `error' instead of
9121 `font-lock-warning-face'.
9122
9123 * ibuffer.el (ibuffer-marked-face): Change default face from
9124 `font-lock-warning-face' to `warning'.
9125 (ibuffer-deletion-face): Change default face from
9126 `font-lock-type-face' to `error'.
9127
9128 * battery.el (battery-update): Use the face `error' instead of
9129 `font-lock-warning-face' (bug#6117).
9130
6a93965e
JL
91312011-08-24 Juri Linkov <juri@jurta.org>
9132
9133 * faces.el (success): Change face color from "Green3" to
9134 "ForestGreen" on light background (bug#9353).
9135
1ed43b09
CY
91362011-08-24 Chong Yidong <cyd@stupidchicken.com>
9137
5664fa7b
RT
9138 * window.el (quit-window): Rename from quit-restore-window.
9139 Use same arglist as old quit-window.
1ed43b09
CY
9140 (frame-auto-delete): Doc fix.
9141
9142 * view.el (view-mode-exit): Use quit-window.
9143
11dcdbb2
JL
91442011-08-24 Juri Linkov <juri@jurta.org>
9145
9146 * isearch.el (isearch-ring-adjust1): Start visiting previous
9147 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
9148 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
9149 for empty search string (when the last search string is reused
9150 automatically) to adjust the isearch ring to the last element and
9151 prepare the correct index for further M-p commands (bug#9185).
9152
de62b4df
KH
91532011-08-24 Kenichi Handa <handa@m17n.org>
9154
9155 * international/ucs-normalize.el: If decomposition property of
9156 CHAR is the default one (i.e. a list of CHAR itself), treat it as
9157 nil.
9158 (nfd, nfkd): Likewise.
9159
963b492b
SM
91602011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9161
9162 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
9163 from process filters aren't reliably transmitted to the surrounding
9164 accept-process-output.
9165 (mpc-proc-check): New function.
9166 (mpc-proc-sync): Use it (bug#8293)
9167
93b6b5e1
SM
91682011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9169
9170 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
9171 Add compatibility functions (bug#9313).
9172
bca633fb
EZ
91732011-08-23 Eli Zaretskii <eliz@gnu.org>
9174
b177498a
EZ
9175 * cus-start.el (all): Add entry for bidi-paragraph-direction.
9176
6df6ae42 9177 * international/uni-bidi.el: Regenerate.
bca633fb 9178
0902a04e
KH
91792011-08-23 Kenichi Handa <handa@m17n.org>
9180
9181 * international/charprop.el:
9182 * international/uni-bidi.el:
9183 * international/uni-category.el:
9184 * international/uni-combining.el:
9185 * international/uni-comment.el:
9186 * international/uni-decimal.el:
9187 * international/uni-decomposition.el:
9188 * international/uni-digit.el:
9189 * international/uni-lowercase.el:
9190 * international/uni-mirrored.el:
9191 * international/uni-name.el:
9192 * international/uni-numeric.el:
9193 * international/uni-old-name.el:
9194 * international/uni-titlecase.el:
9195 * international/uni-uppercase.el: Regenerate.
9196
3bbf23bc
MR
91972011-08-23 Martin Rudalics <rudalics@gmx.at>
9198
9199 * help.el (help-window-setup): Fix message displayed when other
9200 window is reused. (Bug#9341)
9201
b3fd59bd
SM
92022011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9203
1802e444
SM
9204 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
9205 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
9206
b3fd59bd
SM
9207 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
9208 Mark obsolete.
9209 * shell.el (shell-parse-pcomplete-arguments): New function.
9210 (shell-completion-vars): Use it instead (bug#9160).
9211
4eb61348
SM
92122011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9213
867cab74
SM
9214 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
9215 strings and comments (bug#9333).
9216
4eb61348
SM
9217 * emacs-lisp/debug.el (debug-arglist): New function.
9218 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
9219 (debug-on-entry-1): Handle interpreted closures (bug#9120).
9220
262a1439
JL
92212011-08-22 Juri Linkov <juri@jurta.org>
9222
56ee679c
JL
9223 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9224 Revert regexp that highlights output switches to its old
9225 pre-2010-10-28 value and remove one `?' from it (bug#9319).
9226
262a1439
JL
9227 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
9228 to check for empty output (bug#9226).
9229
f13f86fb
CY
92302011-08-22 Chong Yidong <cyd@stupidchicken.com>
9231
9232 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
9233 symbol-constituent as the default, as that stops font-lock from
9234 working properly (Bug#8843).
9235
c65c9622
LMI
92362011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9237
9238 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
9239 `coding-system-for-*' around the process open call to avoid
9240 auth-source side effects.
e7f2c178 9241 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
9242 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
9243 probe hangs.
c65c9622 9244
23a8a5ab
CY
92452011-08-21 Chong Yidong <cyd@stupidchicken.com>
9246
ff98b2dd
CY
9247 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
9248
23a8a5ab
CY
9249 * emacs-lisp/find-func.el (find-function-noselect): New arg
9250 lisp-only.
9251
9252 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
9253 signal an error for built-in functions (Bug#6664).
9254
f5e3c598
LMI
92552011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9256
9257 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
9258 (smtpmail-try-auth-methods): Use it.
9259
a3f2468a
CY
92602011-08-21 Chong Yidong <cyd@stupidchicken.com>
9261
2c34e8da
CY
9262 * font-lock.el (font-lock-fontify-region)
9263 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
9264 (font-lock-default-unfontify-buffer)
9265 (font-lock-default-fontify-region)
9266 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
9267
b3fd59bd
SM
9268 * progmodes/compile.el (compilation-error-properties):
9269 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
9270 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
9271 `ant' regexp.
ee31aabc 9272
a3f2468a
CY
9273 * net/browse-url.el (browse-url-firefox): Don't call
9274 browse-url-firefox-sentinel unless using -remote (Bug#9328).
9275
8e999f70
GM
92762011-08-20 Glenn Morris <rgm@gnu.org>
9277
c21a496a
GM
9278 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
9279
59ee0542
GM
9280 * tutorial.el (tutorial--default-keys): Update some default bindings.
9281
8e999f70
GM
9282 * files.el (hack-local-variables): Fully ignore case for "mode:".
9283
e3715033
AM
92842011-08-20 Alan Mackenzie <acm@muc.de>
9285
9286 Resolve invalid use of a regexp in regexp-opt.
9287
4d61f28d
JB
9288 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
9289 detection for a java annotation.
e3715033 9290
4d61f28d 9291 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
9292 detection for a java annotation.
9293
4d61f28d
JB
9294 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
9295 handling for java.
e3715033
AM
9296 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
9297
04ed2e9c
CY
92982011-08-20 Chong Yidong <cyd@stupidchicken.com>
9299
9300 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
9301 (Bug#9274).
9302
826cee64
AM
93032011-08-20 Alan Mackenzie <acm@muc.de>
9304
58179cce 9305 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
9306 such a construct. Mainly for when jit-lock etc. starts a chunk
9307 here.
9308
58179cce 9309 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 9310 variable.
58179cce 9311 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
9312 c-make-font-lock-search-function.
9313 (c-make-font-lock-search-function): Use the above function.
9314 (c-make-font-lock-context-search-function): New function.
9315 (c-cpp-matchers): Enhance the preprocessor expression case with
9316 the above function
9317 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
9318 which takes an expression.
9319
9320 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
9321
13009bd8
MR
93222011-08-20 Martin Rudalics <rudalics@gmx.at>
9323
9324 * window.el (display-buffer-reuse-window)
9325 (display-buffer-pop-up-window): Don't reuse or split a side
9326 window.
9327
9234ff7f
GM
93282011-08-19 Glenn Morris <rgm@gnu.org>
9329
9330 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 9331 Downcase "Mode:". (Bug#9331)
9234ff7f 9332
f635daa1
CY
93332011-08-18 Chong Yidong <cyd@stupidchicken.com>
9334
9335 * international/characters.el: Add L and R categories.
9336
9337 * subr.el (bidi-string-mark-left-to-right): Rename from
9338 string-mark-left-to-right. Use category search.
9339
9340 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
9341
bc987f8b
JL
93422011-08-18 Juri Linkov <juri@jurta.org>
9343
9344 * faces.el (error, warning, success): New faces with definitions
9345 copied from old default values of `font-lock-warning-face',
9346 `compilation-warning', `compilation-info' (bug#6117).
9347
9348 * font-lock.el (font-lock-warning-face): Inherit from `error'.
9349
9350 * progmodes/compile.el (compilation-error): Inherit from `error'.
9351 (compilation-warning): Inherit from `warning'.
9352 (compilation-info): Inherit from `success'.
9353
9354 * dired.el (dired-marked): Inherit from `warning'.
9355 (dired-flagged): Inherit from `error'.
9356
57173b96
LMI
93572011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9358
3e79eb87
LMI
9359 * mail/smtpmail.el (auth-source): Require to avoid problems with
9360 binding variables (bug#9298). Also clean up some unused
9361 autoloads.
9362
b3fd59bd
SM
9363 * net/network-stream.el (network-stream-open-starttls):
9364 Support using starttls.el without using gnutls-cli.
57173b96 9365
02b404de
JL
93662011-08-17 Juri Linkov <juri@jurta.org>
9367
9368 * progmodes/grep.el (rgrep): Handle the case when
9369 `grep-find-command' is a cons cell (bug#9278).
9370
8c9177f2
MR
93712011-08-17 Martin Rudalics <rudalics@gmx.at>
9372
9373 * window.el (display-buffer-pop-up-frame): Run frame creation
9374 function with BUFFER current (as special-display-popup-frame
9375 does). Reported by Drew Adams.
9376
3644a0ab
DU
93772011-08-17 Daiki Ueno <ueno@unixuser.org>
9378
9379 * epa-mail.el: Simplify GnuPG group expansion using
9380 epg-expand-group.
9381 (epa-mail-group-alist, epa-mail-group-modtime)
9382 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
9383 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
9384 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
9385 Remove.
9386
5e617bc2 93872011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
9388
9389 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
9390
9c4aeabf
AM
93912011-08-16 Alan Mackenzie <acm@muc.de>
9392
9393 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
9394 Correct, to avoid the inside of macros.
9395
3a99bf64
RS
93962011-08-16 Richard Stallman <rms@gnu.org>
9397
04963aa8
RS
9398 * epa-mail.el: Handle GnuPG group definitions.
9399 (epa-mail-group-alist, epa-mail-group-modtime)
9400 (epa-mail-gnupg-conf-file): New variables.
9401 (epa-mail-parse-groups, epa-mail-sync-groups)
9402 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
9403 (epa-mail-expand-recipients): New functions.
9404 (epa-mail-encrypt): Call epa-mail-expand-recipients.
9405
177549d0
RS
9406 * mail/rmail.el (rmail-epa-decrypt): New command.
9407
fe38beef
RS
9408 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
9409 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
9410 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
9411 (epa-decrypt-armor-in-region): Make error message clearer.
9412
934eacb9
SM
94132011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9414
9415 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
9416 and "a2b" to "ab" for `prefix'.
9417
d024fb4e
CY
94182011-08-14 Chong Yidong <cyd@stupidchicken.com>
9419
9420 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
9421 filter groups.
de148fee
CY
9422 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
9423 Fourquet (Bug#8804).
d024fb4e 9424
62f1ca49
JB
94252011-08-12 Juanma Barranquero <lekktu@gmail.com>
9426
9427 * startup.el (argi): Declare as global variable (bug#9275).
9428
9ccaaa4b
CY
94292011-08-12 Chong Yidong <cyd@stupidchicken.com>
9430
9431 * subr.el (string-mark-left-to-right): Search the entire string
9432 for RTL script, not just the terminating character. Doc fix.
9433
a3dae87a
SM
94342011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9435
6cd18349
SM
9436 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
9437 New function.
9438 (js--regexp-literal, js-syntax-propertize-function): Remove.
9439 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
9440 (js-mode-map): Don't rebind electric keys.
9441 (js-insert-and-indent): Remove.
9442 (js-mode): Setup electric-layout and electric-indent instead.
9443
a3dae87a
SM
9444 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
9445
9d5cb631
DU
94462011-08-12 Daiki Ueno <ueno@unixuser.org>
9447
9448 * epa.el (epa-progress-callback-function): Fix the logic of
9449 displaying progress.
9450 * epa-file.el (epa-file-insert-file-contents): Make progress
9451 display more user-friendly.
9452 (epa-file-write-region): Ditto.
9453
3e26a4a2
CY
94542011-08-10 Chong Yidong <cyd@stupidchicken.com>
9455
9456 * subr.el (string-mark-left-to-right): New function.
9457
9458 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
9459 Use string-mark-left-to-right.
9460 (list-buffers-noselect): Caller changed.
9461
a3dae87a
SM
9462 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9463 Use string-mark-left-to-right.
3e26a4a2
CY
9464 (tabulated-list-print): Recenter after moving point.
9465
ac8cf6e6
JL
94662011-08-10 Juri Linkov <juri@jurta.org>
9467
9468 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
9469 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
9470 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
9471
8d96c9a4
CY
94722011-08-09 Chong Yidong <cyd@stupidchicken.com>
9473
9474 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
9475 (Bug#7554).
9476
7be1c708 94772011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
9478
9479 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
9480 character. (Bug#6594)
9481
37e11a63
CY
94822011-08-08 Chong Yidong <cyd@stupidchicken.com>
9483
839dde57
CY
9484 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
9485 (image-dired--with-db-file): New macro.
9486 (image-dired-write-tags, image-dired-remove-tag)
9487 (image-dired-create-gallery-lists, image-dired-write-comments)
9488 (image-dired-get-comment, image-dired-mark-tagged-files)
9489 (image-dired-list-tags, image-dired-gallery-generate): Use it.
9490 (image-dired-gallery-generate): Use insert-file-contents.
9491
37e11a63
CY
9492 * time.el (display-time-world-list, display-time-world-display):
9493 * time-stamp.el (time-stamp-string):
9494 * vc/add-log.el (add-change-log-entry): Use setenv instead of
9495 set-time-zone-rule (Bug#7337).
9496
0b4946c4
DU
94972011-08-08 Daiki Ueno <ueno@unixuser.org>
9498
9499 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
9500 (epg-error-to-string, epg-errors-to-string): New function.
9501 (epg-wait-for-completion): Reverse errors list.
9502 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
9503 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
9504 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
9505 (epg-sign-keys, epg-generate-key-from-file)
9506 (epg-generate-key-from-string): Format errors by using
9507 epg-errors-to-string (bug#9255).
9508 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
9509
75bfc667
JL
95102011-08-07 Juri Linkov <juri@jurta.org>
9511
9512 * faces.el (list-faces-display): Remove extra angle bracket
9513 from `help-mode-map'.
9514
9515 * info.el (Info-history-toc-nodes): Doc fix.
9516
9517 * longlines.el (longlines-mode): Doc fix.
9518
673e08bb
SM
95192011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9520
4640dd88
SM
9521 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
9522 of statements and in a few more cases (bug#9183).
9523
673e08bb
SM
9524 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
9525 New functions.
9526 (cl-transform-lambda): Use them (bug#9239).
9527
89b3f019
MR
95282011-08-05 Martin Rudalics <rudalics@gmx.at>
9529
9530 * window.el (display-buffer-same-window)
9531 (display-buffer-same-frame, display-buffer-other-window)
9532 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9533 (pop-to-buffer-other-window)
9534 (pop-to-buffer-same-frame-other-window)
9535 (pop-to-buffer-other-frame): Make them defuns.
9536 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
9537
640c8776
SM
95382011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9539
9540 * subr.el (make-composed-keymap): Move from C. Change calling
9541 convention, and improve docstring to bring attention to a subtle point.
9542 * minibuffer.el (completing-read-default): Adjust accordingly.
9543
63648a95
MA
95442011-08-03 Michael Albinus <michael.albinus@gmx.de>
9545
9546 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9547 (tramp-open-shell): Use `tramp-shell-quote-argument'.
9548
9549 * net/trampver.el: Update release number.
9550
b796c9b7
SM
95512011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9552
9553 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
9554 "in" (bug#9190).
9555
2239d7d5
LMI
95562011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9557
e07dd7c3
LMI
9558 * mail/sendmail.el (sendmail-query-once): Restore the current
9559 buffer after querying (bug#9074).
9560
0e6a2bd7
LMI
9561 * dired.el (dired-flagged): Use different faces for marked and
9562 flagged files (bug#6117).
9563
ce887515
LMI
9564 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
9565 (bug#4433).
9566
92f2affc
LMI
9567 * ido.el (ido-mode): Switch off the message if called
9568 non-interactively.
9569
57d5aff0
LMI
9570 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
9571 before 587, since it appears that that's more likely to work for
9572 more people.
9573
98cd6c18 9574 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 9575 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
9576 exist.
9577
b96dec83
LMI
9578 * info.el: Remove the `Info-beginning-of-buffer' function
9579 (bug#8325).
9580
b796c9b7
SM
9581 * net/network-stream.el (network-stream-open-starttls):
9582 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 9583
d90e2ea0
MR
95842011-08-01 Martin Rudalics <rudalics@gmx.at>
9585
9586 * window.el (display-buffer-in-window): Don't set dedicated status
9587 of window here (Bug#9215).
9588 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9589 (display-buffer-pop-up-side-window)
b796c9b7 9590 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 9591
cca09170
SM
95922011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9593
9594 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
9595 before binding generated-autoload-file.
9596
027b979c
DD
95972011-08-01 Deniz Dogan <deniz@dogan.se>
9598
9599 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
9600
3c7ee4f3
MA
96012011-07-30 Michael Albinus <michael.albinus@gmx.de>
9602
9603 Sync with Tramp 2.2.2.
9604
9605 * net/trampver.el: Update release number.
9606
2cc8e51a
JL
96072011-07-30 Juri Linkov <juri@jurta.org>
9608
9609 * dired-aux.el (dired-touch-initial): Remove function.
9610 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
9611 current time, and `default' to the last modification time of the
9612 current marked file (bug#6887).
9613
a514d856
JM
96142011-07-28 Jose E. Marchesi <jemarch@gnu.org>
9615
9616 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 9617 numeric argument to read-number (bug#9163).
a514d856 9618
8a7eddd7
MA
96192011-07-27 Michael Albinus <michael.albinus@gmx.de>
9620
9621 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
9622 connection process, it could be nil.
9623
1ddd96f5
LL
96242011-07-27 Leo Liu <sdl.web@gmail.com>
9625
9626 Simplify url handling in rcirc-mode.
9627
9628 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
9629 (rcirc-browse-url-at-mouse): Remove.
9630 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
9631
b248a85d
AM
96322011-07-26 Alan Mackenzie <acm@muc.de>
9633
9634 Fontify bitfield declarations properly.
9635
9636 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
9637 (c-symbol-chars): Now exported as a lang variable.
9638 (c-not-primitive-type-keywords): New lang variable.
9639
9640 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
9641 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 9642 parsed as a bitfield declaration.
b248a85d 9643
b796c9b7
SM
9644 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9645 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
9646 (c-punctuation-in): New function.
9647 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
9648 declarations properly.
9649
68575ab0
UJ
96502011-07-26 Ulf Jasper <ulf.jasper@web.de>
9651
9652 * calendar/icalendar.el (icalendar--all-events): Take care of
9653 multiple vcalendars in a single file.
b796c9b7 9654 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 9655
0f0a88b9
DD
96562011-07-25 Deniz Dogan <deniz@dogan.se>
9657
9658 * image.el (insert-image): Clarifying docstring.
9659
0b3f36df
MA
96602011-07-24 Michael Albinus <michael.albinus@gmx.de>
9661
9662 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
9663 `tramp-send-command-and-check' if there is no error.
9664 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
9665
a9901f61
AM
96662011-07-22 Alan Mackenzie <acm@muc.de>
9667
9668 Prevent cc-langs.elc being loaded at run time.
9669
9670 * progmodes/cc-mode.el: Remove two autoload forms which loaded
9671 cc-langs.
9672
4d61f28d 9673 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
9674 "(require 'cc-langs)". Quote a form so it will evaluate at
9675 (cc-mode's) compilation time.
9676
11d074b2
MA
96772011-07-22 Michael Albinus <michael.albinus@gmx.de>
9678
9679 * net/tramp.el (tramp-file-name-handler): Avoid recursive
9680 loading. (Bug#9114)
9681
938b94c8
MR
96822011-07-21 Martin Rudalics <rudalics@gmx.at>
9683
9684 * window.el (display-buffer-pop-up-window)
9685 (display-buffer-pop-up-side-window)
9686 (display-buffer-in-side-window): Call display-buffer-set-height
9687 and display-buffer-set-width after setting the new window's
b796c9b7 9688 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 9689
bfa4f190
SS
96902011-07-20 Sam Steingold <sds@gnu.org>
9691
9692 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
9693 (etags-tags-included-tables): Call `convert-standard-filename' on
9694 the file names contained in TAGS so that windows Emacs can handle
9695 TAGS files created by cygwin ctags.
9696
8ca42262
LMI
96972011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9698
9699 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
9700 which apparently didn't work.
9701
5db2afd2 97022011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 9703
5db2afd2
RW
9704 * proced.el (proced-send-signal): For *Marked Processes* buffer
9705 put point at beginning of buffer.
9706
92e15d10
SB
97072011-07-19 Stephen Berman <stephen.berman@gmx.net>
9708
9709 * proced.el (proced-format): Make header lines align with the text
9710 (bug#1779).
9711
1bfd59e5
LMI
97122011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9713
9714 * view.el (view-buffer): Allow running in `special' modes if we're
9715 visiting a file (bug#8615).
9716
f5aae37c
MR
97172011-07-19 Martin Rudalics <rudalics@gmx.at>
9718
9719 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
9720 (display-buffer-alist-set-1, display-buffer-alist-set-2):
9721 New functions.
f5aae37c
MR
9722 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
9723 more accurately.
9724
bf2c1571
AM
97252011-07-18 Alan Mackenzie <acm@muc.de>
9726
9727 Fontify declarators properly when, e.g., a jit-lock chunk begins
9728 inside a declaration.
9729
9730 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
9731
b796c9b7
SM
9732 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9733 New function.
bf2c1571
AM
9734 (c-complex-decl-matchers): Insert reference to
9735 c-font-lock-enclosing-decls.
9736
9737 * progmodes/cc-engine.el (c-backward-single-comment):
9738 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
9739 to nil around calls to (forward-comment -1).
9740
4e190b80
LMI
97412011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9742
12dc863d
LMI
9743 * image.el (put-image): Doc typo fix.
9744
a762e966
LMI
9745 * progmodes/etags.el (tags-search): Doc typo fix.
9746
4e190b80
LMI
9747 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
9748 password if we get errors 550 to 554.
9749
f019fb21
LMI
97502011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9751
b796c9b7 9752 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 9753
81746738
LMI
9754 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
9755 indentation character (bug#6380).
9756
3ee3a1b5
LMI
9757 * files.el (buffer-offer-save): Made permanently local (bug#6241).
9758
c82f64de
LMI
9759 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
9760 to clarify what the problem is (bug#4291).
9761
f019fb21
LMI
9762 * simple.el (current-kill): Clarify what
9763 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
9764 (auto-fill-mode): Document `auto-fill-function' in relation to
9765 `auto-fill-mode' (bug#2470).
f019fb21 9766
0794775d
LM
97672011-07-16 Lawrence Mitchell <wence@gmx.li>
9768
9769 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
9770 method if slot is read-only (bug#9035).
9771
be39b8cc
MR
97722011-07-16 Martin Rudalics <rudalics@gmx.at>
9773
b796c9b7 9774 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 9775 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
9776 selected before, see discussion of (Bug#8615), (Bug#6954).
9777 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 9778
6ccf7859
GM
97792011-07-15 Glenn Morris <rgm@gnu.org>
9780
9781 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 9782 Respect help-form.
6ccf7859 9783
87e86684
LM
97842011-07-09 Lawrence Mitchell <wence@gmx.li>
9785
9786 * net/gnutls.el (gnutls-min-prime-bits): New variable.
9787 (gnutls-negotiate): Use it.
9788
d6066239
LMI
97892011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9790
b796c9b7
SM
9791 * net/gnutls.el (gnutls-negotiate):
9792 Upcase `gnutls-algorithm-priority'.
d6066239 9793
bd23ebc0
GM
97942011-07-15 Glenn Morris <rgm@gnu.org>
9795
c65bca65
GM
9796 * jka-compr.el (jka-compr-verbose): Move from here...
9797 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
9798 Add missing :version tag.
9799 * info.el: No need to require jka-compr when compiling.
bd23ebc0 9800
478615cc
LMI
98012011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9802
7b41decb
LMI
9803 * net/gnutls.el (gnutls-algorithm-priority): New variable.
9804 (gnutls-negotiate): Use it.
9805
dbc44fcd
LMI
9806 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
9807
06789f97
LMI
9808 * info.el (Info-beginning-of-buffer): New command.
9809 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
9810 announcing `b' as the key (bug#8325).
ab896c37 9811 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 9812
c39da690
LMI
9813 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
9814
3aa5f34b
LMI
9815 * international/mule-cmds.el
9816 (describe-specified-language-support): Make the error message
9817 clearer (bug#8905).
9818
4bf0979f
LMI
9819 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
9820
478615cc
LMI
9821 * isearch.el (isearch-barrier): Add a doc string, since it's
9822 mentioned in a function doc string (bug#8678).
9823
75c68aa1
MR
98242011-07-15 Martin Rudalics <rudalics@gmx.at>
9825
9826 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
9827 buffer argument (Bug#9083) and self-identifying label argument.
9828
a7c33da2
GM
98292011-07-15 Glenn Morris <rgm@gnu.org>
9830
9831 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
9832
2f5c6024
LMI
98332011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9834
9835 * man.el (Man-fontify-manpage): Fix message when formatting the
9836 man page (bug#7929).
9837
0bb23927 98382011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
9839
9840 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
9841 argument LRM; if non-nil, append an invisible LRM character to the
9842 buffer name.
9843 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
9844 last argument non-nil, when formatting buffer names.
0bb23927
EZ
9845 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
9846 paragraph direction.
cce4b0a7 9847
621ef9ab
LMI
98482011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9849
d1583c48
LMI
9850 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
9851 the man page name (bug#7929).
9852
6a57fb5f
LMI
9853 * image.el (put-image): Mention the `put-image' overlay property
9854 (bug#7834).
9855
d7956b14
LMI
9856 * scroll-bar.el (set-scroll-bar-mode): Mention that
9857 `scroll-bar-mode' lists the values (bug#7772).
9858
5b2d4a66
LMI
9859 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
9860 command (bug#7729).
9861
7509a874
LMI
9862 * rect.el (apply-on-rectangle): Return the point after the last
9863 operation.
9864 (string-rectangle): Go to the point after the last operation
9865 (bug#7522).
9866
4fe74b19
LMI
9867 * printing.el (pr-toggle-region): Clarify the documentation
9868 slightly (bug#7493).
9869
b796c9b7
SM
9870 * time.el (display-time-update):
9871 Allow `display-time-mail-function' to return nil (bug#7158).
9872 Fix suggested by Detlev Zundel.
ab283561 9873
fc233c9d
LMI
9874 * vc/diff.el (diff): Clarify the order the file names are read
9875 (bug#7111).
9876
43f5740b
LMI
9877 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
9878 the doc string (bug#7015).
9879
f2182a76
LMI
9880 * font-lock.el (font-lock-maximum-decoration): Mention what
9881 numeric levels mean (bug#6935).
9882
621ef9ab
LMI
9883 * startup.el (initial-buffer-choice): Don't mention the `none'
9884 selection, which is against policy.
9885
adc47434
MR
98862011-07-14 Martin Rudalics <rudalics@gmx.at>
9887
b796c9b7
SM
9888 * window.el (display-buffer-normalize-special):
9889 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 9890
7e5bfb8f
EZ
98912011-07-14 Eli Zaretskii <eliz@gnu.org>
9892
9893 * subr.el (version<, version<=, version=): Mention "-CVS" and
9894 "-12345" alpha version numbers.
9895
27fa387a
CY
98962011-07-14 Chong Yidong <cyd@stupidchicken.com>
9897
9898 * bindings.el: Add advertised binding for set-mark-command
9899 (Bug#5772).
9900
8bdfa064
CY
99012011-07-14 Chong Yidong <cyd@stupidchicken.com>
9902
9903 * bindings.el (mode-line-other-buffer):
9904 * bookmark.el (bookmark-bmenu-2-window):
9905 * bs.el (bs-cycle-next, bs-cycle-previous):
9906 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
9907 switch-to-buffer.
9908
9909 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 9910 Delete.
8bdfa064 9911
5eba16a3
JB
99122011-07-14 Juanma Barranquero <lekktu@gmail.com>
9913
9914 * follow.el (follow-debug-message, follow-redisplay):
9915 * jka-cmpr-hook.el (with-auto-compression-mode):
9916 Fix typos in docstrings.
9917
15853710
LMI
99182011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9919
a28e4607
LMI
9920 * subr.el (with-silent-modifications): Clarify somewhat what the
9921 macro inhibits (bug#6525).
9922
15853710
LMI
9923 * simple.el (eval-expression): Note what it does if called
9924 interactively (bug#6495).
9925
bee0fcef
CY
99262011-07-13 Chong Yidong <cyd@stupidchicken.com>
9927
b796c9b7
SM
9928 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
9929 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
9930
9931 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9932 Remove switch-to-buffer.
9933
58274504
LMI
99342011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9935
bd2fcc8d
LMI
9936 * files.el (make-directory): Clarify that an error will be raised
9937 if there's an error (bug#6397).
9938
0f04b32c
LMI
9939 * startup.el (initial-buffer-choice): Add `none' as a choice
9940 (bug#6234).
9941
465c5fc8
LMI
9942 * subr.el (add-hook): Clarify section about buffer-local hooks
9943 (bug#6218).
9944
58274504
LMI
9945 * dired.el (dired-flagged): Clarify doc string (bug#6117).
9946
bead9a43
JB
99472011-07-13 Juanma Barranquero <lekktu@gmail.com>
9948
9949 * tabify.el (untabify): Preserve the current column so that point
9950 doesn't move (bug#6032).
9951
3af98a7b
LMI
99522011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9953
b796c9b7
SM
9954 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
9955 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 9956
6240145a
GM
99572011-07-13 Glenn Morris <rgm@gnu.org>
9958
9959 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
9960 (dired-insert-directory): Give a message the first time
9961 if ls is found not to support --dired.
9962
1d8c2ccc
LMI
99632011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9964
9965 * simple.el (toggle-truncate-lines): Clarify what is toggled
9966 (bug#5580). Text by Drew Adams.
9967
5fc4038e
CY
99682011-07-13 Chong Yidong <cyd@stupidchicken.com>
9969
9970 * simple.el (blink-matching-open): Make the error message from the
9971 last change less verbose.
9972
bf6012e5
DN
99732011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9974
9975 * font-lock.el (font-lock-comment-face): Use the high contrast
9976 "yellow" color for font-lock-comment-face on low color terminals
9977 using a dark background color (bug#4221).
9978
343c3b5a
LMI
99792011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9980
7e9505c5
LMI
9981 * dired.el (dired-insert-set-properties): Make the doc string
9982 reflect what it does now (bug#5325).
9983
c26fdcf5
LMI
9984 * simple.el (blink-matching-open): Say that we were unable to find
9985 the match within the limit, if we're limited (bug#5122).
9986
bb388cc5
LMI
9987 * international/mule-cmds.el (prefer-coding-system): Add an
9988 example (bug#4869).
9989
343c3b5a
LMI
9990 * progmodes/etags.el (tags-search): Document `file-list-form'
9991 (bug#4731).
9992
2a517d45
LM
99932011-07-13 Lawrence Mitchell <wence@gmx.li>
9994
9995 * net/browse-url.el (browse-url-default-browser)
9996 (browse-url-browser-function): Make the default browser choice a
9997 bit more logical (bug#4300). Also clean up the doc string.
9998
b6c78ef2
JB
99992011-07-13 Juanma Barranquero <lekktu@gmail.com>
10000
10001 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10002 binary endings (bug#4440).
10003
1c4dd947
LMI
100042011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10005
a2014063
LMI
10006 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
10007 which can be pretty annoying (bug#8971).
10008
9c9c2d88
LMI
10009 * jka-compr.el (jka-compr-verbose): New variable, and use
10010 throughout (bug#8971).
10011
1c4dd947
LMI
10012 * info.el (Info-find-file): Fall back on the installation
10013 directory if we can't find the info node anywhere else.
10014
a1c9f41b
SO
100152011-07-13 Sergei Organov <osv@javad.com> (tiny change)
10016
10017 * vc/vc.el (vc-revert-file):
10018 Don't set file time-stamp in the past. (Bug#5181)
10019
536f3d36
LMI
100202011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10021
7152b011
LMI
10022 * files.el (after-find-file): Give a better error message when
10023 trying to find a symlink that points to a file that doesn't exist
10024 (bug#4398).
10025
536f3d36
LMI
10026 * progmodes/cc-vars.el: Remove (probably) misleading comment
10027 (bug#4396).
10028
460c0fba
JB
100292011-07-12 Johan Bockgård <bojohan@gnu.org>
10030
10031 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
10032
7a6bda45
CY
100332011-07-12 Chong Yidong <cyd@stupidchicken.com>
10034
10035 * mouse-sel.el: Hack restoring functionality, while keeping
10036 compatibility with 2010-07-03 changes to mouse selection.
10037 (mouse-sel-primary-overlay): New var.
10038 (mouse-sel-selection-alist): Use it.
10039 (mouse-sel-mode): Doc fix; remove points that are default features
10040 of mouse.el.
10041
c79598ef
JB
100422011-07-12 Johan Bockgård <bojohan@gnu.org>
10043
10044 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10045 Fix previous fix (bug#2490).
10046
ff8be6ef
RW
100472011-07-12 Roland Winkler <winkler@gnu.org>
10048
b796c9b7
SM
10049 * textmodes/bibtex.el (bibtex-initialize):
10050 Use pop-to-buffer-same-window.
ff8be6ef
RW
10051 (bibtex-search-entries): Fix interactive call.
10052
296ba3ee
LMI
100532011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10054
f5242a02 10055 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
10056 Fontise bytecomp Error lines more correctly (bug#2490).
10057 Fix suggested by Johan Bockgård.
f5242a02 10058
296ba3ee
LMI
10059 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
10060
10061 * dired-x.el (dired-guess-default): Use `delete-dups'.
10062
f69fd0d2
CY
100632011-07-12 Chong Yidong <cyd@stupidchicken.com>
10064
10065 * dired.el (dired-mark-prompt):
10066 * dired-aux.el (dired-read-shell-command): Doc fix.
10067
eab5dc07
LMI
100682011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10069
b796c9b7
SM
10070 * mail/sendmail.el (sendmail-query-once):
10071 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
10072 emacs -Q.
10073
10074 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10075
eab5dc07
LMI
10076 * cus-edit.el (custom-file): Take an optional no-error variable.
10077 (customize-save-variable): Set the variable, and give a warning if
10078 running under "emacs -q".
10079
a1e65d42
JB
100802011-07-11 Juanma Barranquero <lekktu@gmail.com>
10081
10082 * loadhist.el (unload-feature-special-hooks):
10083 Add `auto-coding-functions', `fill-nobreak-predicate' and
10084 `find-directory-functions' (bug#5327).
10085
1d52da10
LMI
100862011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10087
be958f1d
LMI
10088 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
10089
5bedb26c
LMI
10090 * cus-edit.el (custom-guess-name-alist): -alist variables should
10091 use the `alist' type (bug#3120). Suggested by Drew Adams.
10092
1d52da10
LMI
10093 * printing.el: Add documentation to all the `pr-toggle-' commands.
10094
cd394be1 100952011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
10096
10097 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
10098 backends where it makes sense (bug#2623).
10099
dcc88d8a
LMI
101002011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10101
c3de9feb
LMI
10102 * dired-x.el (dired-guess-default): Remove duplicate shell command
10103 entries (bug#2028).
8a93078b 10104 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 10105 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 10106
dcc88d8a
LMI
10107 * subr.el (remove-duplicates): New conveniency function.
10108
505e3645
LMI
101092011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10110
10111 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
10112 (bug#1526).
10113
101142011-07-10 Martin Rudalics <rudalics@gmx.at>
10115
10116 * window.el (display-buffer-normalize-default): Don't invert
10117 meaning of even-window-heights. Reported by Eli Zaretskii
10118 <eliz@gnu.org>.
10119
455e4fa1
BR
101202011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
10121
10122 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
10123
8e0bc3e9
CY
101242011-07-10 Chong Yidong <cyd@stupidchicken.com>
10125
10126 * window.el (display-buffer): Fix arguments to
10127 display-buffer-reuse-window in last change.
10128
fa7c3228
CY
10129 * faces.el (link): Use a less saturated blue on light backgrounds.
10130
10131 * startup.el (fancy-startup-text, fancy-about-text)
10132 (fancy-startup-tail): Use font-lock faces, for background safety.
10133
c0a7f300
BN
101342011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
10135
b796c9b7
SM
10136 * emulation/viper-cmd.el (viper-change-state-to-vi):
10137 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 10138
4dc2a129
MR
101392011-07-09 Martin Rudalics <rudalics@gmx.at>
10140
10141 * window.el (display-buffer-default-specifiers): Remove.
10142 (display-buffer-macro-specifiers): Remove default specifiers.
10143 (display-buffer-alist): Default to nil.
b796c9b7 10144 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
10145 (display-buffer-pop-up-window): Allow splitting internal
10146 windows. Check whether a live window was created.
10147 (display-buffer-other-window-means-other-frame)
10148 (display-buffer-normalize-arguments): Rename to
10149 display-buffer-normalize-argument and rewrite. Set the
10150 other-window specifier.
10151 (display-buffer-normalize-special): New function.
10152 (display-buffer-normalize-options): Rename to
10153 display-buffer-normalize-default and rewrite.
10154 (display-buffer-normalize-options-inhibit): Remove.
10155 (display-buffer-normalize-specifiers): Rewrite.
10156 (display-buffer): Process other-window specifier and call
10157 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
10158 more faithfully.
b796c9b7 10159 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 10160 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
10161 (display-buffer-in-window, display-buffer-alist-set):
10162 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
10163 <tassilo@member.fsf.org>.
10164
2d43b8c9
LL
101652011-07-09 Leo Liu <sdl.web@gmail.com>
10166
10167 * register.el (insert-register): Restore accidental change on
10168 2011-06-26. (Bug#9028)
10169
7f9b7c53
GM
101702011-07-09 Glenn Morris <rgm@gnu.org>
10171
10172 * subr.el (remq): Handle the empty list. (Bug#9024)
10173
f042cfd8
AS
101742011-07-08 Andreas Schwab <schwab@linux-m68k.org>
10175
10176 * mail/sendmail.el (send-mail-function): No longer delay custom
10177 initialization.
10178 * custom.el (custom-initialize-delay): Doc fix.
10179
856b2f11
SM
101802011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10181
10182 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
10183
afae1d68
MA
101842011-07-08 Michael Albinus <michael.albinus@gmx.de>
10185
10186 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
10187 human-friendly prompt.
10188
0757af94
SM
101892011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10190
10191 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
10192 provided by a particular plugin.
10193
d760b731
LMI
101942011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10195
10196 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
10197 save customizations (with "emacs -Q"), just set the variable
10198 instead of erroring out.
10199
10200 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10201
cd79ce90
JL
102022011-07-08 Juri Linkov <juri@jurta.org>
10203
10204 * arc-mode.el (archive-zip-expunge, archive-zip-update)
10205 (archive-zip-update-case): Use 7z if found by `executable-find'.
10206 The order of searching the available programs is the same as in
10207 `archive-zip-extract' (bug#8968).
10208
14cc04aa
CY
102092011-07-07 Chong Yidong <cyd@stupidchicken.com>
10210
10211 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
10212 (menu-bar-options-menu): Tweak descriptions.
10213
0a1848ec
LMI
102142011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10215
10216 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
10217 menu items into verb phrases (bug#1421). Also refill to fit under
10218 80 columns.
10219
f5bd0689
CY
102202011-07-07 Chong Yidong <cyd@stupidchicken.com>
10221
538e85c6
CY
10222 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
10223 (Info-read-node-name): Doc fix (Bug#1084).
10224
f5bd0689
CY
10225 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
10226 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
10227 (end-of-sexp, beginning-of-sexp)
10228 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
10229 (forward-symbol, forward-same-syntax, word-at-point)
10230 (sentence-at-point): Doc fix (Bug#1144).
10231
56ec5115
LMI
102322011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10233
f3f8e37f
LMI
10234 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
10235 should cover it (bug#1281).
10236
0757af94 10237 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 10238
e9fce1ac 10239 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
10240 negotiation fails, then possibly try again with a non-encrypted
10241 connection (bug#9017).
10242
56ec5115
LMI
10243 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
10244 be used.
10245
c2f9aec8
RS
102462011-07-07 Richard Stallman <rms@gnu.org>
10247
10248 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
10249 property, and handle its changed format.
10250 Look for the correct line number.
10251 Use file's line contents (but not past first =) to find
10252 correct line in message.
10253
ef7b981d 102542011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
10255
10256 * international/characters.el (build-unicode-category-table):
10257 Delete it.
0757af94 10258 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 10259
0757af94 10260 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
10261 to src/chartab.c.
10262 (get-char-code-property): Call unicode-property-table-internal to
10263 load a file. Call get-unicode-property-internal where necessary.
10264 (put-char-code-property): Call unicode-property-table-internal to
10265 load a file. Call put-unicode-property-internal where necessary.
10266 put-unicode-property-internal where necessary.
0757af94
SM
10267 (char-code-property-description):
10268 Call unicode-property-table-internal to load a file.
c805dec0
KH
10269
10270 * international/charprop.el:
10271 * international/uni-bidi.el:
10272 * international/uni-category.el:
10273 * international/uni-combining.el:
10274 * international/uni-comment.el:
10275 * international/uni-decimal.el:
10276 * international/uni-decomposition.el:
10277 * international/uni-digit.el:
10278 * international/uni-lowercase.el:
10279 * international/uni-mirrored.el:
10280 * international/uni-name.el:
10281 * international/uni-numeric.el:
10282 * international/uni-old-name.el:
10283 * international/uni-titlecase.el:
10284 * international/uni-uppercase.el: Regenerate.
10285
10286 * loadup.el: Load international/charprop.el before
10287 international/characters.
10288
e14b388a
CY
102892011-07-07 Chong Yidong <cyd@stupidchicken.com>
10290
10291 * window.el (next-buffer, previous-buffer): Signal an error if
10292 called from a minibuffer window.
10293
10294 * bindings.el: Revert 2011-07-04 change.
10295
354cf0ba
RS
102962011-07-06 Richard Stallman <rms@gnu.org>
10297
10298 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
10299 (rmail-mime-insert-bulk, rmail-mime-insert-text):
10300 Treat markers like ints.
10301 (rmail-mime-entity): Doc fix.
10302
a48868a7
LMI
103032011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10304
4906cd3d
LMI
10305 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
10306 defcustom again for backwards compatibility.
10307
e0457abe
LMI
10308 * simple.el (shell-command-on-region): Fill.
10309
d67f7e1f
LMI
10310 * dired-aux.el (dired-kill-line): Add a doc string.
10311
fe204702
LMI
10312 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
10313 to "\\sw\\|\\s_" (bug#358).
10314
a48868a7
LMI
10315 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
10316 (dired-unmark-backward): Ditto.
10317 (dired-flag-backup-files): Ditto.
10318
10319 * dired-x.el (dired-mark-sexp): Ditto.
10320
aa8a705c
RS
103212011-07-06 Richard Stallman <rms@gnu.org>
10322
10323 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
10324 (rmail-mime-entity): New arg TRUNCATED.
10325 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
10326 New functions.
10327 (rmail-mime-save): Warn if entity is truncated.
10328 (rmail-mime-toggle-hidden): Likewise, for showing.
10329 (rmail-mime-process-multipart): Record when an entity is truncated.
10330
a9a936b9
RS
10331 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
10332 if ENTITY is a string.
10333
1f2b92cb
LMI
103342011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10335
f4f73198 10336 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
10337 of faces when `M-C-x'-ing their definitions (bug#8378).
10338 Also clean up the code slightly.
f4f73198 10339
12b16734 10340 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 10341 because that makes the colors go away.
12b16734 10342
f0691d22
LMI
10343 * mail/sendmail.el (send-mail-function): Change the default to
10344 `sendmail-query-once'.
9e87df06 10345 (sendmail-query-once): Add an autoload cookie.
f0691d22 10346
1f2b92cb
LMI
10347 * net/network-stream.el (network-stream-open-starttls): Try using
10348 a plain connection even if the server offered STARTTLS, and we
10349 kinda wanted to use it, if Emacs doesn't have any STARTTLS
10350 capability. This should make smtpmail.el work in slightly more
10351 configurations.
10352
1cdd2a1b
MA
103532011-07-06 Michael Albinus <michael.albinus@gmx.de>
10354
10355 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10356 New defun.
10357 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
10358
fbcc67e2
MM
103592011-07-06 Michael R. Mauger <mmaug@yahoo.com>
10360
10361 * progmodes/sql.el: Version 3.0
0757af94 10362 (sql-product-alist): Add product :completion-object,
fbcc67e2 10363 :completion-column, and :statement attributes.
0757af94 10364 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 10365 (sql-mode-syntax-table): Mark all punctuation.
0757af94 10366 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
10367 ansi keywords.
10368 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 10369 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
10370 (sql-oracle-show-reserved-words): New function for development.
10371 (sql-product-font-lock): Simplify for source code buffers.
10372 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
10373 New functions.
10374 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
10375 (sql-mode-map): Add statement movement functions.
10376 (sql-ansi-statement-starters, sql-oracle-statement-starters):
10377 New variable.
fbcc67e2
MM
10378 (sql-statement-regexp, sql-beginning-of-statement)
10379 (sql-end-of-statement, sql-signum): New functions.
0757af94 10380 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
10381 (sql-show-sqli-buffer): Bug fix.
10382 (sql-interactive-mode): Store connection data as buffer local.
0757af94 10383 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
10384 with sql-interactive-mode.
10385 (sql-save-connection): Save buffer local settings.
0757af94 10386 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
10387 (sql-product-interactive): Bug fix.
10388 (sql-preoutput-hold): New variable.
10389 (sql-interactive-remove-continuation-prompt): Bug fixes.
10390 (sql-debug-redirect): New variable.
10391 (sql-str-literal): New function.
10392 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 10393 Redesign.
fbcc67e2
MM
10394 (sql-oracle-save-settings, sql-oracle-restore-settings)
10395 (sql-oracle-list-all, sql-oracle-list-table): New functions.
10396 (sql-completion-object, sql-completion-column)
10397 (sql-completion-sqlbuf): New variables.
10398 (sql-build-completions-1, sql-build-completions)
10399 (sql-try-completion): New functions.
10400 (sql-read-table-name): Use them.
10401 (sql-contains-names): New buffer local variable.
10402 (sql-list-all, sql-list-table): Use it.
10403 (sql-oracle-completion-types): New variable.
10404 (sql-oracle-completion-object, sql-sqlite-completion-object)
10405 (sql-postgres-completion-object): New functions.
10406
d4eaeab1
GM
104072011-07-06 Glenn Morris <rgm@gnu.org>
10408
10409 * window.el (pop-to-buffer): Doc fix.
10410
322b7dab 104112011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
10412
10413 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
10414
322b7dab 104152011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 10416
322b7dab 10417 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 10418
322b7dab 10419 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 10420
605dd5bf
CY
104212011-07-05 Chong Yidong <cyd@stupidchicken.com>
10422
10423 * button.el (button): Inherit from link face. Suggested by Dan
10424 Nicolaescu.
10425
7dbfa719
SM
104262011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10427
3db614b0
SM
10428 * progmodes/gdb-mi.el: Fit in 80 columns.
10429 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
10430 switch-to-buffer.
10431
7dbfa719
SM
10432 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
10433 if imenu is simply not configured (bug#8941).
10434
919d884a
KM
104352011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
10436
10437 * allout.el (allout-post-undo-hook): New allout outline-change
10438 event hook to signal undo activity.
10439 (allout-post-command-business): Run allout-post-undo-hook if an
10440 undo just occurred.
7dbfa719
SM
10441 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
10442 * allout-widgets.el (allout-widgets-after-undo-function):
10443 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
10444 in the vicinity of an undo.
10445 (allout-widgets-mode): Include allout-widgets-after-undo-function
10446 on the new allout-post-undo-hook.
10447
450a0f09
SM
104482011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10449
10450 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
10451 Let define-derived-mode define it.
10452 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
10453 cycles of abbrev-table inheritance (bug#8998).
10454
2de69e00
RW
104552011-07-05 Roland Winkler <winkler@gnu.org>
10456
10457 * textmodes/bibtex.el: Add support for biblatex.
10458 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
10459 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
10460 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
10461 (bibtex-entry-alist, bibtex-field-alist): New variables.
10462 (bibtex-entry-field-alist): Obsolete alias for
10463 bibtex-BibTeX-entry-alist.
10464 (bibtex-entry-alist, bibtex-field-alist): New widgets.
10465 (bibtex-set-dialect): New command.
10466 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
10467 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
10468 Bind via bibtex-set-dialect.
2de69e00
RW
10469 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
10470 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
10471 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
10472 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
10473 Define via bibtex-set-dialect.
450a0f09
SM
10474 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
10475 Obey bibtex-no-opt-remove-re.
2de69e00
RW
10476 (bibtex-vec-push, bibtex-vec-incr): New functions.
10477 (bibtex-format-entry, bibtex-field-list)
10478 (bibtex-print-help-message, bibtex-validate)
10479 (bibtex-search-entries): Use new format of bibtex-entry-alist.
10480
2dcdbdd9
SM
104812011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10482
10483 * progmodes/compile.el (compilation-goto-locus):
10484 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10485 * bs.el (bs-cycle-next, bs-cycle-previous):
10486 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
10487 * bindings.el (mode-line-other-buffer):
10488 * autoinsert.el (auto-insert):
10489 * arc-mode.el (archive-extract):
10490 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
10491
b27640fe
JB
104922011-07-05 Juanma Barranquero <lekktu@gmail.com>
10493
10494 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
10495 Fix check of `emacs-lock-unlockable-modes'.
10496 Coerce true values of `emacs-lock--try-unlocking' to t.
10497
53bbe3ad
JB
104982011-07-05 Juanma Barranquero <lekktu@gmail.com>
10499
10500 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
10501 * emacs-lock.el: New file.
10502
1d3cdbc7
JD
105032011-07-05 Julien Danjou <julien@danjou.info>
10504
10505 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
10506 than `boundp' to check if face is set.
10507
9173deec
JB
105082011-07-05 Juanma Barranquero <lekktu@gmail.com>
10509
10510 * register.el (registerv-make):
10511 * window.el (window-min-height): Fix typos in docstrings.
10512
869795d6
JD
105132011-07-05 Jan Djärv <jan.h.d@swipnet.se>
10514
9173deec 10515 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
10516 Update doc string.
10517
b768cdcd
JB
105182011-07-04 Juanma Barranquero <lekktu@gmail.com>
10519
10520 * server.el (server-execute): Catch quit and call
10521 `server-return-error' to pass the error back to emacsclient and
10522 close the connection (bug#8942).
10523
13aa217b
KM
105242011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
10525
10526 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
10527 insecure exception for current topic. Also note that auto-saves
10528 are handled differently.
10529
5d3385a0 10530 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
10531 State variables for tracking auto-save inhibition situation.
10532
10533 (allout-write-contents-hook-handler): Rename from
10534 'allout-write-file-hook-handler', and describe how it depends on
10535 write-contents-functions sensitivity to non-nil value to prevent
10536 file write.
10537
10538 (allout-auto-save-hook-handler): Remove. auto-save does not check
10539 this in individual buffers, only in the starting buffer, so this
10540 is not the right way for us to inhibit auto-save in a buffer
10541 according to its condition.
10542
10543 (allout-mode): Use new allout-write-contents-hook-handler, and
10544 only with write-contents-functions. Remove auto-save provisions -
10545 they're implemented elsewhere.
10546
10547 (allout-before-change-handler): If undo is in progress, note that
10548 for attention of allout-post-command-business.
10549
10550 (allout-post-command-business): If the command we're following was
10551 an undo, check for change in the status of encrypted items and
10552 adjust auto-save inhibitions accordingly.
10553
10554 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
10555 according to whether there are or aren't any plain-text topics
10556 pending encryption.
10557
2dcdbdd9 10558 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
10559 Adjust buffer-saved-size and some allout state to inhibit auto-saves
10560 if there are plain-text topics pending encryption.
13aa217b
KM
10561
10562 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
10563 buffer-saved-size and some allout state to not inhibit auto-saves
10564 if there are no longer any plain-text topics pending encryption.
10565
0757af94
SM
10566 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
10567 No longer provide for exemption of the current topic.
13aa217b 10568
ac89b32c
JL
105692011-07-04 Juri Linkov <juri@jurta.org>
10570
10571 Add 7z operations to delete and save changed members (bug#8968).
10572 * arc-mode.el (archive-7z-expunge, archive-7z-update):
10573 New defcustoms.
10574 (archive-7z-write-file-member): New function.
10575 (archive-7z-summarize): Fix the number of dashes in the
10576 listing output.
10577
8fa39615
SM
105782011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10579
10580 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
10581 (bug#8958).
10582
2f11b3f1
CY
105832011-07-04 Chong Yidong <cyd@stupidchicken.com>
10584
d66fef2b
CY
10585 * bindings.el: Ignore next-buffer and previous-buffer in
10586 minibuffer-local-map.
10587
2f11b3f1
CY
10588 * font-lock.el (font-lock-builtin-face): Change light background
10589 color to dark slate blue (Bug#6693).
10590
f932a347
WD
105912011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
10592
10593 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
10594
c8af70e1
SM
105952011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10596
10597 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
10598 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10599 Add switch-to-buffer.
10600
f158badc
LMI
106012011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10602
10603 * isearch.el (isearch-search-fun-function): Clarify further the
10604 meaning of the function returned.
10605
6d95bd46
MA
106062011-07-04 Michael Albinus <michael.albinus@gmx.de>
10607
10608 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
10609
10610 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
10611 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
10612 Use it.
10613 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
10614 `tramp-default-remote-path' does not exist.
10615 (tramp-send-command-and-read): New optional argument NOERROR.
10616 (tramp-open-connection-setup-interactive-shell)
10617 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
10618 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
10619 (tramp-process-sentinel): Flush also process' connection property.
10620 (tramp-sh-handle-start-file-process): Do not set process
10621 sentinel. It is done now ...
10622 (tramp-maybe-open-connection): ... here. (Bug#8929)
10623
909e6b67
MK
106242011-07-04 MON KEY <monkey@sandpframing.com>
10625
10626 * play/animate.el (animate-string): Doc fixes and allow changing
10627 the buffer name (bug#5417).
10628
106292011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10630
c8af70e1 10631 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 10632
f34755dc
PE
106332011-07-04 Paul Eggert <eggert@cs.ucla.edu>
10634
396cec72
PE
10635 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
10636 This is simpler and helps future-proof the code.
10637 (timer-until): Use time-subtract and float-time.
08235028 10638 (timer--time-less-p): Use time-less-p.
f34755dc 10639
56e6cc31
JB
106402011-07-04 Juanma Barranquero <lekktu@gmail.com>
10641
3abb79e5
JB
10642 * type-break.el (timep): Use the value of `float-time' to avoid a
10643 byte-compiler warning.
10644
56e6cc31
JB
10645 * server.el (server-eval-and-print): Return any result, even nil.
10646
7b9430b4
PE
106472011-07-03 Paul Eggert <eggert@cs.ucla.edu>
10648
10649 * type-break.el: Accept time formats that the builtins accept.
10650 (timep, type-break-time-difference): Accept any format that
10651 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
10652 This is simpler and helps future-proof the code.
10653 (type-break-time-difference): Round rather than ignoring
10654 subseconds components.
10655
3034e9e7
LMI
106562011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10657
10658 * info.el (Info-apropos-matches): Make non-interactive, since it
10659 doesn't seem to do anything useful as a command (bug#8829).
10660
1485f4c0
CY
106612011-07-03 Chong Yidong <cyd@stupidchicken.com>
10662
10663 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 10664 Move from faces.el.
1485f4c0
CY
10665 (frame-default-terminal-background): New function.
10666
10667 * custom.el (custom-push-theme): Don't record faces in `changed'
10668 theme; this doesn't work correctly for per-frame face settings.
10669 (disable-theme): Use face-set-after-frame-default to reset faces.
10670 (custom--frame-color-default): New function.
10671
9fa3dd45
LMI
106722011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10673
c8af70e1 10674 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
10675 (bug#8769).
10676
6cbbc20c
KR
106772011-03-29 Kevin Ryde <user42@zip.com.au>
10678
10679 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10680 `perl-Test2' extend to match possible "fail #N" rep count
10681 (bug#8377).
10682
c7f98048
LMI
106832011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10684
65676592
LMI
10685 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
10686 `smtpmail-via-smtp' now returns the error instead of nil.
10687
c7f98048
LMI
10688 * isearch.el (isearch-search-fun-function): Clarify the doc string
10689 (bug#8101).
10690
56e6cc31 106912011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
10692
10693 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
10694 unnecessary spaces (bug#8987).
10695
2b216704
LMI
106962011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10697
10698 * net/network-stream.el (open-network-stream): Use the
10699 :end-of-capability command thoughout.
10700
107012011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10702
10703 * net/network-stream.el (open-network-stream): Add the
10704 :end-of-capability command parameter, used by pop3.el.
10705
36adf6ce
LMI
107062011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10707
1ca0da0e
LMI
10708 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
10709
fc00f69c
LMI
10710 * fringe.el (fringe-query-style): Remove redundant text " (type ?
10711 for list)" (bug#6475).
10712
28fd8759 10713 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 10714 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
10715 an error (bug#6297).
10716
0dd8b6da
LMI
10717 * man.el (Man-reference-regexp): Allow matching possible
10718 word-wrapped references (bug#6289).
10719
ce1438d6
LMI
10720 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
10721 for consistency with the other vc buffers (bug#6197).
10722 (vc-checkin): Ditto.
10723
10724 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
10725
36adf6ce
LMI
10726 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
10727
e83cc1f7
LMI
107282011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10729
8a20ca4c
LMI
10730 * custom.el (defcustom): Clarify that :set is only used in the
10731 Customize user interface (bug#6089).
10732
83319045
LMI
10733 * progmodes/flymake.el (flymake-mode): If the buffer isn't
10734 associated with a file, refuse to run instead of erroring out
10735 (bug#6084).
10736
a8392169
LMI
10737 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
10738 the doc string, since it appears that using `fill-column' always
10739 controls the width (bug#7845).
10740
e83cc1f7
LMI
10741 * simple.el (shell-command-on-region): Say where the error output
10742 went if `shell-command-default-error-buffer' is set (bug#6857).
10743
e47ca23b
KM
107442011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
10745
10746 * allout.el (allout-yank-processing): Adjust cursor position for
10747 backwards-deleted space.
10748
10749 (allout-rebullet-heading): Register changes with
10750 allout-exposure-changed-hook, so the modified topic is properly
10751 decorated.
10752
5cf56143
LMI
107532011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10754
08549772
LMI
10755 * minibuffer.el (completion-in-region): Document PREDICATE
10756 (bug#7136).
10757
48e96771
LMI
10758 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
10759 of keyword/argument pairs (bug#6904).
10760
c8af70e1
SM
10761 * replace.el (multi-occur):
10762 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 10763
e17d05e2
LMI
107642011-07-02 Drew Adams <drew.adams@oracle.com>
10765
10766 * dired.el (dired-mark-if): Make the message about whether it's
10767 marking or unmarking clearer (bug#8523).
10768
063b0e45
LMI
107692011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10770
10771 * disp-table.el (display-table-print-array): New function.
10772 (describe-display-table): Use it to print the vectors more pretty
10773 (Bug#8859).
10774
28545e04
MR
107752011-07-02 Martin Rudalics <rudalics@gmx.at>
10776
10777 * window.el (window-state-get-1): Don't assign clone numbers.
10778 Add clone-of item to list of window parameters.
10779 (window-state-put-2): Don't process clone numbers.
10780 (display-buffer-alist): Fix doc-string.
10781
3349e122
SM
107822011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10783
10784 * subr.el (remq): Don't allocate if it's not needed.
10785 (keymap--menu-item-binding, keymap--menu-item-with-binding)
10786 (keymap--merge-bindings): New functions.
10787 (keymap-canonicalize): Use them to refine the canonicalization.
10788 * minibuffer.el (minibuffer-local-completion-map)
10789 (minibuffer-local-must-match-map): Move initialization from C.
10790 (minibuffer-local-filename-completion-map): Move initialization from C;
10791 don't inherit from anything here.
10792 (minibuffer-local-filename-must-match-map): Make obsolete.
10793 (completing-read-default): Use make-composed-keymap to combine
10794 minibuffer-local-filename-completion-map with either
10795 minibuffer-local-must-match-map or
10796 minibuffer-local-filename-completion-map.
10797
d224ac83
GM
107982011-07-01 Glenn Morris <rgm@gnu.org>
10799
3de63bf8
GM
10800 * type-break.el (type-break-time-sum): Use dolist.
10801
d224ac83
GM
10802 * textmodes/flyspell.el (flyspell-word-search-backward):
10803 Replace CL function.
10804
1a1e3f32
SM
108052011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10806
fe3f64d5
SM
10807 * mouse.el (mouse--strip-first-event): New function.
10808 (function-key-map): Use it to map fringe clicks to normal clicks
10809 by default.
10810
eb604e34
SM
10811 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
10812 (vc-bzr-revision-completion-table): Add support for annotate and date.
10813
1a1e3f32
SM
10814 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
10815 inherit from parent.
10816
5bd35902
LMI
108172011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10818
ace6c69c 10819 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 10820 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 10821
191e2bed
LMI
10822 * dired.el (dired-mode): Fix up the doc string as suggested by
10823 Drew Adams (bug#8817).
10824
5bd35902
LMI
10825 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
10826 cookie, since the manual says that it should be possible to add
10827 this function to `find-file-hook' (bug#8709).
10828
eee8207a
TZ
108292011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
10830
10831 * progmodes/cfengine.el: Moved all cfengine3.el functionality
10832 here. Noted Ted Zlatanov as the maintainer.
10833 (cfengine-common-settings, cfengine-common-syntax): New functions
10834 to set up common things between `cfengine-mode' and
10835 `cfengine3-mode'.
10836 (cfengine3-mode): New mode.
10837 (cfengine3-defuns cfengine3-defuns-regex
10838 (cfengine3-class-selector-regex cfengine3-category-regex)
10839 (cfengine3-vartypes cfengine3-font-lock-keywords)
10840 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 10841 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 10842
36b148cf
MA
108432011-07-01 Michael Albinus <michael.albinus@gmx.de>
10844
10845 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
10846
10847 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
10848
0bf4ba9a
MR
108492011-07-01 Martin Rudalics <rudalics@gmx.at>
10850
10851 * window.el (same-window-buffer-names, same-window-regexps)
10852 (same-window-p, special-display-frame-alist)
10853 (special-display-popup-frame, special-display-function)
10854 (special-display-buffer-names, special-display-regexps)
10855 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
10856 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10857 (split-window-preferred-function, split-height-threshold)
10858 (split-width-threshold, even-window-heights)
10859 (display-buffer-mark-dedicated, window-splittable-p)
10860 (split-window-sensibly, window-safely-shrinkable-p):
10861 Un-obsolete.
10862 (display-buffer): Don't spread args with function specifier
10863 because special-display-popup-frame won't like it.
10864
35837f51
PE
108652011-07-01 Paul Eggert <eggert@cs.ucla.edu>
10866
d0672f86
PE
10867 Time-stamp simplifications and fixes.
10868 These improve accuracy slightly, and future-proof the code
10869 against some potential changes to current-time format.
10870
b9444d97
PE
10871 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
10872 by using time-since and float-time.
10873
0ef923dc
PE
10874 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
10875 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
10876 + NNN microseconds".
10877
2f81380d
PE
10878 * type-break.el (type-break-time-sum): Rewrite using time-add.
10879
845b5c3e
PE
10880 * play/hanoi.el (hanoi-current-time-float): Remove.
10881 All uses replaced by float-time.
10882
ee6f1be0
PE
10883 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
10884 This yields a more-accurate answer.
10885 (rng-time-to-float): Remove; no longer needed.
10886
fe955043
PE
10887 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
10888
5777162a
PE
10889 * calendar/timeclock.el (timeclock-seconds-to-time):
10890 Defalias to seconds-to-time, since they're the same thing.
10891
3103f8b6 10892 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 10893 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
10894 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
10895
0e61a35f
SM
108962011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10897
10898 * window.el (bury-buffer): Don't iconify the only frame.
10899 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
10900 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
10901
ddd63a1e
CY
109022011-07-01 Chong Yidong <cyd@stupidchicken.com>
10903
0e61a35f
SM
10904 * eshell/em-smart.el (eshell-smart-display-navigate-list):
10905 Add mouse-yank-primary.
ddd63a1e 10906
055f4923
TZ
109072011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
10908
10909 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
10910
6a2fb145
SM
109112011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10912
10913 * emacs-lisp/find-func.el (find-library--load-name): New fun.
10914 (find-library-name): Use it to find relative load names when provided
10915 absolute file name (bug#8803).
10916
fd4983f2
LMI
109172011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10918
887d14ad
LMI
10919 * textmodes/flyspell.el (flyspell-word): Consider words that
10920 differ only in case as potential doublons (bug#5687).
10921
c53dc7fc
LMI
10922 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
10923 Remove two rather uninteresting debugging-like messages to make
10924 debbugs.el more silent.
10925
fd4983f2
LMI
10926 * comint.el (comint-password-prompt-regexp): Accept "Response" as
10927 a password-like phrase.
10928
7a71b18d 109292011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
10930
10931 * progmodes/cc-guess.el: New file.
10932
6a2fb145 10933 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
10934
10935 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
10936 derived from `c-basic-common-init'.
10937
10938 * progmodes/cc-mode.el (top-level): Require cc-guess.
10939 (c-basic-common-init): Use `cc-choose-style-for-mode'.
10940
1fa280a3
LM
109412011-06-30 Lawrence Mitchell <wence@gmx.li>
10942
10943 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
10944
e6597158
AM
109452011-06-30 Alan Mackenzie <acm@muc.de>
10946
1fa280a3
LM
10947 * progmodes/cc-engine.el (c-guess-continued-construct):
10948 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
10949 lock is disabled. Name this case as "CASE G".
10950
68ba37fb
KM
109512011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
10952
10953 * allout.el (allout-yank-processing): Fix injection of extra space
10954 between bullet and non-whitespace character in first topic when
10955 pasting, ensuring that the actual spacing in the pasted topic
10956 following the bullet char is preserved. This extra space was
10957 causing pasted encrypted topics to get a decrypted status even
10958 when the content was actually still encrypted. Now the decryption
10959 status from before the paste is preserved.
10960
10961 (allout-flag-region): Set all allout overlays so they evaporate
10962 when reduced to zero length (evanescent), to prevent overlay
10963 leakage.
10964
887a0b34
GM
109652011-06-30 Glenn Morris <rgm@gnu.org>
10966
94b9acce
GM
10967 * w32-fns.el (w32-charset-info-alist): Declare.
10968
1d9b46d4
GM
10969 * find-dired.el (find-grep-options): Simplify.
10970
cc232200
GM
10971 * term/ns-win.el (ns-set-resource): Declare.
10972
28e77c46
GM
10973 * ses.el (row, col): Declare dynamic variables honestly.
10974
887a0b34
GM
10975 * textmodes/reftex-parse.el (index-tags): Declare.
10976
658d8eb8
CY
109772011-06-30 Chong Yidong <cyd@stupidchicken.com>
10978
10979 * cus-edit.el (customize-push-and-save): New function.
10980
10981 * files.el (hack-local-variables-confirm): Use it.
10982
1fa280a3
LM
10983 * custom.el (load-theme): New arg NO-CONFIRM.
10984 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
10985 (custom-enabled-themes): Doc fix.
10986
10987 * cus-theme.el (customize-create-theme)
10988 (custom-theme-merge-theme): Callers to load-theme changed.
10989
bb617717
LMI
109902011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10991
d61bdd5d
LMI
10992 * thingatpt.el (thing-at-point-short-url-regexp): Require that
10993 short URLs have at least one dot in them (bug #7614).
10994
bb617717
LMI
10995 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
10996 nil, because using a pty is apparently too slow (bug #895).
10997
2f31f37a
LMI
109982011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10999
11000 * mail/sendmail.el (sendmail-query-once): New function.
11001 (sendmail-query-once-function): New variable.
11002
3076b24e
GM
110032011-06-29 Glenn Morris <rgm@gnu.org>
11004
faf2a174
GM
11005 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
11006
3076b24e
GM
11007 * ses.el (top-level): Require cl when compiling.
11008 (ses-set-localvars): Fix error statement.
11009 Call it at compile time to silence a storm of warnings.
11010
5386012d
MR
110112011-06-29 Martin Rudalics <rudalics@gmx.at>
11012
11013 * window.el (normalize-live-buffer): Rename to
11014 window-normalize-buffer.
11015 (normalize-live-frame): Rename to window-normalize-frame.
11016 (normalize-any-window): Rename to window-normalize-any-window.
11017 (normalize-live-window): Rename to window-normalize-live-window.
11018 (make-window-atom): Rename to window-make-atom.
11019 (window-resize-reset): Rename to window--resize-reset.
11020 (window-resize-reset-1): Rename to window--resize-reset-1.
11021 (resize-mini-window): Rename to window--resize-mini-window.
11022 (resize-subwindows-skip-p): Rename to
11023 window--resize-subwindows-skip-p.
11024 (resize-subwindows-normal): Rename to
11025 window--resize-subwindows-normal.
11026 (resize-subwindows): Rename to window--resize-subwindows.
11027 (resize-other-windows): Rename to window--resize-siblings.
11028 (resize-this-window): Rename to window--resize-this-window.
11029 (resize-root-window): Rename to window--resize-root-window.
11030 (resize-root-window-vertically): Rename to
11031 window--resize-root-window-vertically.
11032 (normalize-buffer-to-display): Rename to
11033 window-normalize-buffer-to-display.
11034 (normalize-buffer-to-switch-to): Rename to
11035 window-normalize-buffer-to-switch-to.
11036 Correspondingly update all callers of the functions listed
11037 above.
11038 (display-buffer-alist, display-buffer-normalize-arguments)
11039 (display-buffer-normalize-options, display-buffer)
11040 (display-buffer-alist-set): Use "function" instead of
11041 "fun-with-args".
11042
1176868d
CY
110432011-06-28 Chong Yidong <cyd@stupidchicken.com>
11044
11045 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
11046 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
11047 debbugs.gnu.org. Mention acknowledgment email.
11048
20a7a65f
LMI
110492011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11050
11051 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
11052 buffer multibyteness, since it shouldn't matter.
11053
5f45cca5
MR
110542011-06-28 Martin Rudalics <rudalics@gmx.at>
11055
11056 * window.el (display-buffer-in-side-window): Handle dedicated
11057 windows as in display-buffer-reuse-window.
11058 (display-buffer-normalize-alist): Use value of override
11059 specifier.
11060 (display-buffer-normalize-specifiers): Use value of
11061 other-window-means-other-frame specifier.
11062 (display-buffer-alist): Rewrite some texts in widgets.
11063 (display-buffer): Spread arguments when calling function
11064 specified by fun-with-args.
11065
ad85fe1f
DD
110662011-06-28 Deniz Dogan <deniz@dogan.se>
11067
1fa280a3
LM
11068 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11069 Unnest `let'.
da68c4c8 11070
ad85fe1f
DD
11071 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
11072 selectors (Bug#5732).
ec49bd31 11073 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 11074
a08cc025
JA
110752011-06-27 Jari Aalto <jari.aalto@cante.net>
11076
11077 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
11078 (eshell-ls-date-format): New defcustom.
11079 (eshell-ls-file): Use it.
11080
e2b551c5
SM
110812011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11082
11083 * help-fns.el (describe-variable): Fix message for terminal-local vars.
11084
8982b231
KY
110852011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
11086
11087 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
11088 (ange-ftp-make-tmp-name): New arg.
11089 (ange-ftp-file-local-copy): Use it.
11090
36c9fa27
J
110912011-06-27 Jambunathan K <kjambunathan@gmail.com>
11092
11093 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
11094 no-conversion (Bug#8870).
11095
d68443dc
MR
110962011-06-27 Martin Rudalics <rudalics@gmx.at>
11097
11098 * window.el (window-right, window-left, window-child)
11099 (window-child-count, window-last-child)
11100 (window-iso-combination-p, walk-window-tree-1)
11101 (window-atom-check-1, window-tree-1, delete-window)
11102 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
11103 new naming conventions - window-vchild, window-hchild,
11104 window-next and window-prev are now called window-top-child,
11105 window-left-child, window-next-sibling and window-prev-sibling
11106 respectively.
d615d6d2
MR
11107 (resize-window-reset): Rename to window-resize-reset.
11108 (resize-window-reset-1): Rename to window-resize-reset-1.
11109 (resize-window): Rename to window-resize.
11110 (window-min-height, window-min-width)
11111 (resize-mini-window, resize-this-window, resize-root-window)
11112 (resize-root-window-vertically, adjust-window-trailing-edge)
11113 (enlarge-window, shrink-window, maximize-window)
11114 (minimize-window, delete-window, quit-restore-window)
11115 (split-window, balance-windows, balance-windows-area-adjust)
11116 (balance-windows-area, window-state-put-2)
11117 (display-buffer-even-window-sizes, display-buffer-set-height)
11118 (display-buffer-set-width, set-window-text-height)
11119 (fit-window-to-buffer): Rename all "resize-window" prefixed
11120 calls to use the "window-resize" prefix convention.
11121 (display-buffer-alist): Fix symbol for label specifier.
11122 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
11123 corresponding specifier.
11124 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 11125
b6458526
VB
111262011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
11127
11128 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
11129 convention.
11130 (ses-call-printer): Does not pass an empty string to formatter when the
11131 cell is empty to keep from barking printer Calc math-format-value.
11132
d31fd9ac
RS
111332011-06-27 Richard Stallman <rms@gnu.org>
11134
43d5bf84
RS
11135 * battery.el (battery-mode-line-limit): New variable.
11136 (battery-update): Handle it.
11137
d31fd9ac
RS
11138 * mail/rmailmm.el (rmail-mime-process-multipart):
11139 Handle truncated messages.
11140
819a6054
GM
111412011-06-27 Glenn Morris <rgm@gnu.org>
11142
11143 * progmodes/flymake.el (flymake-err-line-patterns):
11144 Allow for column numbers in the ant/javac pattern. (Bug#8866)
11145
cedc73f2
VB
111462011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
11147
819a6054 11148 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
11149 (ses--clean-!, ses--clean-_): New functions.
11150 (ses-range): Add configurability of readout order, and conversion
11151 to Calc vector.
11152
5e5d49b6
VB
11153 * ses.el (ses-repair-cell-reference-all): New function.
11154 (ses-cell-symbol): Set macro as safe, so that it can be used in
11155 formulas.
11156
56e6cc31 11157 * ses.el: Update cycle detection algorithm.
90ca8b49 11158 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 11159 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
11160 (ses-set-localvars): New function.
11161 (ses-make-cell): Add property-list as a cell element.
11162 (ses-cell-property-get-fun, ses-cell-property-get)
11163 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
11164 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
11165 New functions.
90ca8b49
VB
11166 (ses-cell-property-set, ses-cell-property-pop)
11167 (ses-cell-property-get-handle): New macro.
11168 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
11169 New aliases, used for code readability.
11170 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
11171 cycle detection.
11172 (ses-self-reference-early-detection): New defcustom.
fac916bf 11173 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
11174 (ses-mode): Use ses-set-localvars.
11175 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
11176 before lauching the update processing.
11177 (ses-initialize-Dijkstra-attempt): New function.
11178 (ses-recalculate-cell): Update for cycle detection based on
11179 Dijkstra algorithm.
11180
2bb63e81
VB
11181 * ses.el: Fix commenting and indenting convention.
11182
c9d29fb8
SM
111832011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11184
11185 * bs.el (bs-cycle-next): Complete last change.
11186
d8e4b68b
JB
111872011-06-27 Drew Adams <drew.adams@oracle.com>
11188
11189 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
11190
40098786
LMI
111912011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11192
c9d29fb8
SM
11193 * net/network-stream.el (network-stream-open-starttls):
11194 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
11195 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
11196
40098786
LMI
11197 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
11198 to binary to possibly avoid line encoding issues on Windows (among
11199 other things).
11200
468d09d4
LMI
112012011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11202
11203 * net/network-stream.el (open-network-stream): Return an :error
11204 saying what the problem was, if possible.
11205
11206 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
11207 server.
11208
11209 * net/network-stream.el (network-stream-open-starttls): If we
11210 wanted to use STARTTLS, and the server offered it, but we weren't
11211 able to because we had no STARTTLS support, then close the connection.
11212 (open-network-stream): Return an :error element, if present.
11213
16f07dd7
CY
112142011-06-26 Chong Yidong <cyd@stupidchicken.com>
11215
88821ca0
CY
11216 * hl-line.el (hl-line-sticky-flag): Doc fix.
11217 (global-hl-line-sticky-flag): New option (Bug#8323).
11218 (global-hl-line-highlight): Obey it.
11219
16f07dd7
CY
11220 * vc/vc.el (vc-revert-show-diff): Default to t.
11221
6b5ccddf
KM
112222011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
11223
c9d29fb8
SM
11224 * allout-widgets.el (allout-widgets-post-command-business):
11225 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
11226 undecorated when an isearch is continued past, and isearch
11227 automatically collapses them. This leads to "widget leaks", where
11228 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
11229 hidden widgets can slow down cursor travel, substantially.
11230 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
11231 so we're doing without this nicety.
11232
11233 (allout-widgets-tally-string): Don't try to do a hash-table-count
11234 of allout-widgets-tally when it's nil. This eliminates spurious "Error
11235 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
11236 *Messages* when allout-widgets-maintain-tally is t.
11237
355f2e07
MR
112382011-06-26 Martin Rudalics <rudalics@gmx.at>
11239
11240 * window.el (display-buffer-normalize-argument): Rename to
11241 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
11242 LABEL argument. Respect special-display-function when popping up
11243 a new frame. Fix code searching for a window showing the buffer
11244 on another frame.
c9d29fb8
SM
11245 (display-buffer-normalize-specifiers):
11246 Call display-buffer-normalize-arguments.
355f2e07
MR
11247 (display-buffer-in-window): Don't undedicate the window if its
11248 buffer remains the same.
11249 Reported by Drew Adams <drew.adams@oracle.com>.
11250 (display-buffer-alist): Add choice for same-window macro
11251 specfier.
11252 (display-buffer): Mention special meaning of LABEL argument in
11253 doc-string. Fix quoting. Don't pop up a new frame even as
11254 fallback.
11255
7ca8fc42
JB
112562011-06-26 Juanma Barranquero <lekktu@gmail.com>
11257
11258 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
11259 avoid deleting the current window in some cases (bug#8911).
11260
bc312254
AS
112612011-06-26 Andreas Schwab <schwab@linux-m68k.org>
11262
11263 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
11264 (Bug#8934)
11265
2db18f3f
LMI
112662011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11267
c9d29fb8
SM
11268 * net/network-stream.el (network-stream-open-starttls):
11269 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
11270 (network-stream-open-tls): Ditto.
11271
6302e0d3
LL
112722011-06-26 Leo Liu <sdl.web@gmail.com>
11273
11274 * register.el (registerv): New struct.
11275 (registerv-make): New function.
c9d29fb8
SM
11276 (jump-to-register, describe-register-1, insert-register):
11277 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
11278 struct. (Bug#8415)
11279
5fdd4046
CY
112802011-06-26 Chong Yidong <cyd@stupidchicken.com>
11281
2afef60a
CY
11282 * vc/vc.el (vc-revert-show-diff): New defcustom.
11283 (vc-diff-internal): New arg specifying diff buffer.
11284 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
11285 reuse an existing *vc-diff* buffer (Bug#8927).
11286
5fdd4046
CY
11287 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
11288
e93db24a
GM
112892011-06-26 Glenn Morris <rgm@gnu.org>
11290
11291 * progmodes/f90.el (f90-critical-indent): New option.
11292 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
11293 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
11294 (f90-mode): Doc fix.
11295 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
11296 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
11297 (f90-beginning-of-block, f90-next-block, f90-indent-region)
11298 (f90-match-end): Handle block, critical.
11299
eefff499
GM
113002011-06-25 Glenn Morris <rgm@gnu.org>
11301
f6ba4cc9
GM
11302 * calendar/diary-lib.el (diary-included-files): Doc fix.
11303 (diary-include-files): New function, extracted from
11304 diary-include-other-diary-files and diary-mark-included-diary-files.
11305 (diary-include-other-diary-files, diary-mark-included-diary-files):
11306 Just call diary-include-files.
11307 (diary-mark-entries): Reset diary-included-files on first call.
11308
16712304
GM
11309 * calendar/diary-lib.el (diary-mark-entries)
11310 (diary-mark-included-diary-files):
11311 Visit included diary-files in temp buffers.
11312
5d8e0d43
GM
11313 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
11314 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
11315 (f90-start-block-re, f90-imenu-generic-expression)
11316 (f90-looking-at-program-block-start, f90-no-block-limit):
11317 Add support for submodules.
11318
ccf7a5d5
GM
11319 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11320 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 11321
11fdef7d 113222011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
11323
11324 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
11325 buffer-file-type before setting its value, to avoid disastrous
eefff499 11326 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 11327
74f53697
JB
113282011-06-25 Juanma Barranquero <lekktu@gmail.com>
11329
11330 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
11331
11332 * ses.el (ses-unload-function):
11333 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
11334
11335 * proced.el (proced-unload-function):
11336 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
11337
18a4ce5e
AR
113382011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
11339
11340 * server.el (server-create-window-system-frame): Add parameters arg.
11341 (server-process-filter): Doc fix. Handle frame-parameters.
11342
519d22cc
JB
113432011-06-25 Juanma Barranquero <lekktu@gmail.com>
11344
11345 Fix bug#8730, bug#8781.
11346
11347 * loadhist.el (unload--set-major-mode): New function.
11348 (unload-feature): Use it.
11349
11350 * progmodes/python.el (python-after-info-look): Add autoload cookie.
11351 (python-unload-function): New function.
11352
c206f5b0
SM
113532011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11354
11355 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
11356
f9ad64f3
GS
113572011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
11358
11359 * net/browse-url.el (browse-url-firefox-program): Add icecat to
11360 the candidates list.
11361
7d0da90e
JB
113622011-06-24 Juanma Barranquero <lekktu@gmail.com>
11363
11364 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
11365
14b4e83d
RS
113662011-06-23 Richard Stallman <rms@gnu.org>
11367
11368 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
11369 (rmail-variables): Set next-error-move-function.
11370 (rmail-what-message): Take argument POS.
11371 (rmail-next-error-move): New function.
11372
273d2baf
SM
113732011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11374
11375 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
11376 messages for adjacent non-terminals.
11377
56c2cc9a
RS
113782011-06-23 Richard Stallman <rms@gnu.org>
11379
11380 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 11381 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
11382 (rmail-start-mail): Don't specify use of rmail-mail-return;
11383 that's done by mail-bury now.
11384 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 11385
d59eb518
MA
113862011-06-23 Michael Albinus <michael.albinus@gmx.de>
11387
11388 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
11389 SIZE is a number.
11390
02cfc6d6
MR
113912011-06-23 Martin Rudalics <rudalics@gmx.at>
11392
11393 * window.el (get-lru-window, get-mru-window)
11394 (get-largest-window): Never return a minibuffer window.
11395 (display-buffer-pop-up-window): Fix a bug that could lead to
11396 reusing the minibuffer window.
11397 (display-buffer): Pass original specifier argument to
11398 display-buffer-function instead of the normalized one.
11399 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11400
4e323265
LL
114012011-06-22 Leo Liu <sdl.web@gmail.com>
11402
11403 * minibuffer.el (completing-read-function)
11404 (completing-read-default): Move from minibuf.c
11405
7a70468f
RS
114062011-06-22 Richard Stallman <rms@gnu.org>
11407
50718fc2
RS
11408 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
11409 to Rmail even if not started by a special Rmail command.
11410
7a70468f
RS
11411 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
11412 Copy the buffer currently showing just one message.
11413
297dde5a
RW
114142011-06-22 Roland Winkler <winkler@gnu.org>
11415
11416 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
11417 (bibtex-clean-entry): First delete the old key so that a
11418 customized algorithm for generating the new key does not get
11419 confused by the old key.
11420 (bibtex-url): Obey regexp of first step.
11421 (bibtex-search-entries): Do not use add-to-list with local
11422 list-var.
11423
97bb1093
LMI
114242011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11425
11426 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
11427 stored a user name, then query for the password first, instead of
11428 waiting for SMTP to give an error message and the trying again.
11429
1c0f1a19
JD
114302011-06-22 Lawrence Mitchell <wence@gmx.li>
11431
11432 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
11433 BUFFER in call-process.
11434
396f7c9d
LMI
114352011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11436
11437 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
11438 QUIT twice.
ddb7ffee
LMI
11439 (smtpmail-try-auth-methods): Require user name and password from
11440 auth-source.
396f7c9d 11441
8998d1b3
MR
114422011-06-22 Martin Rudalics <rudalics@gmx.at>
11443
11444 * window.el (display-buffer-default-specifiers)
11445 (display-buffer-alist): Remove entries for pop-up-frame-alist.
11446 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 11447 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
11448
11449 * frame.el (pop-up-frame-alist, pop-up-frame-function)
11450 (special-display-frame-alist, special-display-popup-frame):
11451 Remove duplicate declarations. These are now in window.el.
11452
4ea31e07
LMI
114532011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11454
c9d29fb8
SM
11455 * mail/smtpmail.el (smtpmail-via-smtp):
11456 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
11457 server supports it. SMTP servers that support STARTTLS commonly
11458 require it.
11459
11460 * net/network-stream.el (network-stream-open-starttls): Support
11461 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 11462 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 11463
95f41d9a
LMI
11464 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
11465 upgrades with `open-network-stream', and rely solely on
11466 auth-source for all credentials. Big changes throughout the file,
11467 but in particular:
c9d29fb8
SM
11468 (smtpmail-auth-credentials): Remove.
11469 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
11470 (smtpmail-via-smtp): Check for servers saying they want AUTH after
11471 MAIL FROM, too.
95f41d9a 11472
c9d29fb8
SM
11473 * net/network-stream.el (network-stream-open-starttls):
11474 Provide support for client certificates both for external and built-in
4ea31e07
LMI
11475 STARTTLS.
11476 (auth-source): Require.
11477 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
11478 (network-stream-certificate): Change cert-cert to cert and
11479 cert-key to key.
4ea31e07 11480
065ec2c7
MA
114812011-06-21 Michael Albinus <michael.albinus@gmx.de>
11482
11483 * net/tramp-cache.el (top): Don't load the persistency file when
11484 "emacs -Q" has been called.
11485
cd93b359
DR
114862011-06-21 Tim Harper <timcharper@gmail.com>
11487
d8e4b68b
JB
11488 * term/ns-win.el (ns-initialize-window-system):
11489 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
11490 resource to NO as it is not yet supported by the NS port.
11491
ae9c0411
JB
114922011-06-21 Juanma Barranquero <lekktu@gmail.com>
11493
11494 * misc.el (list-dynamic-libraries--refresh): Compute header here...
11495 (list-dynamic-libraries): ...not here.
11496
7f3f739f
LL
114972011-06-21 Leo Liu <sdl.web@gmail.com>
11498
11499 * subr.el (sha1): Implement sha1 using secure-hash.
11500
327c8fb1
MR
115012011-06-21 Martin Rudalics <rudalics@gmx.at>
11502
11503 * window.el (display-buffer-alist): In default value do not
11504 enforce searching a window on any but the selected frame.
11505 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11506 (display-buffer-select-window): Remove function.
11507 (display-buffer-in-window): When a window on another frame gets
11508 reused, do not select it any more but just raise its frame if
11509 necessary (Bug#8851) and (Bug#8856).
11510 (display-buffer-normalize-options): Handle pop-up-frames related
11511 options more faithfully.
11512 (pop-to-buffer): Don't rely on `display-buffer' selecting the
11513 window if it is on another frame.
c9d29fb8
SM
11514 (display-buffer-alist, display-buffer-default-specifiers):
11515 Don't make new frame unsplittable by default.
9e9de014
MR
11516 (display-buffer-normalize-argument): Fix doc-string typo and use
11517 'same-frame-other-window instead of 'other-window when associating
11518 with display-buffer-macro-specifiers.
327c8fb1 11519
7cf3f556
VB
115202011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
11521
11522 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
11523 New functions.
11524 (5x5-mode-map, 5x5-mode-menu): Bind them.
11525 (5x5-draw-grid): Tweak the solver's rendering.
11526
60a406cf
SM
115272011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11528
11529 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
11530 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
11531
d8e4b68b 115322011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
11533
11534 * menu-bar.el: Use function variable instead of switch-to-buffer.
11535 (menu-bar-select-buffer-function): New variable.
60a406cf 11536 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 11537
478d6f95
SM
115382011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11539
11540 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
11541 variable's status.
11542
ca530739
JD
115432011-06-20 Jan Djärv <jan.h.d@swipnet.se>
11544
11545 * x-dnd.el (x-dnd-version-from-flags)
11546 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
11547 and long as number (Bug#8899).
11548 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
11549
bcd70d97
SM
115502011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11551
60a406cf 11552 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
11553 (completion-try-completion, completion-all-completions): Compute the
11554 metadata argument if it's missing; make it optional (bug#8795).
11555
60a406cf 11556 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
11557 (widget-complete): Use new :completion-function property.
11558 (widget-completions-at-point): New function.
11559 (default): Use :completion-function instead of :complete.
60a406cf
SM
11560 (widget-default-completions): Rename from widget-default-complete;
11561 Rewrite.
bcd70d97
SM
11562 (widget-string-complete, widget-file-complete, widget-color-complete):
11563 Remove functions.
11564 (file, symbol, function, variable, coding-system, color):
11565 * international/mule-cmds.el (default-input-method, charset)
11566 (language-info-custom-alist):
11567 * cus-edit.el (face): Use new property :completions.
11568
11569 * progmodes/pascal.el (pascal-completions-at-point): New function.
11570 (pascal-mode): Use it.
11571 (pascal-mode-map): Use completion-at-point.
11572 (pascal-toggle-completions): Make obsolete.
11573 (pascal-complete-word, pascal-show-completions):
11574 * progmodes/octave-mod.el (octave-complete-symbol):
11575 Redefine as obsolete alias.
11576 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
11577 Signal absence of completion info for old Octave,
11578 (inferior-octave-complete): Redefine as obsolete alias.
11579 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
11580 (meta-completions-at-point): Rename from meta-complete-symbol and
11581 adapt it for use on completion-at-point-functions.
11582 (meta-common-mode): Use it.
11583 (meta-looking-at-backward, meta-match-buffer): Remove.
11584 (meta-complete-symbol): Redefine as obsolete alias.
11585 (meta-common-mode-map): Use completion-at-point.
11586 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
11587 (makefile-mode-map): Use completion-at-point.
11588 (makefile-completions-at-point): Rename from makefile-complete and
11589 adapt it for use on completion-at-point-functions.
11590 (makefile-mode): Use it.
11591 (makefile-complete): Redefine as obsolete alias.
11592
aebf69c8
DD
115932011-06-20 Deniz Dogan <deniz@dogan.se>
11594
11595 * net/rcirc.el: Delete trailing whitespaces once and for all.
11596
bfbbb27d
DC
115972011-06-20 Daniel Colascione <dan.colascione@gmail.com>
11598
11599 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
11600
d264a46b
CY
116012011-06-19 Chong Yidong <cyd@stupidchicken.com>
11602
4ca009e5
CY
11603 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
11604
d264a46b
CY
11605 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
11606
fbf5b3ce
MR
116072011-06-19 Martin Rudalics <rudalics@gmx.at>
11608
11609 * window.el (display-buffer-other-window-means-other-frame):
11610 Call display-buffer-normalize-alist.
11611 (display-buffer-normalize-specifiers-1): Rename to
11612 display-buffer-normalize-argument. New argument other-frame.
11613 Rewrite.
11614 (display-buffer-normalize-specifiers-2): Rename to
11615 display-buffer-normalize-options.
11616 (display-buffer-normalize-alist-1): New function.
11617 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
11618 display-buffer-normalize-alist.
11619 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
11620 (display-buffer-normalize-options-inhibit): New variable.
11621 (display-buffer-normalize-specifiers): Rewrite calling
11622 display-buffer-normalize-alist,
11623 display-buffer-normalize-argument, and
11624 display-buffer-normalize-options. Don't call the latter if
11625 display-buffer-normalize-options-inhibit is non-nil.
11626 (frame-auto-delete): New option.
11627 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
11628 (window-list-no-nils, window-state-ignored-parameters)
11629 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
11630 (window-state-put-1, window-state-put-2, window-state-put):
11631 New functions.
9a028c23
MR
11632 (display-buffer-normalize-options): Move special-display-p group
11633 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 11634
6d10d800
CY
116352011-06-18 Chong Yidong <cyd@stupidchicken.com>
11636
6420d28b
CY
11637 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
11638 groups (Bug#8776).
11639 (rx-submatch-n): New function.
11640 (rx): Document it.
11641
ddb8b596
CY
11642 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
11643 (Bug#8768).
11644
11645 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
11646
77080289
CY
11647 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
11648
61dfb316
CY
11649 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
11650 anytime existing face settings are present (Bug#8889).
11651
6d10d800
CY
11652 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
11653 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
11654 Remove unused argument.
11655
be3fb2b8
MR
116562011-06-18 Martin Rudalics <rudalics@gmx.at>
11657
bcd70d97
SM
11658 * window.el (display-buffer-default-specifiers):
11659 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
11660 pop-up-window-min-width, and another reuse-window specifier
11661 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
11662 (display-buffer-normalize-specifiers-2):
11663 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
11664 pop-up-windows is unset. Add a reuse-window specifier for the
11665 case popping up a new window fails.
11666 (special-display-popup-frame): Remove double quoting.
28dec25a 11667 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 11668
1c6d8c76
SM
116692011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11670
11671 * shell.el (shell-completion-vars): Set pcomplete-termination-string
11672 according to comint-completion-addsuffix.
11673
11674 * pcomplete.el: Convert to lexical binding and fix bug#8819.
11675 (pcomplete-suffix-list): Mark as obsolete.
11676 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
11677 pcomplete-seen in the closure.
11678 (pcomplete-comint-setup): Setup completion-at-point as well.
11679 (pcomplete--entries): New function.
11680 (pcomplete--env-regexp): New var.
11681 (pcomplete-entries): Rewrite to work with partial-completion and
11682 without relying on pcomplete-suffix-list.
11683 (pcomplete-pare-list): Remove, unused.
11684
25aef8b8
MR
116852011-06-17 Martin Rudalics <rudalics@gmx.at>
11686
11687 * window.el (display-buffer-alist): Set pop-up-window-min-height
11688 and pop-up-window-min-width in default value. Reported by
11689 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
11690 other-window-means-other-frame.
11691 (display-buffer-macro-specifiers): Comment out entry for
11692 other-window specifier.
11693 (display-buffer-other-window-means-other-frame): New function.
11694 (display-buffer-normalize-specifiers-1): New arguments
11695 buffer-name and label. Treat other-window case specially.
11696 (display-buffer-normalize-specifiers-2): Treat other-window case
11697 specially.
11698 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
11699 (display-buffer-normalize-specifiers):
11700 Call display-buffer-normalize-specifiers-3.
25aef8b8 11701
dbad4f69
MR
117022011-06-17 Martin Rudalics <rudalics@gmx.at>
11703
11704 * window.el (same-window-p): Fix two typos introduced when
11705 adding with-no-warnings.
d1067961
MR
11706 (display-buffer-normalize-specifiers-1): Don't check
11707 pop-up-frames for 'unset initialization.
11708 (display-buffer-normalize-specifiers-2): Major rewrite using
11709 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
11710 (pop-up-frames, display-buffer-reuse-frames)
11711 (display-buffer-mark-dedicated): Don't initialize to 'unset.
11712 Suggested by David Engster <deng@randomsample.de>.
11713 (even-window-heights): Initialize to 'unset.
11714 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
11715 (display-buffer-macro-specifiers): Don't pop up a new frame in the
11716 other window case.
dbad4f69 11717
9b9c9e3a
MR
117182011-06-16 Martin Rudalics <rudalics@gmx.at>
11719
bcd70d97
SM
11720 * window.el (display-buffer-normalize-specifiers-1):
11721 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 11722 second argument of display-buffer (Bug#8865).
981d5c09
MR
11723 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
11724 (switch-to-buffer-other-window-same-frame)
11725 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
11726 Adams (Bug#8875).
9c2755e9
MR
11727 (display-buffer): Don't check noninteractive when calling
11728 display-buffer-pop-up-frame.
11729 (display-buffer-pop-up-frame): Never pop up a frame in
11730 noninteractive mode (Bug#8857).
67222e1d
MR
11731 (enlarge-window, shrink-window): Don't report an error when the
11732 window can't be resized as requested (Bug#8862).
9b9c9e3a 11733
2b75be67
SM
117342011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11735
9ffdd3ba
SM
11736 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
11737
cb581a67
SM
11738 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
11739
2b75be67
SM
11740 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
11741
8c0e3589
AM
117422011-06-15 Alan Mackenzie <acm@muc.de>
11743
cb581a67
SM
11744 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
11745 for declarators, disable knr checking to speed up for normal files.
11746 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 11747
b96e6cde
LMI
117482011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11749
4bba86e6
LMI
11750 * net/network-stream.el (open-network-stream): Add the keyword
11751 :always-query-capabilities for the case where you want to force a
11752 `plain' network connection, but the protocol still requires the
11753 capabilitiy command (i.e., SMTP and EHLO).
11754
2b75be67 11755 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
11756 consistency with other `-live-p' functions.
11757
efdcdbf8
SM
117582011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11759
11760 * window.el (same-window-buffer-names, same-window-regexps)
11761 (special-display-frame-alist, special-display-popup-frame)
11762 (special-display-function, special-display-buffer-names)
11763 (special-display-regexps, pop-up-frame-alist)
11764 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
11765 (pop-up-windows, split-window-preferred-function)
11766 (split-height-threshold, split-width-threshold, even-window-heights)
11767 (display-buffer-mark-dedicated): Don't encourage the use of
11768 display-buffer-alist from Elisp code.
11769
c5cde042
DN
117702011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11771
11772 * progmodes/python.el (python-mode): Derive from prog-mode.
11773 * progmodes/ps-mode.el (ps-mode):
11774 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 11775 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
11776 * progmodes/ld-script.el (ld-script-mode): Likewise.
11777
baa1c9ab
MR
117782011-06-15 Martin Rudalics <rudalics@gmx.at>
11779
11780 * window.el (display-buffer-alist): Trim default value to avoid
11781 popping up a new frame (Bug#8857) or reusing an arbitrary window
11782 on another frame.
11783 (display-buffer): Do not fall back on popping up a new frame in
11784 batch mode (Bug#8857).
11785
c5dd5a51
CY
117862011-06-14 Chong Yidong <cyd@stupidchicken.com>
11787
11788 * cus-theme.el (describe-theme-1): Use custom-theme-p.
11789 (custom-theme-summary): New function.
11790 (customize-themes): Use it.
11791
d647b7c4
GM
117922011-06-13 Glenn Morris <rgm@gnu.org>
11793
11794 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
11795
9481c002
MR
117962011-06-13 Martin Rudalics <rudalics@gmx.at>
11797
357f93d2
MR
11798 * help.el (help-window): Remove variable.
11799 (help-window-point-marker, temp-buffer-max-height)
11800 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
11801 (help-print-return-message): Don't set help-window.
11802 (resize-temp-buffer-window): Rewrite cod eand doc-string.
11803 (help-window-setup-finish): Remove.
11804 (help-window-display-message, help-window-setup)
11805 (with-help-window): Major rewrite based on new
11806 display-buffer-window variable.
11807
11808 * help-mode.el (help-mode-finish): Remove help-window related
11809 code.
11810
11811 * view.el (view-exits-all-viewing-windows): Remove reference to
11812 view-return-to-alist in doc-string.
11813 (view-return-to-alist): Make obsolete.
11814 (view-buffer): Call pop-to-buffer-same-window and remove
11815 undo-window code.
11816 (view-buffer-other-window): Call pop-to-buffer-other-window and
11817 simplify code. Ignore second argument.
11818 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
11819 simplify code. Ignore second argument.
11820 (view-return-to-alist-update): Make obsolete.
11821 (view-mode-enter): Rename second argument to QUIT-RESTORE.
11822 Rewrite using quit-restore window parameters.
2b75be67
SM
11823 (view-mode-exit): Rename second argument to EXIT-ONLY.
11824 Rewrite using quit-restore-window.
357f93d2
MR
11825 (View-exit, View-exit-and-edit, View-leave, View-quit)
11826 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
11827 appropriate arguments.
11828 (view-end-message): Use quit-restore window parameter.
11829
9481c002
MR
11830 * window.el (display-buffer-function): Rewrite doc-string.
11831 (display-buffer-window, display-buffer-alist): New variables.
11832 (display-buffer-split-specifiers)
11833 (display-buffer-side-specifiers)
11834 (display-buffer-macro-specifiers): New constants.
11835 (display-buffer-even-window-sizes, display-buffer-set-height)
11836 (display-buffer-set-width, display-buffer-select-window)
11837 (display-buffer-in-window, display-buffer-reuse-window)
11838 (display-buffer-split-window-1, display-buffer-split-window)
11839 (display-buffer-split-atom-window, display-buffer-pop-up-window)
11840 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
11841 (display-buffer-in-side-window, normalize-buffer-to-display)
11842 (display-buffer-normalize-specifiers-1)
11843 (display-buffer-normalize-specifiers-2)
2b75be67
SM
11844 (display-buffer-normalize-specifiers, display-buffer-frame):
11845 New functions.
9481c002
MR
11846 (display-buffer): Major rewrite.
11847 (display-buffer-other-window, display-buffer-other-frame)
11848 (pop-to-buffer, switch-to-buffer-other-window)
11849 (switch-to-buffer-other-frame): Rewrite.
11850 (display-buffer-same-window, display-buffer-same-frame)
11851 (display-buffer-same-frame-other-window)
11852 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11853 (pop-to-buffer-other-window)
11854 (pop-to-buffer-same-frame-other-window)
11855 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
11856 (switch-to-buffer-other-window-same-frame): New functions.
11857 (same-window-p, special-display-p): Rewrite disabling warnings.
11858 Make obsolete.
11859 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11860 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
11861 Make obsolete
11862 (same-window-buffer-names, same-window-regexps)
11863 (special-display-frame-alist, special-display-popup-frame)
11864 (special-display-function, special-display-buffer-names)
11865 (special-display-regexps, pop-up-frame-alist)
11866 (pop-up-frame-function, split-window-preferred-function)
11867 (split-height-threshold, split-width-threshold)
11868 (even-window-heights): Make obsolete.
11869
9db51aca
GM
118702011-06-12 Glenn Morris <rgm@gnu.org>
11871
11872 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 11873 Misc simplifications.
9db51aca 11874
39cffb44
MR
118752011-06-12 Martin Rudalics <rudalics@gmx.at>
11876
11877 * window.el (window-safely-shrinkable-p): Restore function which
11878 was inadvertently removed in change from 2011-06-11. Declare as
11879 obsolete.
11880
2b75be67
SM
11881 * calendar/calendar.el (calendar-generate-window):
11882 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
11883 window-safely-shrinkable-p.
11884
a8955be7
GM
118852011-06-12 Glenn Morris <rgm@gnu.org>
11886
11887 * progmodes/fortran.el (fortran-mode-syntax-table):
11888 * progmodes/f90.el (f90-mode-syntax-table):
11889 Set % to punctuation. (Bug#8820)
11890 (f90-find-tag-default): Remove, no longer needed.
11891
f0d4059d
DC
118922011-06-12 Daniel Colascione <dan.colascione@gmail.com>
11893
11894 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
11895
1100a63c
CY
118962011-06-11 Chong Yidong <cyd@stupidchicken.com>
11897
11898 * image.el (image-animated-p): Return animation delay in seconds.
11899 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
11900 (image-animate-timeout): Remove DELAY argument. Don't assume
11901 every subimage has the same delay; get it from image-animated-p.
11902 (image-animate): Caller changed.
11903
def722bf
MA
119042011-06-11 Michael Albinus <michael.albinus@gmx.de>
11905
11906 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
11907 to ignored backtrace functions.
11908
0a2bb1a9
GM
119092011-06-11 Glenn Morris <rgm@gnu.org>
11910
11911 * calendar/appt.el (appt-disp-window-function): Doc fix.
11912 (appt-check): Handle overlapping appointments. (Bug#8337)
11913
6198ccd0
MR
119142011-06-11 Martin Rudalics <rudalics@gmx.at>
11915
11916 * window.el (window-tree-1, window-tree): New functions, moving
11917 the latter to window.el.
11918 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
11919 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
11920 (bw-refresh-edges): Remove.
11921 (balance-windows-1, balance-windows-2): New functions.
11922 (balance-windows): Rewrite in terms of window tree functions,
11923 balance-windows-1 and balance-windows-2.
11924 (bw-adjust-window): Remove.
11925 (balance-windows-area-adjust): New function with functionality of
11926 bw-adjust-window but using resize-window.
2b75be67
SM
11927 (set-window-text-height): Rewrite doc-string.
11928 Use normalize-live-window and resize-window.
11929 (enlarge-window-horizontally, shrink-window-horizontally):
11930 Rename argument to DELTA.
6198ccd0
MR
11931 (window-buffer-height): New function.
11932 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
11933 Rewrite using new window resize routines.
2b75be67
SM
11934 (kill-buffer-and-window, mouse-autoselect-window-select):
11935 Use ignore-errors instead of condition-case.
6198ccd0
MR
11936 (quit-window): Call delete-frame instead of delete-windows-on
11937 for the only buffer on frame.
11938
9397e56f
MR
119392011-06-10 Martin Rudalics <rudalics@gmx.at>
11940
11941 * loadup.el (top-level): Load window before files for the sake
11942 of replace-buffer-in-windows.
11943
11944 * files.el (read-buffer-to-switch)
11945 (switch-to-buffer-other-window)
2b75be67
SM
11946 (switch-to-buffer-other-frame, display-buffer-other-frame):
11947 Move to window.el.
9397e56f
MR
11948
11949 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
11950 (previous-buffer): Move to window.el.
11951
11952 * bindings.el (unbury-buffer): Move to window.el.
11953
11954 * window.el (delete-other-windows-vertically): Move after
11955 definition of delete-other-windows.
11956 (other-window, delete-windows-on, replace-buffer-in-windows):
11957 Move here from window.c.
11958 (record-window-buffer, unrecord-window-buffer)
11959 (set-window-buffer-start-and-point, switch-to-prev-buffer)
11960 (switch-to-next-buffer): New functions.
11961 (get-next-valid-buffer, last-buffer, next-buffer): Move here
11962 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
11963 (previous-buffer): Move here from simple.el.
11964 Call switch-to-prev-buffer.
9397e56f
MR
11965 (bury-buffer): Move here from buffer.c. Switch to previous
11966 buffer when window cannot be deleted.
11967 (unbury-buffer): Move here from bindings.el.
11968 (ctl-x-map): Move binding for other-window from window.c to
11969 here.
11970 (read-buffer-to-switch, switch-to-buffer-other-window)
11971 (switch-to-buffer-other-frame): Move here from files.el.
11972 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
11973 (switch-to-buffer): Move here from buffer.c.
11974 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 11975
562dd5e9
MR
119762011-06-10 Martin Rudalics <rudalics@gmx.at>
11977
11978 * window.el (window-min-height, window-min-width): Move here
11979 from window.c. Add defcustoms and rewrite doc-strings.
11980 (resize-mini-window, resize-window): New functions.
11981 (adjust-window-trailing-edge, enlarge-window, shrink-window):
11982 Move here from window.c.
11983 (maximize-window, minimize-window): New functions.
11984 (delete-window, delete-other-windows, split-window): Move here
11985 from window.c.
11986 (window-split-min-size): New function.
11987 (split-window-keep-point): Mention split-window-above-each-other
11988 instead of split-window-vertically.
2b75be67 11989 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
11990 Rename split-window-vertically to split-window-above-each-other
11991 and provide defalias for old definition.
11992 (split-window-side-by-side, split-window-horizontally):
11993 Rename split-window-horizontally to split-window-side-by-side
11994 and provide defalias for the old definition.
562dd5e9
MR
11995 (ctl-x-map): Move bindings for delete-window,
11996 delete-other-windows and enlarge-window here from window.c.
11997 Replace bindings for split-window-vertically and
11998 split-window-horizontally by bindings for
11999 split-window-above-each-other and split-window-side-by-side.
12000
12001 * cus-start.el (all): Remove entries for window-min-height and
12002 window-min-width. Add entries for window-splits and
12003 window-nest.
12004
f0da764a
GM
120052011-06-09 Glenn Morris <rgm@gnu.org>
12006
80675c21
GM
12007 * calendar/appt.el (appt-mode-line): New function.
12008 (appt-check, appt-disp-window): Use it.
12009
f0da764a
GM
12010 * files.el (hack-one-local-variable-eval-safep):
12011 Allow minor-modes with explicit +/-1 arguments.
12012
59f623b7
TZ
120132011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
12014
12015 * term/xterm.el (xterm): Add defgroup.
12016 (xterm-extra-capabilities): Add defcustom to supply known xterm
12017 capabilities, skip querying them, or query them (default).
12018 (terminal-init-xterm): Use it.
12019 (terminal-init-xterm-modify-other-keys): New function to set up
12020 modifyOtherKeys support to simplify `terminal-init-xterm'.
12021
9aab8e0d
MR
120222011-06-09 Martin Rudalics <rudalics@gmx.at>
12023
12024 * window.el (resize-window-reset, resize-window-reset-1)
12025 (resize-subwindows-skip-p, resize-subwindows-normal)
12026 (resize-subwindows, resize-other-windows, resize-this-window)
12027 (resize-root-window, resize-root-window-vertically)
12028 (window-deletable-p, window-or-subwindow-p)
12029 (frame-root-window-p): New functions.
12030
e8b08aee
GM
120312011-06-09 Glenn Morris <rgm@gnu.org>
12032
12033 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
12034 (ange-ftp-get-files): Use it.
12035
254c37a5
AK
120362011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
12037
12038 * mail/sendmail.el (mail-recover-1, mail-recover):
12039 * files.el (recover-file, recover-session):
12040 Handle dired-listing-switches not being just a single short option.
12041
35d7dbd3
GM
120422011-06-09 Glenn Morris <rgm@gnu.org>
12043
12044 * calendar/appt.el (appt-display-message, appt-disp-window):
12045 Handle lists of appointments.
12046
387522b2
MR
120472011-06-08 Martin Rudalics <rudalics@gmx.at>
12048
2b75be67
SM
12049 * window.el (one-window-p): Move down in code.
12050 Rewrite doc-string.
12051 (window-current-scroll-bars): Rewrite doc-string.
12052 Normalize live window argument.
387522b2
MR
12053 (walk-windows, get-window-with-predicate, count-windows):
12054 Rewrite doc-string. Use window-list-1.
12055 (window-in-direction-2, window-in-direction, get-mru-window):
12056 New functions.
12057
d8e4b68b 120582011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
12059
12060 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
12061 Doc fix (Bug#8713).
12062
120632011-06-08 Chong Yidong <cyd@stupidchicken.com>
12064
12065 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
12066
120672011-06-08 Juanma Barranquero <lekktu@gmail.com>
12068
12069 * loadhist.el (unload-feature-special-hooks):
12070 Add `comint-output-filter-functions'.
12071
0de12c52
IK
120722011-06-08 Ivan Kanis <gnu@kanis.fr>
12073
12074 * calendar/appt.el (appt-check): Move some initializations into the let.
12075
f3d1777e
MR
120762011-06-08 Martin Rudalics <rudalics@gmx.at>
12077
12078 * window.el (window-height): Defalias to window-total-height.
12079 (window-width): Defalias to window-body-width.
12080
18af70d0
CY
120812011-06-07 Chong Yidong <cyd@stupidchicken.com>
12082
12083 * image-mode.el (image-toggle-animation): New command.
12084 (image-mode-map): Bind it to RET.
12085 (image-mode): Update message.
12086 (image-toggle-display-image): Avoid a spurious cache flush.
12087 (image-transform-rotation): Doc fix.
12088 (image-transform-properties): Return quickly in the normal case.
12089 (image-animate-loop): Rename from image-animate-max-time.
12090
2b75be67 12091 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
12092 (create-animated-image): Remove unnecessary function.
12093 (image-animate): Rename from image-animate-start. New arg.
2b75be67 12094 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
12095 (image-animate-timer): Use car-safe.
12096 (image-animate-timeout): Rename argument.
12097
190b47e6
MR
120982011-06-07 Martin Rudalics <rudalics@gmx.at>
12099
12100 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
12101 window.c. Rename first argument to ALL-FRAMES.
12102 Rephrase doc-strings.
12103 (get-buffer-window-list): Rewrite using window-list-1.
12104 Rephrase doc-string.
a1511caf
MR
12105 (window-safe-min-height, window-safe-min-width): New constants.
12106 (window-size-ignore, window-min-size, window-min-size-1)
12107 (window-sizable, window-sizable-p, window-size-fixed-1)
12108 (window-size-fixed-p, window-min-delta-1, window-min-delta)
12109 (window-max-delta-1, window-max-delta, window-resizable)
12110 (window-resizable-p, window-total-height, window-total-width)
12111 (window-body-width): New functions.
12112 (window-full-height-p, window-full-width-p): Rewrite using
12113 window-total-size.
12114 (window-body-height): Rewrite using window-body-size.
190b47e6 12115
85cc1f11
MR
121162011-06-06 Martin Rudalics <rudalics@gmx.at>
12117
12118 * window.el (window-right, window-left, window-child)
12119 (window-child-count, window-last-child, window-any-p)
12120 (normalize-live-buffer, normalize-live-frame)
12121 (normalize-any-window, normalize-live-window)
12122 (window-iso-combination-p, window-iso-combined-p)
12123 (window-iso-combinations)
12124 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
12125 (windows-with-parameter, window-with-parameter)
12126 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
12127 (window-atom-check, window-side-check, window-check):
12128 New functions.
85cc1f11
MR
12129 (ignore-window-parameters, window-sides, window-sides-vertical)
12130 (window-sides-slots): New variables.
12131 (window-size-fixed): Move down in code. Minor doc-string fix.
12132
e7156492
AS
121332011-06-05 Andreas Schwab <schwab@linux-m68k.org>
12134
12135 * comint.el (comint-dynamic-complete-as-filename)
12136 (comint-dynamic-complete-filename): Correctly call
12137 completion-in-region.
12138
7e821d0d
DD
121392011-06-05 Deniz Dogan <deniz@dogan.se>
12140
12141 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
12142 in last change.
12143
ac09b8a1
DD
121442011-06-05 Deniz Dogan <deniz@dogan.se>
12145
12146 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
12147 (rcirc): Use it to prompt for encryption.
12148
34699b85
RW
121492011-06-05 Roland Winkler <winkler@gnu.org>
12150
12151 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
12152 (bibtex-search-entries): New command bound to C-c C-a.
12153 (bibtex-display-entries): New function.
12154
004dedd3
RW
121552011-06-05 Roland Winkler <winkler@gnu.org>
12156
12157 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
12158 (bibtex-insert-kill): After yanking insert newline if necessary.
12159 (bibtex-initialize): Call bibtex-string-files-init only once.
12160 (bibtex-mode): Do not call easy-menu-add.
12161 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
12162 (bibtex-yank): Set arg properly if nil.
12163
022fe7ce
RW
121642011-06-05 Roland Winkler <winkler@gnu.org>
12165
2b75be67
SM
12166 * textmodes/bibtex.el (bibtex-search-entry-globally):
12167 New variable.
022fe7ce
RW
12168 (bibtex-search-entry): Use it.
12169
b7c3692a
RW
121702011-06-05 Roland Winkler <winkler@gnu.org>
12171
12172 * textmodes/bibtex.el (bibtex-entry-format): New option
12173 sort-fields.
12174 (bibtex-format-entry, bibtex-reformat): Honor this option.
12175 (bibtex-parse-entry): Return fields in proper order.
12176
8eda563d
JB
121772011-06-05 Juanma Barranquero <lekktu@gmail.com>
12178
12179 * doc-view.el (doc-view-remove-if): Move computation of result out
12180 of `dolist' to silence misleading lexical-binding warning.
12181
7dbe3dbc
CY
121822011-06-04 Chong Yidong <cyd@stupidchicken.com>
12183
12184 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
12185 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
12186
0c33dd17
MA
121872011-06-04 Michael Albinus <michael.albinus@gmx.de>
12188
12189 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
12190 "SunOS 5.10".
12191
f8f91c2b
MA
121922011-06-04 Michael Albinus <michael.albinus@gmx.de>
12193
12194 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
12195 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
12196 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
12197 (tramp-parse-putty):
12198 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
12199 (tramp-completion-function-alist-ssh)
12200 (tramp-completion-function-alist-telnet)
12201 (tramp-completion-function-alist-su)
12202 (tramp-completion-function-alist-putty): Set `tramp-autoload'
12203 cookie.
12204
12205 * net/tramp-ftp.el:
12206 * net/tramp-sh.el:
12207 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
12208 load "tramp.el" `tramp-set-completion-function'.
12209
e17d9003
SM
122102011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12211
12212 * shell.el: Require and use pcomplete.
12213 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
12214 (shell-completion-vars): Set pcomplete-default-completion-function.
12215
6c4cab03
DD
122162011-06-04 Deniz Dogan <deniz@dogan.se>
12217
12218 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
12219 `memq' (Bug#8799).
12220
ea9fafe0
SM
122212011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12222
12223 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
12224
b3e945d3
JB
122252011-06-02 Juanma Barranquero <lekktu@gmail.com>
12226
12227 * bs.el (bs--mark-unmark, bs--nth-wrapper):
12228 * mpc.el (mpc-select-extend, mpc-songpointer-context):
12229 * vc/log-view.el (log-view-beginning-of-defun):
12230 * vc/smerge-mode.el (smerge-apply-resolution-patch)
12231 (smerge-refine-forward, smerge-refine-chopup-region):
12232 Silence warning for unused `dotimes' counter variables.
12233
7d520089
SM
122342011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12235
12236 * net/tramp.el (tramp-with-progress-reporter): Rename from
12237 with-progress-reporter. Use `declare'.
12238 * net/tramp-smb.el:
12239 * net/tramp-sh.el:
12240 * net/tramp-gvfs.el: Update all uses.
12241
a1c2400f
JB
122422011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
12243
12244 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
12245 buffer isn't killed before making it current.
12246
2403c841
SM
122472011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12248
12249 Silence various byte-compiler warnings.
12250 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
12251 `access-type' and new obsolescence format.
12252 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
12253 new format.
12254 (byte-compile-check-variable): New `access-type' argument.
12255 Only warn if the access-type is obsolete.
12256 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12257 (byte-compile-variable-set): Adjust callers.
12258 * help-fns.el (describe-variable): Adjust to new obsolescence format.
12259 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
12260 setting it as obsolete.
12261 * simple.el (minibuffer-completing-symbol):
12262 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
12263 access as obsolete.
12264 * minibuffer.el (minibuffer-completing-file-name): Don't make it
12265 obsolete yet.
12266 * international/quail.el (quail-mouse-choose-completion): Remove unused
12267 code referring to obsolete var.
12268 (quail-choose-completion-string): Remove.
12269 * server.el (server-clients-with, server-kill-buffer-query-function)
12270 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
12271 * proced.el (proced-send-signal):
12272 * emacs-lisp/lisp.el (lisp-complete-symbol):
12273 Replace completion-annotate-function with completion-extra-properties.
12274
2462470b
SM
122752011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12276
fb5b2591
SM
12277 * simple.el (goto-line): Use read-number.
12278 (overriding-map-is-bound): Remove.
12279 (saved-overriding-map): Change default.
12280 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
12281 Take the map as argument.
12282 (universal-argument, negative-argument, digit-argument): Use it.
12283 (restore-overriding-map): Adjust.
12284 (do-auto-fill): Use fill-forward-paragraph.
12285 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
12286
fd6fa53f
SM
12287 * minibuffer.el (minibuffer-inactive-mode-map): New var.
12288 (minibuffer-inactive-mode): New major mode.
12289 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
12290 the *Messages* buffer" hack.
12291 (mouse-popup-menubar): Don't burp if the event is a normal key.
12292
2462470b
SM
12293 Miscellaneous tweaks.
12294 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
12295 lexical scoping as in subr.el's dolist and dotimes.
12296 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
12297 Silence compiler warning.
12298 * thingatpt.el (forward-whitespace): Trivial coding style fix.
12299 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
12300 * international/ccl.el (ccl-compile): Trivial simplification.
12301 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
12302 * emacs-lisp/testcover.el (testcover-end): Remove spurious
12303 `printflag' argument.
12304 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12305 Purecopy the whole obsolescence data.
12306
108bf785
LL
123072011-06-01 Leo Liu <sdl.web@gmail.com>
12308
12309 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
12310 improve doc-string as suggested by Marco Pessotto
12311 <melmothx@gmail.com>.
12312 (rcirc-print): Fix last change.
12313
30a23501
SM
123142011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12315
12316 * minibuffer.el (complete-with-action): Return nil for the metadata and
12317 boundaries of non-functional tables.
12318 (completion-table-dynamic): Return nil for the metadata.
12319 (completion-table-with-terminator): Add default case, using
12320 complete-with-action.
12321 (completion--metadata): New function.
12322 (completion-all-sorted-completions, minibuffer-completion-help): Use it
12323 to try and avoid pathological performance problems.
12324 (completion--embedded-envvar-table): Return `category' metadata.
12325
bcd54f83
LMI
123262011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12327
12328 * subr.el (process-alive-p): New tiny convenience function.
12329
e227544d
SM
123302011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12331
12332 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
12333 content but also its previous major mode.
12334
e8296fdc
HE
123352011-05-31 Helmut Eller <eller.helmut@gmail.com>
12336
4d61f28d 12337 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
12338 *Backtrace* buffer when we exit with C-M-c.
12339
620c53a6
SM
123402011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12341
12342 * minibuffer.el: Add metadata method to completion tables.
12343 (completion-category-overrides): New defcustom.
12344 (completion-metadata, completion--field-metadata)
12345 (completion-metadata-get, completion--styles)
12346 (completion--cycle-threshold): New functions.
12347 (completion-try-completion, completion-all-completions):
12348 Add `metadata' argument to choose completion-styles.
12349 (completion--do-completion): Use metadata to choose cycling.
12350 (completion-all-sorted-completions): Use metadata for sorting.
12351 Remove :completion-cycle-penalty which is not needed any more.
12352 (completion--try-word-completion): Add `metadata' argument.
12353 (minibuffer-completion-help): Check metadata for annotation function
12354 and sorting.
12355 (completion-file-name-table): Return `category' metadata.
12356 (minibuffer-completing-file-name): Make obsolete.
12357 * simple.el (minibuffer-completing-symbol): Make obsolete.
12358 * icomplete.el (icomplete-completions): Pass new `metadata' param to
12359 completion-try-completion.
12360
1257e755
SM
123612011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12362
12363 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
12364
3767e706
LL
123652011-05-30 Leo Liu <sdl.web@gmail.com>
12366
12367 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
12368 (rcirc-print): Decode all incoming messages (bug#8744).
12369 (rcirc-decode-coding-system): Allow value nil for automatic coding
12370 system detection.
3767e706 12371
d1a5d56a
GM
123722011-06-01 Glenn Morris <rgm@gnu.org>
12373
12374 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
12375
e8cbec34
CY
123762011-05-29 Chong Yidong <cyd@stupidchicken.com>
12377
12378 * image.el (image-animate-max-time): Allow nil and t values.
12379 Default to nil.
12380 (create-animated-image): Doc fix.
12381 (image-animate-start): Remove second arg; just use
12382 image-animate-max-time.
12383 (image-animate-timeout): Doc fix. Args changed.
12384
12385 * image-mode.el (image-toggle-display-image): Ensure that the
12386 image spec passed to the animate timer is the same object as in
58179cce 12387 the buffer's display property (Bug#6981).
e8cbec34
CY
12388 (image-transform-properties): Doc fix.
12389
12390 * image.el (image-animate-max-time): Default to nil.
12391
159daf87
MR
123922011-05-29 Martin Rudalics <rudalics@gmx.at>
12393
12394 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
12395 entire buffer list (Bug#8184).
12396
d66c4c7c
CY
123972011-05-29 Chong Yidong <cyd@stupidchicken.com>
12398
12399 * image.el (imagemagick-types-inhibit)
12400 (imagemagick-register-types): Doc fix.
12401
80aec780
DD
124022011-05-29 Deniz Dogan <deniz@dogan.se>
12403
12404 * net/rcirc.el (rcirc): Use the user's stored encryption method by
12405 default.
12406
1dd3c2d9
CY
124072011-05-29 Chong Yidong <cyd@stupidchicken.com>
12408
12409 * select.el: Don't perform clipboard-manager saving in hooks;
12410 leave the hooks empty.
12411
60e56523
LL
124122011-05-28 Leo Liu <sdl.web@gmail.com>
12413
12414 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
12415 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
12416 (occur-edit-mode): New major mode (Bug#8463).
12417 (occur-after-change-function): New function.
12418 (occur-engine): Give Occur tags a read-only property.
12419
2b1e1a22
KR
124202011-05-28 Kevin Ryde <user42@zip.com.au>
12421
12422 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
12423
5d344e88
CY
124242011-05-28 Chong Yidong <cyd@stupidchicken.com>
12425
8e6ca83d
CY
12426 * bindings.el (help-echo): Make the initial non-indicator dash
12427 empty on graphical terminals (Bug#7295).
12428
5d344e88
CY
12429 * files.el (auto-mode-alist): Move config rule after the
12430 in-stripping one (Bug#8547).
12431
bfbbace7
CY
12432 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
12433
fbeba6e2
CY
12434 * startup.el (normal-splash-screen): Remove gratuitous mode-line
12435 setting (Bug#8740).
12436
60ed8c72
AA
124372011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
12438
4ac619f0
AA
12439 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
12440 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
12441 (Bug#8539).
60ed8c72 12442
23db196e
CY
124432011-05-28 Chong Yidong <cyd@stupidchicken.com>
12444
12445 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
12446
5012f24c
DK
124472011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
12448
12449 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
12450 (hs-hide-block-at-point, hs-find-block-beginning)
12451 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
12452 (Bug#8279).
12453
6a639b16
GM
124542011-05-28 Glenn Morris <rgm@gnu.org>
12455
12456 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
12457
d43eaf2c
CY
124582011-05-28 Chong Yidong <cyd@stupidchicken.com>
12459
5199bde1
CY
12460 * help-fns.el (describe-function-1): If the function is a derived
12461 major mode, print the parent mode.
12462
d43eaf2c
CY
12463 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
12464 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
12465
423428a8
SM
124662011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12467
0ff8e1ba 12468 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 12469 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
12470 * progmodes/etags.el (tags-completion-at-point-function):
12471 * info-look.el (info-lookup-completions-at-point): Mark as
12472 non-exclusive.
12473 (info-complete): Adjust accordingly.
12474
423428a8
SM
12475 * info-look.el: Convert to lexical-binding and completion-at-point.
12476 (info-lookup-completions-at-point): New function.
12477 (info-complete): Use it and completion-in-region.
12478
b74aa22b
DA
124792011-05-28 Drew Adams <drew.adams@oracle.com>
12480
12481 * isearch.el: Let M-e start with point at the first mismatched char.
12482 (isearch-fail-pos): New function.
12483 (isearch-edit-string): Use it.
12484
66e2e71d
DK
124852011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12486
12487 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12488
b1890b0f 124892011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
12490
12491 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
12492 traversal functions for avl-trees.
12493 (avl-tree--stack): New struct.
12494 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
12495 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
12496 (avl-tree--do-enter): Add optional `updatefun' arg.
12497 Change return value.
eb95d01d 12498 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
12499 (avl-tree--do-delete): Add `test' and `nilflag' args.
12500 Change return value.
eb95d01d
TC
12501 (avl-tree-member): Add optional `nilflag'
12502 (avl-tree-member-p): New function.
12503 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
12504 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
12505 (avl-tree-stack-empty-p): New functions.
12506
3769ddcf
TC
12507 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
12508 avl-tree--del-balance1 and make it work both ways.
12509 (avl-tree--del-balance2): Remove.
12510 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
12511 make it work both ways.
12512 (avl-tree--enter-balance2): Remove.
12513 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
12514 New macros.
12515 (avl-tree--mapc, avl-tree-map): Add direction argument.
12516
eb95d01d 125172011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
12518
12519 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
12520
a9f737ee
CY
125212011-05-27 Chong Yidong <cyd@stupidchicken.com>
12522
12523 * select.el: Support clipboard managers with built-in function
12524 x-clipboard-manager-save, via delete-frame-functions and
12525 kill-emacs-hook.
12526 (xselect-convert-to-targets): Add MULTIPLE target to list.
12527 (xselect-convert-to-save-targets): New function.
12528
c92a1e54
KH
125292011-05-27 Kenichi Handa <handa@m17n.org>
12530
12531 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
12532 let-binding rfc2047-encode-encoded-words to nil.
12533
e145f188
GM
125342011-05-27 Glenn Morris <rgm@gnu.org>
12535
5ec8a862
GM
12536 * mail/emacsbug.el: Don't require url-util.
12537
4b29d9fb
GM
12538 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
12539
e145f188
GM
12540 * files.el (set-auto-mode):
12541 Also respect mode: entries at the end of the file. (Bug#8586)
12542
7d15102b
GM
125432011-05-26 Glenn Morris <rgm@gnu.org>
12544
98f593b8
GM
12545 * files.el (hack-local-variables-prop-line, hack-local-variables):
12546 Downcase mode names, as seems to be traditional.
27b48e63 12547 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 12548
7d15102b
GM
12549 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
12550 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
12551
51d5b4ec
JD
125522011-05-25 Julien Danjou <julien@danjou.info>
12553
12554 * textmodes/rst.el (rst-define-level-faces): Do not define face
12555 symbol if it is already defined.
12556
91513f63
VB
125572011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
12558
12559 * play/5x5.el (5x5-new-game, 5x5-randomize):
12560 Reset 5x5-solver-output to nil when a new grid is cast.
12561 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
12562 these debugging traces, as defmacro breaks the compiled code.
12563
4d90d6d0
DK
125642011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12565
12566 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12567
e1b90ef6
LL
125682011-05-24 Leo Liu <sdl.web@gmail.com>
12569
12570 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
12571 (vc-bzr-sha1): Adapt.
12572
d8e4b68b 12573 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
12574
12575 * bindings.el: Provide sha1 feature.
12576
db0406bb 125772011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
12578
12579 * mail/sendmail.el: Require `rfc2047'.
12580 (mail-insert-from-field): Do not perform RFC2047 encoding.
12581 (mail-encode-header): New function.
12582 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
12583 buffer to the return value of select-message-coding-system.
12584 Call mail-encode-header.
b8d747b9
KH
12585
12586 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
12587
db0406bb 125882011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 12589
4d90d6d0
DK
12590 * mail/supercite.el (sc-default-cite-frame):
12591 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 12592
eb8a5e9b
GM
125932011-05-24 Glenn Morris <rgm@gnu.org>
12594
f8630703
GM
12595 * progmodes/python.el (brm-menu): Declare.
12596
8831bbed
GM
12597 * emulation/viper.el (viper-set-hooks): Declare.
12598
eb8a5e9b
GM
12599 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
12600 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
12601 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
12602 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
12603 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
12604 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
12605
a2a25d24
SM
126062011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12607
12608 Add an :exit-function for completion-at-point.
12609
12610 * minibuffer.el (completion--done): New fun.
12611 (completion--do-completion): Use it. New arg `expect-exact'.
12612 (minibuffer-complete, minibuffer-complete-word): Don't output message,
12613 since completion--do-completion does it for us now.
12614 (minibuffer-force-complete): Use completion--done and
12615 completion--replace. Handle sole-completion case with more care.
12616 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
12617 (completion-extra-properties): New var.
12618 (completion-annotate-function): Make obsolete.
12619 (minibuffer-completion-help): Adjust accordingly.
12620 Use completion-list-insert-choice-function.
12621 (completion-at-point, completion-help-at-point):
12622 Bind completion-extra-properties.
12623 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
12624 * simple.el (completion-list-insert-choice-function): New var.
12625 (completion-setup-function): Preserve it.
12626 (choose-completion): Pay attention to it, shuffle the code a bit.
12627 (choose-completion-string): New arg `insert-function'.
12628
12629 * textmodes/bibtex.el: Convert to lexical binding.
12630 (bibtex-mode-map): Use completion-at-point.
12631 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
12632 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
12633 (bibtex-complete): Define as obsolete alias.
12634 (bibtex-complete-internal): Remove.
12635 (bibtex-format-entry): Remove unused sub-group in regexp.
12636 * shell.el (shell--command-completion-data)
12637 (shell-environment-variable-completion):
12638 * pcomplete.el (pcomplete-completions-at-point):
12639 * comint.el (comint--complete-file-name-data): Use :exit-function
12640 instead of completion-table-with-terminator so it also works for
12641 choose-completion.
12642
e44e373d
SM
126432011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12644
4f91a816
SM
12645 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
12646
782fc819
SM
12647 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
12648 (bug#8710).
12649
e44e373d
SM
12650 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
12651
381987c3
KM
126522011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
12653
12654 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
12655 customization variable and implement: If non-nil, auto-fill will
12656 be inhibited while on topic's header line.
12657
b776bc70
VB
126582011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
12659
12660 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 12661 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
12662 always have a solution in grid size = 5 cases.
12663 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
12664 (5x5-solver-output, 5x5-log-buffer): New vars.
12665 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
12666 Make these variables buffer local to achieve 5x5 multi-session-ness.
12667 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
12668 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
12669 (5x5-solve-suggest): New funs.
12670 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
12671 randomize a grid so that we ensure that there is always a solution.
12672 (5x5-make-random-grid): Allow other movement than flipping.
12673
7de88b6e
KR
126742011-05-23 Kevin Ryde <user42@zip.com.au>
12675
12676 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 12677 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
12678 advice and passes PREDICATE.
12679
b1ef1257
SM
126802011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12681
bbca48fe
SM
12682 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
12683 byte-compile-lambda if it's actually a lambda.
12684
b1ef1257
SM
12685 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
12686 Fix function quoting. Use backquote better.
12687
92a9cc65
YS
126882011-05-22 Yuanle Song <sylecn@gmail.com>
12689
12690 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
12691 matching (Bug#8516).
12692
f0fb8059
JA
126932011-01-22 Jari Aalto <jari.aalto@cante.net>
12694
12695 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
12696 different face (Bug#8178).
12697
d5b44c93
CY
126982011-05-22 Chong Yidong <cyd@stupidchicken.com>
12699
12700 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
12701 defface (Bug#8144).
12702
79106a44
SM
127032011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12704
9c848d8a
SM
12705 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
12706 funcall as well (bug#8712). Warn when performing those conversions.
12707 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
12708
79106a44
SM
12709 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
12710
88dfa756
GM
127112011-05-22 Glenn Morris <rgm@gnu.org>
12712
12713 * files.el (hack-local-variables-prop-line): Small simplifications.
12714 (hack-local-variables, hack-local-variables-prop-line):
12715 If MODE-ONLY, return the mode, rather than just `t'.
12716
b7cf2c79
SM
127172011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12718
12719 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
12720
3f1a8558
GM
127212011-05-21 Glenn Morris <rgm@gnu.org>
12722
7e4ccca3
GM
12723 * files.el (hack-local-variables-prop-line, hack-local-variables):
12724 If only interested in the mode, don't bother doing the other stuff.
12725
637d46ca
GM
12726 * image-mode.el (image-after-revert-hook):
12727 Redraw all frames on which the image is visible. (Bug#8567)
12728
973d955b
GM
12729 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
12730
3f1a8558
GM
12731 * wid-edit.el (widget-checklist-match-inline):
12732 Fix 2011-04-19 change. (Bug#8649)
12733
96479927
SM
127342011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12735
1dcf791f
SM
12736 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12737 Also allow singlespace after single-letter capitals followed by a dot.
12738
96479927
SM
12739 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
12740 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
12741
35fd0881
N
127422011-05-20 Nix <nix@esperi.org.uk>
12743
12744 * files.el (basic-save-buffer-2):
12745 Fix handling of break-hardlink-on-save with non-existent files.
12746
82745640
DD
127472011-05-19 Deniz Dogan <deniz@dogan.se>
12748
12749 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 12750 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 12751
4a720484
GM
127522011-05-19 Glenn Morris <rgm@gnu.org>
12753
d1f21341
GM
12754 * progmodes/f90.el (f90-type-def-re):
12755 Handle "type, bind(c)". (Bug#8691)
12756
4a720484
GM
12757 * emacs-lisp/autoload.el (batch-update-autoloads):
12758 Set autoload-excludes by parsing loadup.el rather than Makefiles.
12759
2fb0a219
MA
127602011-05-18 Michael Albinus <michael.albinus@gmx.de>
12761
12762 * net/tramp.el (tramp-process-actions): Set "first-password-request"
12763 property for the correct connection in case of multihops.
12764
e565dd37
GM
127652011-05-18 Glenn Morris <rgm@gnu.org>
12766
c2571358 12767 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
12768 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
12769
e565dd37
GM
12770 Rationalize calendar handling of day and month abbrev-arrays.
12771 * calendar/calendar.el (calendar-customized-p): New function.
12772 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
12773 (calendar-day-name-array, calendar-month-name-array): Doc fix.
12774 Add :set function.
12775 (calendar-abbrev-length, calendar-day-abbrev-array)
12776 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
12777 (calendar-day-abbrev-array, calendar-month-abbrev-array):
12778 Elements may no longer be nil.
12779 (calendar-day-name, calendar-month-name):
12780 Update for changed nature of abbrev arrays.
12781 * calendar/diary-lib.el (diary-name-pattern):
12782 Update for changed nature of abbrev arrays.
12783 (diary-mark-entries-1): Update calendar-make-alist calls.
12784 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
12785 * calendar/cal-html.el (cal-html-day-abbrev-array):
12786 Simply inherit from calendar-day-abbrev-array.
12787
1d99a745
SM
127882011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12789
12790 * progmodes/grep.el (grep-mode): Disable default
12791 compilation-directory-matcher setting (bug#8684).
12792
7c1d9aa0
MA
127932011-05-17 Michael Albinus <michael.albinus@gmx.de>
12794
12795 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
12796 instead of "head" and "tail". There were problems with SunOS 5.9,
12797 and it performs better.
12798
3952e9d8
GM
127992011-05-17 Glenn Morris <rgm@gnu.org>
12800
2dd12e7f
GM
12801 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
12802
e4157b9c
GM
12803 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
12804 Replace obsolete function.
12805
8e249bbd
GM
12806 * shell.el (pcomplete-parse-arguments-function): Declare.
12807
3952e9d8
GM
12808 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
12809 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
12810 (appt-check): Doc fixes.
12811 (appt-disp-window-function, appt-delete-window-function):
12812 Remove needless special case in custom :type.
12813 (appt-display-count): Default to 0, not nil.
12814 (appt-check): Reset appt-display-count to 0, not nil.
12815
c71a0d48 128162011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 12817
c71a0d48
GM
12818 * progmodes/python.el (python-font-lock-keywords):
12819 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 12820
31d55be9
SM
128212011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12822
12823 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
12824
3bfacb2f
KR
128252011-05-16 Kevin Ryde <user42@zip.com.au>
12826
12827 * info-look.el (makefile-automake-mode): New setups, looking in
12828 automake manual, then makefile-mode.
12829 (makefile-mode): Remove automake manual, have it just in
12830 makefile-automake-mode since there's various things different or
12831 not relevant to plain make.
12832 (makefile-mode): Remove "other-modes" non-existent automake-mode,
12833 believe a hypothetical automake-mode would go to makefile-mode,
12834 not the other way around.
12835
c8e83751
CY
128362011-05-15 Chong Yidong <cyd@stupidchicken.com>
12837
5e9e35cd
CY
12838 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
12839 hunk-end tags (Bug#8672).
12840
c8e83751
CY
12841 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
12842 vc-annotate-show-diff-revision-at-line (Bug#8671).
12843
50b23e5a
GM
128442011-05-14 Glenn Morris <rgm@gnu.org>
12845
7210a739
GM
12846 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
12847 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
12848 (change-log-font-lock-keywords): Also handle multiple author lines
12849 with leading tabs. (Bug#8644)
7210a739 12850
4691905a
GM
12851 * calendar/appt.el (appt-check): Rename some local variables.
12852 Some simplification/reordering.
12853
50b23e5a
GM
12854 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
12855 (feedmail-sendmail-f-doesnt-sell-me-out)
12856 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
12857 (feedmail-debug-sit-for, feedmail-queue-express-hook)
12858 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
12859 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
12860 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
12861 (feedmail-binmail-gnulinuxish-template):
12862 Rename from feedmail-binmail-linuxish-template.
12863 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
12864 Use insert-buffer-substring.
12865
215cda7c
BC
128662011-05-14 Bill Carpenter <bill@carpenter.org>
12867
12868 * mail/feedmail.el (feedmail-patch-level): Increase.
12869 (feedmail-debug): New custom group.
12870 (feedmail-confirm-outgoing-timeout)
12871 (feedmail-sendmail-f-doesnt-sell-me-out)
12872 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
12873 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
12874 (feedmail-sender-line, feedmail-from-line)
12875 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 12876 (feedmail-spray-this-address)
215cda7c
BC
12877 (feedmail-spray-address-fiddle-plex-list)
12878 (feedmail-queue-use-send-time-for-date)
12879 (feedmail-queue-use-send-time-for-message-id)
12880 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
12881 (feedmail-buffer-eating-function):
12882 Doc fixes.
12883 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
12884 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
12885 (feedmail-message-action-scroll-down): New functions.
12886 (feedmail-queue-directory, feedmail-queue-draft-directory):
12887 Use expand-file-name.
12888 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
12889 Remove C-v help entry.
12890 (feedmail-queue-buffer-file-name): New variable.
12891 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
12892 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
12893 (feedmail-message-action-send-strong, feedmail-message-action-edit)
12894 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
12895 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
12896 (feedmail-message-action-toggle-spray)
12897 (feedmail-run-the-queue-no-prompts)
12898 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
12899 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
12900 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
12901 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
12902 (feedmail-envelope-deducer, feedmail-fiddle-from)
12903 (feedmail-fiddle-sender, feedmail-default-date-generator)
12904 (feedmail-fiddle-date, feedmail-fiddle-message-id)
12905 (feedmail-fiddle-spray-address)
12906 (feedmail-fiddle-list-of-spray-fiddle-plexes)
12907 (feedmail-fiddle-list-of-fiddle-plexes)
12908 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
12909 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
12910 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
12911 Change default. Doc fix.
12912 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
12913 (feedmail-binmail-linuxish-template): New constant.
12914 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
12915 Respect feedmail-sendmail-f-doesnt-sell-me-out.
12916 (feedmail-send-it): Add debug call.
12917 Use feedmail-queue-buffer-file-name, and
12918 feedmail-send-it-immediately-wrapper.
12919 (feedmail-message-action-send): Add debug call.
12920 Use feedmail-send-it-immediately-wrapper.
12921 (feedmail-queue-express-to-queue): Add debug call.
12922 Run feedmail-queue-express-hook.
12923 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
12924 (feedmail-message-action-help-blat):
12925 Rename from feedmail-queue-send-edit-prompt-help-first.
12926 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
12927 Check line-endings. Handle errors better.
12928 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
12929 Doc fix. Add debug call.
12930 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
12931 Use feedmail-queue-send-edit-prompt-inner.
12932 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
12933 (feedmail-queue-send-edit-prompt-inner): New function, extracted
12934 from feedmail-queue-send-edit-prompt.
12935 (feedmail-queue-send-edit-prompt-help)
12936 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
12937 (feedmail-tidy-up-slug): Add debug call.
12938 Respect feedmail-queue-slug-suspect-regexp.
12939 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
12940 (feedmail-dump-message-to-queue): Add debug call.
12941 Expand queue-directory.
12942 (feedmail-dump-message-to-queue): Change message slightly.
12943 Use feedmail-say-chatter.
12944 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
12945 (feedmail-send-it-immediately-wrapper): New function.
12946 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
12947 Insert empty string rather than newline. Handle full-frame case.
12948 Use catch/throw. Use feedmail-say-chatter.
12949 (feedmail-fiddle-from): Try mail-host-address.
12950 (feedmail-default-message-id-generator): Doc fix.
12951 Bind system-time-locale. Handle missing end.
12952 (feedmail-fiddle-x-mailer): Add debug call.
12953 Handle feedmail-x-mailer-line being nil.
12954 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
12955 Add debug call. Use buffer-substring-no-properties.
12956 (feedmail-say-debug, feedmail-say-chatter): New functions.
12957 (feedmail-find-eoh): Give an explicit error.
12958
42c7e61e
UJ
129592011-05-13 Ulf Jasper <ulf.jasper@web.de>
12960
c2571358 12961 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 12962 family from helvetica to sans.
c2571358 12963 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
12964 etc/images/newsticker.
12965
c2571358 12966 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
12967 family from helvetica to sans.
12968
12969 * net/newst-plainview.el (newsticker-new-item-face)
12970 (newsticker-old-item-face, newsticker-immortal-item-face)
12971 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 12972 (newsticker-statistics-face): Change default family from
42c7e61e 12973 helvetica to sans.
c2571358 12974 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
12975 etc/images/newsticker.
12976
5d3385a0
JB
12977 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
12978 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
12979 auto-marking.
12980
8497a297
DV
129812011-05-13 Didier Verna <didier@xemacs.org>
12982
12983 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
12984 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
12985 TODO entries.
8497a297
DV
12986 (lisp-lambda-list-keyword-parameter-indentation)
12987 (lisp-lambda-list-keyword-parameter-alignment)
12988 (lisp-lambda-list-keyword-alignment): New customizable user options.
12989 (lisp-indent-defun-method): Improve docstring.
12990 (extended-loop-p): Fix comment.
12991 (lisp-indent-lambda-list-keywords-regexp): New variable.
12992 (lisp-indent-lambda-list): New function.
12993 (lisp-indent-259): Use it.
12994 (lisp-indent-defmethod): Support for more than one
12995 method qualifier and properly indent methods lambda-lists.
12996 (defgeneric): Provide a missing common-lisp-indent-function property.
12997
f278f87f
SM
129982011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12999
13000 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13001 bounds for the empty string (bug#8667).
13002
5233edd7
GM
130032011-05-13 Glenn Morris <rgm@gnu.org>
13004
5237a44f
GM
13005 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
13006
8340026c 13007 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 13008 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 13009
5233edd7 13010 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 13011 (appt-time-msg-list): Doc fix.
a5464014 13012 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 13013
92d10796
AS
130142011-05-12 Andreas Schwab <schwab@linux-m68k.org>
13015
13016 * progmodes/ld-script.el (ld-script-keywords)
13017 (ld-script-builtins): Update keywords list.
13018
914a0ae1
SM
130192011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13020
c89be45f
SM
13021 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
13022
914a0ae1
SM
13023 * shell.el (shell-completion-vars): New function.
13024 (shell-mode):
13025 * simple.el (read-shell-command): Use it.
13026 (blink-matching-open): No need for " [...]" in minibuffer-message.
13027
98dc3df3
GM
130282011-05-12 Glenn Morris <rgm@gnu.org>
13029
13030 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
13031 (appt-check): Simplify.
13032
d2fc7e3d 130332011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 13034
4d61f28d 13035 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
13036 literal "/dev/null".
13037
d2fc7e3d 130382011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
13039
13040 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
13041 Fix typo.
13042
d2fc7e3d 130432011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 13044
3f254caa
SM
13045 * progmodes/which-func.el (which-function):
13046 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
13047 which might not be defined (Bug#8260).
13048
d45885f7
GM
130492011-05-12 Glenn Morris <rgm@gnu.org>
13050
13051 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13052 Let byte-compile-initial-macro-environment always take precedence.
13053
488086f4
SM
130542011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13055
13056 * net/rcirc.el: Add support for SSL/TLS connections.
13057 (rcirc-server-alist): New field `encryption'.
13058 (rcirc): Check `encryption' settings.
13059 (rcirc-connect): New arg `encryption'. Use open-network-stream.
13060 Merge make-local-variable into `set'.
13061 (rcirc--connection-open-p): New function.
13062 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
13063 the process is not a network process (e.g. running gnutls-cli).
13064 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13065 Make rcirc-(en|de)code-coding-system local here.
13066 (rcirc-mode): Merge make-local-variable into `set'.
13067 (rcirc-parent-buffer): Make permanent buffer-local.
13068 (rcirc-multiline-minor-mode): Don't do it here.
13069 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
13070 there's no server buffer.
13071
7d3b9d44
GM
130722011-05-11 Glenn Morris <rgm@gnu.org>
13073
f64049c6
GM
13074 * newcomment.el (comment-kill): Prefix "unused" local.
13075
93c9df73
GM
13076 * term/w32console.el (get-screen-color): Declare.
13077
7d3b9d44
GM
13078 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
13079 Handle symbol elements of byte-compile-initial-macro-environment.
13080
9e2dd53f
LL
130812011-05-10 Leo Liu <sdl.web@gmail.com>
13082
488086f4
SM
13083 * bookmark.el (bookmark-bmenu-mode-map):
13084 Bind bookmark-bmenu-search to `/'.
8b340240 13085
9e2dd53f 13086 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
13087 (footnote-unicode-string, footnote-unicode-regexp): New variable.
13088 (Footnote-unicode): New function.
13089 (footnote-style-alist): Add unicode style to the list.
13090 (footnote-style): Doc fix.
9e2dd53f 13091
79b70037
GM
130922011-05-10 Jim Meyering <meyering@redhat.com>
13093
13094 Fix doubled-word typos.
13095 * international/quail.el (quail-insert-kbd-layout): and and -> and
13096 * kermit.el: and and -> and
13097 * net/ldap.el (ldap-search-internal): to to -> to
13098 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
13099 * progmodes/js.el (js-mode): and and -> and
13100 * textmodes/artist.el (artist-move-to-xy): at at -> at
13101 (artist-draw-region-trim-line-endings): if if -> if
13102 And Safetyc -> Safety.
13103 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
13104
b8f82dc1 131052011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 13106 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
13107
13108 * files.el (hack-one-local-variable-eval-safep):
13109 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
13110
4f99f44b
GM
131112011-05-10 Glenn Morris <rgm@gnu.org>
13112
13113 * calendar/diary-lib.el (diary-list-entries-hook)
13114 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
13115 (diary-nongregorian-marking-hook, diary-list-entries)
13116 (diary-include-other-diary-files, diary-mark-entries)
13117 (diary-mark-included-diary-files): Doc fixes.
13118
84f29e6b
JB
131192011-05-09 Juanma Barranquero <lekktu@gmail.com>
13120
13121 * misc.el: Require tabulated-list.el during compilation.
13122
9bedd73a
CY
131232011-05-09 Chong Yidong <cyd@stupidchicken.com>
13124
488086f4
SM
13125 * progmodes/compile.el (compilation-start):
13126 Run compilation-filter-hook for the async case too.
9bedd73a
CY
13127 (compilation-filter-hook): Doc fix.
13128
797c735c
DD
131292011-05-09 Deniz Dogan <deniz@dogan.se>
13130
13131 * wdired.el: Remove outdated installation comment. Fix usage
13132 comment.
13133
5f4b1dfe
JB
131342011-05-09 Juanma Barranquero <lekktu@gmail.com>
13135
13136 * misc.el: Implement new command `list-dynamic-libraries'.
13137 (list-dynamic-libraries--loaded-only-p): New variable.
13138 (list-dynamic-libraries--refresh): New function.
13139 (list-dynamic-libraries): New command.
13140
4c44026c
CY
131412011-05-09 Chong Yidong <cyd@stupidchicken.com>
13142
488086f4
SM
13143 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13144 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
13145 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
13146 higher priority to avoid clobbering by gnu.
13147
027f966d
CY
131482011-05-08 Chong Yidong <cyd@stupidchicken.com>
13149
13150 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
13151 if the face has existing theme settings (Bug#8454).
13152
085f5d7d
CY
131532011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
13154
488086f4
SM
13155 * progmodes/perl-mode.el (perl-imenu-generic-expression):
13156 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 13157
2a86a00c
RS
13158 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
13159 special file names `.' and `..' (Bug#8259).
13160
d9c54a06
CY
131612011-05-08 Chong Yidong <cyd@stupidchicken.com>
13162
488086f4
SM
13163 * progmodes/grep.el (grep-mode-font-lock-keywords):
13164 Remove buffer-changing entries.
d9c54a06
CY
13165 (grep-filter): New function.
13166 (grep-mode): Add it to compilation-filter-hook.
13167
13168 * progmodes/compile.el (compilation-filter-hook)
13169 (compilation-filter-start): New defvars.
13170 (compilation-filter): Call compilation-filter-hook prior to
13171 updating the process mark.
13172
c4662635
SM
131732011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13174
13175 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
13176
b0512a1d
EZ
131772011-05-07 Eli Zaretskii <eliz@gnu.org>
13178
605c9376
EZ
13179 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
13180 mailclient-send-it even if window-system is nil. (Bug#8595)
13181
c4662635
SM
13182 * term/w32console.el (terminal-init-w32console):
13183 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
13184 background-mode. (Bug#8597)
13185
d1dc2cc2
SM
131862011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13187
13188 Make bytecomp.el understand that defmethod defines funs (bug#8631).
13189 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
13190 New functions.
13191 (defgeneric, eieio--defmethod): Use them.
13192 (eieio-defgeneric): Remove.
13193 (defmethod): Call defgeneric in a way visible to the byte-compiler.
13194
915d1300
GM
131952011-05-07 Glenn Morris <rgm@gnu.org>
13196
a3961c3e
GM
13197 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
13198 Use let rather than let*.
13199 (timeclock-find-discrep): Remove unused local.
13200
314347b9
GM
13201 * calendar/diary-lib.el (diary-comment-start): Doc fix.
13202
915d1300
GM
13203 * calendar/appt.el (appt-time-msg-list): Doc fix.
13204
275b59b0
NF
132052011-05-06 Noah Friedman <friedman@splode.com>
13206
13207 * apropos.el (apropos-print-doc): Only use
13208 emacs-lisp-docstring-fill-column when it is bound to an integer,
13209 per that variable's documentation.
13210
6c19f744
SM
132112011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13212
13213 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 13214 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 13215
60f884b2
GM
132162011-05-06 Glenn Morris <rgm@gnu.org>
13217
5006e634
GM
13218 * calendar/appt.el (appt-message-warning-time): Doc fix.
13219 (appt-warning-time-regexp): New option.
13220 (appt-make-list): Respect appt-message-warning-time.
13221
548d0a63
GM
13222 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
13223 New options.
13224 (diary-add-to-list): Strip comments from the displayed string.
13225 (diary-mode): Set comment-start and comment-end.
13226
60f884b2
GM
13227 * vc/diff-mode.el (smerge-refine-subst): Declare.
13228 (diff-refine-hunk): Don't require smerge-mode when compiling.
13229
989681bb
JB
132302011-05-06 Juanma Barranquero <lekktu@gmail.com>
13231
13232 * simple.el (list-processes): Return nil as the docstring says.
13233
a6bc05e1
MA
132342011-05-05 Michael Albinus <michael.albinus@gmx.de>
13235
13236 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
13237 to "".
13238 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13239 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
13240 determining of binary transfer. (Bug#7383)
13241
23c22e9a
MA
132422011-05-05 Michael Albinus <michael.albinus@gmx.de>
13243
c4662635
SM
13244 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13245 Fix port computation bug. (Bug#8618)
23c22e9a 13246
0bff894f
GM
132472011-05-05 Glenn Morris <rgm@gnu.org>
13248
b8296902
GM
13249 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
13250
1f522ce8
GM
13251 * simple.el (shell-dynamic-complete-functions)
13252 (comint-dynamic-complete-functions): Declare.
13253
cf5bee67
GM
13254 * net/network-stream.el (gnutls-negotiate):
13255 * simple.el (tabulated-list-print): Fix declarations.
13256
13257 * progmodes/gud.el (syntax-symbol, syntax-point):
13258 Remove unnecessary and incorrect declarations.
13259
0bff894f
GM
13260 * emacs-lisp/check-declare.el (check-declare-scan):
13261 Handle byte-compile-initial-macro-environment in bytecomp.el
13262
9869b3ae
SM
132632011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13264
13265 Fix earlier half-done eieio-defmethod change (bug#8338).
13266 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
13267 Streamline and change calling convention.
13268 (defmethod): Adjust accordingly and simplify.
13269 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
13270 new eieio--defmethod.
13271 (slot-boundp): Minor CSE simplification.
13272
9c1d5ac5
MZ
132732011-05-05 Milan Zamazal <pdm@zamazal.org>
13274
13275 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
13276 (glasses-make-readable): Use glasses-separate-capital-groups.
13277
455c834e
JB
132782011-05-05 Juanma Barranquero <lekktu@gmail.com>
13279
13280 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
13281 (warning-series): Doc fix.
13282 (display-warning): Don't try to create the buffer if we just found it.
13283
9ed7c8cb
CY
132842011-05-04 Chong Yidong <cyd@stupidchicken.com>
13285
13286 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
13287 (autoload-find-generated-file): New function.
13288 (generate-file-autoloads): Bind generated-autoload-file to
13289 buffer-file-name.
9869b3ae
SM
13290 (update-file-autoloads, update-directory-autoloads):
13291 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
13292 output file (Bug#7989).
13293 (batch-update-autoloads): Doc fix.
13294
0898ca10
JB
132952011-05-04 Juanma Barranquero <lekktu@gmail.com>
13296
13297 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
13298
31dfb76c
GM
132992011-05-04 Glenn Morris <rgm@gnu.org>
13300
f330b642
GM
13301 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
13302 function, so it follows changes in calendar-date-style.
13303 (diary-fancy-date-matcher): New function.
13304 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
13305 (diary-fancy-font-lock-fontify-region-function):
13306 Use diary-fancy-date-pattern as a function.
13307
31dfb76c
GM
13308 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
13309 non-numbers for `year' etc pseudo-variables. (Bug#8583)
13310
48e79d6a
TZ
133112011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
13312
13313 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
13314 instead of positional arguments. Allow :keylist and :crlfiles
13315 arguments.
13316 (open-gnutls-stream): Call it.
13317
13318 * net/network-stream.el (network-stream-open-starttls): Adjust to
13319 call `gnutls-negotiate' with :process and :hostname arguments.
13320
dd5a5ee0
SM
133212011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13322
ef80fc09
SM
13323 * minibuffer.el (completion--message): New function.
13324 (completion--do-completion, minibuffer-complete)
13325 (minibuffer-force-complete, minibuffer-complete-word): Use it.
13326 (completion--do-completion): Don't ignore completion-auto-help when in
13327 icomplete-mode.
13328
dd5a5ee0
SM
13329 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
13330 internal encoding (e.g. tibetan zero is not whitespace).
13331 (global-whitespace-mode): Prefer save-current-buffer.
13332 (whitespace-trailing-regexp): Remove useless save-match-data.
13333 (whitespace-empty-at-bob-regexp): Minor simplification.
13334
b7d22a83
CY
133352011-05-03 Chong Yidong <cyd@stupidchicken.com>
13336
13337 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
13338
5192af46
AM
133392011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13340
13341 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 13342 Use `concat' to create string for insertion.
5192af46 13343
5767d190
SM
133442011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13345
13346 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
13347 Avoid open-line which runs post-self-insert-hook.
13348 (bibtex-fill-entry): Remove unused `end' var.
13349
bf242939
AM
133502011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
13351
5767d190
SM
13352 * textmodes/ispell.el (ispell-add-per-file-word-list):
13353 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 13354
25666126
LL
133552011-05-03 Leo Liu <sdl.web@gmail.com>
13356
13357 * isearch.el (isearch-yank-pop): New command.
5767d190 13358 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
13359 (isearch-forward): Mention it.
13360
52d3c2d0
SM
133612011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13362
1bcace58
SM
13363 * simple.el (minibuffer-complete-shell-command): Remove.
13364 (minibuffer-local-shell-command-map): Use completion-at-point.
13365 (read-shell-command): Setup completion vars here instead.
13366 (read-expression-map): Bind TAB to symbol completion.
13367
52d3c2d0
SM
13368 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
13369 error directly rather via storing it into `results'.
13370
35813471
LL
133712011-05-02 Leo Liu <sdl.web@gmail.com>
13372
13373 * vc/diff.el: Fix description.
13374
e793a940
LMI
133752011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13376
13377 * server.el (server-eval-at): New function.
13378
8de66e05
LMI
133792011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13380
13381 * net/network-stream.el (open-network-stream): Take a :nowait
13382 parameter and pass it on to `make-network-process'.
13383 (network-stream-open-plain): Ditto.
13384
dcb79f20
AS
133852011-04-30 Andreas Schwab <schwab@linux-m68k.org>
13386
13387 * faces.el (face-spec-set-match-display): Don't match toolkit
13388 options on terminal frames.
13389
14a7fbd8
SM
133902011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13391
7eabc1be
SM
13392 * progmodes/pascal.el: Use lexical binding.
13393 (pascal-mode-map): Remove author preferences.
13394
14a7fbd8
SM
13395 * pcomplete.el (pcomplete-std-complete): Don't abuse
13396 completion-at-point.
13397
50f84510
JB
133982011-04-28 Juanma Barranquero <lekktu@gmail.com>
13399
6e087a44
JB
13400 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
13401 removing code that has been dead since 1991 or so.
13402
50f84510
JB
13403 * startup.el (command-line): When warning about "_emacs", use a
13404 delayed warning to allow the user to filter it out.
13405
0ba690bd
DD
134062011-04-28 Deniz Dogan <deniz@dogan.se>
13407
13408 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
13409 user has not joined.
13410
08abfaad
SM
134112011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13412
13413 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
13414 aren't any completions at point.
13415
638f053a
JB
134162011-04-28 Juanma Barranquero <lekktu@gmail.com>
13417
13418 * subr.el (display-delayed-warnings): New function.
13419 (delayed-warnings-hook): New variable.
13420
8fff8daa
SM
134212011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13422
08abfaad
SM
13423 * minibuffer.el (completion-at-point, completion-help-at-point):
13424 Don't presume that a given completion-at-point-function will always
13425 use the same calling convention.
13426
8fff8daa
SM
13427 * pcomplete.el (pcomplete-completions-at-point):
13428 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
13429 pcomplete-seen is non-nil.
13430 (pcomplete-comint-setup): Also recognize the new comint/shell
13431 completion functions.
13432 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
13433 pcomplete-seen is non-nil.
13434
841a1577 134352011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 13436
841a1577 13437 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 13438 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 13439 the first character in the entry. This allows for code to add its
211ec907
UJ
13440 own uid to the entry.
13441 (icalendar--convert-float-to-ical): Add export of
13442 `diary-float'-entries save for those with the optional DAY
13443 argument.
13444
2a782793
DC
134452011-04-27 Daniel Colascione <dan.colascione@gmail.com>
13446
13447 * subr.el (shell-quote-argument): Use alternate escaping strategy
13448 when we spot a variable reference in a string.
13449
0438ce91
DC
134502011-04-26 Daniel Colascione <dan.colascione@gmail.com>
13451
13452 * cus-start.el (all): Define customization for debug-on-event.
13453
841a1577 134542011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
13455
13456 * subr.el (shell-quote-argument): Escape correctly under Windows.
13457
d090ed6c
SM
134582011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13459
13460 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
13461
bfd31217
MA
134622011-04-25 Michael Albinus <michael.albinus@gmx.de>
13463
d090ed6c
SM
13464 * net/tramp.el (tramp-process-actions): Add POS argument.
13465 Delete region between POS and (pos).
bfd31217 13466
d090ed6c
SM
13467 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13468 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
13469 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
13470
13471 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
13472 position in `tramp-process-actions' call.
13473
13474 * net/trampver.el: Update release number.
13475
e92f3bd3
SM
134762011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13477
850256b5
SM
13478 * custom.el (defcustom): Obey lexical-binding.
13479
e92f3bd3
SM
13480 Fix octave-inf completion problems reported by Alexander Klimov.
13481 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
13482 Inherit from octave-mode-syntax-table.
13483 (inferior-octave-mode): Set info-lookup-mode.
13484 (inferior-octave-completion-at-point): New function.
13485 (inferior-octave-complete): Use it and completion-in-region.
13486 (inferior-octave-dynamic-complete-functions): Use it as well, and use
13487 comint-filename-completion.
13488 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
13489 symbol elements which shouldn't be word elements.
13490 (octave-font-lock-keywords, octave-beginning-of-defun)
13491 (octave-function-header-regexp): Adjust regexps accordingly.
13492 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
13493
cd22b309
JB
134942011-04-25 Juanma Barranquero <lekktu@gmail.com>
13495
13496 * net/gnutls.el (gnutls-errorp): Declare before first use.
13497
8b492194
TZ
134982011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
13499
13500 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
13501 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 13502 default trustfile exists before going to use it. Add missing
5a5fa834 13503 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
13504 Reported by Claudio Bley <claudio.bley@gmail.com>.
13505 (open-gnutls-stream): Add usage example.
13506
13507 * net/network-stream.el (network-stream-open-starttls): Give host
13508 parameter to `gnutls-negotiate'.
13509 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 13510 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 13511
841a1577 135122011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 13513
cd22b309
JB
13514 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
13515 Use correct match group (bug#8438).
05842630 13516
3ba7869c
CY
135172011-04-24 Chong Yidong <cyd@stupidchicken.com>
13518
512e3ae1
CY
13519 * emacs-lisp/package.el (package-built-in-p): Fix typo.
13520 (package-menu--generate): New arg specifying packages to show.
13521 (package-menu-refresh, package-menu-execute, list-packages):
13522 Callers changed.
13523 (package-show-package-list): New function, replacing deleted
13524 package--list-packages (renamed because it is non-internal).
13525
13526 * finder.el (finder-list-matches): Use package-show-package-list
13527 instead of deleted package--list-packages.
13528
e92f3bd3
SM
13529 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
13530 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
13531 (vc-annotate-mode-map): Bind it to RET.
13532
7031be6d
UR
135332011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
13534
13535 * progmodes/etags.el (next-file): Don't use set-buffer to change
13536 buffers (Bug#8478).
13537
4ef177aa
CY
135382011-04-24 Chong Yidong <cyd@stupidchicken.com>
13539
c8d173eb
CY
13540 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
13541
4ef177aa
CY
13542 * apropos.el (apropos-label-face): Avoid variable-pitch face.
13543 (apropos-accumulator): Doc fix.
13544 (apropos-function, apropos-macro, apropos-command)
13545 (apropos-variable, apropos-face, apropos-group, apropos-widget)
13546 (apropos-plist): Add face property.
13547 (apropos-symbols-internal): Fix indentation.
13548 (apropos-print): Simplify help, and recognize apropos-multi-type.
13549 (apropos-print-doc): Use button-type-get to extract the button's
13550 face property. Fill docstring (Bug#8352).
13551
4ffd0d6b 135522011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
13553
13554 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
13555
c6c32125 13556 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 13557 (mpuz-mode-map): Use mapc.
c6c32125
JB
13558 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
13559 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
13560 Fix typos in docstrings.
13561
58d468b4
JB
13562 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
13563 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
13564
6470c3c6
JB
13565 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
13566
4ffd0d6b 135672011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
13568
13569 * minibuffer.el (completion--do-completion): Avoid the "Next char
13570 not unique" prompt if icomplete-mode is enabled (Bug#5849).
13571
3ad8bad0
CY
13572 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
13573 mouse-2 into unread-command-events, it is interpreted correctly.
13574
71d73c9c 13575 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 13576 (image-toggle-display): Doc fix.
71d73c9c 13577
841a1577 135782011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 13579
4ffd0d6b
GM
13580 * textmodes/page.el (what-page): Use line-number-at-pos to
13581 calculate line number (Bug#6825).
6e1dbaa9 13582
c2fb1b60
JB
135832011-04-22 Juanma Barranquero <lekktu@gmail.com>
13584
13585 * eshell/esh-mode.el (find-tag-interactive): Declare function.
13586 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
13587 Pass argument NO-DEFAULT to `find-tag-interactive'.
13588
e02f48d7
JB
135892011-04-22 Juanma Barranquero <lekktu@gmail.com>
13590
13591 Lexical-binding cleanup.
13592
13593 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
13594 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
13595 * progmodes/ada-prj.el (ada-prj-initialize-values)
13596 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
13597 (ada-prj-show-value):
13598 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
13599 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
13600 (antlr-invalidate-context-cache, antlr-options-menu-filter)
13601 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
13602 * progmodes/bug-reference.el (bug-reference-push-button):
13603 * progmodes/fortran.el (fortran-line-length):
13604 * progmodes/glasses.el (glasses-change):
13605 * progmodes/octave-mod.el (octave-fill-paragraph):
13606 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
13607 (python-pdbtrack-grub-for-buffer, python-sentinel):
13608 * progmodes/sql.el (sql-save-connection):
13609 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
13610 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
13611 Mark unused parameters.
13612
13613 * progmodes/compile.el (compilation--flush-directory-cache)
13614 (compilation--flush-parse, compile-internal): Mark unused parameters.
13615 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
13616 (compilation-next-error-function): Remove unused variable `timestamp'.
13617
13618 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
13619 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
13620
13621 * progmodes/dcl-mode.el (dcl-end-of-command):
13622 Remove unused variable `start'.
13623 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
13624 (dcl-option-value-basic, dcl-option-value-offset)
13625 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
13626 Mark unused parameters.
13627 (dcl-save-local-variable): Remove unused variable `val'.
13628 (mode): Declare.
13629
13630 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
13631 Mark unused parameters.
13632 (delphi-ignore-changes): Move before first use.
13633 (delphi-charset-token-at): Remove unused variable `start'.
13634 (delphi-else-start): Remove unused variable `if-count'.
13635 (delphi-comment-block-start, delphi-comment-block-end):
13636 Remove unused variable `kind'.
13637 (delphi-indent-line): Remove unused variable `new-point'.
13638
13639 * progmodes/ebrowse.el (ebrowse-files-list)
13640 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
13641 Mark unused parameters. Don't quote `lambda'.
13642 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
13643 Don't quote `lambda'.
13644 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
13645 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
13646 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
13647 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
13648 Use `ignore-errors'.
13649 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
13650 (ebrowse-view/find-file-and-search-pattern)
13651 (ebrowse-view/find-member-declaration/definition):
13652 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
13653 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
13654 Rename parameter PREFIX-ARG to PREFIX.
13655 (ebrowse-tags-read-name): Remove unused variables `start' and
13656 `member-info'.
13657 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
13658 to `tags-file'.
13659
13660 * progmodes/etags.el (local-find-tag-hook): Declare.
13661 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
13662 Mark unused parameters.
13663
13664 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
13665 (executable-interpret): Mark unused parameter.
13666
13667 * progmodes/flymake.el (flymake-process-sentinel)
13668 (flymake-after-change-function)
13669 (flymake-create-temp-with-folder-structure)
13670 (flymake-get-include-dirs-dot): Mark unused parameters.
13671 (flymake-safe-delete-directory): Remove unused variable `err'.
13672
13673 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
13674 (speedbar-timer-fn, speedbar-line-text)
13675 (speedbar-change-expand-button-char, speedbar-delete-subblock)
13676 (speedbar-center-buffer-smartly): Declare functions.
13677 (gdb-find-watch-expression): Remove unused variable `array'.
13678 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
13679 (gdb-starting): Mark unused parameters.
13680 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
13681 (gdb-table-string): Remove unused variable `res'.
13682 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
13683 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
13684 (gdb-display-buffer): Remove unused variable `cur-size'.
13685
13686 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
13687 allow lexical-binding compilation.
13688 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
13689 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
13690 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
13691 Mark unused parameters.
13692 (gud-gdb-marker-filter): Remove unused variable `match'.
13693 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
13694 lambda expressions and funcall them, instead of using `fset'.
13695
13696 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
13697 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
13698
13699 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
13700 variable `header-beg'; use `let'.
13701
13702 * progmodes/icon.el (indent-icon-exp): Remove unused variables
13703 `restart', `last-sexp' and `at-do'.
13704
13705 * progmodes/js.el (js--debug): Mark unused parameter.
13706 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
13707 (js--splice-into-items): Remove unused variable `item'.
13708 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
13709
13710 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
13711 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
13712 (makefile-complete): Remove unused variable `try'.
13713 (makefile-fill-paragraph, makefile-match-function-end):
13714 Mark unused parameters.
13715
13716 * progmodes/octave-inf.el (inferior-octave-complete):
13717 Remove unused variable `proc'.
13718 (inferior-octave-output-digest): Mark unused parameter.
13719
13720 * progmodes/perl-mode.el (perl-calculate-indent):
13721 Remove unused variable `err'.
13722
13723 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
13724 (prolog-indent-line): Mark unused parameters.
13725 (prolog-indent-line): Remove unused variable `beg'.
13726
13727 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
13728 (reporter-dont-compact-list): Declare.
13729
13730 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
13731 Remove unused variable `char'.
13732 (sh-debug): Mark unused parameter.
13733 (sh-get-indent-info): Remove unused variable `start'.
13734 (sh-calculate-indent): Remove unused variable `var'.
13735
13736 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
13737 (simula-electric-keyword): Remove unused variable `null'.
13738 (simula-search-backward, simula-search-forward): Remove unused
13739 variables `begin' and `end'.
13740
13741 * progmodes/vera-mode.el (vera-guess-basic-syntax):
13742 Remove unused variable `pos'.
13743 (vera-electric-tab, vera-comment-uncomment-region):
13744 Mark unused parameters.
13745 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
13746
7ede3b65
CY
137472011-04-22 Chong Yidong <cyd@stupidchicken.com>
13748
13749 * emacs-lisp/package.el (package--builtins, package-alist)
13750 (package-load-descriptor, package-built-in-p, package-activate)
13751 (define-package, package-installed-p)
13752 (package-compute-transaction, package-buffer-info)
13753 (package--push): Doc fix. Distinguish more clearly between
13754 version strings and version lists.
13755
121656e9
JB
137562011-04-21 Juanma Barranquero <lekktu@gmail.com>
13757
13758 Lexical-binding cleanup.
13759
13760 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
13761 (5x5-make-mutate-best):
13762 * play/fortune.el (fortune-in-buffer):
13763 * play/gomoku.el (gomoku-init-display):
13764 * play/solitaire.el (solitaire, solitaire-do-check):
13765 * play/tetris.el (tetris-default-update-speed-function):
13766 Mark unused parameters.
13767
13768 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
13769 (bubbles--shift): Remove unused variable `char-org'.
13770 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
13771 (bubbles--show-images): Remove unused variable `char'.
13772
13773 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
13774 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
13775 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
13776 (decipher-analyze-buffer): Use ?\s.
13777 (decipher-make-checkpoint): Remove unused variable `mapping'.
13778
13779 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
13780
13781 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
13782 Remove unused variable `result'; use `let'.
13783
13784 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
13785 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
13786 (gametree-children-shown-p, gametree-compute-reduced-score):
13787 Use `ignore-errors'.
13788
13789 * play/handwrite.el (ps-lpr-switches): Declare.
13790 (handwrite): Remove unused variables `pmin' and `lastp'.
13791
13792 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
13793
13794 * play/landmark.el (landmark-init-display)
13795 (landmark-update-naught-weights): Mark unused parameters.
13796 (landmark-y): Remove unused variable `noise'. Simplify.
13797 (landmark-human-plays): Remove unused variable `score'.
13798
13799 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
13800 (mpuz-try-proposal): Remove unused variable `game'.
13801
13802 * play/zone.el (life-patterns): Declare.
13803
80f499c7
JB
138042011-04-20 Juanma Barranquero <lekktu@gmail.com>
13805
13806 * vc/vc.el (ediff-vc-internal): Declare function.
13807
024ff170
SM
138082011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13809
c0a193ea
SM
13810 * shell.el: Use lexical-binding and std completion UI.
13811 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
13812 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
13813 comint-preoutput-filter-functions rather than on
13814 comint-output-filter-functions.
13815 (shell-command-completion, shell--command-completion-data)
13816 (shell-filename-completion, shell-environment-variable-completion)
13817 (shell-c-a-p-replace-by-expanded-directory): New functions.
13818 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
13819 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
13820 (shell-dynamic-complete-environment-variable): Use them.
13821 (shell-dynamic-complete-as-environment-variable)
13822 (shell-dynamic-complete-as-command): Remove.
13823 (shell-match-partial-variable): Match past point.
13824 * comint.el: Clean up use of completion-at-point-functions.
13825 (comint-completion-at-point): New function.
13826 (comint-mode): Use it completion-at-point-functions.
13827 (comint-dynamic-complete): Make it obsolete.
13828 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
13829 (comint-c-a-p-replace-by-expanded-history): New function.
13830 (comint-dynamic-complete-functions)
13831 (comint-replace-by-expanded-history): Use it.
13832 * minibuffer.el (completion-table-with-terminator): Allow dynamic
13833 termination strings. Try harder to avoid second try-completion.
13834 (completion-in-region-mode-map): Disable bindings that don't work yet.
13835
2dbaa080
SM
13836 * comint.el: Use lexical-binding. Require CL.
13837 (comint-dynamic-complete-functions): Use comint-filename-completion.
13838 (comint-completion-addsuffix): Tweak custom type.
13839 (comint-filename-completion, comint--common-suffix)
13840 (comint--common-quoted-suffix, comint--table-subvert)
13841 (comint--complete-file-name-data): New functions.
13842 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
13843 (comint-dynamic-list-filename-completions): Use them.
13844 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 13845
2dbaa080
SM
13846 * minibuffer.el (completion-in-region-mode):
13847 Keep completion-in-region-mode--predicate global.
13848 (completion-in-region--postch):
13849 Assume completion-in-region-mode--predicate is not null.
13850
c79a6f38
SM
13851 * progmodes/flymake.el (flymake-start-syntax-check-process):
13852 Obey `dir'. Simplify.
13853
024ff170
SM
13854 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
13855 we're in VC after all.
13856
1c6c854e
CS
138572011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
13858
13859 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 13860 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
13861 (vc-version-diff): Use vc-diff-build-argument-list-internal.
13862
bed7f140
SM
138632011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13864
332e62ab
SM
13865 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
13866 add sanity check.
13867
bed7f140
SM
13868 * obsolete/erc-hecomplete.el: Make obsolete.
13869 * obsolete/: Standardize obsolescence info in the header.
13870
f195c582
GM
138712011-04-20 Glenn Morris <rgm@gnu.org>
13872
13873 * calendar/solar.el (solar-horizontal-coordinates):
13874 Use the longitude argument rather than `calendar-longitude'.
13875 (solar-date-next-longitude): Remove unused locals.
13876
cb79b8c0
VJL
138772011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13878
13879 * whitespace.el: New version 13.2.1.
13880
138812011-04-20 felix <EmacsWiki> (tiny change)
13882
d8e4b68b 13883 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
13884 switching between major modes on a file.
13885
602ea69d
SM
138862011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13887
13888 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
13889 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
13890 multi-line comments as well.
13891
06b60517
JB
138922011-04-19 Juanma Barranquero <lekktu@gmail.com>
13893
13894 Lexical-binding cleanup.
13895
13896 * arc-mode.el (archive-mode-revert):
13897 * cmuscheme.el (scheme-interactively-start-process):
13898 * custom.el (custom-initialize-delay):
13899 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
13900 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
13901 * emacs-lock.el (emacs-lock-clear-sentinel):
13902 * ezimage.el (defezimage):
13903 * follow.el (follow-avoid-tail-recenter):
13904 * fringe.el (set-fringe-mode-1):
13905 * generic-x.el (bat-generic-mode-compile):
13906 * help-mode.el (help-info-variable, help-do-xref)
13907 (help-mode-revert-buffer):
13908 * help.el (view-emacs-todo):
13909 * iswitchb.el (iswitchb-completion-help):
13910 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
13911 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
13912 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
13913 * locate.el (locate-update):
13914 * longlines.el (longlines-encode-region)
13915 (longlines-after-change-function):
13916 * outline.el (outline-isearch-open-invisible):
13917 * ps-def.el (declare-function, charset-dimension, char-width)
13918 (encode-char):
13919 * ps-mule.el (ps-mule-plot-string):
13920 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
13921 (recentf-edit-list-select, recentf-edit-list-validate)
13922 (recentf-open-files-action):
13923 * rect.el (delete-whitespace-rectangle-line)
13924 (rectangle-number-line-callback):
13925 * register.el (window-configuration-to-register)
13926 (frame-configuration-to-register):
13927 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
13928 * select.el (xselect-convert-to-string, xselect-convert-to-length)
13929 (xselect-convert-to-targets, xselect-convert-to-delete)
13930 (xselect-convert-to-filename, xselect-convert-to-charpos)
13931 (xselect-convert-to-lineno, xselect-convert-to-colno)
13932 (xselect-convert-to-os, xselect-convert-to-host)
13933 (xselect-convert-to-user, xselect-convert-to-class)
13934 (xselect-convert-to-name, xselect-convert-to-integer)
13935 (xselect-convert-to-atom, xselect-convert-to-identity):
13936 * subr.el (declare, ignore, process-kill-without-query)
13937 (text-clone-maintain):
13938 * terminal.el (te-get-char, te-tic-sentinel):
13939 * tool-bar.el (tool-bar-make-keymap):
13940 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
13941 * type-break.el (type-break-mode, type-break-noninteractive-query):
13942 * view.el (View-back-to-mark):
13943 * wid-browse.el (widget-browse-action, widget-browse-widget)
13944 (widget-browse-widgets, widget-browse-sexp):
13945 * widget.el (define-widget-keywords):
13946 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
13947 Mark unused parameters.
13948
13949 * align.el (align-adjust-col-for-rule): Mark unused parameter.
13950 (align-areas): Remove unused variable `look'.
13951 (align-region): Remove unused variables `real-end' and `pos-list'.
13952
13953 * apropos.el (apropos-score-doc): Remove unused variable `i'.
13954
13955 * bindings.el (mode-line-modified, mode-line-remote):
13956 Mark unused parameters.
13957 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
13958
13959 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
13960 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
13961
13962 * comint.el (comint-history-isearch-pop-state)
13963 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
13964 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
13965 (comint-substitute-in-file-name): Doc fix.
13966
13967 * completion.el (cmpl-statistics-block): Mark unused parameter.
13968 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
13969 (save-completions-to-file, load-completions-from-file):
13970 Remove unused local variable `e'.
13971
13972 * composite.el (compose-chars): Remove unused variable `len'.
13973 (lgstring-insert-glyph): Remove unused variable `g'.
13974 (compose-glyph-string): Remove unused variables `ascent',
13975 `descent', `lbearing' and `rbearing'.
13976 (compose-glyph-string-relative): Remove unused variables
13977 `lbearing', `rbearing' and `wadjust'.
13978 (compose-gstring-for-graphic): Remove unused variables `header',
13979 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
13980 (compose-gstring-for-terminal): Remove unused variables `header'
13981 and `nchars'. Use `let', not `let*'.
13982
13983 * cus-edit.el (Custom-set, Custom-save, custom-reset)
13984 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
13985 (Custom-buffer-done, custom-buffer-create-internal)
13986 (custom-browse-visibility-action, custom-browse-group-tag-action)
13987 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
13988 (widget-magic-mouse-down-action, custom-toggle-parent)
13989 (custom-add-parent-links, custom-toggle-hide-variable)
13990 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
13991 (custom-toggle-hide-face, face, hook, custom-group-link-action)
13992 (custom-face-menu-create, custom-variable-menu-create, get)
13993 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
13994 (custom-reset-standard-save-and-update): Remove unused variable `value'.
13995 (customize-apropos): Remove unused variable `tests'.
13996 (custom-group-value-create): Remove unused variable `hidden-p'.
13997 (sort-fold-case): Declare.
13998
13999 * cus-theme.el (custom-reset-standard-faces-list)
14000 (custom-reset-standard-variables-list): Declare.
14001 (customize-create-theme, custom-theme-revert, custom-theme-write)
14002 (custom-theme-choose-mode, customize-themes, custom-theme-save):
14003 Mark unused parameters.
14004
14005 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
14006
14007 * delim-col.el (delimit-columns-max): Move defvar before first use.
14008
14009 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 14010 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
14011
14012 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
14013 (auto-insert): Declare.
14014 (desktop-restore-file-buffer): Rename desktop-* parameters;
14015 mark unused ones.
14016 (desktop-create-buffer): Rename desktop-* parameters and bind them.
14017 (desktop-buffer): Rename desktop-* parameters.
14018
14019 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
14020 (dframe-reposition-frame-xemacs, dframe-help-echo)
14021 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
14022 Mark unused parameters.
14023
14024 * dired-aux.el (backup-extract-version-start, overwrite-query)
14025 (overwrite-backup-query, rename-regexp-query)
14026 (rename-non-directory-query): Declare.
14027 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
14028 (dired-add-entry): Remove unused variable `orig-file-name'.
14029 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
14030 Use parameter PRESERVE-TIME instead of accessing dynamic variable
14031 `dired-copy-preserve-time' directly.
14032 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
14033 (dired-insert-subdir-newpos): Rename unused variable `pos'.
14034
14035 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
14036 (dired-virtual-revert, dired-make-relative-symlink):
14037 Mark unused parameters.
14038 (manual-program): Declare.
14039 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
14040 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
14041 wrapped in `with-no-warnings' to avoid replacing one warning by another.
14042
14043 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
14044
14045 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
14046
14047 * echistory.el (electric-history-in-progress, Helper-return-blurb):
14048 Declare.
14049
14050 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
14051
14052 * electric.el (Electric-command-loop): Rename parameter
14053 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
14054
14055 * expand.el (expand-in-literal): Remove unused variable `here'.
14056
14057 * facemenu.el (facemenu-add-new-color):
14058 Remove unused variable `docstring'.
14059
14060 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
14061 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
14062 (face-attr-construct): Mark unused parameter. Doc fix.
14063 (read-color): Remove unused variable `hex-string'.
14064
14065 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
14066 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
14067 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
14068 (display-buffer-other-frame): Remove unused variable `old-window'.
14069 (kill-buffer-hook): Declare.
14070 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
14071 Mark unused parameters.
14072 (after-find-file): Pass 1 to `auto-save-mode', not t.
14073
14074 * files-x.el (auto-insert): Declare.
14075 (modify-file-local-variable-prop-line): Remove unused variable `val'.
14076
14077 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 14078 variable `buf'. Mark unused parameter.
06b60517
JB
14079 (find-lisp-insert-directory): Mark unused parameter.
14080
14081 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
14082 (format-encode-region): Remove unused variables `cur-buf' and `result'.
14083 (format-common-tail): Remove, unused.
14084 (format-deannotate-region): Remove unused variable `loc'.
14085 (format-annotate-region): Remove unused variable `p'.
14086 (format-annotate-single-property-change): Remove unused variables
14087 `default' and `tail'.
14088
14089 * forms.el (read-file-filter): Declare.
14090 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
14091
14092 * frame.el (frame-creation-function-alist): Mark unused parameter.
14093 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
14094
14095 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
14096 Remove unused parameters.
14097 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
14098 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
14099
14100 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
14101 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
14102 (hfy-prepare-tag-map): Mark unused parameters.
14103 (htmlfontify-buffer): Use `called-interactively-p'.
14104
14105 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
14106 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
14107 (ibuffer-do-occur): Mark unused parameters.
14108 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
14109 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
14110
14111 * ibuffer.el: Don't quote `lambda'.
14112 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
14113 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
14114 Mark unused parameters.
14115
14116 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
14117 (ido-completing-read): Mark unused parameters.
14118 (ido-copy-current-word): Mark unused parameters;
14119 remove unused variable `name'.
14120 (ido-sort-merged-list): Remove unused parameter `dirs'.
14121
14122 * ielm.el (ielm-input-sender): Mark unused parameter.
14123 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
14124 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
14125 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
14126 `ielm-string' as a dynamic variable accessible from the IELM prompt.
14127 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
14128
14129 * image-dired.el (image-dired-display-thumbs): Remove unused
14130 variables `curr-file' and `count'.
14131 (image-dired-remove-tag): Remove unused variable `start'.
14132 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
14133 variable `curr-file'
14134 (image-dired-rotate-original): Remove unused variable `temp-file'.
14135 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
14136 Remove unused variable `file'.
14137 (image-dired-gallery-generate): Remove unused variable `curr'.
14138 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
14139
14140 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
14141
14142 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
14143
14144 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
14145
14146 * isearch.el (minibuffer-history-symbol): Declare.
14147 (isearch-edit-string): Remove unused variable `err'.
14148 (isearch-message-prefix, isearch-message-suffix):
14149 Mark unused parameters.
14150
14151 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
14152
14153 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
14154
14155 * makesum.el (double-column): Remove unused variable `cnt'.
14156
14157 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
14158 (ido-ignore-item-temp-list): Declare.
14159
14160 * mouse-drag.el (mouse-drag-throw): Remove unused variables
14161 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
14162 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
14163 (mouse-drag-drag): Remove unused variables `mouse-delta' and
14164 `mouse-col-delta'.
14165
14166 * mouse-sel.el (mouse-extend-internal):
14167 Remove unused variable `orig-window-frame'.
14168
14169 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
14170 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
14171 Move declarations before first use.
14172 (pcomplete-opt): Mark unused parameters; doc fix.
14173
14174 * proced.el (proced-revert): Mark unused parameter.
14175 (proced-send-signal): Remove unused variable `err'.
14176
14177 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
14178 Rename parameter PREFIX-ARG to ARG.
14179 (ps-basic-plot-string, ps-basic-plot-whitespace):
14180 Mark unused parameters.
14181
14182 * replace.el (replace-count): Define.
14183 (occur-revert-function): Mark unused parameters.
14184 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
14185 (isearch-case-fold-search, isearch-string): Declare.
14186 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
14187 bind `case-fold-search'. Remove unused variables `beg' and `end',
14188 and simplify.
14189 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
14190 COUNT and bind `replace-count'.
14191 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
14192 to COUNT.
14193
14194 * savehist.el (print-readably, print-string-length): Declare.
14195
14196 * shadowfile.el (shadow-expand-cluster-in-file-name):
14197 Remove unused variable `cluster'.
14198 (shadow-copy-file): Remove unused variable `i'.
14199 (shadow-noquery, shadow-clusters, shadow-site-cluster)
14200 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
14201 (shadow-define-literal-group, shadow-define-regexp-group)
14202 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
14203
14204 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
14205 (shell): Use `called-interactively-p'.
14206 (shell-directory-tracker): Remove unused variable `chdir-failure'.
14207
14208 * simple.el (compilation-context-lines, comint-file-name-quote-list)
14209 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
14210 (delete-backward-char): Remove unused variable `ocol'.
14211 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
14212 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
14213 (event-apply-hyper-modifier, event-apply-shift-modifier)
14214 (event-apply-control-modifier, event-apply-meta-modifier):
14215 Mark unused parameters.
14216 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
14217 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
14218
14219 * speedbar.el (speedbar-ignored-directory-expressions)
14220 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
14221 (speedbar-find-file, speedbar-dir-follow)
14222 (speedbar-directory-buttons-follow, speedbar-tag-find)
14223 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
14224 (speedbar-buffers-line-directory, speedbar-buffer-click):
14225 Mark unused parameters.
14226 (speedbar-tag-file): Remove unused variable `mode'.
14227 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
14228
14229 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
14230
14231 * talk.el (talk): Remove unused variable `display'.
14232
14233 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
14234 (tar-write-region-annotate): Mark unused parameter.
14235
14236 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
14237 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
14238 Declare them, wrapped in `with-no-warnings' to avoid replacing one
14239 warning by another.
14240
14241 * time-stamp.el (time-stamp-string-preprocess):
14242 Remove unused variable `require-padding'.
14243
14244 * tree-widget.el (widget-glyph-enable): Declare.
14245 (tree-widget-action): Mark unused parameter.
14246
14247 * w32-fns.el (x-get-selection): Mark unused parameter.
14248 (autoload-make-program, generated-autoload-file): Declare.
14249
14250 * wdired.el (wdired-revert): Mark unused parameters.
14251 (wdired-xcase-word): Remove unused variable `err'.
14252
14253 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
14254 (whitespace-help-scroll): Remove unused variable `data-help'.
14255
14256 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
14257 (widget-image-insert, widget-after-change, default)
14258 (widget-default-format-handler, widget-default-notify)
14259 (widget-default-prompt-value, widget-info-link-action)
14260 (widget-url-link-action, widget-function-link-action)
14261 (widget-variable-link-action, widget-file-link-action)
14262 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
14263 (widget-field-prompt-internal, widget-field-action, widget-field-match)
14264 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
14265 (widget-insert-button-action, widget-delete-button-action, visibility)
14266 (widget-documentation-link-action, widget-documentation-string-action)
14267 (widget-const-prompt-value, widget-regexp-match, symbol)
14268 (widget-coding-system-prompt-value)
14269 (widget-key-sequence-value-to-external, sexp)
14270 (widget-sexp-value-to-internal, character, vector, cons)
14271 (widget-choice-prompt-value, widget-boolean-prompt-value)
14272 (widget-color--choose-action): Mark unused parameters.
14273 (widget-item-match-inline, widget-choice-match-inline)
14274 (widget-checklist-match, widget-checklist-match-inline)
14275 (widget-group-match): Rename parameter VALUES to VALS.
14276 (widget-field-value-set): Remove unused variable `size'.
14277 (widget-color-action): Remove unused variables `value' and `start'.
14278
14279 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 14280 variable `dir'. Doc fix.
06b60517
JB
14281 (windmove-find-other-window): Don't pass it.
14282
14283 * window.el (count-windows): Mark unused parameter.
14284 (bw-adjust-window): Remove unused variable `err'.
14285
14286 * woman.el (woman-file-name): Remove unused variable `default'.
14287 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
14288 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
14289 (global-font-lock-mode): Declare.
14290 (woman-decode-region): Mark unused parameter.
14291 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
14292
14293 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
14294 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
14295 (x-dnd-handle-moz-url): Remove unused variable `title'.
14296 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
14297
14298 * xml.el (xml-parse-tag, xml-parse-attlist):
14299 Remove unused variable `pos'.
14300
bc4f7f3d
GM
143012011-04-19 Glenn Morris <rgm@gnu.org>
14302
14303 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
14304 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
14305 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14306 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
14307 * calendar/cal-html.el (cal-html-insert-minical):
14308 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
14309 (calendar-mark-date-pattern):
14310 Prefix "unused" locals.
14311
14312 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
14313 optional argument `style'.
14314
14315 * calendar/appt.el (appt-make-list):
14316 * calendar/cal-china.el (calendar-chinese-date-string):
14317 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
14318 (diary-hebrew-yahrzeit):
14319 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
14320 * calendar/calendar.el (calendar-generate-window):
14321 * calendar/time-date.el (time-to-days):
14322 Remove unused local variables.
14323
16a43933
CY
143242011-04-18 Chong Yidong <cyd@stupidchicken.com>
14325
14326 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
14327 glyphless-char-display table.
14328 (tabulated-list-glyphless-char-display): New var.
14329
7eed1860
SS
143302011-04-18 Sam Steingold <sds@gnu.org>
14331
14332 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
14333 to acknowledgments.
14334
4d2d1ccd
GM
143352011-04-17 Glenn Morris <rgm@gnu.org>
14336
14337 * calendar/diary-lib.el (diary-sexp-entry):
14338 * calendar/holidays.el (holiday-sexp):
14339 Set debug-on-error rather than the removed stack-trace-on-error.
14340
239da61d
GM
143412011-04-16 Glenn Morris <rgm@gnu.org>
14342
14343 * progmodes/f90.el: Use lexical-binding.
14344 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
14345
8b05752a
SM
143462011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14347
daca8ba5
SM
14348 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
14349 (mail-mode): Setup mailalias completion here instead.
14350 * mail/mailalias.el: Use lexical-binding.
14351 (pattern, mailalias-done): Declare dynamic.
14352 (mail-completion-at-point-function): New function, from mail-complete.
14353 (mail-complete): Use it.
14354 (mail-completion-expand): New function.
14355 (mail-get-names): Use it.
14356 (mail-directory, mail-directory-process, mail-directory-stream):
14357 Don't use `pattern' for lexically bound arg.
14358
6f542485
SM
14359 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
14360
037e7c3f
SM
14361 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
14362 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
14363 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
14364
8b05752a
SM
14365 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
14366 (byte-save-window-excursion, byte-temp-output-buffer-setup)
14367 (byte-interactive-p): Define them again, for use when inlining
14368 old code.
14369
49093f60
JB
143702011-04-15 Juanma Barranquero <lekktu@gmail.com>
14371
14372 * loadup.el: Use `string-to-number', not `string-to-int'.
14373
b5b8e7de
SM
143742011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14375
14376 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
14377 gud-gdb-complete-command.
14378 (gud-gdb-completions): New function, from gud-gdb-complete-command.
14379 (gud-gdb-completion-at-point): New function.
14380 (gud-gdb-completions): Remove.
14381
f42efeb5
MA
143822011-04-14 Michael Albinus <michael.albinus@gmx.de>
14383
49093f60
JB
14384 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
14385 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
14386 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
14387 whether `executable-find' is bound.
f42efeb5
MA
14388
14389 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
14390
e240cc21
SM
143912011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14392
14393 * minibuffer.el (completion-in-region-mode-predicate)
14394 (completion-in-region-mode--predicate): New vars.
14395 (completion-in-region, completion-in-region--postch)
14396 (completion-in-region-mode): Use them.
14397 (completion--capf-wrapper): Also return the hook function.
14398 (completion-at-point, completion-help-at-point):
14399 Adjust and provide a predicate.
c2bd2ab0
SM
14400
14401 Preserve arg names for advice of subr and lexical functions (bug#8457).
14402 * help-fns.el (help-function-arglist): Consolidate the subr and
14403 new-byte-code cases. Add argument `preserve-names' to extract names
14404 from the docstring when needed.
14405 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
14406 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
14407 (ad-arglist): Use help-function-arglist's new arg.
14408 (ad-definition-type): Use cond.
14409
c183f693
JB
144102011-04-13 Juanma Barranquero <lekktu@gmail.com>
14411
06641a47
JB
14412 * autorevert.el (auto-revert-handler):
14413 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
14414 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
14415 Don't quote lambda.
14416
c183f693
JB
14417 * image-mode.el (image-transform-set-scale):
14418 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
14419
1e3b6001
G
144202011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14421
14422 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 14423 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
14424 Upgrades via gnutls-cli are too slow to be done opportunistically.
14425
2d6af8dd
JB
144262011-04-12 Juanma Barranquero <lekktu@gmail.com>
14427
14428 * dframe.el (dframe-current-frame): Remove spurious quote.
14429
c0749a51
GM
144302011-04-12 Glenn Morris <rgm@gnu.org>
14431
088d0d61
GM
14432 * calendar/cal-tex.el (cal-tex-end-document):
14433 Try to automatically use latin1 input if needed.
14434
c0749a51
GM
14435 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
14436 Don't try to cons a mark onto an empty element.
14437
5c90fde0
LL
144382011-04-11 Leo Liu <sdl.web@gmail.com>
14439
14440 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
14441 buffers.
14442 (ido-kill-buffer-at-head): Support killing virtual buffers.
14443
369e974d
CY
144442011-04-10 Chong Yidong <cyd@stupidchicken.com>
14445
14446 * minibuffer.el (completion-show-inline-help): New var.
14447 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
14448 (minibuffer-force-complete, minibuffer-complete-word):
14449 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
14450
14451 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
14452 to avoid interference from inline help (Bug#5849).
14453
37f1c930
LL
144542011-04-10 Leo Liu <sdl.web@gmail.com>
14455
099c39a4
JB
14456 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14457 Fix typo.
37f1c930 14458
a32d4040
CY
144592011-04-09 Chong Yidong <cyd@stupidchicken.com>
14460
14461 * image-mode.el (image-toggle-display-image): Signal an error if
14462 not in Image mode.
14463 (image-transform-mode, image-transform-resize)
14464 (image-transform-set-rotation): Doc fix.
daca8ba5 14465 (image-transform-set-resize): Delete.
a32d4040
CY
14466 (image-transform-set-scale, image-transform-fit-to-height)
14467 (image-transform-fit-to-width): Handle image-toggle-display-image
14468 and image-transform-resize directly.
14469
099c39a4 144702011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
14471
14472 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
14473 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
14474 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
14475 (doc-view-mode-map): Add bindings for the new functions.
14476
099c39a4 144772011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 14478
4d61f28d 14479 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
14480 Fix typo in docstring.
14481
3726838a
EZ
144822011-04-08 Eli Zaretskii <eliz@gnu.org>
14483
04f33f1e
EZ
14484 * files.el (file-size-human-readable): Produce one digit after
14485 decimal, like "ls -lh" does.
14486
14487 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
14488 the file size representation.
14489
3726838a
EZ
14490 * simple.el (list-processes): If async subprocesses are not
14491 available, error out with a clear error message.
14492
cbb59342
CY
144932011-04-08 Chong Yidong <cyd@stupidchicken.com>
14494
14495 * help.el (help-form-show): New function, to be called from C.
14496 Put help-form output in a buffer named differently than *Help*.
14497
e3971c44
EZ
144982011-04-08 Eli Zaretskii <eliz@gnu.org>
14499
14500 * files.el (file-size-human-readable): New function.
14501
14502 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
14503 computing the representation inline. Don't require `cl'.
14504
12544bbe
GM
145052011-04-08 Glenn Morris <rgm@gnu.org>
14506
a1de6c6a
GM
14507 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
14508
3c4671f4
GM
14509 * net/browse-url.el (browse-url-firefox):
14510 Test system-type, not system-configuration.
14511
b605679c
GM
14512 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
14513 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
14514 Use log-edit-empty-buffer-p. (Bug#7598)
14515
56442f0c
GM
14516 * net/rlogin.el (rlogin-process-connection-type): Simplify.
14517 (rlogin-mode-map): Initialize in the defvar.
14518 (rlogin): Use ignore-errors.
14519
12544bbe
GM
14520 * replace.el (occur-mode-map): Some fixes for menu items.
14521
eb237b0f
AH
145222011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14523
14524 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
14525
7d668f2c
CY
145262011-04-06 Chong Yidong <cyd@stupidchicken.com>
14527
e67a13ab
CY
14528 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
14529 issuing unused warnings.
14530
14531 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
14532 macro directly.
14533
7d668f2c
CY
14534 * simple.el: Lisp reimplement of list-processes. Based on an
14535 earlier reimplementation by Leo Liu, but using tabulated-list.el.
14536 (process-menu-mode): New major mode.
14537 (list-processes--refresh, list-processes):
14538 (process-menu-visit-buffer): New functions.
14539
14540 * files.el (save-buffers-kill-emacs): Don't assume any return
14541 value of list-processes, which is undocumented anyway.
14542
a83ec3c9
CY
145432011-04-06 Chong Yidong <cyd@stupidchicken.com>
14544
14545 * emacs-lisp/tabulated-list.el: New file.
14546
e91a96fe
CY
14547 * emacs-lisp/package.el: Use Tabulated List mode.
14548 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
14549 (package-menu-mode): Derive from tabulated-list-mode. Set up the
14550 table format using Tabulated List mode variables.
14551 (package--push): New macro, replacing package-list-maybe-add.
14552 (package-menu--generate): Use package--push. Renamed from
14553 package--generate-package-list.
14554 (package-menu-refresh, list-packages): Use it.
daca8ba5 14555 (package-menu--print-info): Rename from package-print-package.
e91a96fe 14556 Return insertion data instead of inserting it directly.
099c39a4
JB
14557 (package-menu-describe-package, package-menu-execute):
14558 Use tabulated-list-get-id.
e91a96fe
CY
14559 (package-menu-mark-delete, package-menu-mark-install)
14560 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
14561 (package-menu-mark-obsolete-for-deletion):
14562 Use tabulated-list-put-tag.
e91a96fe
CY
14563 (package--list-packages, package-menu-revert)
14564 (package-menu-get-package, package-menu-get-version)
14565 (package-menu-sort-by-column): Functions deleted.
14566 (package-menu-package-list, package-menu-sort-key): Vars deleted.
14567 (package-menu--status-predicate, package-menu--version-predicate)
14568 (package-menu--name-predicate)
14569 (package-menu--description-predicate): Handle arguments in the
14570 Tabulated List format.
14571 (package-list-packages-no-fetch): Call list-packages.
14572
3e214b50
JB
145732011-04-06 Juanma Barranquero <lekktu@gmail.com>
14574
14575 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 14576 (after-find-file): Don't bind it.
3e214b50
JB
14577 (revert-buffer-in-progress-p): New variable.
14578 (revert-buffer): Bind it.
14579 Pass nil for `after-find-file-from-revert-buffer'.
14580
14581 * saveplace.el (save-place-find-file-hook): Use new variable
14582 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
14583
3f0f1700
GM
145842011-04-06 Glenn Morris <rgm@gnu.org>
14585
c0274801
GM
14586 * Makefile.in (AUTOGEN_VCS): New variable.
14587 (autoloads): Use $AUTOGEN_VCS.
14588
3f0f1700
GM
14589 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
14590 * calendar/calendar.el (calendar-mode-map):
14591 Check for toolkit scroll bars. (Bug#8305)
14592
41ea9e48
CY
145932011-04-05 Chong Yidong <cyd@stupidchicken.com>
14594
14595 * minibuffer.el (completion-in-region--postch)
14596 (completion-in-region-mode): Remove unnecessary messages.
14597
6194c800
JB
145982011-04-05 Juanma Barranquero <lekktu@gmail.com>
14599
33256f14
JB
14600 * font-lock.el (font-lock-refresh-defaults):
14601 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
14602 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
14603
6194c800
JB
14604 * info.el (Info-directory-list, Info-read-node-name-2)
14605 (Info-split-parameter-string): Doc fixes.
14606 (Info-virtual-nodes): Reflow docstring.
14607 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
14608 (Info-apropos-toc-nodes, info-finder, Info-get-token)
14609 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
14610 Fix typos in docstrings.
14611 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
14612 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
14613 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
14614 (Info-restore-desktop-buffer): Mark unused parameters.
14615 (Info-directory-find-file, Info-directory-find-node)
14616 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
14617 (Info-virtual-index-find-node, Info-apropos-find-file)
14618 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 14619 Mark unused parameters; fix typos in docstrings.
6194c800
JB
14620 (Info-virtual-index): Remove unused local variable `nodename'.
14621
b87a8200 146222011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 14623
b87a8200
DD
14624 * net/rcirc.el: Update my e-mail address.
14625 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 14626
3b2ff876
CY
146272011-04-05 Chong Yidong <cyd@stupidchicken.com>
14628
14629 * startup.el (command-line): Save the cursor's theme-face
14630 directly, instead of using face-override-spec.
14631
14632 * custom.el (load-theme): Minor optimization in assigning faces.
14633
8d17e7ca
JB
146342011-04-04 Juanma Barranquero <lekktu@gmail.com>
14635
14636 * help-fns.el (describe-variable): Complete all variables having
14637 documentation, including keywords.
14638 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
14639
2fbc1934
JB
146402011-04-04 Juanma Barranquero <lekktu@gmail.com>
14641
14642 Convert to lexical-binding.
14643
14644 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
14645 (bs--get-marked-string, bs--get-modified-string)
14646 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
14647 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
14648 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
14649
14650 * ehelp.el (electric-help-execute-extended)
14651 (electric-help-ctrl-x-prefix):
14652 * hexl.el (hexl-revert-buffer-function):
14653 * linum.el (linum-after-change, linum-after-scroll):
14654 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
14655
14656 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
14657
74f50695
DU
146582011-04-04 Daiki Ueno <ueno@unixuser.org>
14659
14660 * epa-dired.el:
14661 * epa-mail.el:
14662 * epa-hook.el:
14663 * epa-file.el:
14664 * epa.el:
14665 * epg.el: Use lexical binding.
14666
c11325f7
CY
146672011-04-03 Chong Yidong <cyd@stupidchicken.com>
14668
0d9e9a12
CY
14669 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
14670
c11325f7 14671 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
14672 dictionary case for flyspell-mark-duplications-exceptions.
14673 Use regexp matching for languages.
c11325f7
CY
14674 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
14675 default dictionary (Bug#7926).
14676
da91b5f2
CY
146772011-04-02 Chong Yidong <cyd@stupidchicken.com>
14678
099c39a4
JB
14679 * emacs-lisp/package.el (package--with-work-buffer):
14680 Recognize https URLs.
da91b5f2 14681
099c39a4
JB
14682 * net/network-stream.el: Move from gnus/proto-stream.el.
14683 Change prefix to network-stream throughout.
da91b5f2
CY
14684 (open-protocol-stream): Merge into open-network-stream, leaving
14685 open-protocol-stream as an alias. Handle nil BUFFER args.
14686
14687 * subr.el (open-network-stream): Move to net/network-stream.el.
14688
afa8e9f6
GM
146892011-04-02 Glenn Morris <rgm@gnu.org>
14690
1d2e369d
GM
14691 * find-dired.el (find-exec-terminator): New option.
14692 (find-ls-option): Test for -ls support.
14693 (find-ls-subdir-switches): Test for -b in find-ls-option.
14694 (find-dired, find-grep-dired): Doc fixes.
14695 (find-dired): Use find-exec-terminator.
14696
8abb7da8 14697 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
14698 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
14699 (find-name-arg): Remove purecopy.
8abb7da8 14700
f3ca7378
GM
14701 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
14702 (grep-compute-defaults): Check for `-exec COMMAND +' support.
14703 Set grep-find-use-xargs, grep-find-command, and grep-find-template
14704 accordingly. Don't add the null-device if not needed.
14705
afa8e9f6
GM
14706 * files.el (save-some-buffers): Doc fix.
14707
35eae264
EZ
147082011-04-02 Eli Zaretskii <eliz@gnu.org>
14709
14710 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
14711
26b51db5
JB
147122011-04-01 Juanma Barranquero <lekktu@gmail.com>
14713
14714 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
14715 Use `dolist' rather than `mapcar'.
14716
7200d79c
SM
147172011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14718
03408648 14719 Add lexical binding.
7200d79c 14720
03408648
SM
14721 * subr.el (apply-partially): Use new closures rather than CL.
14722 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
14723 (dolist, dotimes): Use slightly different expansion for lexical code.
14724 (functionp): Move to C.
14725 (letrec): New macro.
14726 (with-wrapper-hook): Use it and apply-partially instead of CL.
14727 (eval-after-load): Preserve lexical-binding.
14728 (save-window-excursion, with-output-to-temp-buffer): Turn them
14729 into macros.
7200d79c 14730
03408648
SM
14731 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
14732
14733 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
14734 than the arglist.
14735 (help-add-fundoc-usage): Don't add `Not documented'.
14736 (help-function-arglist): Handle closures, subroutines, and new
14737 byte-code-functions.
14738 (help-make-usage): Remove leading underscores.
14739 (describe-function-1): Handle closures.
14740 (describe-variable): Use special-variable-p for completion.
14741
14742 * files.el (lexical-binding): Declare safe.
f488fb65 14743
03408648
SM
14744 * emacs-lisp/pcase.el: Don't use destructuring-bind.
14745 (pcase--memoize): Rename from pcase-memoize. Change weakness.
14746 (pcase): Add `let' pattern.
14747 Change memoization so it actually works.
14748 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
14749 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
14750 <let>: New case.
f488fb65 14751
03408648
SM
14752 * emacs-lisp/macroexp.el: Use lexical binding.
14753 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
14754 Don't convert ' to #' without checking that it's indeed quoting
14755 a lambda.
14756
14757 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 14758 Use eval-sexp-add-defvars.
03408648
SM
14759 (eval-sexp-add-defvars): New fun.
14760
14761 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
14762
14763 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
14764 Don't autoload.
14765 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
14766 than the internal `byte-compile-lambda'.
14767 (defmethod): Don't hide code under quotes.
14768 (eieio-defmethod): New `code' argument.
14769
14770 * emacs-lisp/eieio-comp.el: Remove.
14771
14772 * emacs-lisp/edebug.el (edebug-eval-defun)
14773 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
14774 (edebug-toggle): Avoid `eval'.
14775
14776 * emacs-lisp/disass.el (disassemble-internal): Handle new
14777 `closure' objects.
14778 (disassemble-1): Handle new byte codes.
14779
14780 * emacs-lisp/cl.el (pushnew): Silence warning.
14781
14782 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
14783 (cl-byte-compile-throw): Remove.
14784 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
14785
14786 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
14787 closures.
14788
14789 * emacs-lisp/cconv.el: New file.
14790
14791 * emacs-lisp/bytecomp.el: Use lexical binding instead of
14792 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
14793 (byte-compile-initial-macro-environment):
14794 Handle declare-function here.
14795 (byte-compile--lexical-environment): New var.
14796 (byte-stack-ref, byte-stack-set, byte-discardN)
14797 (byte-discardN-preserve-tos): New lap codes.
14798 (byte-interactive-p): Don't use any more.
14799 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
14800 New macros.
14801 (byte-compile-lapcode): Use them and handle new lap codes.
14802 (byte-compile-obsolete): Remove.
14803 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
14804 (byte-compile-arglist-warn): Check late def of inlinable funs.
14805 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
14806 since they should have been expanded by now.
14807 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
14808 (byte-compile-from-buffer): Remove unused second arg.
14809 (byte-compile-preprocess): New function.
14810 (byte-compile-toplevel-file-form): New function to distinguish
14811 file-form calls from outside from file-form calls from hunk-handlers.
14812 (byte-compile-file-form): Simplify.
14813 (byte-compile-file-form-defsubst): Remove.
14814 (byte-compile-file-form-defmumble): Simplify now that
14815 byte-compile-lambda always returns a byte-code-function.
14816 (byte-compile): Preprocess.
14817 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
14818 Remove, not used any more.
14819 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
14820 (byte-compile-make-args-desc): New funs.
14821 (byte-compile-lambda): Handle lexical functions. Always return
14822 a byte-code-function.
14823 (byte-compile-reserved-constants): New var, to make up room for
14824 closed-over variables.
14825 (byte-compile-constants-vector): Obey it.
14826 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
14827 (byte-compile-macroexpand-declare-function): New function.
14828 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
14829 byte-code-functions.
14830 (byte-compile-form): Check obsolescence here.
14831 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
14832 (byte-compile-variable-ref): Remove.
14833 (byte-compile-dynamic-variable-op): New fun.
14834 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
14835 (byte-compile-variable-set): New funs.
14836 (byte-compile-discard): Add 2 args.
14837 (byte-compile-stack-ref, byte-compile-stack-set)
14838 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
14839 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
14840 macroexpand-all instead.
14841 (byte-compile-quote-form): Remove.
14842 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
14843 (byte-compile-bind, byte-compile-unbind): New funs.
14844 (byte-compile-let): Handle let* and lexical binding.
14845 (byte-compile-let*): Remove.
14846 (byte-compile-catch, byte-compile-unwind-protect)
14847 (byte-compile-track-mouse, byte-compile-condition-case):
14848 Handle a new :fun-body form, used for lexical scoping.
14849 (byte-compile-save-window-excursion)
14850 (byte-compile-with-output-to-temp-buffer): Remove.
14851 (byte-compile-defun): Simplify.
14852 (byte-compile-stack-adjustment): New fun.
14853 (byte-compile-out): Use it.
14854 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
14855
14856 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
14857 handler any more.
14858
14859 * emacs-lisp/byte-opt.el: Use lexical binding.
14860 (byte-inline-lapcode): Remove (to bytecomp).
14861 (byte-compile-inline-expand): Pay attention to inlining to/from
14862 lexically bound code.
14863 (byte-compile-unfold-lambda): Don't handle byte-code-functions
14864 any more.
14865 (byte-optimize-form-code-walker): Don't handle save-window-excursion
14866 any more and don't call compiler-macros.
14867 (byte-compile-splice-in-already-compiled-code): Remove.
14868 (byte-code): Don't inline any more.
14869 (disassemble-offset): Receive `bytes' as argument rather than via
14870 dynamic scoping.
14871 (byte-compile-tag-number): Declare before first use.
14872 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
14873 `return' even if make-spliceable.
14874 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
14875 obsolete interactive-p.
14876 (byte-optimize-lapcode): Optimize new lap-codes.
14877 Don't trip up on new form of `byte-constant' lap code.
14878
14879 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
14880
14881 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
14882
14883 * custom.el (custom-initialize-default, custom-declare-variable):
14884 Use `defvar'.
14885
14886 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
14887 New variables.
14888 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
14889 (COMPILE_FIRST): Add macroexp and cconv.
14890 * makefile.w32-in: Mirror changes in Makefile.in.
14891
14892 * vc/cvs-status.el:
14893 * vc/diff-mode.el:
14894 * vc/log-edit.el:
14895 * vc/log-view.el:
14896 * vc/smerge-mode.el:
14897 * textmodes/bibtex-style.el:
14898 * textmodes/css.el:
14899 * startup.el:
14900 * uniquify.el:
da91b5f2
CY
14901 * minibuffer.el:
14902 * newcomment.el:
14903 * reveal.el:
14904 * server.el:
14905 * mpc.el:
14906 * emacs-lisp/smie.el:
14907 * doc-view.el:
14908 * dired.el:
03408648
SM
14909 * abbrev.el: Use lexical binding.
14910
0f0c1f27
EZ
149112011-04-01 Eli Zaretskii <eliz@gnu.org>
14912
14913 * info.el (info-display-manual): New function.
14914
c82b2579
SM
149152011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14916
14917 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
14918
221ddf68
TH
149192011-03-31 Tassilo Horn <tassilo@member.fsf.org>
14920
14921 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 14922 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 14923
cba6e77e
GM
149242011-03-31 Glenn Morris <rgm@gnu.org>
14925
e040639f
GM
14926 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
14927
cba6e77e
GM
14928 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
14929
6d0f1c9e
CS
149302011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
14931
14932 * progmodes/python.el (python-default-interpreter)
14933 (python-python-command-args, python-jython-command-args)
14934 (python-which-shell, python-which-args, python-which-bufname)
14935 (python-file-queue, python-comint-output-filter-function)
14936 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
14937 variables and functions.
14938
3e2d70fd
SM
149392011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14940
14941 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
14942 (completion-in-region-mode): New minor mode.
14943 (completion-in-region): Use it.
14944 (completion-in-region--data, completion-in-region-mode-map): New vars.
14945 (completion-in-region--postch): New function.
14946 (completion--capf-misbehave-funs, completion--capf-safe-funs):
14947 New vars.
14948 (completion--capf-wrapper): New function.
14949 (completion-at-point): Use it to track well-behavedness of
14950 hook functions.
14951 (completion-help-at-point): New command.
14952
f3e4086c
JM
149532011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
14954
14955 * vc/add-log.el (add-change-log-entry): Don't use whitespace
14956 syntax class to search for whitespace on a single line
14957 (Message-ID: <4D938140.4030905@redhat.com>).
14958
eb7ffc14
LL
149592011-03-30 Leo Liu <sdl.web@gmail.com>
14960
14961 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
14962 New commands.
14963 (edit-abbrevs-map): Bind them here.
14964 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
14965
d806ab68
KM
149662011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
14967
14968 * allout.el (allout-hide-by-annotation, allout-flag-region):
14969 Reduce possibility of overlay leakage by making them volatile.
14970
14971 * allout-widgets.el (allout-widgets-tally): Define as nil so the
14972 hash is not shared between buffers. Mode initialization is
14973 responsible for giving it a useful starting value.
14974 (allout-item-span): Reduce possibility of overlay leakage by
14975 making them volatile.
14976 (allout-widgets-count-buttons-in-region): Add diagnostic function
14977 for tracking down button overlay leaks.
14978
ea622834
LL
149792011-03-29 Leo Liu <sdl.web@gmail.com>
14980
14981 * ido.el (ido-read-internal): Use the default history var
14982 minibuffer-history if no HISTORY is specified.
14983
b62f8267
G
149842011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
14985
03408648
SM
14986 * net/imap.el (imap-shell-open, imap-process-connection-type):
14987 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
14988 Kerberos, SSL, other subprocesses.
14989
947b6566
LL
149902011-03-28 Leo Liu <sdl.web@gmail.com>
14991
14992 * abbrev.el (abbrev-table-empty-p): New function.
14993 (prepare-abbrev-list-buffer): Place empty abbrev tables after
14994 nonempty ones. (Bug#5937)
14995
5ffb62aa
JD
149962011-03-27 Jan Djärv <jan.h.d@swipnet.se>
14997
14998 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
14999
7a097943
LL
150002011-03-27 Leo Liu <sdl.web@gmail.com>
15001
15002 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15003 for foreground and background colors.
15004 (ansi-color-make-color-map): Adapt.
15005
c5b40130
LL
150062011-03-25 Leo Liu <sdl.web@gmail.com>
15007
1f48f7d2
LL
15008 * midnight.el (midnight-time-float): Remove. Note it calculates
15009 the microsecond component incorrectly and seconds-to-time does the
15010 same job.
625897ec 15011 Remove redundant (require 'timer).
1f48f7d2 15012
c5b40130
LL
15013 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15014 (ido-completions): Remove unused arguments. (Bug#8329)
15015
d86d2721
SM
150162011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15017
15018 * minibuffer.el (completion--flush-all-sorted-completions):
15019 Remove itself from hook.
15020 (completion-at-point): Let the functions perform the completion
15021 immediately and return nil or t.
15022 * comint.el (comint-dynamic-complete-functions): Now identical to
15023 completion-at-point-functions.
15024 (comint-dynamic-list-input-ring): Remove unused var `index'.
15025 (comint--match-partial-filename, comint--unquote&expand-filename):
15026 New funs, split from comint-match-partial-filename.
15027 (comint-dynamic-complete): Use completion-at-point.
15028 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
15029
e8974c48
DA
150302011-03-24 Drew Adams <drew.adams@oracle.com>
15031
15032 * thingatpt.el: Support `defun'.
15033
def71b5e
LL
150342011-03-23 Leo Liu <sdl.web@gmail.com>
15035
cb5af48e
LL
15036 * abbrevlist.el: Move to obsolete/abbrevlist.el.
15037
def71b5e
LL
15038 * help-mode.el (help-mode-finish): Tweak regexp.
15039
927c53e7
GM
150402011-03-23 Glenn Morris <rgm@gnu.org>
15041
18d05bed
GM
15042 * eshell/esh-opt.el (eshell-eval-using-options):
15043 Do not bind unused local variable `eshell-option-stub'.
15044
927c53e7
GM
15045 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
15046
9d0da923
JB
150472011-03-22 Juanma Barranquero <lekktu@gmail.com>
15048
15049 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
15050 keymap variable in `with-no-warnings' to avoid a warning when the
15051 keymap has been already `defconst'ed.
15052
4b978a67
LL
150532011-03-22 Leo Liu <sdl.web@gmail.com>
15054
15055 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
15056 encode all chars in abbrevs; otherwise use emacs-mule or
15057 utf-8-emacs. (Bug#8308)
15058
5fd62452
JB
150592011-03-22 Juanma Barranquero <lekktu@gmail.com>
15060
0b1596c6
JB
15061 * simple.el (backward-delete-char-untabify):
15062 Avoid warning about using `delete-backward-char'.
15063
5fd62452
JB
15064 * image.el (image-type-file-name-regexps): Make it variable.
15065 `imagemagick-register-types' modifies it, and the user may want
15066 to add new extensions for known image types.
15067 (imagemagick-register-types): Throw error if not using ImageMagick.
15068
0b4e93f1
LL
150692011-03-22 Leo Liu <sdl.web@gmail.com>
15070
15071 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
15072 located before rcirc-prompt-end-marker.
15073 (rcirc-complete): Error if point is not after rcirc prompt.
15074 Handle the case when table is nil.
9882e214 15075 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 15076
fccee4ab
CY
150772011-03-22 Chong Yidong <cyd@stupidchicken.com>
15078
15079 * custom.el (custom--inhibit-theme-enable): Make it affect only
15080 custom-theme-set-variables and custom-theme-set-faces.
15081 (provide-theme): Ignore custom--inhibit-theme-enable.
15082 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
15083 (custom-enabling-themes): Delete variable.
d86d2721
SM
15084 (enable-theme): Accept only loaded themes as arguments.
15085 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
15086 (custom-enabled-themes): Forbid themes from setting this.
15087 Eliminate use of custom-enabling-themes.
15088 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 15089
af896da6
LL
150902011-03-21 Leo Liu <sdl.web@gmail.com>
15091
15092 * ido.el (ido-read-internal): Add ido-selected to history instead
15093 of user input.
15094
78f64af0
SM
150952011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15096
15097 * subr.el (deferred-action-list, deferred-action-function):
15098 Mark obsolete.
15099
b16ac1ec
LL
151002011-03-21 Leo Liu <sdl.web@gmail.com>
15101
810f7698
LL
15102 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
15103 change on 2011-02-13 (bug#8309).
15104
b16ac1ec
LL
15105 * minibuffer.el (read-file-name-function): Change default value.
15106 (read-file-name--defaults): Rename from read-file-name-defaults.
15107 (read-file-name-default): Rename from read-file-name.
15108 (read-file-name): Call read-file-name-function.
15109
4e05e67e
GM
151102011-03-21 Glenn Morris <rgm@gnu.org>
15111
15112 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
15113 Doc fixes.
15114
4359915b
CY
151152011-03-21 Chong Yidong <cyd@stupidchicken.com>
15116
15117 * cus-theme.el: Add missing provide statement.
15118 (customize-create-theme): Extract theme value correctly.
15119 (custom-theme-visit-theme): Autoload.
15120 (customize-create-theme): Prompt before inserting default faces.
15121
1fe275ee
JB
151222011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15123
15124 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
15125 units and musical notes.
15126
cd394be1 151272011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
15128
15129 * ido.el (ido-read-internal): Use completing-read-default.
15130 (ido-completing-read): Fix compatibility with completing-read.
15131
7d476bde
CO
151322011-03-20 Christian Ohler <ohler@gnu.org>
15133
15134 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
15135 (ert-delete-all-tests): Use `called-interactively-p' rather than
15136 `interactive-p'.
15137 (ert--make-xrefs-region): Respect END.
15138
fe0fb33e
CY
151392011-03-19 Chong Yidong <cyd@stupidchicken.com>
15140
ff854b0b
CY
15141 * dired-aux.el (dired-create-directory): Signal an error if the
15142 directory already exists (Bug#8246).
15143
fe0fb33e
CY
15144 * facemenu.el (list-colors-display): Call list-faces-display
15145 inside with-help-window.
15146 (list-colors-print): Use display property to align the final
15147 column, instead of checking window-width.
15148
576bce32
EZ
151492011-03-19 Eli Zaretskii <eliz@gnu.org>
15150
4d61f28d 15151 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
15152 windows-nt systems.
15153 (emerge-protect-metachars): Quote correctly for ms-dos and
15154 windows-nt systems.
15155
89c41d68 151562011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
15157
15158 * info.el (info-initialize): Replace all uses of `:' with
15159 path-separator for compatibility with non-Unix systems.
15160 Cache quoting of path-separator. (Bug#8258)
15161
b14e3e21 151622011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
15163
15164 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
15165 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
15166 (mouse-avoidance-mode): Fix typos in docstrings.
15167
4525ce3e
CY
151682011-03-19 Chong Yidong <cyd@stupidchicken.com>
15169
15170 * startup.el (package-subdirectory-regexp): Move from package.el.
15171 Omit \\` and \\', and let callers add them.
15172
15173 * emacs-lisp/package.el (package-strip-version)
15174 (package-load-all-descriptors): Add \\` and \\' to
15175 package-subdirectory-regexp before using it.
15176 (package-untar-buffer): New arg DIR; ensure that file untars only
15177 into this expected directory. Remove superfluous delete-region.
15178 (package-unpack): Caller changed.
15179 (package-tar-file-info): Use package-subdirectory-regexp.
15180
a904a09a 151812011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 15182
a904a09a
SM
15183 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
15184 diff-mode-shared-map (bug#8284).
15185 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
15186
151872011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15188
15189 * calendar/time-date.el (format-seconds): Use assoc instead of
15190 assoc-string, since assoc-string doesn't exist in XEmacs.
15191
171fc304
JB
151922011-03-17 Juanma Barranquero <lekktu@gmail.com>
15193
15194 * custom.el (custom-known-themes): Reflow docstring.
15195 (custom-theme-load-path): Fix typo in docstring.
15196 (load-theme): Fix typo in error message.
15197 (custom-available-themes, custom-variable-theme-value):
15198 Use `let', not `let*'.
15199
d71990a1
JB
152002011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15201
15202 * calc/README: Mention inclusion of musical notes.
15203
15204 * calc/calc-units.el (calc-lu-quant): Rename from
15205 `calc-logunits-quantity'.
15206 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
15207 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
15208 (calc-db): Rename from `calc-dblevel'.
15209 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
15210 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
15211 (calc-np): Rename from `calc-nplevel'.
15212 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
15213 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
15214 (calc-lu-plus): Rename from `calc-logunits-add'.
15215 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
15216 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
15217 (calc-lu-minus): Rename from `calc-logunits-sub'.
15218 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
15219 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
15220 (calc-lu-times): Rename from `calc-logunits-mul'.
15221 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
15222 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
15223 (calc-lu-divide): Rename from `calc-logunits-div'.
15224 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
15225 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
15226
15227 * calc/calc-ext.el (calc-init-extensions): Update the names of the
15228 functions being autoloaded.
15229
15230 * calc/calc.el (calc-lu-power-reference): Rename from
15231 `calc-logunits-power-reference'.
15232 (calc-lu-field-reference): Rename from
15233 `calc-logunits-field-reference'.
15234
7a71b18d
GM
15235 * calc/calc-help.el (calc-l-prefix-help):
15236 Mention musical note functions.
d71990a1 15237
40c2934b
SM
152382011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15239
15240 * minibuffer.el (completion-all-sorted-completions):
15241 Use :completion-cycle-penalty text property if present.
15242
b0911414
KM
152432011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
15244
15245 * allout.el (allout-yank-processing): Adjust for new rebulleting
15246 regime so bullet being yanked is used without prompting the user
15247 for a choice.
15248
8a05b668
JB
152492011-03-16 Juanma Barranquero <lekktu@gmail.com>
15250
15251 * startup.el (command-line): Warn the user that _emacs is deprecated.
15252
5ba5fb81
JB
152532011-03-16 Juanma Barranquero <lekktu@gmail.com>
15254
15255 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
15256 (delphi-verbose, delphi-comment-face, delphi-string-face)
15257 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
15258 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
15259 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
15260 (delphi-new-comment-line, delphi-font-lock-defaults)
15261 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
15262 Fix typos in docstrings.
15263
2dab465b
KM
152642011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
15265
5ba5fb81 15266 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
15267 Invert the roles of character and string values for INSTEAD, so a
15268 string is used for the more common case of a defaulting prompt.
15269
0adf5618
SM
152702011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15271
15272 * progmodes/ruby-mode.el (ruby-backward-sexp):
15273 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
15274 * play/gamegrid.el (gamegrid-make-face):
15275 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
15276 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
15277 * notifications.el (notifications-notify):
15278 * net/xesam.el (xesam-search-engines):
15279 * net/quickurl.el (quickurl-list-insert):
15280 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
15281
d72700e5
CY
152822011-03-15 Chong Yidong <cyd@stupidchicken.com>
15283
15284 * startup.el (command-line): Update package subdirectory regexp.
15285
49c5410a
SM
152862011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15287
c6eee9aa
SM
15288 * allout.el (allout-abbreviate-flattened-numbering)
15289 (allout-mode-deactivate-hook): Fix up obsolescence "date".
15290
49c5410a
SM
15291 * subr.el (read-char-choice): Only show the cursor after the prompt,
15292 not after the answer.
15293
047b2bb9
KR
152942011-03-15 Kevin Ryde <user42@zip.com.au>
15295
15296 * help-fns.el (variable-at-point): Skip leading quotes, if any
15297 (bug#8253).
15298
0a57d256
SM
152992011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15300
15301 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
15302 warning message.
15303
77c992bc
MA
153042011-03-14 Michael Albinus <michael.albinus@gmx.de>
15305
15306 * shell.el (shell): When called interactively, offer to change the
15307 shell file name on remote hosts.
15308
eebc475d
TZ
153092011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
15310
15311 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
15312 integration for LDAP parameters. The host, base, user or binddn,
15313 and secret tokens can be specified in a netrc file, for instance.
15314 This is optional because an `auth-source' parameter must be
15315 specified in the search attributes.
15316
9d05d1ba
JB
153172011-03-13 Juanma Barranquero <lekktu@gmail.com>
15318
15319 * help.el (describe-mode): Link to the mode's definition (bug#8185).
15320
09d9db2c
GM
153212011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15322
15323 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
15324 into declaration. Remove redundant and harmful binding.
15325
153262011-03-12 Eli Zaretskii <eliz@gnu.org>
15327
15328 * files.el (file-ownership-preserved-p): Pass `integer' as an
15329 explicit 2nd argument to `file-attributes'. If the file's owner
15330 is the Administrators group on Windows, and the current user is
15331 Administrator, consider that a match.
15332
15333 * server.el (server-ensure-safe-dir): Consider server directory
15334 safe on MS-Windows if its owner is the Administrators group while
15335 the current Emacs user is Administrator. Use `=' to compare
15336 numerical UIDs, since they could be integers or floats.
15337
219bd536
JB
153382011-03-12 Juanma Barranquero <lekktu@gmail.com>
15339
15340 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
15341
f3afd36b
MA
153422011-03-12 Michael Albinus <michael.albinus@gmx.de>
15343
15344 Sync with Tramp 2.2.1.
15345
15346 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
15347
15348 * net/trampver.el: Update release number.
15349
3aaaa6f1
SM
153502011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15351
94642599
SM
15352 * progmodes/compile.el (compilation--previous-directory): Fix up
15353 various nil/dead-marker mismatches (bug#8014).
15354 (compilation-directory-properties, compilation-error-properties):
15355 Don't call it at a position past the one we're about to change.
15356
3aaaa6f1
SM
15357 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
15358 Disable obsolescence warnings in the file that declares it.
15359
14239447
KM
153602011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
15361
099c39a4
JB
15362 * allout-widgets.el (allout-widgets-tally):
15363 Initialize allout-widgets-tally as a hash table rather than nil to
15364 prevent mode-line redisplay warnings. Also, clarify the module
15365 description and fix a comment typo.
14239447 15366
135e287c
JB
153672011-03-11 Juanma Barranquero <lekktu@gmail.com>
15368
15369 * help-fns.el (describe-variable): Don't complete keywords.
15370 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
15371
ffbf300e
CY
153722011-03-10 Chong Yidong <cyd@stupidchicken.com>
15373
ba08b241
CY
15374 * emacs-lisp/package.el (package-version-join): Impose a standard
15375 string representation for pre/alpha/beta version lists.
15376 (package-unpack-single): Standardize the directory name by passing
15377 it through package-version-join.
15378 (package-strip-rcs-id): Accept any version string that does not
15379 signal an error in version-to-list.
ffbf300e 15380
f346fd6b
MA
153812011-03-10 Michael Albinus <michael.albinus@gmx.de>
15382
15383 * simple.el (delete-trailing-whitespace): Return nil for the
15384 benefit of `write-file-functions'.
15385
ccb55d27
GM
153862011-03-10 Glenn Morris <rgm@gnu.org>
15387
5ceaac0c
GM
15388 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
15389
02da65ff
GM
15390 * vc/vc-git.el (vc-git-program): New option.
15391 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
15392 (vc-git--call): Use it.
15393
b2f603cc
GM
15394 * eshell/esh-util.el (eshell-condition-case): Doc fix.
15395
5772caab
GM
15396 * cus-edit.el (Custom-newline): If no button at point, look
15397 for a subgroup button at start-of-line. (Bug#2298)
15398
ccb55d27
GM
15399 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
15400
ec6ecaed
JD
154012011-03-10 Julien Danjou <julien@danjou.info>
15402
15403 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
15404 `cursor-type' is nil.
15405
9d5aa01d
JB
154062011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
15407
15408 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
15409
b6a5875b
KM
154102011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
15411
7a71b18d 15412 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
15413 preserves the existing header prefix, rebulleting it if necessary,
15414 rather than replacing it. This is necessary for proper operation
15415 of cooperative addons like allout-widgets.
1154d12e
JB
15416 (allout-make-topic-prefix, allout-rebullet-heading):
15417 Change SOLICIT arg to INSTEAD, and interpret additionally a string
15418 value as alternate bullet to be used, instead of prompting the user
15419 for a bullet character.
b6a5875b 15420
ee545c35
MA
154212011-03-09 Michael Albinus <michael.albinus@gmx.de>
15422
d86d2721
SM
15423 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15424 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
15425 `tramp-default-port'.
15426
c47971d7
DD
154272011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15428
15429 * net/rcirc.el (rcirc-handler-001): Remove useless
15430 with-rcirc-process-buffer.
15431 (rcirc-check-auth-status): Swap arguments to string-match.
15432
13522cb4
GM
154332011-03-09 Glenn Morris <rgm@gnu.org>
15434
0be6f4f1
GM
15435 * shell.el (shell-mode):
15436 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
15437
13522cb4
GM
15438 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
15439 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
15440
515de2e3
CY
154412011-03-08 Chong Yidong <cyd@stupidchicken.com>
15442
15443 * emacs-lisp/package.el (package-refresh-contents)
15444 (package-menu-execute): Use condition-case-no-debug.
15445
b511b994
MA
154462011-03-08 Michael Albinus <michael.albinus@gmx.de>
15447
15448 * simple.el (shell-command-to-string): Use `process-file'.
15449
15450 * emacs-lisp/package.el (package-tar-file-info): Handle also
15451 remote files.
15452
d86d2721
SM
15453 * emacs-lisp/package-x.el (package-upload-buffer-internal):
15454 Use `equal' for upload base check.
b511b994 15455
25bbfb31
AM
154562011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
15457
15458 * textmodes/texinfo.el (texinfo-environments):
15459 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
15460
be996521
GM
154612011-03-08 Glenn Morris <rgm@gnu.org>
15462
e9c8529f
GM
15463 * cus-start.el (cursor-in-non-selected-windows):
15464 Fix :set quoting oddness. (Bug#8192)
15465
be996521
GM
15466 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
15467 in some setf expressions. (Bug#2159)
15468
2bb5649e
CY
154692011-03-08 Chong Yidong <cyd@stupidchicken.com>
15470
15471 * custom.el (custom-available-themes): Return themes in
15472 alphabetical order.
15473
33383987 15474See ChangeLog.15 for earlier changes.
e3d51b27
MR
15475
15476;; Local Variables:
15477;; coding: utf-8
e3d51b27
MR
15478;; End:
15479
acaf905b 15480 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
15481
15482 This file is part of GNU Emacs.
15483
15484 GNU Emacs is free software: you can redistribute it and/or modify
15485 it under the terms of the GNU General Public License as published by
15486 the Free Software Foundation, either version 3 of the License, or
15487 (at your option) any later version.
15488
15489 GNU Emacs is distributed in the hope that it will be useful,
15490 but WITHOUT ANY WARRANTY; without even the implied warranty of
15491 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15492 GNU General Public License for more details.
15493
15494 You should have received a copy of the GNU General Public License
15495 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.