lisp/help-mode.el (bookmark-make-record-default): Declare.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
773e1f08
JB
12012-06-13 Juanma Barranquero <lekktu@gmail.com>
2
3 * help-mode.el (bookmark-make-record-default): Declare.
4
60057926
CY
52012-06-13 Chong Yidong <cyd@gnu.org>
6
7 * emacs-lisp/package.el (list-packages): Compute a list of
8 packages that are newly-available since the last list-packages
9 invocation.
10 (package-menu--new-package-list): New var.
11 (package-menu--generate, package-menu--print-info)
12 (package-menu--status-predicate, package-menu-mark-install):
13 Handle new status label "new".
14
ad4d226c
SM
152012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
16
17 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
18 conversion to backquotes.
19
f1a4e679
CY
202012-06-12 Chong Yidong <cyd@gnu.org>
21
22 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
23 Rename from gud-inhibit-global-bindings.
24
25 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
26
27 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
28 hook from nxml-glyph-set-hook.
29
30 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
31 declaration.
32
33 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
34
35 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
36 Convert to defcustom.
37
0c9e42b5
DA
382012-06-12 Drew Adams <drew.adams@oracle.com>
39
40 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
41 New functions.
42 (help-mode): Use them.
43
09e06855
GM
442012-06-11 Glenn Morris <rgm@gnu.org>
45
46 * progmodes/fortran.el (fortran-font-lock-keywords-3):
47 Use preprocessor face for directives.
48 (fortran-directive-re): Doc fix.
49
71adb94b
SM
502012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
51
2eb87922
SM
52 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
53 conversion to backquotes (bug#11652).
54
71adb94b
SM
55 Fix compiler-expansion of CL's cXXr functions (bug#11673).
56 * emacs-lisp/cl-lib.el (cl--defalias): New function.
57 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
58 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
59 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
60 (cl-ninth, cl-tenth): Mark them as inlinable.
61 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
62 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
63 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
64 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
65 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
66 (cl-list*, cl-adjoin): Don't put an autoload manually.
67 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
68 (cl--compiler-macro-list*): Add autoload cookie.
69 (cl--compiler-macro-cXXr): New function.
2eb87922 70
71adb94b
SM
71 * help-fns.el (help-fns--compiler-macro): New function extracted from
72 describe-function-1; follow aliases and use `compiler-macro' property.
73 (describe-function-1): Use it.
74
a6674402
CY
752012-06-11 Chong Yidong <cyd@gnu.org>
76
77 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
78 is uninstalled, if imagemagick is installed.
79
bb3faf5b
SM
802012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
81
82 * emacs-lisp/cl-lib.el: Use lexical-binding.
83 (cl-map-extents, cl-maclisp-member): Remove.
84 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
85 (cl--set-substring, cl--block-wrapper, cl--block-throw)
86 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
87 * emacs-lisp/cl-extra.el: Use lexical-binding.
88 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
89 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
90 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
91 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
92 * emacs-lisp/cl-seq.el: Use lexical-binding.
93 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
94 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
95 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
96 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
97 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
98 CL's internals.
99
2fe4b125
MA
1002012-06-11 Michael Albinus <michael.albinus@gmx.de>
101
102 Sync with Tramp 2.2.6-pre.
103
104 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
105 `print-length' and `print-level' to nil, in order to avoid
106 truncation. Reported by Christopher Schmidt
107 <christopher@ristopher.com>.
108
109 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
110
111 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
112 New defmacro.
113 (tramp-compat-copy-directory): Add optional argument
114 COPY-CONTENTS. It is not handled yet.
115
116 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
117 (tramp-ftp-file-name-p): Simplify.
118
119 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
120 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
121 connection vector.
122
123 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
124 (tramp-methods): Do not use `tramp-password-end-of-line'.
125 (tramp-completion-function-alist-putty): Handle UNIX case.
126 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
127 (tramp-do-file-attributes-with-stat)
128 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
129 gid as real numbers. They could run out of integer range on cygwin.
130 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
131 (tramp-sh-handle-expand-file-name): Handle hops.
132 (tramp-open-connection-setup-interactive-shell): Use
133 `tramp-cleanup'. Move check for busyboxes ...
134 (tramp-find-shell): ... here. Simplify implementation. Set
135 "remote-shell" property also for alternative shells.
136 (tramp-remote-coding-commands): Check "test -c /dev/stdout". If
137 failing, a regular file would be written otherwise. Reported by
138 Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
139 (tramp-find-inline-encoding): Cache the coding commands in the
140 process cache. Apply test command on the remote side, if defined.
141 (tramp-find-inline-compress): Cache the compress commands in the
142 process cache.
143 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
144 when requested. Handle hops.
145 (tramp-current-connection): New defvar.
146 (tramp-maybe-open-connection): Use `tramp-cleanup'. Throw
147 `suppress', if there was a failed connection shortly before.
148 Handle user interrupt. (Bug#10187)
149 (tramp-get-inline-compress, tramp-get-inline-coding): Read
150 connection properties from the process cache.
151
152 * net/tramp-smb.el (tramp-smb-server-version)
153 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar): New
154 defconsts.
155 (tramp-smb-prompt): Extend for powershell prompt.
156 (tramp-smb-file-name-handler-alist): Add handlers for
157 `process-file', `shell-command' and `start-file-process'.
158 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
159 (tramp-smb-winexe-shell-command-switch): New defcustoms.
160 (tramp-smb-file-name-p): Simplify.
161 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
162 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
163 (tramp-smb-shell-quote-argument): New defuns.
164 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
165 Implement using "tar". By this, time-stamps are preserved.
166 (tramp-smb-handle-copy-file): Handle also the case of directories.
167 (tramp-smb-do-file-attributes-with-stat)
168 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities): Use
169 `tramp-get-connection-buffer').
170 (tramp-smb-handle-rename-file): Use "rename", when source and
171 target are on the same share.
172 (tramp-smb-maybe-open-connection): Handle wrong passwords. Use
173 `tramp-smb-server-version'.
174 (tramp-smb-wait-for-output): Remove prompt.
175
176 * net/tramp.el (top): Require 'cl.
177 (tramp-methods, tramp-rsh-end-of-line): Remove
178 `tramp-password-end-of-line' from docstring.
179 (tramp-save-ad-hoc-proxies): New defcustom.
180 (tramp-completion-function-alist): Adapt docstring.
181 (tramp-default-password-end-of-line): Remove defcustom.
182 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
183 (tramp-user-regexp, tramp-file-name-regexp-unified)
184 (tramp-file-name-regexp-url): Extend regexp by hop separator.
185 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
186 (tramp-remote-file-name-spec-regexp): New defconst.
187 (tramp-file-name-structure): Extend structure for hops.
188 (tramp-get-method-parameter): Move up.
189 (tramp-file-name-p, tramp-dissect-file-name)
190 (with-parsed-tramp-file-name): Handle hops.
191 (tramp-file-name-hop): New defun.
192 (tramp-make-tramp-file-name): New optional arg HOP.
193 (tramp-message-show-progress-reporter-message): New defvar.
194 (tramp-with-progress-reporter): Use it. We cannot use
195 `tramp-message-show-message' here, because this suppresses also
196 error buffers.
197 (tramp-error-with-buffer): Suppress buffer view, if
198 `tramp-message-show-message' is nil. Use
199 `tramp-get-connection-buffer'.
200 (tramp-cleanup): New defun.
201 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
202 (tramp-file-name-handler): If `debug-on-error' is set, propagate
203 an error unchanged.
204 (tramp-completion-handle-file-name-all-completions): Handle hops.
205 Fix an error when called from ido.
206 (tramp-completion-dissect-file-name): Use better local variable
207 name. Add hop to the vector.
208 (tramp-handle-insert-file-contents): Use progress-reporter for the
209 whole scenario.
210 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
211 to `t'.
212 (tramp-check-for-regexp): Simplify search.
213 (tramp-enter-password): Remove it. Move implementation ...
214 (tramp-action-password): ... here.
215 (tramp-mode-string-to-int, tramp-local-host-p)
216 (tramp-make-tramp-temp-file, tramp-read-passwd)
217 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff): Set
218 tramp-autoload cookie.
219
220 * net/trampver.el: Update release number.
221
2222012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
223 Michael Albinus <michael.albinus@gmx.de>
224
225 * net/tramp.el (tramp-set-completion-function): Fix docstring.
226 (tramp-parse-group, tramp-parse-file)
227 (tramp-parse-shostkeys-sknownhosts): New defuns.
228 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
229 (tramp-parse-shosts-group, tramp-parse-sconfig)
230 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
231 (tramp-parse-sknownhosts, tramp-parse-hosts)
232 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
233 Use them.
234 (tramp-parse-passwd-group, tramp-parse-netrc-group)
235 (tramp-parse-putty-group): Don't narrow.
236 (tramp-parse-putty): Make a loop.
237 (tramp-file-name-handler): Catch the `suppress' signal.
238
72834e10
CY
2392012-06-11 Chong Yidong <cyd@gnu.org>
240
241 * image.el (imagemagick-register-types): Put the ImageMagick entry
242 at the end of image-type-file-name-regexps.
243
a4712e11
JB
2442012-06-11 Johan Bockgård <bojohan@gnu.org>
245
246 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
247 (pcase, pcase-let*, pcase-dolist): Use them.
248
82ad98e3
SM
2492012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
250
251 * emacs-lisp/pcase.el (pcase--let*): New function.
252 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
253 (pcase--expand): Use macroexp-let².
254
f80efb86
SM
2552012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
258 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
259 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
260 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
261 * emacs-lisp/derived.el: Use pcase instead of `cl'.
262 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
263
31ca4639 2642012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 265
31ca4639
CY
266 * mail/rmail.el (rmail-yank-current-message): Leave point at
267 correct position. (Bug#11660)
94f0aa34 268
31ca4639 2692012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 270
31ca4639 271 * allout-widgets.el: Fix code header.
9e1b8ec4 272
31ca4639 2732012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 274
f80efb86
SM
275 * cus-edit.el (customize-changed-options-previous-release):
276 Bump to 24.1.
31ca4639 277
642b6d30
AS
2782012-06-09 Andreas Schwab <schwab@linux-m68k.org>
279
280 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
281
4f5d2ba1
CY
2822012-06-09 Chong Yidong <cyd@gnu.org>
283
284 * ebuff-menu.el (electric-buffer-list): Preserve header line.
285
e75852fd
MR
2862012-06-09 Martin Rudalics <rudalics@gmx.at>
287
288 * window.el (special-display-popup-frame): Don't use
289 window--display-buffer (Bug#11651).
290
1e48e282
EZ
2912012-06-09 Eli Zaretskii <eliz@gnu.org>
292
8a26b487
EZ
293 Fix parallel builds: make sure loaddefs.el is not being written
294 while Lisp files are compiled.
295 (compile): Don't depend on 'mh-autoloads'.
296 (compile-CMD, compile-SH): Depend on 'autoloads'.
297 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
298
1e48e282
EZ
299 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
300
6175e34b
CY
3012012-06-09 Chong Yidong <cyd@gnu.org>
302
303 * face-remap.el (face-remap-add-relative, face-remap-set-base)
304 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
305 Doc fixes (Bug#11225).
306
d9857e53
SM
3072012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
308
309 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
310 a function if there's a clear indication that it has a compiler-macro.
311 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
312 (macro-declarations-alist): Add arglist to declaration functions.
313 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
314 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
315 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
316 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
317 Also add autoload to find the compiler macro.
318 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
319 (cl--compiler-macro-member, cl--compiler-macro-assoc)
320 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
321 (cl--compiler-macro-get): New functions, replacing calls to
322 cl-define-compiler-macro.
323 (cl-typep) [compiler-macro]: Use macroexp-let².
324
f81298f8 3252012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
326
327 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
328 string properly, fixes Bug#11473.
329
4b56d0fe
CY
3302012-06-08 Chong Yidong <cyd@gnu.org>
331
332 * faces.el (set-face-attribute): Doc fix.
333 (modify-face): Don't use :bold and :italic.
334 (error, warning, success): Tweak definitions.
335
336 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
337 (custom-modified, custom-set, custom-changed, custom-themed)
338 (custom-saved, custom-button, custom-button-mouse)
339 (custom-button-pressed, custom-state, custom-comment-tag)
340 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
341 (custom-group-subtitle): Use new-style face specs.
342 (custom-invalid-face, custom-rogue-face, custom-modified-face)
343 (custom-set-face, custom-changed-face, custom-saved-face)
344 (custom-button-face, custom-button-pressed-face)
345 (custom-documentation-face, custom-state-face)
346 (custom-comment-face, custom-comment-tag-face)
347 (custom-variable-tag-face, custom-variable-button-face)
348 (custom-face-tag-face, custom-group-tag-face-1)
349 (custom-group-tag-face): Remove obsolete face alias.
350
351 * epa.el (epa-validity-high, epa-validity-medium)
352 (epa-validity-low, epa-mark, epa-field-name, epa-string)
353 (epa-field-name, epa-field-body):
354 * font-lock.el (font-lock-comment-face, font-lock-string-face)
355 (font-lock-keyword-face, font-lock-builtin-face)
356 (font-lock-function-name-face, font-lock-variable-name-face)
357 (font-lock-type-face, font-lock-constant-face):
358 * ido.el (ido-first-match, ido-only-match, ido-subdir)
359 (ido-virtual, ido-indicator, ido-incomplete-regexp):
360 * speedbar.el (speedbar-button-face, speedbar-file-face)
361 (speedbar-directory-face, speedbar-tag-face)
362 (speedbar-selected-face, speedbar-highlight-face)
363 (speedbar-separator-face):
364 * whitespace.el (whitespace-newline, whitespace-space)
365 (whitespace-hspace, whitespace-tab, whitespace-trailing)
366 (whitespace-line, whitespace-space-before-tab)
367 (whitespace-space-after-tab, whitespace-indentation)
368 (whitespace-empty):
369 * emulation/cua-base.el (cua-global-mark):
370 * eshell/em-prompt.el (eshell-prompt):
371 * net/newst-plainview.el (newsticker-new-item-face)
372 (newsticker-old-item-face, newsticker-immortal-item-face)
373 (newsticker-obsolete-item-face, newsticker-date-face)
374 (newsticker-statistics-face, newsticker-default-face):
375 * net/newst-reader.el (newsticker-feed-face)
376 (newsticker-extra-face, newsticker-enclosure-face):
377 * net/newst-treeview.el (newsticker-treeview-face)
378 (newsticker-treeview-new-face, newsticker-treeview-old-face)
379 (newsticker-treeview-immortal-face)
380 (newsticker-treeview-obsolete-face)
381 (newsticker-treeview-selection-face):
382 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
383 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
384 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
385 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
386 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
387 (nxml-outline-active-indicator, nxml-outline-ellipsis):
388 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
389 (mpuz-text):
390 * progmodes/vera-mode.el (vera-font-lock-number)
391 (vera-font-lock-function, vera-font-lock-interface):
392 * textmodes/table.el (table-cell): Use new-style face specs, and
393 don't use the old :bold and :italic attributes.
394
395 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
396 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
397 (ebrowse-member-class, ebrowse-progress): Likewise.
398 (ebrowse-tree-mark-face, ebrowse-root-class-face)
399 (ebrowse-file-name-face, ebrowse-default-face)
400 (ebrowse-member-attribute-face, ebrowse-member-class-face)
401 (ebrowse-progress-face): Remove obsolete faces.
402
403 * progmodes/flymake.el (flymake-errline, flymake-warnline):
404 Inherit from error and warning faces respectively.
405
406 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
407 Likewise.
f80efb86
SM
408 (flyspell-incorrect-face, flyspell-duplicate-face):
409 Remove obsolete aliases.
4b56d0fe 410
03310646
MA
4112012-06-08 Michael Albinus <michael.albinus@gmx.de>
412
413 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
414 Avoid infloop.
415
513749ee
SM
4162012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
417
418 * startup.el (argv, argi): Make lexically scoped.
419 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
420 * emacs-lisp/cl-macs.el: Use lexical-binding.
421 Rename cl-bind-* to cl--bind-*.
422 * files.el: Don't require `cl' since it doesn't use it.
423 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
424
595ef4ad
JB
4252012-06-08 Juanma Barranquero <lekktu@gmail.com>
426
427 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
428 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
429 instead of calling external sort utility.
430 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
431
e9f66fcb
EZ
4322012-06-08 Eli Zaretskii <eliz@gnu.org>
433
434 * descr-text.el (describe-char): Mention how to insert the
435 character, if the current input method doesn't support it.
436 See the discussion in this thread for the details:
437 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
438
3d10db47
SS
4392012-06-08 Sam Steingold <sds@gnu.org>
440
441 * bindings.el (global-map): Bind XF86Forward to next-buffer and
442 XF86Back to previous-buffer.
443 (minibuffer-local-map): Bind them to next-history-element and
444 previous-history-element respectively.
445 * help-mode.el (help-mode-map): Bind them to help-go-forward and
446 help-go-back respectively.
447 * info.el (Info-mode-map): Bind them to Info-history-forward and
448 Info-history-back respectively.
449 These are the keys next to Up on the ThinkPad keyboard.
450
de7e2b36
SM
4512012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
452
453 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
454 * emacs-lisp/cl-macs.el: Provide itself.
455 (cl--labels-convert-cache): New var.
456 (cl--labels-convert): New function.
457 (cl-flet, cl-labels): New implementation with new semantics, relying on
458 lexical-binding.
459 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
460 (cl-closure-vars, cl--function-convert-cache)
461 (cl--function-convert): Move from cl-macs.el.
462 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
463 rename by removing the "cl-" prefix.
464 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
465
6fa6c4ae
SM
4662012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
467
468 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
469 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
470 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
471 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
472 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
473 (cl-hash-table-count): Add old compatibility aliases.
474
475 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
476 Use macroexpand-all-environment instead.
477 (cl--old-macroexpand): New var.
478 (cl--sm-macroexpand): New function.
479 (cl-symbol-macrolet): Use it during macro expansion.
480 (cl--function-convert-cache): New var.
481 (cl--function-convert): New function, extracted from
482 cl-macroexpand-all.
483 (cl-lexical-let): Use it.
484
485 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
486 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
487 (cl-member): Remove old alias.
488
489 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
490 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
491 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
492 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
493 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
494 (cl-macroexpand-cmacs): Remove var.
495 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
496 Use macroexpand-all instead.
497
4dd1c416
SM
4982012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
501 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
502 (macroexp-copyable-p): New functions and macros.
503 * emacs-lisp/edebug.el (edebug-unwrap):
504 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
505 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
506 (pcase--let*): Remove.
507 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
508 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
509 macroexp-const-p instead.
510 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
511
512 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
513 instead of "cl-" for internal definitions. Use macroexp-const-p.
514 (cl-old-bc-file-form): Remove var.
515 (cl-const-exprs-p): Remove fun.
516 (cl-labels, cl-macrolet): Use backquote.
517 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
518 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
519 (cl-define-setf-expander): Rename from cl-define-setf-method.
520 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
521
522 * international/mule-cmds.el: Don't require CL.
523 (view-hello-file): Don't use `letf'.
524
ed8bd4d7
SM
5252012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
526
7287f2f3
SM
527 * tmm.el (tmm-prompt): Use string-prefix-p.
528 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
529 (tmm-add-prompt): Use minibuffer-completion-help.
530 (tmm-delete-map): Remove.
531
ed8bd4d7
SM
532 * subr.el (kbd): Make it its own function.
533
7b4cdbf4
SM
5342012-06-07 Stefan Merten <smerten@oekonux.de>
535
536 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
537 Silence compiler warnings. Fix versions.
ed8bd4d7 538 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 539 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 540 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
541 (rst-package-emacs-version-alist): Correct Emacs version to
542 represent major merge with upstream.
ed8bd4d7 543 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 544
2b48d721
GM
5452012-06-06 Glenn Morris <rgm@gnu.org>
546
547 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
548 Only print environment variables if set.
549
fa779ab0
SM
5502012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
551
552 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
553 (macroexp--cons): Rename from maybe-cons.
554 (macroexp--accumulate): Rename from macroexp-accumulate.
555 (macroexp--all-forms): Rename from macroexpand-all-forms.
556 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
557 (macroexp--expand-all): Rename from macroexpand-all-1.
558
628299e0
SS
5592012-06-06 Sam Steingold <sds@gnu.org>
560
561 * calendar/calendar.el (calendar-in-read-only-buffer):
562 Call `special-mode' to enable the standard read-only keybindings.
563
b7bb5838
SM
5642012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
567 with "loading" messages (bug#11635).
568
dfb308ba
MA
5692012-06-06 Michael Albinus <michael.albinus@gmx.de>
570
571 * files.el (enable-remote-dir-locals): New option.
572 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
573
0372ee92
MA
574 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
575 Ensure, that the temp directory is local.
576
577 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
578 `temporary-file-directory'.
579
eed0bb91
MA
580 * progmodes/python.el (python-send-region): Ensure, that the
581 temporary file is created also in the remote case.
582
7a58f64d
GM
5832012-06-06 Glenn Morris <rgm@gnu.org>
584
f7dd4e98
GM
585 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
586 (vc-rcs-update-changelog): Use it.
587
276d5f5d
GM
588 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
589
7a58f64d
GM
590 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
591 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
592 (vc-sccs-diff): Replace use of the external vcdiff script.
593
daed4003
GM
5942012-06-05 Glenn Morris <rgm@gnu.org>
595
596 * ledit.el: Move to obsolete/.
597
48c455c7
SS
5982012-06-05 Sam Steingold <sds@gnu.org>
599
600 * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28
601 patch (Bug#11140).
602
57a7d507
SM
6032012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
604
d32926ff
SM
605 * emacs-list/cust-print.el: Move to obsolete.
606
53aacf21
SM
607 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
608 compiler-macro expansion.
609
57a7d507
SM
610 Add native compiler-macro support.
611 * emacs-lisp/macroexp.el (macroexpand-all-1):
612 Support compiler-macros directly. Properly follow aliases and apply
613 the compiler macros more thoroughly.
614 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
615 macroexpand now properly follows aliases.
616 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
617 (cl-compiler-macroexpand): Use new prop.
618 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
619
620 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
621
51a5f9d8
MR
6222012-06-05 Martin Rudalics <rudalics@gmx.at>
623
624 * window.el (get-lru-window, get-mru-window, get-largest-window):
625 New argument NOT-SELECTED to avoid picking the selected window.
626 (window--display-buffer-1, window--display-buffer-2): Replace by
627 new function window--display-buffer
628 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
629 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
630 Use window--display-buffer.
51a5f9d8
MR
631 (display-buffer-use-some-window): Remove temporary dedication
632 hack by calling get-lru-window and get-largest-window with
633 NOT-SELECTED argument non-nil. Call window--display-buffer.
634
08f9f738
GM
6352012-06-05 Glenn Morris <rgm@gnu.org>
636
637 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
638 Replace external vcdiff script.
639
e364a2b7
SM
6402012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
643
041df390
CY
6442012-06-04 Chong Yidong <cyd@gnu.org>
645
e364a2b7
SM
646 * image.el (imagemagick-types-inhibit): Revert last change.
647 Add INFO and M.
47b36b94 648 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 649
7c1898a7
SM
6502012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
651
652 * emacs-lisp/cl-lib.el: Rename from cl.el.
653 * emacs-lisp/cl.el: New compatibility file.
654 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
655 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
656 to obey the "cl-" prefix.
657 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
658
0c3461de
GM
6592012-06-03 Glenn Morris <rgm@gnu.org>
660
1e266c88
GM
661 * emacs-lisp/authors.el (authors-aliases): Addition.
662
0c3461de
GM
663 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
664 Fix :version.
665
d8a52e15
SM
6662012-06-03 Stefan Merten <smerten@oekonux.de>
667
668 * textmodes/rst.el: Add comments.
669 (rst-transition, rst-adornment): New faces.
670 (rst-adornment-faces-alist): Make default safe to reevaluate.
671 Fixes
672 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
673 Improve customization tags.
674 (rst-define-level-faces): Clarify meaning.
675
5205d6f6
CY
6762012-06-03 Chong Yidong <cyd@gnu.org>
677
678 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
679 (compilation-mode-line-run, compilation-mode-line-exit):
680 New faces.
5205d6f6
CY
681 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
682
757ee657
JD
6832012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
684
7c1898a7
SM
685 * progmodes/which-func.el (which-func-update-ediff-windows):
686 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 687
5f2c76c6
CY
6882012-06-03 Chong Yidong <cyd@gnu.org>
689
690 * bindings.el: Remove explicit help text from format-mode-line.
691 It is now supplied by mode-line-default-help-echo.
692 (mode-line-front-space, mode-line-end-spaces)
693 (mode-line-misc-info): New variables.
694 (mode-line-modes, mode-line-position): Move the default value to
695 the variable definition.
696 (mode-line-default-help-echo): New defcustom.
383f7350
CY
697 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
698 (mode-line-modified-help-echo): New functions.
699 (mode-line-mule-info, mode-line-modified): Use them.
700 (mode-line-eol-desc, propertized-buffer-identification):
701 Consistency fixes for help text.
cbe46e5f
CY
702 (mode-line-coding-system-map): Allow using mouse-3 to invoke
703 set-buffer-file-coding-system (Bug#289).
704 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 705
f2d6a3df
SM
7062012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
707
708 * simple.el (execute-extended-command): Set real-this-command
709 (bug#11506).
710
37269466
CY
7112012-06-02 Chong Yidong <cyd@gnu.org>
712
713 Remove incorrect uses of "modeline" in comments, docstrings, and
714 function/variable names (Bug#10329).
715
716 * cus-edit.el (mode-line):
717 * dframe.el (dframe-mouse-hscroll):
718 * emacs-lisp/re-builder.el:
719 * emacs-lisp/easy-mmode.el (define-minor-mode):
720 * frame.el (set-frame-name):
721 * help.el (lookup-minor-mode-from-indicator):
722 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
723 * progmodes/cc-cmds.el (c-toggle-auto-newline)
724 (c-toggle-hungry-state):
725 * progmodes/antlr-mode.el (antlr-language-alist):
726 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
727 * progmodes/vhdl-mode.el (vhdl-mode):
728 * progmodes/which-func.el (which-func, which-func-cleanup-function):
729 * term/ns-win.el (ns-face-at-pos):
730 * term/sup-mouse.el (sup-mouse-report):
731 * textmodes/flyspell.el (flyspell-mode-line-string):
732 * textmodes/ispell.el (ispell-highlight-face):
733 * textmodes/reftex-global.el:
734 * vc/vc-arch.el (vc-arch-mode-line-string):
735 * vc/vc-cvs.el (vc-cvs-mode-line-string):
736 * vc/vc-git.el (vc-git-mode-line-string):
737 * vc/vc-hooks.el (vc-display-status)
738 (vc-default-mode-line-string):
739 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
740
741 * ansi-color.el (ansi-color-faces-vector): Change default faces.
742
743 * dired.el (dired-sort-set-mode-line): Rename from
744 dired-sort-set-modeline. All callers changed.
745
746 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
747 eshell-status-in-modeline.
748
749 * foldout.el (foldout-mode-line-string): Rename from
750 foldout-modeline-string. All callers changed.
751 (foldout-update-mode-line): Rename from foldout-update-modeline.
752
753 * subr.el (redraw-modeline): Make into obsolete alias.
754
755 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
756 timeclock-modeline-display. Make old name an alias.
757 (timeclock-update-mode-line): Likewise. All callers changed.
758 (timeclock-mode-line-display): No need to check before using
759 add-hook.
760 (timeclock-relative, timeclock-day-over-hook)
761 (timeclock-use-elapsed, timeclock-mode-string)
762 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
763
764 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
765 crisp-mode-modeline-string.
766
767 * play/solitaire.el (solitaire-build-mode-line): Rename from
768 solitaire-build-modeline. All callers changed.
769
770 * play/zone.el (zone-hiding-mode-line): Rename from
771 zone-hiding-modeline. All callers changed.
772 (zone): Remove unusued `modeline-hidden-level' property.
773
774 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
775 xscheme-modeline-initialize. All callers changed.
776
777 * strokes.el (strokes-lighter): Rename from
778 strokes-modeline-string.
779
780 * textmodes/sgml-mode.el (html-face-tag-alist)
781 (html-tag-face-alist): Use mode-line face instead of obsolete
782 alias modeline.
783
42152ee4
SM
7842012-06-02 Stefan Merten <smerten@oekonux.de>
785
786 * textmodes/rst.el: Always require `cl'.
4cf9b38d 787 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 788
95f520b5
CY
7892012-06-02 Chong Yidong <cyd@gnu.org>
790
791 * image.el (imagemagick-enabled-types): Rename from
792 imagemagick-types-enable. Add many more types.
793 (imagemagick-types-inhibit): Change default to nil.
794 (imagemagick-filter-types): Caller changed.
795
4a5f187a
SM
7962012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
797
03fef3e6
SM
798 * emacs-lisp/cl-macs.el: Use backquotes.
799 (cl-transform-function-property): Use eval-and-compile rather than
800 abusing `require'.
801 (defstruct): Use declare-function instead of with-no-warnings.
802
4a5f187a
SM
803 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
804 (byte-compile-output-docform): Re-add the print-circle bindings.
805 (byte-compile-fix-header): Use #$ just because it's shorter.
806 (byte-compile-output-file-form): Remove defun/defmacro.
807
bd56924f
MR
8082012-06-01 Martin Rudalics <rudalics@gmx.at>
809
810 * simple.el (choose-completion): Remove now obsolete binding for
811 owindow.
812
046e38ce
MA
8132012-06-01 Michael Albinus <michael.albinus@gmx.de>
814
815 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
816 in order to avoid "Stack overflow in regexp matcher".
817
32d72c2f
GM
8182012-05-31 Glenn Morris <rgm@gnu.org>
819
820 * image.el: For clarity, call imagemagick-register-types at
821 top-level, rather than relying on a custom :initialize.
822 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
823 (imagemagick-filter-types): New function. (Bug#7406)
824 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
825 If disabling support, remove elements altogether rather
826 than using an impossible regexp.
827 (imagemagick-types-inhibit): Give it the default init function.
828
dd41169b
SM
8292012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
830
4a5f187a
SM
831 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
832 Handle arbitrary file name lengths (Bug#11585).
dd41169b 833
efc00ab1 8342012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
835
836 * desktop.el (desktop-read): Clear previous and next buffers for
837 all windows and bury *Messages* buffer (bug#11556).
838
500fcedc
SM
8392012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
840
841 Add `declare' for `defun'. Align `defmacro's with it.
842 * emacs-lisp/easy-mmode.el (define-minor-mode)
843 (define-globalized-minor-mode): Don't autoload the var definitions.
844 * emacs-lisp/byte-run.el: Use lexical-binding.
845 (defun-declarations-alist, macro-declarations-alist): New vars.
846 (defmacro, defun): Use them.
847 (make-obsolete, define-obsolete-function-alias)
848 (make-obsolete-variable, define-obsolete-variable-alias):
849 Use `declare'.
850 (macro-declaration-function): Mark obsolete.
851 * emacs-lisp/autoload.el: Use lexical-binding.
852 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
853
6e8a1786
AM
8542012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
855
856 * textmodes/ispell.el (ispell-with-no-warnings):
857 Define as a macro.
500fcedc
SM
858 (ispell-kill-ispell, ispell-change-dictionary):
859 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
860 `interactive-p'.
861
61b108cc
SM
8622012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
863
864 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
865 (macro-declaration-function): Move var from C code.
866 (macro-declaration-function): Define function with defalias.
867 * emacs-lisp/macroexp.el (macroexpand-all-1):
868 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
869 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
870 defun/defmacro any more.
871 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
872 Provide fallback for unknown arglist.
873 (byte-compile-arglist-warn): Change calling convention.
874 (byte-compile-output-file-form): Move print-vars binding.
875 (byte-compile-output-docform): Simplify accordingly.
876 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
877 (byte-compile-defmacro-declaration): Remove.
878 (byte-compile-file-form-defmumble): Generalize to defalias.
879 (byte-compile-output-as-comment): Return byte-positions.
880 Simplify callers accordingly.
881 (byte-compile-lambda): Use `assert'.
882 (byte-compile-defun, byte-compile-defmacro): Remove.
883 (byte-compile-file-form-defalias):
884 Use byte-compile-file-form-defmumble.
885 (byte-compile-defalias-warn): Remove.
886
6d3f7c2f
SM
8872012-05-29 Stefan Merten <smerten@oekonux.de>
888
889 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 890 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
891
892 (rst-mode-abbrev-table): Merge definition.
893 (rst-mode): Make sure `font-lock-defaults' is buffer local.
894 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
895
6dbaa1c7
UJ
8962012-05-29 Ulf Jasper <ulf.jasper@web.de>
897
898 * calendar/icalendar.el
899 (icalendar-export-region): Export UID properly.
900
9012012-05-29 Leo <sdl.web@gmail.com>
61b108cc
SM
902 * calendar/icalendar.el (icalendar-import-format):
903 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
904 (icalendar-import-format-uid): New.
905 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
906 Export UID.
907
6876a58d
SM
9082012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
909
910 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
911 different alternative patterns.
912 (pcase-codegen): Be more careful to preserve identity.
913 (pcase--u1): Don't forget to mark vars as used.
914
915 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
916 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
917 (byte-compile-from-buffer): ...rather than here.
918
919 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
920 functions from byte-compile-function-environment.
921
46b7967e
TN
9222012-05-29 Troels Nielsen <bn.troels@gmail.com>
923
924 * window.el (window-deletable-p): Avoid deleting the root window
925 of a frame with an active minibuffer.
926
69d565e2
MR
9272012-05-29 Martin Rudalics <rudalics@gmx.at>
928
929 * simple.el (choose-completion): Use quit-window (Bug#11567).
930
a149fa51
CY
9312012-05-29 Chong Yidong <cyd@gnu.org>
932
933 * whitespace.el (whitespace-cleanup): Fix usage of
934 whitespace-empty-at-bob-regexp (Bug#11492).
935
2b311310
AH
9362012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
937
938 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
939 revert (Bug#11488).
940
b9cb2387
JL
9412012-05-29 Juri Linkov <juri@jurta.org>
942
943 * isearch.el (isearch-mode-map): Bind `M-s _' to
944 `isearch-toggle-symbol'. Bind `M-s c' to
945 `isearch-toggle-case-fold'.
946 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
947 (isearch-forward): Add `M-s _' to the docstring.
948 (isearch-forward-symbol, isearch-toggle-case-fold)
949 (isearch-symbol-regexp): New functions. (Bug#11381)
950
d5e61c1c
JL
9512012-05-29 Juri Linkov <juri@jurta.org>
952
953 * isearch.el (isearch-word): Add docstring. (Bug#11381)
954 (isearch-occur, isearch-search-and-update): If `isearch-word' is
955 a function, call it to get the regexp.
956 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
957 property `isearch-message-prefix' instead of the string "word ".
958 (isearch-search-fun-default): For the case of `isearch-word',
959 return a lambda that calls re-search-forward/re-search-backward
960 with a regexp returned by `word-search-regexp' or by the function
961 in `isearch-word'.
962
8cbd80f7
JL
9632012-05-29 Juri Linkov <juri@jurta.org>
964
965 * isearch.el (isearch-search-fun-default): New function.
966 (isearch-search-fun): Move default part to the new function
967 `isearch-search-fun-default'.
968 (isearch-search-fun-function): Set the default value to
969 `isearch-search-fun-default'. (Bug#11381)
970
971 * comint.el (comint-history-isearch-end):
972 Use `isearch-search-fun-default'.
973 (comint-history-isearch-search): Use `isearch-search-fun-default'
974 and remove spacial case for `isearch-word'.
975 (comint-history-isearch-wrap): Remove spacial case for
976 `isearch-word'.
977
978 * hexl.el (hexl-isearch-search-function):
979 Use `isearch-search-fun-default'.
980
981 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
982 Use `word-search-regexp' for `isearch-word'.
983
984 * misearch.el (multi-isearch-search-fun):
985 Use `isearch-search-fun-default'.
986
987 * simple.el (minibuffer-history-isearch-search):
988 Use `isearch-search-fun-default' and remove spacial case for
989 `isearch-word'.
990 (minibuffer-history-isearch-wrap): Remove spacial case for
991 `isearch-word'.
992
993 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
994 Remove spacial case for `isearch-word'.
995 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
996
85c8c5b6
AM
9972012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
998
999 Decrease XEmacs incompatibilities.
1000 * textmodes/flyspell.el (flyspell-check-pre-word-p):
1001 Use `string-match'.
1002 (flyspell-delete-region-overlays): Use alternative definition for
1003 XEmacs.
1004 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
1005 (flyspell-word): Use `process-kill-without-query' if XEmacs.
1006 (flyspell-mode-on): Use `interactive-p' if XEmacs.
1007 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
1008 `define-obsolete-face-alias' under XEmacs, but old method.
1009
1010 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
1011 `with-no-warnings' definition or Emacs alias.
1012 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
1013 (ispell-word): Do not use `region-p' if XEmacs.
1014
8cab9efc
AM
10152012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1016
1017 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1018 Check for `ispell-dictionary-base-alist' instead of full
1019 `ispell-dictionary-alist'.
1020 (ispell-init-process): Show spellchecker when starting new Ispell
1021 process.
1022
fda91268
RZ
10232012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
1026 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
1027
694ea8e3
JB
10282012-05-27 Juanma Barranquero <lekktu@gmail.com>
1029
1030 * version.el (motif-version-string, gtk-version-string)
1031 (ns-version-string): Declare.
1032
e4d4f539
JL
10332012-05-27 Juri Linkov <juri@jurta.org>
1034
1035 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
1036 after the `eval-defun-1' specialcaseing
1037 like in `edebug-eval-defun' (bug#10181).
1038
1039 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
1040 like in `eval-defun-1'.
1041
33017faf 10422012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 1043
fda91268
RZ
1044 * mail/sendmail.el (mail-yank-region):
1045 Recognize rmail-yank-current-message in addition to insert-buffer.
1046 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
1047 a *mail* buffer created through rmail-start-mail with sendmail as
1048 mail-user-agent.
1049
33017faf
GM
10502012-05-27 Chong Yidong <cyd@gnu.org>
1051
1052 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
1053 Default to 256 (Bug#11267).
1054
1055 * help.el (describe-mode): Doc fix.
1056
04188bb9
GM
10572012-05-26 Glenn Morris <rgm@gnu.org>
1058
38264cc9
GM
1059 * w32-fns.el (w32-init-info): Remove.
1060 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
1061
eb7afdad
GM
1062 * info.el (info-initialize): For self-contained NS builds, put the
1063 included info/ directory at the front. (Bug#2791)
1064
04188bb9
GM
1065 * paths.el (Info-default-directory-list): Make it a defcustom,
1066 mainly so that we can use custom-initialize-delay.
1067
a179e3f7
SM
10682012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1069
43416392
SM
1070 * subr.el (buffer-has-markers-at): Mark obsolete.
1071
a179e3f7 1072 * subr.el (lambda): Use declare.
43416392 1073
a179e3f7
SM
1074 * emacs-lisp/lisp-mode.el (lambda):
1075 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
1076
34a008d9
AH
10772012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1078
1079 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
1080
0a3b289f
GM
10812012-05-26 Glenn Morris <rgm@gnu.org>
1082
1083 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
1084
758c81e8
GM
10852012-05-25 Glenn Morris <rgm@gnu.org>
1086
f9f334f0
GM
1087 * paths.el: Remove no-byte-compile.
1088 * loadup.el: No need to load paths.el uncompiled.
1089
87eb79c2
GM
1090 * image.el (imagemagick-types-inhibit): Doc fix.
1091
758c81e8
GM
1092 * version.el: Remove no-byte-compile and associated formatting.
1093 * loadup.el: No need to load version.el uncompiled. AFAICS, this
1094 is ancient code from when there was an "inc-vers.el".
1095
e7e85dc0
SM
10962012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1097
1098 * progmodes/gdb-mi.el: Minor style changes.
1099 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
1100 Turn into minor modes.
1101 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
1102 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
1103 (gdb-shell): Remove unneeded let-binding.
1104 (gdb-get-many-fields): Eliminate O(n²) behavior.
1105
f31237a4
EZ
11062012-05-25 Eli Zaretskii <eliz@gnu.org>
1107
1108 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
1109 platforms that don't link in fontset.c.
1110
bc1b21bb
JL
11112012-05-25 Juri Linkov <juri@jurta.org>
1112
1113 Use the same diff color scheme as in modern VCSes (bug#10181).
1114
1115 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
1116 to avoid confusion with `diff-added' that now uses green colors.
1117 (diff-removed): Use shades of red.
1118 (diff-added): Use shades of green.
1119 (diff-changed): Leave just the yellow color.
1120 (diff-use-changed-face): New variable.
1121 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
1122 how to highlight context diff changes.
1123 (diff-refine-change): Use shades of yellow.
1124 (diff-refine-removed): New face that uses shades of red.
1125 (diff-refine-added): New face that uses shades of green.
1126 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
1127 `diff-refine-removed' in the call to `smerge-refine-subst'
1128 depending on the value of `diff-use-changed-face'.
1129
1130 * vc/smerge-mode.el (smerge-mine): Use shades of red.
1131 (smerge-other): Use shades of green.
1132 (smerge-base): Use shades of yellow.
1133 (smerge-refined-change): Empty face.
1134 (smerge-refined-removed): New face that uses shades of red.
1135 (smerge-refined-added): New face that uses shades of green.
1136 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
1137 args `props-r' and `props-a', and use them. Doc fix.
1138 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
1139 on its value use different faces `smerge-refined-change',
1140 `smerge-refined-removed', `smerge-refined-added' in the call to
1141 `smerge-refine-subst'.
1142
1143 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
1144 Add face condition `min-colors 88' with shades of red.
1145 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
1146 `min-colors 88' with shades of green.
1147 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
1148 `min-colors 88' with shades of yellow.
1149
6df9112c
GM
11502012-05-24 Glenn Morris <rgm@gnu.org>
1151
ead5edc0
GM
1152 * paths.el (prune-directory-list, remote-shell-program): Move to...
1153 * files.el (prune-directory-list, remote-shell-program): ...here.
1154 For the latter, delay initialization, prefer ssh, just search PATH.
1155
f18b81e6
GM
1156 * paths.el (term-file-prefix): Move to faces.el (the only user).
1157 * faces.el (term-file-prefix): Move here, make it a defcustom.
1158
ee2f89a6
GM
1159 * paths.el (news-directory, news-path, news-inews-program):
1160 Move to gnus/nnspool.el.
61a583ca 1161
f8815e4c
GM
1162 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
1163
c8f3b42c
GM
1164 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
1165 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
1166 Make the latter a defcustom, with a delayed initialization.
1167
6df9112c
GM
1168 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
1169 These were deleted from Gnus itself late 2010.
1170
5dadff36
JB
11712012-05-22 Juanma Barranquero <lekktu@gmail.com>
1172
9e1701c6
JB
1173 * progmodes/which-func.el (which-func-ff-hook):
1174 Check against user-error, not error.
1175
bd7239f5 1176 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
1177 cl-specs.el, which no longer exists.
1178
3290526d
GM
11792012-05-22 Glenn Morris <rgm@gnu.org>
1180
1181 * info.el (info-emacs-bug): New command.
1182 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
1183 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
1184
ff0c3cfb
GM
11852012-05-21 Glenn Morris <rgm@gnu.org>
1186
1187 * makefile.w32-in (update-subdirs-SH):
1188 * Makefile.in (update-subdirs): Update for moved update-subdirs.
1189
5814f126
SM
11902012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1191
a52c0aa0
SM
1192 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
1193
5814f126
SM
1194 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1195 Simplify Maven regexp, and make sure the file can't start with a space
1196 (bug#11517).
1197
b847032c
GM
11982012-05-21 Glenn Morris <rgm@gnu.org>
1199
1200 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1201 Scrap superfluous subshells.
1202
3858bfe7
SM
12032012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1204
1205 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
1206 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
1207
d14b0029
JB
12082012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1209
1210 * calc/calc.el (calc-ensure-consistent-units): New variable.
1211
a52c0aa0
SM
1212 * calc/calc-units.el (math-consistent-units-p)
1213 (math-check-unit-consistency): New functions.
1214 (calc-quick-units, calc-convert-units):
1215 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
1216 is non-nil.
d14b0029
JB
1217 (calc-extract-units): Fix typo.
1218
60c4db3a
SM
12192012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1220
77f3b62e
SM
1221 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
1222
60c4db3a
SM
1223 * textmodes/flyspell.el: Commenting style, plus code simplifications.
1224 (flyspell-default-deplacement-commands): Don't spell check after
1225 repeated window/frame switches (e.g. triggered by mouse-movement).
1226 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
1227 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
1228 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
1229 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
1230 Remove unused vars.
1231 (flyspell-get-casechars, flyspell-get-not-casechars):
1232 Simplify; Don't bother removing a ] just to add it back.
1233 * textmodes/ispell.el (ispell-program-name): Use executable-find.
1234
b1a10716
RS
12352012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1236
1237 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
1238 New functions.
bd7239f5 1239 (math-function-table): Add support for more C functions.
b1a10716 1240
3f1b25b5
AM
12412012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1242
1243 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1244 (flyspell-debug-signal-word-checked): Protect delay handling for
1245 otherchars against empty otherchars.
1246
b581bb5c
SM
12472012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1248
1249 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
1250 their respective macro declarations.
1251 * skeleton.el (define-skeleton):
1252 * progmodes/compile.el (define-compilation-mode):
1253 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
1254 (define-ibuffer-filter):
1255 * emacs-lisp/generic.el (define-generic-mode):
1256 * emacs-lisp/easy-mmode.el (define-minor-mode)
1257 (define-globalized-minor-mode):
1258 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
1259 * emacs-lisp/byte-run.el (defsubst):
1260 * custom.el (deftheme): Add doc-string metadata.
1261
70b8ef8f
SM
12622012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1263
1264 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
1265
b1198e17
SM
12662012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1267
9abdc45d
SM
1268 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
1269
b1198e17
SM
1270 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
1271 * emacs-lisp/cl-macs.el: Idem.
1272 * emacs-lisp/cl-specs.el: Remove.
1273
4735906a
SM
12742012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1275
1276 Minor renaming of internal CL functions and variables.
1277 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
1278 (cl--position): Rename from cl-position.
1279 (cl--delete-duplicates): Rename from cl-delete-duplicates.
1280 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
1281 (cl--random-state): Rename from *random-state*.
1282
ac348012
SM
12832012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1284
1285 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
1286 parens around the arg list (bug#11499).
1287
a0a79cde
JL
12882012-05-17 Juri Linkov <juri@jurta.org>
1289
1290 * isearch.el (word-search-regexp, word-search-backward)
1291 (word-search-forward, word-search-backward-lax)
1292 (word-search-forward-lax): Move functions from search.c
1293 (bug#10145, bug#11381).
1294
65034a51
AM
12952012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1296
1297 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1298 (flyspell-debug-signal-word-checked): Delay for otherchars as for
1299 normal word components.
1300
1a72a195
SM
13012012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1302
1303 * minibuffer.el (completion--sifn-requote): Fix last change.
1304 (minibuffer-local-must-match-filename-map):
1305 Move define-obsolete-variable-alias before its var.
1306
fdb058c2
SM
13072012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1308
c41045e6
SM
1309 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
1310
036dfb8b
SM
1311 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
1312 behavior.
1313 (completion--string-equal-p): New function.
1314 (completion--twq-all): Use it to get better assertion failure data.
1315
2473256d
SM
1316 Only handle ".." and '..' quoting in shell-mode (bug#11466).
1317 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
1318 (shell--requote-argument): New functions.
1319 (shell-completion-vars): Use them.
1320 (shell--parse-pcomplete-arguments): Rename from
1321 shell-parse-pcomplete-arguments.
1322 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
1323 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
1324 Obey comint-file-name-quote-list.
1325
fdb058c2
SM
1326 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
1327 (smie-indent-keyword): Use it.
1328
51fa99f1
SM
13292012-05-14 Stefan Merten <smerten@oekonux.de>
1330
1331 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
1332
e18afed7 13332012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
1334
1335 * net/rlogin.el (rlogin-mode-map): Fix last change.
1336
e18afed7 13372012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
1338
1339 * mail/smtpmail.el (smtpmail-send-command): Send the command and
1340 the following \r\n using a single `process-send-string', since the
1341 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 1342 with two `process-send-string's (Bug#11444).
8633b1f4 1343
e18afed7 13442012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 1345
fdb058c2
SM
1346 * shell.el (shell-parse-pcomplete-arguments):
1347 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 1348
2d21d7f6
WJ
13492012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
1350
e18afed7 1351 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
1352 (image-transform-scale, image-transform-right-angle-fudge): New vars.
1353 (image-transform-width, image-transform-fit-width): New functions.
1354 (image-transform-properties): Use them.
1355 (image-transform-check-size): New function.
1356 (image-toggle-display-image): Use it (for testing).
1357 (image-transform-set-rotation): Reduce angle mod 360.
1358 Delete obsolete comment.
1359
7102e6d0
WJ
13602012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
1361
1362 * image-mode.el: Fix scaling (bug#11399).
1363 (image-transform-resize): Doc fix.
1364 (image-transform-properties): Default scale is 1 and height should
1365 be an integer.
1366
06bc5e6e
SM
13672012-05-13 Johan Bockgård <bojohan@gnu.org>
1368
1369 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
1370 than hard-coding `car', to fix misbehavior when moving forward.
1371
0ae03b6a
CY
13722012-05-13 Chong Yidong <cyd@gnu.org>
1373
1374 * emacs-lisp/tabulated-list.el (tabulated-list-format)
1375 (tabulated-list-entries, tabulated-list-padding)
1376 (tabulated-list-sort-key): Make permanent-local.
1377
1378 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
1379 (electric-buffer-list): Put electric buffer menu
1380 command descriptions in this docstring, instead of the docstring
1381 of electric-buffer-menu-mode. Code cleanups.
1382 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
1383 Electric-buffer-menu-mode.
1384 (electric-buffer-update-highlight): Minor code cleanup.
1385
205a7391
MA
13862012-05-13 Michael Albinus <michael.albinus@gmx.de>
1387
1388 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
1389 (Bug#11447)
1390
e5bd0a28
SM
13912012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1392
1393 Move define-obsolete-variable-alias before the var's definition.
1394 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
1395 * tooltip.el (tooltip-hook):
1396 * textmodes/reftex-toc.el (reftex-toc-map):
1397 * textmodes/reftex-sel.el (reftex-select-label-map)
1398 (reftex-select-bib-map):
1399 * textmodes/reftex-index.el (reftex-index-map)
1400 (reftex-index-phrases-map):
1401 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
1402 * progmodes/meta-mode.el (meta-mode-map):
1403 * novice.el (disabled-command-hook):
1404 * loadhist.el (unload-hook-features-list):
1405 * frame.el (blink-cursor):
1406 * files.el (find-file-not-found-hooks, write-file-hooks)
1407 (write-contents-hooks):
1408 * emulation/tpu-edt.el (GOLD-map):
1409 * emacs-lock.el (emacs-lock-from-exiting):
1410 * emacs-lisp/generic.el (generic-font-lock-defaults):
1411 * emacs-lisp/chart.el (chart-map):
1412 * dos-fns.el (register-name-alist):
1413 * dired-x.el (dired-omit-files-p):
1414 * desktop.el (desktop-enable):
1415 * cus-edit.el (custom-mode-hook):
1416 * buff-menu.el (buffer-menu-mode-hook):
1417 * bookmark.el (bookmark-read-annotation-text-func)
1418 (bookmark-exit-hooks):
1419 * allout.el (allout-mode-deactivate-hook)
1420 (allout-exposure-change-hook, allout-structure-added-hook)
1421 (allout-structure-deleted-hook, allout-structure-shifted-hook):
1422 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
1423 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
1424 comes before the corresponding variable's definition.
1425
ac59c2f6
CY
14262012-05-12 Chong Yidong <cyd@gnu.org>
1427
1428 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
1429 (Buffer-menu-mouse-select): Restore function (Bug#11459).
1430 (Buffer-menu-mode-map): Bind it.
1431 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 1432
dee6c9a3
SM
14332012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1434
2171cea5
SM
1435 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
1436 (prolog-upper-case-string, prolog-lower-case-string)
1437 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
1438 (prolog-use-smie, prolog-smie-grammar): New vars.
1439 (prolog-smie-forward-token, prolog-smie-backward-token)
1440 (prolog-smie-rules): New funs.
1441 (prolog-comment-indent): Remove.
1442 (prolog-mode-variables): Use default comment indentation instead.
1443 Setup SMIE.
1444 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
1445 (prolog-mode): Don't call them any more.
1446 (prolog-electric-colon, prolog-electric-dash)
1447 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
1448
aa0382bd
SM
1449 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
1450
dbacb4bd
SM
1451 * minibuffer.el (completion--twq-all): Again, allow case differences.
1452
13bdd94c
SM
1453 * term.el: Move keymap initialization code to be more idiomatic.
1454 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
1455 (term-terminal-menu): Move initialization into declaration.
1456 (term-escape-char): Let the user set it in her .emacs.
1457
ff46c759
SM
1458 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
1459 Provide SMIE-based indentation (not enabled by default yet).
1460 (sh-mode-map): Don't bind electric keys.
1461 Use electric-pair-mode instead of skeleton-pair.
1462 (sh-assignment-regexp): Fit within 80 columns.
1463 (sh-indent-supported): Specify actual shell name instead of boolean.
1464 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
1465 (sh-maybe-here-document): Use it. Make obsolete.
1466 (sh-electric-here-document-mode) New minor mode.
1467 (sh-mode): Use it. Don't set sh-indent-supported-here here.
1468 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
1469 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
1470 (sh-smie-rc-grammar, sh-use-smie): New vars.
1471 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
1472 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
1473 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
1474 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
1475 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
1476 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
1477 (sh-set-shell): Use smie-setup if requested.
1478
dee6c9a3
SM
1479 * term.el (term-set-escape-char): Properly set term-escape-char.
1480 See http://stackoverflow.com/questions/10524656.
1481
9f9aa044
CY
14822012-05-10 Chong Yidong <cyd@gnu.org>
1483
1484 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
1485 Use url-generic-parse-url, and handle host names and Windows
1486 filenames properly.
1487 (ffap-url-unwrap-remote): Use url-generic-parse-url.
1488 (ffap-url-unwrap-remote): Accept list values, specifying a list of
1489 URL schemes to work on.
1490 (ffap--toggle-read-only): New function.
1491 (ffap-read-only, ffap-read-only-other-window)
1492 (ffap-read-only-other-frame): Use it.
1493 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
1494 necessary for ffap-url-unwrap-remote.
1495
836d29b3
DA
14962012-05-10 Dave Abrahams <dave@boostpro.com>
1497
1498 * cus-start.el (create-lockfiles): Add it.
1499
00fd78ed
CY
15002012-05-09 Chong Yidong <cyd@gnu.org>
1501
1502 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
1503 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
1504
666b903b 15052012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
1506
1507 * shell.el (shell-completion-vars): Fix last change (bug#11348).
1508
666b903b 15092012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
1510
1511 * ansi-color.el (ansi-color-process-output): Check for validity of
1512 comint-last-output-start before using it. This avoids a bad
1513 interaction with gdb-mi's input/output buffer.
1514
666b903b 15152012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
1516
1517 * files.el (dir-locals-read-from-file):
1518 Mention dir-locals in any error message.
1519
666b903b 15202012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
1521
1522 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
1523 package (Bug#11410).
1524
f677562b
CY
1525 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
1526 variables into description.
1527
666b903b 15282012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
1529
1530 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
1531 shell-delimiter-argument-list (bug#11348).
1532 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
1533
b499d8d0
JB
15342012-05-09 Juanma Barranquero <lekktu@gmail.com>
1535
8f6b6da8
JB
1536 * textmodes/rst.el: Silence byte-compiler warnings.
1537 (rst-re-alist, rst-reset-section-caches): Move around.
1538 (rst-re): Use `characterp', not `char-valid-p'.
1539 (font-lock-beg, font-lock-end): Declare.
1540
4824146a
JB
1541 * progmodes/idlw-shell.el (specs): Remove reference to deleted
1542 variable `idlwave-shell-activate-alt-keybindings' and simplify.
1543
b499d8d0
JB
1544 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
1545
ad89bb83
GM
15462012-05-08 Glenn Morris <rgm@gnu.org>
1547
1548 * files.el (auto-mode-alist): Treat ".make" like ".mk".
1549
8bba5a75
SM
15502012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1551
49ed9c8e
SM
1552 * vc/log-edit.el: Add GNU coding standards highlighting.
1553 (log-edit-font-lock-gnu-style)
1554 (log-edit-font-lock-gnu-keywords): New vars.
1555 (log-edit-font-lock-keywords): New fun.
1556 (log-edit-mode): Don't fold case in font-lock.
1557 (log-edit-font-lock-keywords): Do not assume case-folding.
1558
07d00b56
SM
1559 * imenu.el: Misc cleanup. Make docstrings out of comments.
1560 Use lexical-binding.
1561 (imenu--index-alist, imenu--last-menubar-index-alist)
1562 (imenu-menubar-modified-tick): Use defvar-local.
1563 (imenu--split-menu): Remove unused var.
1564 (imenu--cleanup-seen): Declare as global.
1565 (imenu--cleanup): Use dolist.
1566
8bba5a75
SM
1567 * subr.el (defvar-local): Add debug spec and doc-string position.
1568
5075bdb5
GM
15692012-05-08 Glenn Morris <rgm@gnu.org>
1570
c052c904
GM
1571 * lisp/language/burmese.el, language/cham.el, language/czech.el:
1572 * language/english.el, language/georgian.el, language/greek.el:
1573 * language/japanese.el, language/khmer.el, language/korean.el:
1574 * language/lao.el, language/misc-lang.el, language/romanian.el:
1575 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
1576 * language/thai.el, language/utf-8-lang.el:
1577 Remove no-byte-compile setting.
1578
5075bdb5
GM
1579 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
1580
06f679a7
AH
15812012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1582
1583 * progmodes/make-mode.el (makefile-browse):
1584 Remove unnecessary interactive. (Bug#11324)
1585
03794570
GM
15862012-05-07 Glenn Morris <rgm@gnu.org>
1587
af8630f4
GM
1588 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
1589
03794570
GM
1590 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
1591
f0809a9d
SM
15922012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1593
28be5ce7
SM
1594 * loadup.el: Preload newcomment.el.
1595 * newcomment.el: Move autoload-only code to toplevel.
1596
f0809a9d
SM
1597 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
1598 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
1599 Handle new :right-align column property.
1600 (tabulated-list-print-col): Idem, plus use `display' text-property to
1601 try and preserve alignment for variable pitch fonts.
1602
1241b724
CY
16032012-05-07 Chong Yidong <cyd@gnu.org>
1604
1605 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
1606 (tabulated-list-use-header-line): New var.
1607 (tabulated-list-init-header): Use it.
1608 (tabulated-list-print-fake-header): New function.
1609 (tabulated-list-print): Use it.
1610 (tabulated-list-sort-button-map): Add non-header-line commands.
1611 (tabulated-list-init-header): Add column name property to basic
1612 labels as well.
1613 (tabulated-list-col-sort): Handle non-header-line button case.
1614 (tabulated-list--sort-by-column-name): Fix a corner case.
1615
f0809a9d
SM
1616 * buff-menu.el (list-buffers--refresh):
1617 Handle Buffer-menu-use-header-line.
1241b724 1618
e5f9458f
CY
16192012-05-06 Chong Yidong <cyd@gnu.org>
1620
1621 * buff-menu.el: Convert to Tabulated List mode.
1622 (Buffer-menu-buffer+size-width): Make obsolete.
1623 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
1624 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
1625 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
1626 documentation into docstring of buffer-menu.
1627 (Buffer-menu-toggle-files-only): Add an informative message.
1628 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
1629 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
1630 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
1631 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
1632 (Buffer-menu-execute, Buffer-menu-select)
1633 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
1634 (Buffer-menu-bury): Use Tabulated List machinery.
1635 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
1636 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 1637 Delete.
e5f9458f
CY
1638 (list-buffers--refresh): New function.
1639 (list-buffers-noselect): Use it.
1640 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
1641 (Buffer-menu--pretty-file-name): New helper functions.
1642
1643 * loadup.el: Preload tabulated-list.
1644
1645 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
1646 tabulated-list-sort-column.
1647 (tabulated-list-init-header): Add the initial aligning space even
1648 if tabulated-list-padding is zero.
1649
e129292c
CS
16502012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
1651
1652 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
1653 whose cdr is not a cons cell correctly (bug#11038).
1654
6632d361
CY
16552012-05-06 Chong Yidong <cyd@gnu.org>
1656
e129292c
CS
1657 * emacs-lisp/tabulated-list.el (tabulated-list-format):
1658 Accept additional plist in column descriptors.
6632d361
CY
1659 (tabulated-list-init-header): Obey it.
1660 (tabulated-list-get-entry): New function.
1661 (tabulated-list-put-tag): Use it. Use string-width instead of
1662 length.
1663 (tabulated-list--column-number): New function.
1664 (tabulated-list-print): Use it.
e129292c
CS
1665 (tabulated-list-print-col): New function.
1666 Set `tabulated-list-column-name' property on each column's text.
6632d361 1667 (tabulated-list-print-entry): Use it.
e129292c
CS
1668 (tabulated-list-delete-entry, tabulated-list-set-col):
1669 New functions.
6632d361
CY
1670 (tabulated-list-sort-column): New command (Bug#11337).
1671
3cc99f68
CY
1672 * buff-menu.el (list-buffers): Move C-x C-b binding from
1673 buff-menu.el to bindings.el.
1674
1675 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
1676 :advertised-binding feature.
1677
52b61776
TN
16782012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
1679
1680 * progmodes/compile.el (compilation-internal-error-properties):
1681 Calculate start position correctly when end-col is set but
1682 end-line is not (Bug#11382).
1683
ebfe2597
WJ
16842012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
1685
1686 * man.el (Man-unindent): Use text-property-default-nonsticky to
1687 prevent untabify from inheriting face properties (Bug#11408).
1688
6d3f7c2f
SM
16892012-05-05 Stefan Merten <smerten@oekonux.de>
1690
1691 * textmodes/rst.el: Major merge with upstream development up to
1692 Docutils SVN r7399 / rst.el V1.2.1.
1693
1694 Clarify maintainership and authors.
1695
1696 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
1697 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
1698 (rst-official-version, rst-official-cvs-rev, rst-version)
1699 (rst-package-emacs-version-alist): New functions and variables
1700 for version information.
1701
1702 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
1703 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
1704 (rst-mode-syntax-table, rst-mode): New and corrected functions
1705 and variables representing reStructuredText features.
1706
1707 (rst-re): New function for reStructuredText regexes. Use in
1708 many places.
1709
1710 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
1711 (rst-mode-map): Rebind keys.
1712
1713 (rst-mode-lazy, rst-font-lock-keywords)
1714 (rst-font-lock-extend-region)
1715 (rst-font-lock-extend-region-internal)
1716 (rst-font-lock-extend-region-extend)
1717 (rst-font-lock-find-unindented-line-limit)
1718 (rst-font-lock-find-unindented-line-match)
1719 (rst-adornment-level, rst-font-lock-adornment-level)
1720 (rst-font-lock-adornment-match)
1721 (rst-font-lock-handle-adornment-pre-match-form)
1722 (rst-font-lock-handle-adornment-matcher): Major revision of
1723 font-locking. Integrate with other code. Use `jit-lock-mode'.
1724
1725 (rst-preferred-adornments, rst-adjust-hook)
1726 (rst-new-adornment-down, rst-preferred-bullets)
1727 (rst-preferred-bullets, rst-indent, rst-indent-width)
1728 (rst-indent-field, rst-indent-literal-normal)
1729 (rst-indent-literal-minimized, rst-indent-comment): Change,
1730 extend and improve customization.
1731
1732 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
1733 (rst-normalize-cursor-position, rst-get-decoration)
1734 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
1735 (rst-rstrip, rst-toc-insert-find-delete-contents)
1736 (rst-shift-fill-region, rst-compute-bullet-tabs)
1737 (rst-debug-print-tabs, rst-debug-mark-found)
1738 (rst-shift-region-guts, rst-shift-region-right)
1739 (rst-shift-region-left, rst-use-char-classes)
1740 (rst-font-lock-keywords-function)
1741 (rst-font-lock-indentation-point)
1742 (rst-font-lock-find-unindented-line-begin)
1743 (rst-font-lock-find-unindented-line-end)
1744 (rst-font-lock-find-unindented-line)
1745 (rst-font-lock-adornment-point, rst-font-lock-level)
1746 (rst-adornment-level-alist): Remove functions and variables.
1747
1748 (rst-compare-adornments, rst-get-adornment-match)
1749 (rst-suggest-new-adornment, rst-get-adornments-around)
1750 (rst-adornment-complete-p, rst-get-next-adornment)
1751 (rst-adjust-adornment, rst-display-adornments-hierarchy)
1752 (rst-straighten-adornments): Standardize function names to
1753 use "adornment" instead of "decoration". Correct callers.
1754 Similar standardizing in many places.
1755
1756 (rst-update-section, rst-adjust, rst-promote-region)
1757 (rst-enumerate-region, rst-bullet-list-region)
1758 (rst-repeat-last-character): Correct use of `interactive'.
1759
1760 (rst-classify-adornment, rst-find-all-adornments)
1761 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
1762 (rst-find-leftmost-column, rst-repeat-last-character):
1763 Refactor functions.
1764
1765 (rst-find-title-line, rst-reset-section-caches)
1766 (rst-get-adornments-around, rst-adjust-adornment-work)
1767 (rst-arabic-to-roman, rst-roman-to-arabic)
1768 (rst-insert-list-pos, rst-insert-list-new-item)
1769 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
1770 New functions.
1771
1772 (rst-all-sections, rst-section-hierarchy)
1773 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
1774 New variables.
1775
1776 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
1777 configuration instead of only buffer. Change where necessary.
1778
1779 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
1780 (rst-shift-region, rst-adaptive-fill): New functions for
1781 indentation and filling.
1782
1783 (rst-comment-line-break, rst-comment-indent)
1784 (rst-comment-insert-comment, rst-comment-region)
1785 (rst-uncomment-region): New functions for handling comments.
1786
1787 (rst-compile): Quote shell arguments.
1788
1789 (rst-compile-pdf-preview, rst-compile-slides-preview):
1790 Delete temporary files after use.
1791
a43f98b3
GM
17922012-05-05 Glenn Morris <rgm@gnu.org>
1793
48176e8b
GM
1794 * calendar/cal-html.el: Optionally include holidays in the output.
1795 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
1796 (cal-html-holidays): New option.
1797 (cal-html-css-default): Add holiday entry.
1798 (holiday-in-range): Autoload it.
1799 (cal-html-htmlify-entry): Add optional class argument.
1800 (cal-html-htmlify-list): Add optional holidays argument.
1801 (cal-html-insert-agenda-days): Include holidays in the output.
1802 (cal-html-one-month): Maybe include holidays.
1803
a43f98b3
GM
1804 * calendar/holidays.el (holiday-in-range):
1805 Move here from cal-tex-list-holidays.
1806 * calendar/cal-tex.el (cal-tex-list-holidays):
1807 Make it an obsolete alias for holiday-in-range. Update all callers.
1808
fef9d149 18092012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
1810
1811 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
1812 Nextstep.
1813
248da2f4
RW
18142012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
1815
1816 * files.el (file-auto-mode-skip): New var.
1817 (set-auto-mode-1): Use it.
1818
f95e9344
SM
18192012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1820
df96ab1e
SM
1821 * repeat.el: Use lexical-binding.
1822 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
1823 (repeat-undo-count): Remove.
1824 (repeat):
1825 * progmodes/octave-mod.el (octave-abbrev-start):
1826 * progmodes/f90.el (f90-abbrev-start):
1827 * face-remap.el (text-scale-adjust):
1828 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
1829
5342bb06
SM
1830 * emacs-lisp/pcase.el (pcase--let*): New function.
1831 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
1832 a bit more.
1833 (pcase--split-pred): Be more clever about ruling out overlap between
1834 a predicate and some constant pattern.
1835 (pcase--q1): Use `null' instead of (eq foo nil).
1836
f95e9344
SM
1837 * subr.el (setq-local, defvar-local): New macros.
1838 (kbd): Redefine as an alias.
1839 (with-selected-window): Leave unrelated frames alone.
1840 (set-temporary-overlay-map): New function.
1841
71873e2b
SM
18422012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * subr.el (user-error): New function.
1845 * window.el (switch-to-buffer):
1846 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
1847 (smerge-match-conflict):
1848 * simple.el (previous-matching-history-element)
1849 (next-matching-history-element, goto-history-element, undo-more)
1850 (undo-start):
1851 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
1852 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
1853 (next-file, tags-loop-scan, list-tags, complete-tag):
1854 * progmodes/compile.el (compilation-loop):
1855 * mouse.el (mouse-minibuffer-check):
1856 * man.el (Man-bgproc-sentinel, Man-goto-page):
1857 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
1858 (Info-history-forward, Info-follow-reference, Info-menu)
1859 (Info-extract-menu-item, Info-extract-menu-counting)
1860 (Info-forward-node, Info-backward-node, Info-next-menu-item)
1861 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
1862 (Info-next-reference, Info-prev-reference, Info-index)
1863 (Info-index-next, Info-follow-nearest-node)
1864 (Info-copy-current-node-name):
1865 * imenu.el (imenu--make-index-alist)
1866 (imenu-default-create-index-function, imenu-add-to-menubar):
1867 * files.el (basic-save-buffer, recover-file):
1868 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1869 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
1870 (checkdoc-message-text, checkdoc-defun):
1871 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
1872 * cus-edit.el (customize-changed-options, customize-rogue)
1873 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
1874 (custom-variable-mark-to-reset-standard)
1875 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
1876 (custom-file):
1877 * completion.el (check-completion-length):
1878 * comint.el (comint-search-arg)
1879 (comint-previous-matching-input-string-position)
1880 (comint-previous-matching-input)
1881 (comint-replace-by-expanded-history-before-point, comint-send-input)
1882 (comint-copy-old-input, comint-backward-matching-input)
1883 (comint-goto-process-mark, comint-set-process-mark):
1884 * calendar/calendar.el (calendar-cursor-to-date): Use it.
1885 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
1886
8a61ee22
SM
18872012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1888
66408d1e
SM
1889 * dabbrev.el (dabbrev--ignore-case-p): New function.
1890 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
1891 Use it.
1892
8a61ee22
SM
1893 * files.el (automount-dir-prefix): Mark as obsolete.
1894
3c74813a
GM
18952012-05-04 Glenn Morris <rgm@gnu.org>
1896
1897 * patcomp.el, play/bruce.el: Move to obsolete/.
1898
0bfcf5c5
PE
18992012-05-04 Paul Eggert <eggert@cs.ucla.edu>
1900
1901 Fix minor Y10k bugs.
1902 * arc-mode.el (archive-unixdate):
1903 * autoinsert.el (auto-insert-alist):
1904 * calc/calc-forms.el (math-this-year):
1905 * emacs-lisp/copyright.el (copyright-current-year)
1906 (copyright-update-year, copyright):
1907 * tar-mode.el (tar-clip-time-string):
1908 * time.el (display-time-update):
1909 Don't assume years have 4 digits.
1910
78f3273a
CY
19112012-05-04 Chong Yidong <cyd@gnu.org>
1912
1913 * dos-w32.el (file-name-buffer-file-type-alist)
1914 (direct-print-region-use-command-dot-com):
1915 * ffap.el (ffap-menu-regexp):
1916 * find-file.el (ff-special-constructs):
1917 * follow.el (follow-debug):
1918 * forms.el (forms--debug):
1919 * iswitchb.el (iswitchb-all-frames):
1920 * ido.el (ido-all-frames):
1921 * emacs-lisp/timer.el (timer-max-repeats):
1922 * mail/feedmail.el (feedmail-mail-send-hook)
1923 (feedmail-mail-send-hook-queued):
1924 * mail/footnote.el (footnote-signature-separator):
1925 * mail/mailabbrev.el (mail-alias-separator-string)
1926 (mail-abbrev-mode-regexp):
1927 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
1928 * progmodes/idlwave.el (idlwave-libinfo-file)
1929 (idlwave-default-completion-case-is-down)
1930 (idlwave-library-routines): Convert defvars to defcustoms.
1931
1932 * mail/rmail.el (rmail-decode-mime-charset):
1933 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
1934 (idlwave-shell-fix-inserted-breaks)
1935 (idlwave-shell-activate-alt-keybindings)
1936 (idlwave-shell-use-breakpoint-glyph):
1937 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
1938
f7ae6719
SM
19392012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1940
1941 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
1942
47086495
WS
19432012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
1944
1945 * progmodes/verilog-mode.el (font-lock-keywords):
1946 Fix mis-highligting auto. Reported by Craig Barner.
1947 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
1948 defines from global name space. Reported by Dan Dever.
1949 (verilog-auto-reset, verilog-auto-reset-widths)
1950 (verilog-auto-tieoff): Support using unbased numbers for
1951 AUTORESET and AUTOTIEOFF.
1952 (verilog-submit-bug-report): Update variable list.
1953 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
1954 parenthesis from not matching. Reported by Michael Rytting.
1955 (verilog-auto-template-lint): Fix hash error when linting modules
1956 with no used templates.
1957 (verilog-warn, verilog-warn-error)
1958 (verilog-warn-fatal): When non-interactive report multiple
1959 warnings before exiting. Suggested by Brad Dobbie.
1960 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
1961 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
1962 to report unused template errors. Reported by Brad Dobbie.
1963 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
1964 nets, bug438. Reported by Vns Blore.
1965 (verilog-auto-inout-module, verilog-auto-reg)
1966 (verilog-read-decls, verilog-read-sub-decls-sig)
1967 (verilog-signals-edit-wire-reg, verilog-signals-with):
1968 Fix passing of Verilog data types in ANSI input/output ports
1969 such as "output logic" into the AUTOs. Special case "wire" and
1970 "reg" for backwards compatibility presuming Verilog 2001.
1971 (verilog-auto-ascii-enum): Add "auto enum" as alias.
1972 (verilog-preprocess): Fix replication of preprocess output.
1973 Reported by Brad Dobbie.
1974 (verilog-auto-inst-interfaced-ports):
1975 Create verilog-auto-inst-interfaced-ports, bug429.
1976 Reported by Julian Gorfajn.
1977 (verilog-after-save-font-hook)
1978 (verilog-before-save-font-hook): New variable.
1979 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
1980 (verilog-save-font-mods): Wrap disabling fontification, reported
1981 by David Rogoff.
1982 (verilog-do-indent, verilog-pretty-declarations-auto)
1983 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
1984 Reported by Pierre-David Pfister.
1985 (verilog-set-auto-endcomments): Fix endtask auto comments outside
1986 of class declarations, bug292. Reported by Kevin Heilman.
1987 (verilog-read-decls): Fix 'parameter type' not appearing in
1988 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
1989 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
1990 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
1991 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
1992 Reported by David Kravitz.
1993
19942012-05-03 Michael McNamara <mac@mail.brushroad.com>
1995
1996 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
1997 assignment with tests in ifs and for loops.
1998 (verilog-extended-complete-re, verilog-complete-reg): Change so
1999 that DPI inport functions don't look like fuction declarations.
2000 (verilog-pretty-expr): Don't line up assignment
2001 operations to the test and increment in if and for loops
2002 (verilog-extended-complete-re, verilog-complete-reg): Change so
2003 that DPI inport functions don't look like fuction declarations
2004
2e51d4b5
KH
20052012-05-03 Kenichi Handa <handa@m17n.org>
2006
2007 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 2008 decoding, and show a warning message without signaling an error
2e51d4b5
KH
2009 (Bug#11282).
2010
2bd785a2
SM
20112012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2012
2013 * emacs-lisp/bytecomp.el
2014 (byte-compile-file-form-custom-declare-variable): Compile all elements,
2015 since cconv.el might have introduced :fun-body, internal-make-closure,
2016 and friends for bytecomp to handle (bug#11391).
2017 * custom.el (defcustom): Avoid ((λ ..) ..).
2018
99d27583
SM
20192012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2020
2021 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
2022
55a71479
JB
20232012-05-02 Juanma Barranquero <lekktu@gmail.com>
2024
2025 * notifications.el (dbus-debug):
2026 * term/linux.el (gpm-mouse-enable):
2027 * term/screen.el (xterm-register-default-colors): Declare.
2028
7b97c764
CY
20292012-05-02 Chong Yidong <cyd@gnu.org>
2030
2bc356d7
CY
2031 * cus-start.el (gc-cons-percentage, exec-suffixes)
2032 (dos-display-scancodes, dos-hyper-key, dos-super-key)
2033 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
2034 (make-cursor-line-fully-visible, void-text-area-pointer)
2035 (font-list-limit): Add customization data.
2036
7b97c764
CY
2037 * allout.el (allout-exposure-change-functions)
2038 (allout-structure-added-functions)
2039 (allout-structure-deleted-functions)
2040 (allout-structure-shifted-functions): Rename abnormal hooks from
2041 *-hook, and convert to defcustoms.
5d3385a0
JB
2042 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
2043 Convert to defcustoms.
7b97c764
CY
2044 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
2045
2046 * allout-widgets.el: Hook callers changed.
2047
90207a15 20482012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
2049
2050 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
2051 the yanked message in preference to the default value of
2052 buffer-file-coding-system.
2053
90207a15 20542012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 2055
5d3385a0
JB
2056 * window.el (display-buffer--action-function-custom-type):
2057 Fix entry.
d9558cad 2058
90207a15 20592012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
2060
2061 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
2062
d80ac57b
GM
20632012-05-01 Glenn Morris <rgm@gnu.org>
2064
976f7668
GM
2065 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
2066
beb83b5a
GM
2067 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
2068
d80ac57b
GM
2069 * cus-edit.el (custom-variable-documentation): Simplify with format.
2070
b593d6a9
AH
20712012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2072 Stefan Monnier <monnier@iro.umontreal.ca>
2073
2074 * simple.el (suggest-key-bindings, execute-extended-command):
2075 Move from keyboard.c.
2076
782fbf2a
CY
20772012-05-01 Chong Yidong <cyd@gnu.org>
2078
2079 * follow.el: Eliminate advice.
2080 (set-process-filter, process-filter, sit-for): Advice deleted.
2081 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
2082 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
2083 Vars deleted.
782fbf2a
CY
2084 (follow-auto): Use a :set function.
2085 (follow-mode): Rewritten. Don't advise process filters.
2086 (follow-switch-to-current-buffer-all, follow-scroll-up)
2087 (follow-scroll-down): Assume follow-mode is bound.
2088 (follow-comint-scroll-to-bottom)
2089 (follow-align-compilation-windows): New functions.
2090 (follow--window-sorter): New function.
2091 (follow-all-followers): Use it to explicitly sort windows by their
2092 positions; don't make assumptions about next-window order.
2093 (follow-windows-start-end, follow-delete-other-windows-and-split)
2094 (follow-calc-win-start): Doc fix.
2095 (follow-windows-aligned-p, follow-select-if-visible): Don't call
2096 vertical-motion unnecessarily.
2097 (follow-adjust-window): New function.
2098 (follow-post-command-hook): Use it.
2099 (follow-call-set-process-filter, follow-call-process-filter)
2100 (follow-intercept-process-output, follow-tidy-process-filter-alist)
2101 (follow-stop-intercept-process-output, follow-generic-filter):
2102 Functions deleted.
2103 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
2104 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
2105 New functions, replacing advice on scroll-bar-* commands.
87233a14 2106 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
2107
2108 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
2109 (comint-postoutput-scroll-to-bottom): Use it.
2110 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 2111
290af740
GM
21122012-05-01 Glenn Morris <rgm@gnu.org>
2113
2114 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
2115 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
2116 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
2117 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
2118 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
2119 Remove no-byte-compile setting.
2120
6eac8dc9
SM
21212012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2122
2123 * minibuffer.el (completion-table-with-quoting): Fix compatibility
2124 all-completions code to not return a number in the last cdr.
2125
9cc7819c
LL
21262012-04-30 Leo Liu <sdl.web@gmail.com>
2127
2128 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
2129 read-only error.
2130
c93b886f
CY
21312012-04-29 Chong Yidong <cyd@gnu.org>
2132
2133 * follow.el (follow-calc-win-end): Rewrite to handle partial
2134 screen lines correctly (Bug#8390).
2135 (follow-avoid-tail-recenter): Minor cleanup.
2136
8b6c19f4
SM
21372012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2138
2139 Avoid the obsolete `assoc' package.
2140 * speedbar.el (speedbar-refresh): Avoid adelete.
2141 (speedbar-file-lists): Simplify and avoid aput.
2142 * man.el (Man--sections, Man--refpages): New vars, replacing
2143 Man-sections-alist and Man-refpages-alist.
2144 (Man-build-section-alist, Man-build-references-alist):
2145 Use them; avoid aput.
2146 (Man--last-section, Man--last-refpage): New vars.
2147 (Man-follow-manual-reference): Use them.
2148 Use the `default' arg of completing-read.
2149 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
2150
c5bb7569
CY
21512012-04-27 Chong Yidong <cyd@gnu.org>
2152
d1d2e2e8
CY
2153 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
2154
15cd8efd
CY
2155 * startup.el (x-apply-session-resources): New function.
2156
2157 * term/ns-win.el (ns-initialize-window-system):
2158 * term/w32-win.el (w32-initialize-window-system):
2159 * term/x-win.el (x-initialize-window-system): Use it to properly
2160 set menu-bar-mode and other vars from X resources, even if the
2161 initial frame is not a window-system frame (Bug#2299).
2162
c5bb7569
CY
2163 * subr.el (read-key): Avoid running filter function when setting
2164 up temporary tool bar entries (Bug#9922).
2165
a8e7d6d7 21662012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
2167
2168 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
2169 (Bug#11344)
2170
a8e7d6d7 21712012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
2172
2173 * select.el (xselect--encode-string): New function, split from
2174 xselect-convert-to-string.
2175 (xselect-convert-to-string): Use it.
2176 (xselect-convert-to-filename, xselect-convert-to-os)
2177 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
2178 returned strings are properly encoded (Bug#11315).
2179
a8e7d6d7 21802012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
2181
2182 * simple.el (delete-active-region): Move to killing custom group.
2183
a8e7d6d7 21842012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
2185
2186 * progmodes/which-func.el (which-func-current): Quote %
2187 characters for mode-line processing.
2188
578c1d4b 21892012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
2190
2191 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
2192 reaching eob (Bug#11286).
2193
a8e7d6d7 21942012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
2195
2196 * progmodes/gdb-mi.el (gdb-control-level): New variable.
2197 (gdb): Make it buffer-local and init to zero.
2198 (gdb-control-commands-regexp): New variable.
2199 (gdb-send): Don't wrap in "-interpreter-exec console" if
2200 gdb-control-level is positive. Increment gdb-control-level
2201 whenever the command matches gdb-control-commands-regexp, and
2202 decrement it each time the command is "end". (Bug#11279)
2203
a8e7d6d7 22042012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
2205
2206 * window.el (adjust-window-trailing-edge, enlarge-window)
2207 (shrink-window, window-resize):
2208 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
2209 windows (Bug#11276).
2210
b3608390
CY
22112012-04-27 Chong Yidong <cyd@gnu.org>
2212
2213 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 2214 fix "missing prefix" warning. All callers changed.
b3608390 2215
797e6e88
SM
22162012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2217
2218 * emacs-lisp/assoc.el: Move to obsolete/.
2219
e95a67dc
SM
22202012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2221
657c21e4 2222 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
2223
2224 * term/ns-win.el (ns-define-service):
2225 * progmodes/pascal.el (pascal-goto-defun):
2226 * progmodes/js.el (js--read-tab):
2227 * progmodes/etags.el (tags-lazy-completion-table):
2228 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
2229 * emacs-lisp/ewoc.el (ewoc--wrap):
2230 * emacs-lisp/assoc.el (aput, adelete, amake):
2231 * doc-view.el (doc-view-convert-current-doc):
2232 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
2233
cb3e7ae0
CY
22342012-04-26 Chong Yidong <cyd@gnu.org>
2235
dce04f7f
CY
2236 * image.el (image-type-from-buffer): Only return supported image
2237 type (Bug#9045).
2238
cb3e7ae0
CY
2239 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
2240 value, for symmetry with diff-end-of-hunk.
2241 (diff-split-hunk, diff-find-source-location)
2242 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
2243 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
2244 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
2245 compute the relevant hunk or file properly (Bug#6005).
2246 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
2247
0d42eb3e
SM
22482012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2249
2250 * vc/vc-mtn.el:
2251 * vc/vc-hg.el:
2252 * vc/vc-git.el:
2253 * vc/vc-dir.el:
2254 * vc/vc-cvs.el:
2255 * vc/vc-bzr.el:
2256 * vc/vc-arch.el:
2257 * vc/vc.el: Replace lexical-let by lexical-binding.
2258 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
2259 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
2260 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
2261
f08ae1c9
CY
22622012-04-26 Chong Yidong <cyd@gnu.org>
2263
8b71081d
CY
2264 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
2265 (diff-mode-shared-map): Bind it to / and [remap undo].
2266
f08ae1c9
CY
2267 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
2268 (ediff-window-setup-function): Use it as the default, to set up
2269 windows based on whether the current frame is graphical (Bug#2138).
2270 (ediff-choose-window-setup-function-automatically): Make obsolete.
2271
2272 * vc/ediff-init.el: Always define ediff-pixel-width/height.
2273
ef24141c
SM
22742012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2275
cc356a5d
SM
2276 * ffap.el: Remove old code for obsolete package.
2277 (ffap-complete-as-file-p): Remove.
2278
b4ff4f1f
SM
2279 Use completion-table-with-quoting for comint and pcomplete.
2280 * comint.el (comint--unquote&requote-argument)
2281 (comint--unquote-argument, comint--requote-argument): New functions.
2282 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
2283 (comint-quote-filename): Use regexp-opt-charset.
2284 (comint--common-suffix, comint--common-quoted-suffix)
2285 (comint--table-subvert): Remove.
2286 (comint-unquote-function, comint-requote-function): New vars.
2287 (comint--complete-file-name-data): Use them with
2288 completion-table-with-quoting.
2289 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
2290 * pcomplete.el (pcomplete-arg-quote-list)
2291 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
2292 (pcomplete-unquote-argument-function): Default to non-nil.
2293 (pcomplete-unquote-argument): Simplify.
2294 (pcomplete--common-quoted-suffix): Remove.
2295 (pcomplete-requote-argument-function): New var.
2296 (pcomplete--common-suffix): New function.
2297 (pcomplete-completions-at-point): Use completion-table-with-quoting
2298 and completion-table-subvert.
2299
79c4eeb4
SM
2300 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
2301 (minibuffer--double-dollars): Preserve properties.
2302 (completion--sifn-requote): New function.
2303 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
2304
ef24141c
SM
2305 * minibuffer.el: Add support for completion of quoted/escaped data.
2306 (completion-table-with-quoting, completion-table-subvert): New funs.
2307 (completion--twq-try, completion--twq-all): New functions.
2308 (completion--nth-completion): New function.
2309 (completion-try-completion, completion-all-completions): Use it.
2310
784e7d6e
LL
23112012-04-25 Leo Liu <sdl.web@gmail.com>
2312
dd2ac746
SM
2313 * progmodes/python.el (python-pdbtrack-get-source-buffer):
2314 Use compilation-message if available to find real filename.
784e7d6e 2315
07875ee7
CY
23162012-04-25 Chong Yidong <cyd@gnu.org>
2317
2318 * vc/diff-mode.el (diff-setup-whitespace): New function.
2319 (diff-mode): Use it.
2320
2321 * vc/diff.el (diff-sentinel):
2322 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
2323 Whitespace mode variables based on diff style (Bug#8612).
2324
5055880d
LL
23252012-04-25 Leo Liu <sdl.web@gmail.com>
2326
daf75653
LL
2327 * progmodes/python.el (python-send-region): Add suffix .py to the
2328 temp file.
2329
5055880d
LL
2330 * files.el (auto-mode-alist): Use javascript-mode instead.
2331
db9b177b
AH
23322012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
2333
ef24141c 2334 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
2335
2336 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 2337 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 2338 references, see Bug#9.
ef24141c 2339 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 2340 when receiving a fault reply.
ef24141c 2341 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
2342
2343 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 2344 (soap-inspect-simple-type): New function.
db9b177b 2345
ef24141c 2346 * soap-client.el (soap-simple-type): New struct.
db9b177b 2347 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
2348 (soap-decode-basic-type, soap-encode-basic-type):
2349 support unsignedInt and double basic types.
db9b177b 2350 (soap-resolve-references-for-simple-type)
ef24141c
SM
2351 (soap-parse-simple-type, soap-encode-simple-type): New function.
2352 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
2353
2354 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
2355 (soap-default-soapenc-types): Add integer, byte and anyURI types.
2356 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
2357 the local name of "soapenc:Array".
2358 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
2359 decoding integer, byte and anyURI xsd types.
2360
1fc6097b
CY
23612012-04-25 Chong Yidong <cyd@gnu.org>
2362
2363 * cus-edit.el (custom-buffer-create-internal): Update header text.
2364
afc6df87
EZ
23652012-04-25 Eli Zaretskii <eliz@gnu.org>
2366
2367 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
2368 settings on 'system-type', not on 'window-system'. On MS-Windows,
2369 set interactive-mode on in GDB.
2370
dfbd787f
SM
23712012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2372
2373 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
2374 (ruby-syntax-propertize-regexp): Remove.
2375 (ruby-syntax-propertize-function): Split regexp into chunks.
2376 Match following code directly.
2377
85222d44
DG
23782012-04-24 Dmitry Gutov <dgutov@yandex.ru>
2379
51a8ea2a
DG
2380 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
2381 (ruby-syntax-propertize-regexp): New function.
2382 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
2383 by a special keyword.
2384
85222d44
DG
2385 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
2386 (ruby-syntax-general-delimiters-goto-beg)
2387 (ruby-syntax-propertize-general-delimiters): New functions.
2388 (ruby-syntax-propertize-function): Use them to handle GDL.
2389 (ruby-font-lock-keywords): Move old handling of GDL...
2390 (ruby-font-lock-syntactic-keywords): .. to here.
2391 (ruby-calculate-indent): Adjust indentation for GDL.
2392
b613912b
MA
23932012-04-24 Michael Albinus <michael.albinus@gmx.de>
2394
b5380639
MA
2395 * notifications.el (top): Remove unneeded declarations.
2396 (notifications-specification-version): Change to "1.2".
e43042fe 2397 (notifications-interface, notifications-notify-method)
b613912b
MA
2398 (notifications-close-notification-method): Fix docstring.
2399 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
2400 (notifications-notify): Add :action-items, :resident and
2401 :transient hints. Change "image_data" to "image-data" and
2402 "image_path" to "image-path".
b613912b
MA
2403 (notifications-get-capabilities): New defun.
2404
257440aa
LL
24052012-04-24 Leo Liu <sdl.web@gmail.com>
2406
2407 * progmodes/python.el: Move hideshow setup to the end.
2408
b1bac16e
MR
24092012-04-24 Martin Rudalics <rudalics@gmx.at>
2410
2411 * window.el (handle-select-window): Clear echo area since this is
2412 no more done by read_char (Bug#11304).
2413
d81bd059
SM
24142012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
2417 and `/ M' to filter-derived-mode.
2418 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
2419 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2420 (ibuffer-mark-by-mode): Use default rather than initial-input.
2421 (ibuffer-filter-by-derived-mode): Autoload and require-match.
2422
c4cf6d91
IA
24232012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
2424
2425 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
2426 (ibuffer-filter-by-derived-mode): New filter.
2427 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
2428
7511ded8
CY
24292012-04-23 Andreas Politz <politza@fh-trier.de>
2430
2431 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
2432
775c916b
CY
24332012-04-23 Chong Yidong <cyd@gnu.org>
2434
2435 * cus-edit.el (customize-apropos, customize-apropos-options):
2436 Disable matching of non-option variables (Bug#11176).
2437 (customize-option, customize-option-other-window)
2438 (customize-changed-options): Doc fix.
2439 (customize-apropos-options, customize-apropos-faces)
2440 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
2441
2442 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 2443 Fix word list splitting (Bug#11132).
46c71e23
CY
2444 (apropos-symbol, apropos-keybinding, apropos-label)
2445 (apropos-property, apropos-function-button)
2446 (apropos-variable-button, apropos-misc-button): New faces.
2447 (apropos-symbol-face, apropos-keybinding-face)
2448 (apropos-label-face, apropos-property-face, apropos-match-face):
2449 Variables removed (Bug#8396).
2450 (apropos-library-button, apropos-format-plist, apropos-print)
2451 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 2452
2df41f9c
MA
24532012-04-23 Michael Albinus <michael.albinus@gmx.de>
2454
2455 * net/xesam.el (xesam-mode-map): Use let-bound map in
2456 initialization. (Bug#11292)
2457
da00640a
AM
24582012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2459
2460 Preserve ispell session localwords when switching back to
2461 original buffer.
2462
2463 * ispell.el (ispell-buffer-session-localwords): New buffer-local
2464 variable to hold buffer session localwords.
2465 (ispell-kill-ispell): add option 'clear to delete session
2466 localwords.
2467 (ispell-command-loop, ispell-change-dictionary)
2468 (ispell-buffer-local-words): Preserve session localwords when
2469 needed.
2470
2471 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
2472 Preserve session localwords when needed.
2473
f621ccf5
AM
24742012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2475
2476 * ispell.el (ispell-insert-word) Remove unneeded function using
2477 obsolete `translation-table-for-input'.
ef24141c
SM
2478 (ispell-word, ispell-process-line, ispell-complete-word):
2479 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 2480
c2d1019e
CY
24812012-04-22 Chong Yidong <cyd@gnu.org>
2482
2483 * cus-edit.el (custom-variable-menu)
2484 (custom-variable-reset-saved, custom-face-menu)
2485 (custom-face-reset-saved): If there is no saved value, make the
2486 "reset-saved" operation bring back the default (Bug#9509).
2487 (custom-face-state): Properly detect themed faces.
2488
eeddc531
CY
2489 * faces.el (face-spec-set): Stop supporting deprecated form of
2490 third arg.
2491
dcbf5805
MA
24922012-04-22 Michael Albinus <michael.albinus@gmx.de>
2493
2494 Move functions from C to Lisp. Make non-blocking method calls
2495 the default. Implement further D-Bus standard interfaces.
2496
ef24141c
SM
2497 * net/dbus.el (dbus-message-internal): Declare function.
2498 Remove unneeded function declarations.
dcbf5805
MA
2499 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
2500 (dbus-message-type-method-return, dbus-message-type-error)
2501 (dbus-message-type-signal): Declare variables. Remove local
2502 definitions.
2503 (dbus-interface-dbus, dbus-interface-peer)
2504 (dbus-interface-introspectable, dbus-interface-properties)
2505 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
2506 Adapt docstring.
2507 (dbus-interface-objectmanager): New defconst.
2508 (dbus-call-method, dbus-call-method-asynchronously)
2509 (dbus-send-signal, dbus-method-return-internal)
2510 (dbus-method-error-internal, dbus-register-service)
2511 (dbus-register-signal, dbus-register-method): New defuns, moved
2512 from dbusbind.c
2513 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
2514 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
2515 New defuns.
dcbf5805
MA
2516 (dbus-call-method-non-blocking): Make it an obsolete function.
2517 (dbus-unregister-object, dbus-unregister-service)
2518 (dbus-handle-event, dbus-register-property)
2519 (dbus-property-handler): Obey the new structure of
2520 `bus-registered-objects'.
2521 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
2522 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
2523 Use `dbus-call-method'.
2524
cf20dee0
CY
25252012-04-22 Chong Yidong <cyd@gnu.org>
2526
2527 * cus-edit.el (custom-commands, custom-reset-menu)
2528 (Custom-reset-standard): Tweak labels.
2529 (custom-reset-button-menu): Change default to t.
2530 (custom-buffer-create-internal): For the custom-reset-button-menu
2531 case, put the revert button first.
2532 (custom-group-subtitle): New face.
2533 (custom-group-value-create): Align docstring to a specific column.
2534
2535 * wid-edit.el (widget-documentation-link-add): Don't handle
2536 indentation in this function.
2537 (widget-documentation-string-indent-to): New function.
2538 (widget-documentation-string-value-create): Use it.
2539
2540 * autorevert.el (auto-revert):
2541 * epg-config.el (epg):
2542 * ibuffer.el (ibuffer):
2543 * mpc.el (mpc):
2544 * ses.el (ses):
2545 * eshell/eshell.el (eshell):
2546 * net/ange-ftp.el (ange-ftp):
2547 * progmodes/ebnf2ps.el (postscript):
2548 * progmodes/flymake.el (flymake):
2549 * progmodes/prolog.el (prolog):
2550 * progmodes/verilog-mode.el (verilog-mode):
2551 * progmodes/which-func.el (which-func):
2552 * term/xterm.el (xterm):
2553 * textmodes/picture.el (picture):
2554 * textmodes/tildify.el (tildify):
2555 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
2556 customization buffers.
2557
583e23bd
AM
25582012-04-22 Alan Mackenzie <acm@muc.de>
2559
2560 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
2561 Adding a ) can hide the resulting (..) from searches. Fix it.
2562 Bound the backward search to the position of the existing (.
2563
7dd51bf1
JB
25642012-04-21 Juanma Barranquero <lekktu@gmail.com>
2565
2566 * progmodes/verilog-mode.el (verilog-mode): Check whether
2567 which-func-modes is t before adding verilog-mode.
2568 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
2569
d64a438f
LL
25702012-04-21 Leo Liu <sdl.web@gmail.com>
2571
7dd51bf1 2572 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 2573
081e8d65
MV
25742012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
2575
2576 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
2577 filling of the last column of a table (Bug#5635).
2578 (woman-find-next-control-line): New arg, specifying an additional
2579 regexp component for the control line.
2580 (woman2-roff-buffer): Use it.
2581 (woman-break-table): New function.
2582 (woman2-TS): Use it.
2583
25842012-04-21 Chong Yidong <cyd@gnu.org>
2585
2586 * woman.el (woman-set-buffer-display-table, woman-decode-region)
2587 (woman-horizontal-escapes, woman-negative-vertical-space)
2588 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
2589 (WoMan-warn-ignored): Use ?\s instead of ?\ .
2590
ed571ccb
SM
25912012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 * minibuffer.el (completion-file-name-table): Complete user names.
2594
39773899
LL
25952012-04-20 Leo Liu <sdl.web@gmail.com>
2596
2597 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
2598 and pcase-let*.
2599
de6ff46d
CY
26002012-04-20 Chong Yidong <cyd@gnu.org>
2601
2602 * server.el (server-execute): Respect initial-buffer-choice if it
2603 is a string and there are no files to open (Bug#2825).
2604 (server-create-window-system-frame, server-create-tty-frame):
2605 Don't switch buffers here.
2d0e8e61
CY
2606 (server-process-filter): Only try to open a window system frame if
2607 compiled with graphical support (Bug#8314).
de6ff46d 2608
54071013
DN
26092012-04-20 Dan Nicolaescu <dann@gnu.org>
2610
2611 * battery.el (battery-echo-area-format): Display remaining time
2612 for sysfs backend too (Bug#11269).
2613 (battery-linux-sysfs): Fix conditional for the charge.
2614
f30d612a
CY
26152012-04-20 Chong Yidong <cyd@gnu.org>
2616
c07a4c0b 2617 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
2618 (gdb-inferior-io--init-proc): New function.
2619 (gdb-init-1): Use it.
2620 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
2621 responsible for allocating a new pty and hooking it to gdb when
2622 the old pty gets an EIO due to process exit.
2623 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
2624 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
2625 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
2626
2116e93c
EZ
26272012-04-20 Eli Zaretskii <eliz@gnu.org>
2628
2629 * window.el (window-min-size, window-sizable, window-min-delta)
2630 (window-max-delta, window--resizable, window-resizable)
2631 (window-total-size, window-full-height-p, window-full-width-p)
2632 (window-in-direction, window--resize-mini-window, window-resize)
2633 (window--resize-child-windows-normal)
2634 (window--resize-child-windows, window--resize-siblings)
2635 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 2636 (enlarge-window, shrink-window): Doc fixes.
2116e93c 2637
c07a4c0b 26382012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 2639
ef24141c
SM
2640 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
2641 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
2642 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
2643 pty process (Bug#11273).
2644 (gdb-update): New arg to suppress talking to the gdb process.
2645 (gdb-done-or-error): Use it.
2646 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
2647 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
2648 sentinel not being called.
2649
2650 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
2651
d02766ab
CY
2652 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
2653
c07a4c0b 26542012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
2655
2656 * net/network-stream.el (open-network-stream): Doc fix.
2657
c07a4c0b 26582012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
2659
2660 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
2661
c07a4c0b 26622012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
2663
2664 Ensure searching for keywords is case sensitive.
2665
2666 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
2667 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
2668 (c-defun-name, c-mark-function, c-cpp-define-name)
2669 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 2670 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 2671
ef24141c
SM
2672 * progmodes/cc-mode.el (c-font-lock-fontify-region):
2673 Bind case-fold-search to nil.
f0f6bc35 2674
c07a4c0b 26752012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
2676
2677 * mail/sendmail.el (mail-bury): Call return action with the right
2678 Rmail buffer (Bug#11242).
2679
9a864fa2
CY
2680 * server.el (server-process-filter): Handle corner case where both
2681 tty and nowait options are present (Bug#11102).
2682
539aa513
EZ
26832012-04-20 Eli Zaretskii <eliz@gnu.org>
2684
2685 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
2686 (top level): Put into the executable the ident-style '$Id:' tag on
2687 windows-nt as well.
539aa513 2688
cfc7d5da
SM
26892012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2690
2691 * electric.el (electric-indent-post-self-insert-function): Check that
2692 electric-indent-mode is enabled in current buffer.
2693
5b01685c
JB
26942012-04-19 Juanma Barranquero <lekktu@gmail.com>
2695
2696 * imenu.el (imenu-progress-message): Restore; it is "used" in
2697 erc/erc-imenu.el and net/snmp-mode.el.
2698
4d6769e1
JB
26992012-04-19 Juanma Barranquero <lekktu@gmail.com>
2700
2701 * avoid.el (mouse-avoidance-mode): Mark unused arg.
2702 (mouse-avoidance-nudge-mouse): Remove unused binding.
2703
2704 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
2705
2706 * descr-text.el (describe-char):
2707 * progmodes/python.el (python-describe-symbol):
2708 Don't call `toggle-read-only', set `buffer-read-only'.
2709
2710 * imenu.el (imenu-default-goto-function): Mark unused args.
2711 (imenu-progress-message): Remove obsolete macro; all callers changed.
2712
2713 * subr.el (keymap-canonicalize): Remove unused binding.
2714 (read-passwd): Mark unused arg.
2715
2716 * tutorial.el (tutorial--display-changes): Remove unused binding.
2717 (tutorial--save-tutorial-to): Remove unused variable.
2718
2719 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
2720 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
2721 (package-generate-autoloads, package-menu--generate)
2722 (package-menu--find-upgrades): Remove unused bindings.
2723
2724 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
2725 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
2726 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
2727 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
2728 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
2729 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
2730 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
2731 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
2732 (cua-delete-char-rectangle): Mark unused args.
2733 (cua-align-rectangle): Remove unused binding.
2734
2735 * mail/rmail.el (compilation--message->loc)
2736 (epa--find-coding-system-for-mime-charset): Declare.
2737
2738 * net/dbus.el (dbus-register-service): Declare.
2739 (dbus-name-owner-changed-handler): Remove unused binding.
2740
2741 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
2742 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
2743 (nxml-scan-backward-within): Mark unused arg.
2744 (nxml-dynamic-markup-word): Remove unused binding.
2745
2746 * mouse.el (mouse-menu-major-mode-map):
2747 * emacs-lisp/authors.el (authors-scan-change-log)
2748 (authors-add-to-author-list):
2749 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
2750 * emacs-lisp/smie.el (smie-auto-fill):
2751 * mail/sendmail.el (mail-bury):
2752 * mail/unrmail.el (unrmail):
2753 * net/tls.el (open-tls-stream):
2754 * textmodes/picture.el (picture-mouse-set-point):
2755 Remove unused bindings.
2756
8c8fc5df
MA
27572012-04-19 Michael Albinus <michael.albinus@gmx.de>
2758
2759 * net/tramp.el (tramp-action-password): Let-bind
2760 `enable-recursive-minibuffers' to t.
2761
a77b0ac9
SS
27622012-04-18 Sam Steingold <sds@gnu.org>
2763
2764 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
2765 instead of 'string to accommodate values like [f11].
2766 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
2767 * progmodes/gdb-mi.el: Likewise.
2768
12a106a9
LL
27692012-04-18 Leo Liu <sdl.web@gmail.com>
2770
2771 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
2772 current buffer.
2773 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
2774 LOCAL is nil.
2775
bc6494ef
CY
27762012-04-18 Chong Yidong <cyd@gnu.org>
2777
2778 * simple.el (line-move): Use forward-line if in batch mode
2779 (Bug#11053).
2780
c09c46b2
CS
27812012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
2782
2783 * files.el (after-find-file): Do not try to add a final newline if
2784 the buffer is read-only (Bug#11156).
2785
5f6530ea
RS
27862012-04-17 Richard Stallman <rms@gnu.org>
2787
2788 * mail/rmail.el (rmail-start-mail):
2789 Pass (rmail-mail-return...) for the return-action.
2790 Pass (rmail-yank-current-message...) for the yank-action.
2791 (rmail-yank-current-message): New function.
2792 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
2793 (rmail-reply): Likewise.
2794 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
2795
2796 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 2797 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
2798 buffer, not newbuf.
2799
197b6f3c
JB
28002012-04-17 Juanma Barranquero <lekktu@gmail.com>
2801
2802 * server.el (server-ensure-safe-dir): Simplify.
2803
2311d8e5 28042012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 2805
2311d8e5
GM
2806 * emacs-lisp/smie.el: Provide smarter auto-filling.
2807 (smie-auto-fill): New function.
2808 (smie-setup): Use it.
98fb480e 2809
2311d8e5
GM
2810 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
2811
28122012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
2813
2814 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
2815 (comment-indent): Use it.
2816
2311d8e5 28172012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
2818
2819 * ses.el: The overall change is to add cell renaming, that is
2820 setting fancy names for cell symbols other than name matching
2821 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 2822 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 2823 (ses-create-cell-variable): New defun.
2311d8e5 2824 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
2825 (ses-relocate-formula): Relocate formulas only for cells the
2826 symbols of which are not renamed, i.e. symbols whose names do not
2827 match regexp "\\`[A-Z]+[0-9]+\\'".
2828 (ses-relocate-all): Relocate values only for cells the symbols of
2829 which are not renamed.
2830 (ses-load): Create cells variables as the (ses-cell ...) are read,
2831 in order to check row col consistency with cell symbol name only
2832 for cells that are not renamed.
2833 (ses-replace-name-in-formula): New defun.
2834 (ses-rename-cell): New defun.
4bdf2ad2 2835
fc72b15c
PO
28362012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
2837
2838 * progmodes/perl-mode.el (perl-indent-parens-as-block):
2839 New option (bug#11118).
2840 (perl-calculate-indent): Respect it.
2841
12e10e61
GM
28422012-04-17 Glenn Morris <rgm@gnu.org>
2843
2844 * dired-aux.el (dired-mark-read-string): Doc fix.
2845
30009afd
DA
28462012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
2847
2848 * dired-aux.el (dired-mark-read-string): Offer optional completion.
2849 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
2850
41f03f4d
GM
28512012-04-17 Glenn Morris <rgm@gnu.org>
2852
2853 * mouse.el (mouse-drag-track):
2854 * speedbar.el (speedbar-frame-mode):
2855 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
2856
f45f90f3
LL
28572012-04-16 Leo Liu <sdl.web@gmail.com>
2858
2859 * progmodes/python.el: Trivial cleanup.
2860
94ee8db5
GM
28612012-04-16 Glenn Morris <rgm@gnu.org>
2862
121b8917
GM
2863 * vc/vc.el (vc-string-prefix-p):
2864 * vc/pcvs-util.el (cvs-string-prefix-p):
2865 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
2866 * mpc.el (mpc-string-prefix-p):
2867 Make all of these into obsolete aliases for string-prefix-p.
2868 Update callers.
2869 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
2870
1197ecfa
GM
2871 * textmodes/two-column.el: Move custom options to the start.
2872 (frame-width): Remove compat definition.
2873 (2C-associate-buffer, 2C-dissociate):
2874 Use with-current-buffer rather than save-excursion.
2875 (2C-dissociate): Force a mode-line update.
2876 (2C-autoscroll): Use ignore-errors.
2877
099e7202
GM
2878 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
2879 Autoload trivia.
2880
bf350d6a
GM
2881 * emacs-lisp/cl-extra.el (*random-state*):
2882 Remove unnecessary declaration.
2883
0e829eab
GM
2884 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
2885
e3ad7552
GM
2886 * play/cookie1.el (cookie-snarf):
2887 Give an explicit error if input file cannot be read.
2888
68892d27
GM
2889 * play/yow.el (yow-file): Use expand-file-name rather than concat.
2890
20f0c46d
GM
2891 * progmodes/perl-mode.el (c-macro-expand):
2892 Remove unnecessary autoload (it is in loaddefs.el).
2893
5a0978ce
GM
2894 * textmodes/picture.el (picture-desired-column)
2895 (picture-update-desired-column): Convert comments to doc-strings.
2896 (picture-substitute): Remove function.
2897 (picture-mode-map): Initialize in the defvar.
2898
6b955486
GM
2899 * woman.el: Remove eval-after-load for tar-mode.
2900 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
2901 (woman-tar-extract-file): Autoload it.
2902
94ee8db5
GM
2903 * frame.el (automatic-hscrolling): Make this alias obsolete.
2904
177eca34
AM
29052012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2906
2907 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 2908 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
2909 (ispell-dictionary-base-alist): Revert to original XEmacs
2910 friendly version for default. [:alpha:] will be added in
2911 `ispell-set-spellchecker-params' if needed
177eca34 2912
c505aaeb
CY
29132012-04-16 Chong Yidong <cyd@gnu.org>
2914
2915 * image.el (imagemagick--extension-regexp): New variable.
2916 (imagemagick-register-types): Use it.
2917 (imagemagick-types-inhibit): Add :set function. Allow new value
2918 of t to inhibit all types.
2919
2920 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
2921 so we can preload it.
2922
2923 * loadup.el (fboundp): Preload regexp-opt, needed by
2924 imagemagick-register-types.
2925
60efac0f
CY
29262012-04-15 Chong Yidong <cyd@gnu.org>
2927
2928 * frame.el (scrolling): Remove nearly unused customization group.
2929
2930 * scroll-all.el (scroll-all-mode): Move to windows group.
2931
5dd1713e
CY
29322012-04-15 Chong Yidong <cyd@gnu.org>
2933
2934 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
2935
e6fd457e
CY
29362012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2937
2938 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 2939 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 2940
e153c136
GM
29412012-04-15 Glenn Morris <rgm@gnu.org>
2942
2943 * simple.el (process-file-side-effects): Doc fix.
2944
e6fd457e 29452012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
2946
2947 * international/mule-cmds.el (set-language-environment): Doc fix.
2948
3603c3b1
JB
29492012-04-14 Juanma Barranquero <lekktu@gmail.com>
2950
2951 * server.el (server-auth-key, server-generate-key): Doc fixes.
2952 (server-get-auth-key): Doc fix. Use `string-match-p'.
2953 (server-start): Reflow docstring.
2954
e6de100c
LI
29552012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
2956
2957 * server.el (server-generate-key): `called-interactively-p'
2958 requires a parameter.
2959
29734c21
MN
29602012-04-14 Michal Nazarewicz <mina86@mina86.com>
2961
2962 * server.el (server-auth-key): New variable.
75f1671a 2963 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
2964 (server-start): Use the new variable and functions to allow
2965 setting a permanent server key (bug#9423).
2966
d65c9521
LL
29672012-04-14 Leo Liu <sdl.web@gmail.com>
2968
2969 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
2970
5ae255c7
PE
29712012-04-14 Paul Eggert <eggert@cs.ucla.edu>
2972
2973 Spelling fixes.
2974 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
2975 Emacs uses American spelling.
2976
d5e6342e
JB
29772012-04-14 Juanma Barranquero <lekktu@gmail.com>
2978
2979 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
2980 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
2981 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
2982 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
2983
ab036cd7
SM
29842012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2985
2986 * progmodes/which-func.el (which-func-modes): Change default.
2987
35dc09a1 29882012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
2989
2990 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
2991 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
2992
35dc09a1 29932012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
2994
2995 * custom.el (custom-theme-set-variables): Doc fix.
2996
35dc09a1 29972012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
2998
2999 * international/mule.el (set-auto-coding-for-load): Doc fix.
3000
35dc09a1 30012012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 3002
35dc09a1
GM
3003 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
3004 imenu work again for Objective C Mode. Correct the *-index values,
3005 these having been disturbed by a previous change in 2011-08.
57f845ee 3006
0de3da9f
AM
3007 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
3008 Correct two search limits.
3009
35dc09a1 30102012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
3011
3012 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
3013
35dc09a1 30142012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
3015
3016 * international/characters.el: Fix sorting.
3017
35dc09a1 30182012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
3019
3020 * international/characters.el: Add more missing Latin case pairs.
3021
35dc09a1 30222012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
3023
3024 * files.el (dir-locals-set-class-variables): Doc fix.
3025
35dc09a1 30262012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 3027
3f1b5bf8
EZ
3028 * international/characters.el: Add set-case-syntax-pair call for
3029 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
3030 counterpart. (Bug#11209)
3031
9f847f41
EZ
3032 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
3033
35dc09a1 30342012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
3035
3036 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3037
35dc09a1 30382012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 3039
35dc09a1
GM
3040 * textmodes/ispell.el (ispell-dictionary-base-alist):
3041 Add data for Hebrew.
e2627d21 3042
35dc09a1 30432012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 3044
35dc09a1
GM
3045 * net/rcirc.el (rcirc-cmd-quit):
3046 Revert 2012-03-18 change (Bug#11192).
5c14e333 3047
35dc09a1 30482012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
3049
3050 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
3051
35dc09a1 30522012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 3053
4517fe3a
SM
3054 * minibuffer.el (completion-in-region-mode-map):
3055 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 3056
b472a594
VD
30572012-04-13 Vivek Dasmohapatra <vivek@etla.org>
3058
3059 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
3060
09b95ce3
MY
30612012-04-13 Masatake YAMATO <yamato@redhat.com>
3062
3063 * minibuffer.el (minibuffer-local-filename-syntax): New variable
3064 to allow `C-M-f' and `C-M-b' to move to the nearest path
3065 separator (bug#9511).
3066
4b63a9ca
LI
30672012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
3068
3069 * avoid.el: Require cl when compiling. And also move the
3070 `provide' to the end.
3071
7b55b8bf
TV
30722012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3073
3074 * avoid.el (mouse-avoidance-banish-position): New variable.
3075 (mouse-avoidance-banish-destination): Use it (bug#10165).
3076
adedaa1f
LL
30772012-04-13 Leo Liu <sdl.web@gmail.com>
3078
3079 * progmodes/which-func.el (which-func-modes): Add objc-mode.
3080
70e74021
KB
30812012-04-13 Ken Brown <kbrown@cornell.edu>
3082
3083 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 3084 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
3085 (browse-url-filename-alist): For the same reason, don't modify
3086 file:// URLs on Cygwin.
3087
e75e89ba
SM
30882012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3089
3090 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
3091 the region on shift if the binding is already shifted (bug#11221).
3092
82f289a4
GM
30932012-04-12 Glenn Morris <rgm@gnu.org>
3094
3095 * mail/mailpost.el: Move to obsolete/.
3096
d333dc4c
DA
30972012-04-12 Drew Adams <drew.adams@oracle.com>
3098
3099 * imenu.el (imenu--generic-function): Ignore invisible definitions
3100 (bug#10123).
3101
0d15b5ba
VD
31022012-04-12 Vivek Dasmohapatra <vivek@etla.org>
3103
3104 * hexl.el (hexl-bits): New variable.
3105 (hexl-options): Mention the variable in the doc string.
75f1671a 3106 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 3107 (hexl-mode): Mention the new variable.
75f1671a
JB
3108 (hexl-mode, hexl-current-address, hexl-current-address):
3109 Use the displen.
0d15b5ba
VD
3110 (hexl-ascii-start-column): New function.
3111 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
3112 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
3113
64a440db
AM
31142012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3115
3116 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
3117 '("-i" ENCODING), in 2 separate command-line arguments, to specify
3118 the encoding, as expected by hunspell.
3119
6decb6c2
SM
31202012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3121
3122 * battery.el (battery--linux-sysfs-regexp): New const.
3123 (battery-status-function): Use it. Remove yeeloong special case.
3124 (battery-yeeloong-sysfs): Remove.
3125 (battery-echo-area-format): Remove yeeloong special case.
3126
088be6fb
SM
31272012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3128
6622e416
SM
3129 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
3130 Reported by Noah Friedman.
3131
088be6fb
SM
3132 * subr.el (read-passwd): Use read-string.
3133
b49f886e
LMI
31342012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3135
3136 * vcursor.el (vcursor-move): Increase the priority of the overlay
3137 (bug#9663).
3138
a63067fc
DD
31392012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3140
3141 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
3142 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
3143
ac3cf14a
WS
31442012-04-11 William Stevenson <yhvh2000@gmail.com>
3145
3146 * textmodes/artist.el (artist-mode): Convert artist-mode to use
3147 define-minor-mode (bug#10760).
3148
c4fc691b 31492012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 3150
4d6769e1 3151 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
3152 that directories matching `grep-find-ignored-files' won't be
3153 pruned (bug#10351).
3154
af23e2e5
CY
31552012-04-11 Chong Yidong <cyd@gnu.org>
3156
3157 * startup.el (command-line): Remove support for long-obsolete
3158 variable font-lock-face-attributes.
3159
ab7ce8c1
GM
31602012-04-11 Glenn Morris <rgm@gnu.org>
3161
3162 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
3163
de8c03dc
SM
31642012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3165
3166 * window.el (window--state-get-1): Obey window-point-insertion-type.
3167
050cc68b
LB
31682012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
3169
3170 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
3171 to previous function when point is on the first character of a
75f1671a 3172 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 3173
a38c310c
GM
31742012-04-11 Glenn Morris <rgm@gnu.org>
3175
effed0c2
GM
3176 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
3177 not just file-errors.
3178
a38c310c
GM
3179 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
3180 (vc-bzr-sha1): Use internal sha1.
3181
0221e323
SM
31822012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3184 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
3185
43956923
SG
31862012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
3187
3188 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
3189 that start in the middle of the line (bug#10496).
3190
6a8c9eaf
DN
31912012-04-10 Dan Nicolaescu <dann@gnu.org>
3192
3193 * battery.el (battery-linux-proc-acpi): Only one battery is
3194 discharged at a time, but that seems to confuse battery.el when
3195 computing `rate-type' for the battery not being discharged
3196 (bug#10332).
3197
1930bf5d
SM
31982012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3199
2a718f6f
SM
3200 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
3201
599430d0
SM
3202 * international/quail.el: Use dolist and simplify.
3203 (quail-define-package, quail-update-keyboard-layout)
3204 (quail-define-rules): Use dolist.
3205 (quail-insert-kbd-layout, quail-get-translation): CSE.
3206
a2754b6c
SM
3207 * tmm.el: Use dolist, remove left over hook.
3208 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
3209 Use dolist.
3210 (calendar-load-hook): Don't mess with it.
3211
1930bf5d
SM
3212 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3213 Use derived-mode-p. Run the diff asynchronously.
3214
9f67961c
LMI
32152012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3216
3217 * obsolete/mouse-sel.el: Add an Obsolete-since header.
3218
2a8ce227
JB
32192012-04-10 Juanma Barranquero <lekktu@gmail.com>
3220
3221 * misc.el: Display absolute path of loaded DLLs (bug#10424).
3222 (list-dynamic-libraries--loaded): New function.
3223 (list-dynamic-libraries--refresh): Use it.
3224
8f33b5f8
NW
32252012-04-10 Nathan Weizenbaum <nweiz@google.com>
3226
1930bf5d
SM
3227 * progmodes/python.el (python-fill-paragraph):
3228 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
3229 disabled (bug#7018).
3230
b12f0439
L
32312012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
3232
1930bf5d 3233 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
3234 DOS/MS Windows for the Baltic languages. There are still plenty
3235 of texts written in this encoding/codepage (bug#6519).
b12f0439 3236
57c3bd01
GM
32372012-04-10 Glenn Morris <rgm@gnu.org>
3238
3239 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
3240 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
3241
6c3eab30
FA
32422012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
3243
1930bf5d 3244 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
3245 next-line "n" and previous-line "p" in order to make recentf more
3246 consistent with ibuffer, dired or org-mode (bug#9387).
3247
24d78a88
LMI
32482012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3249
bc72b5d9
LMI
3250 * image.el (put-image): Return the overlay created instead of the
3251 optional input string (bug#7834). Note that this may break code
3252 that is (for some reason or other) depending on `put-image'
3253 returning the string.
3254
bd2dba5a
LMI
3255 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
3256
74beb59f
LMI
3257 * simple.el (zap-to-char): Allow zapping using input methods
3258 (bug#1580).
3259
24d78a88
LMI
3260 * textmodes/fill.el (fill-region): Leave point and mark where they
3261 were before filling (bug#5399).
3262
263f20cd
GM
32632012-04-09 Glenn Morris <rgm@gnu.org>
3264
3265 * version.el (emacs-bzr-get-version):
3266 Handle lightweight checkouts of local branches.
3267
58d1f797
AS
32682012-04-09 Andreas Schwab <schwab@linux-m68k.org>
3269
263f20cd 3270 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 3271
b4d3bc10
CY
32722012-04-09 Chong Yidong <cyd@gnu.org>
3273
3274 * custom.el (custom-variable-p): Return nil for non-symbol
3275 arguments instead of signaling an error.
3276 (user-variable-p): Obsolete alias for custom-variable-p.
3277
3278 * apropos.el (apropos-variable):
3279 * files-x.el (read-file-local-variable):
3280 * simple.el (set-variable):
3281 * woman.el (woman-mini-help):
3282 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
3283
fd06db5d
GM
32842012-04-09 Glenn Morris <rgm@gnu.org>
3285
e5fcdb5e
GM
3286 * startup.el (normal-top-level): Don't look for leim-list.el
3287 in places where it will not be found. (Bug#910)
3288
fd06db5d
GM
3289 * international/mule-cmds.el (set-default-coding-systems):
3290 * files.el (normal-mode):
3291 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
3292 This function was removed with ucs-tables.el in 2008.
3293
b39bb7e1
EZ
32942012-04-08 Eli Zaretskii <eliz@gnu.org>
3295
3296 * textmodes/ispell.el (ispell-check-version): For hunspell, set
3297 ispell-encoding8-command to "-i", without a trailing space.
3298 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
3299 separate command-line arguments, to specify the encoding, since
3300 that's how hunspell expects it.
3301
5c5b8e23
GM
33022012-04-08 Glenn Morris <rgm@gnu.org>
3303
3304 * loadup.el: Load bindings before cus-start.
3305 This reduces somewhat the number of "rogue" settings in emacs -Q.
3306
a1ed8b05
GM
33072012-04-07 Glenn Morris <rgm@gnu.org>
3308
3309 * version.el (emacs-bzr-get-version): New function.
dfae128a 3310 (emacs-bzr-version): New variable.
a1ed8b05
GM
3311 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
3312 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
3313
b142f158
EZ
33142012-04-07 Eli Zaretskii <eliz@gnu.org>
3315
dfae128a
GM
3316 * international/uni-bidi.el, international/uni-category.el:
3317 * international/uni-combining.el, international/uni-decimal.el:
3318 * international/uni-decomposition.el, international/uni-digit.el:
3319 * international/uni-lowercase.el, international/uni-mirrored.el:
3320 * international/uni-name.el, international/uni-numeric.el:
3321 * international/uni-titlecase.el, international/uni-uppercase.el:
3322 Update for Unicode 6.1.
b142f158 3323
9078ead6
EZ
33242012-04-07 Eli Zaretskii <eliz@gnu.org>
3325
3326 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
3327
f23d2c7d
LMI
33282012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3329
3330 * window.el (shrink-window): Mention the `window-min-height'
3331 variable in the doc string.
3332
0a0a3573
BG
33332012-04-05 Bastien Guerry <bzg@altern.org>
3334
3335 * color.el (color-lighten-name): Fix typo.
3336
e5248ac9
SM
33372012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3338
3339 * server.el (server--on-display-p): New function.
3340 (server--on-display-p): Use it.
3341
b4243e22
GV
33422012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
3343
3344 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
3345 (bug#11145).
3346
305d9f44
SM
33472012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3348
3349 * comint.el (comint--common-quoted-suffix): Check string boundary
3350 before comparing (bug#11158).
3351 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
3352
3d439cd1
CY
33532012-04-04 Chong Yidong <cyd@gnu.org>
3354
321cc491
CY
3355 * minibuffer.el (completion-extra-properties): Doc fix.
3356
3d439cd1
CY
3357 * subr.el (delayed-warnings-hook): Doc fix.
3358
2d562c0f
DU
33592012-04-04 Daiki Ueno <ueno@unixuser.org>
3360
3361 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
3362 selection (Bug#11159).
3363 (epa-insert-keys): Inform that the default public key will be
3364 exported if no key is selected.
3365
4443f204
RS
33662012-04-04 Richard Stallman <rms@gnu.org>
3367
3368 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
3369
529c06b6
CY
33702012-04-03 Chong Yidong <cyd@gnu.org>
3371
3372 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
3373 mail-insert-file, not its obsolete alias mail-attach-file.
3374
66b907dc
MA
33752012-04-03 Michael Albinus <michael.albinus@gmx.de>
3376
3377 * notifications.el (notifications-notify): Fix docstring.
3378
c0ea195d
GM
33792012-04-02 Glenn Morris <rgm@gnu.org>
3380
3381 * emacs-lisp/authors.el (authors-aliases): Another addition.
3382
5ca64e00
MA
33832012-04-02 Michael Albinus <michael.albinus@gmx.de>
3384
3385 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
3386 `tramp-compat-call-process' instead of `tramp-local-call-process'.
3387 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
3388
42ee526b
CY
33892012-04-01 Chong Yidong <cyd@gnu.org>
3390
3391 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
3392 Handle root directory properly.
3393 (copy-directory): Caller changed.
3394
3395 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
3396 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
3397
0b021094
GM
33982012-03-31 Glenn Morris <rgm@gnu.org>
3399
40f86458
GM
3400 * term/xterm.el (xterm-extra-capabilities): Doc fix.
3401
7019c177
GM
3402 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
3403
a1daddd6
GM
3404 * calendar/calendar.el (calendar-window-list)
3405 (calendar-hide-window): Restore. (Bug#11140)
3406 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
3407
0b021094
GM
3408 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
3409
40311efc
TV
34102012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3411
3412 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
3413 Check if file is a symlink (Bug#10489).
3414
3415 * files.el (copy-directory): Likewise.
3416
5319014e
CY
34172012-03-30 Chong Yidong <cyd@gnu.org>
3418
3419 * image.el (imagemagick-types-inhibit)
3420 (imagemagick-register-types): Doc fix.
3421
935d1290
AM
34222012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3423
ef24141c
SM
3424 * ispell.el (ispell-get-extended-character-mode):
3425 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 3426 and treats ~word as ordinary words in pipe mode.
935d1290 3427
61c6e8fd
GM
34282012-03-30 Glenn Morris <rgm@gnu.org>
3429
3430 * tutorial.el (help-with-tutorial): Ensure local variables don't
3431 happen to make the buffer read-only. (Bug#11127)
3432
81fdff00
SM
34332012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
3436 (perl-calculate-indent): Return `noindent' in strings.
3437
6e7a6ec0
SS
34382012-03-28 Sam Steingold <sds@gnu.org>
3439
3440 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
3441 instead of the broken adhockery which does not prevent calendar
3442 buffers from being displayed at random after exit.
3443 (calendar-window-list, calendar-hide-window): Remove the broken
3444 adhockery.
3445
fee88ca0
GM
34462012-03-28 Glenn Morris <rgm@gnu.org>
3447
3448 * replace.el (query-replace-map): Doc fix.
3449
38de3354
AS
34502012-03-28 Andreas Schwab <schwab@linux-m68k.org>
3451
3452 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
3453 contents. (Bug#11109)
3454
b973155e
SM
34552012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3456
3457 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
3458 (bug#11077).
3459 (avl-tree--check, avl-tree--check-node): New funs.
3460
dcb6e7b3
MR
34612012-03-27 Martin Rudalics <rudalics@gmx.at>
3462
3463 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
3464 (switch-to-prev-buffer, switch-to-next-buffer):
3465 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
3466 showing a buffer already is done on the same frame.
3467
b4fa35fa
GM
34682012-03-27 Glenn Morris <rgm@gnu.org>
3469
3470 * startup.el (mail-host-address): Doc fix.
3471
f9210e18
SM
34722012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3473
3474 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
3475 than 197 variables.
3476
c0bf7753
AF
34772012-03-26 Ami Fischman <ami@fischman.org>
3478
3479 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
3480
33da7b16
GM
34812012-03-26 Glenn Morris <rgm@gnu.org>
3482
02243d9d
GM
3483 * files.el (save-buffers-kill-emacs): Doc fix.
3484
33da7b16
GM
3485 * startup.el (normal-top-level, command-line, command-line-1):
3486 Give them doc strings.
3487
e5a69fd0
EZ
34882012-03-25 Eli Zaretskii <eliz@gnu.org>
3489
3490 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 3491 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 3492
9a69676a
CY
34932012-03-25 Chong Yidong <cyd@gnu.org>
3494
4125cb8b
CY
3495 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
3496 theme if it was previously enabled before (Bug#11031).
3497
dd470960
CY
3498 * cus-theme.el (custom-theme-write-faces): Retrieve current face
3499 spec with custom-face-get-current-spec if its :shown-value is not
3500 determined yet (Bug#9337).
4125cb8b 3501 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 3502
9a69676a
CY
3503 * button.el (button-at): Minor addition to docstring.
3504
6e7e90fa
SL
35052012-03-24 Simon Leinen <simon.leinen@gmail.com>
3506
3507 * vc/vc.el (vc-merge): Fix a prompt.
3508
f06e2758
CY
35092012-03-24 Chong Yidong <cyd@gnu.org>
3510
3511 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
3512 point (Bug#9623).
3513
6e7e90fa
SL
3514 * button.el (button-at): Minor addition to docstring.
3515
b9d0879b
SM
35162012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3517
3518 * newcomment.el (comment-choose-indent): No space after BOL.
3519
e71cebb3
SS
35202012-03-22 Sam Steingold <sds@gnu.org>
3521
3522 * window.el (switch-to-prev-buffer): Revert last patch because the
3523 bug turned out to be an advertised feature (Elisp manual 28.14).
3524
335aff35
GM
35252012-03-22 Glenn Morris <rgm@gnu.org>
3526
3527 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
3528 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
3529
c676576a
LMI
35302012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3531
3532 * net/network-stream.el (network-stream-open-starttls): Make error
3533 message under Windows be less misleading.
3534
126f3d39
LW
35352012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
3536
3537 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
3538 understands (bug#9942).
3539
64fee311
CY
35402012-03-22 Chong Yidong <cyd@gnu.org>
3541
3542 * simple.el (end-of-visible-line): Handle return value of
3543 next-single-property-change properly (Bug#9371).
3544
a640d29a
KH
35452012-03-22 Kenichi Handa <handa@m17n.org>
3546
3547 * international/quail.el (quail-insert-kbd-layout): Fix previous
3548 change. To avoid unwanted bidi reordering, use
3549 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
3550
39675016
DG
35512012-03-21 Dmitry Gutov <dgutov@yandex.ru>
3552
3553 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
3554 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
3555 (ruby-beginning-of-indent): Be more careful with the difference
3556 between word-boundary and symbol boundary.
3557 (ruby-mode-syntax-table): Make : a symbol constituent.
3558
0a6934fc 35592012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 3560
3d008e4f
SM
3561 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
3562
0a6934fc
SM
35632012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3564
af67c9d7
SM
3565 * progmodes/etags.el (tags-completion-at-point-function):
3566 Improve last fix.
3567
1acad97c
SM
3568 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
3569
e298b5da
SS
35702012-03-21 Sam Steingold <sds@gnu.org>
3571
3572 * progmodes/etags.el (tags-completion-at-point-function):
3573 Avoid the error when point is inside the pattern.
3574
91d82a70
JY
35752012-03-21 John Yates <john@yates-sheets.org> (tiny change)
3576
3577 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
3578 line (Bug#10855).
3579
69188b79
CY
35802012-03-21 Drew Adams <drew.adams@oracle.com>
3581
3582 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
3583
99fc91fe
AK
35842012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
3585
3586 * ido.el (ido-set-current-directory, ido-read-internal)
3587 (ido-choose-completion-string, ido-completion-help): Handle nil
3588 value of ido-completion-buffer (Bug#11008).
3589
087bbb4c
SS
35902012-03-21 Sam Steingold <sds@gnu.org>
3591
3592 * window.el (switch-to-prev-buffer): Do not switch to a visible
3593 window previous buffer, just like with the frame previous buffers.
3594
fb5b8aca
CY
35952012-03-21 Chong Yidong <cyd@gnu.org>
3596
3597 * faces.el (make-face, make-empty-face, copy-face):
3598 * face-remap.el (face-remap-add-relative, face-remap-set-base):
3599 Doc fixes.
3600
dc9924b8
SM
36012012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3602
3603 * wid-edit.el (widget-complete-field): Remove (bug#11051).
3604 (widget-complete): Remove broken use of it.
3605
f0bcceb9
CY
36062012-03-20 Chong Yidong <cyd@gnu.org>
3607
dc9924b8
SM
3608 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
3609 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
3610 characters.
3611
ee52ebf3
TH
36122012-03-20 Tassilo Horn <tassilo@member.fsf.org>
3613
3614 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
3615 to draw rectangles, not squares. (Regression introduced by revno
3616 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
3617
4c5779ab
CY
36182012-03-18 Chong Yidong <cyd@gnu.org>
3619
3620 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
3621 it is not yet defined (for temacs).
3622
15360934
LL
36232012-03-18 Leo Liu <sdl.web@gmail.com>
3624
dc9924b8 3625 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 3626
d9a8eb66
EZ
36272012-03-17 Eli Zaretskii <eliz@gnu.org>
3628
3629 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
3630 (ispell-choices-win-default-height, ispell-silently-savep)
3631 (ispell-dictionary-alist, ispell-encoding8-command)
3632 (ispell-check-version, ispell-aspell-find-dictionary)
3633 (ispell-valid-dictionary-list, ispell-words-keyword)
3634 (ispell-get-word, ispell-internal-change-dictionary)
3635 (ispell-region, ispell-skip-region-list)
3636 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
3637 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
3638 (ispell-message-text-end, ispell-message)
3639 (ispell-buffer-local-parsing): Doc fix.
3640
f02ff80d
J
36412012-03-13 Jambunathan K <kjambunathan@gmail.com>
3642
3643 * htmlfontify.el: Add support for code block fontification for ODT
3644 export (Bug #9914).
3645 (hfy-optimisations): Define new option
3646 `body-text-only'
3647 (hfy-fontify-buffer): Honor above setting.
3648 (hfy-begin-span, hfy-end-span): New routines factored out form
3649 `hfy-fontify-buffer'.
3650 (hfy-begin-span-handler, hfy-end-span-handler): New variables
3651 that permit insertion of custom tags.
3652 (hfy-fontify-buffer): Use above handlers.
3653 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
3654 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 3655 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 3656 over multiple runs. This is made possible by having the caller let
f02ff80d
J
3657 bind a special variable `hfy-user-sheet-assoc'.
3658 (htmlfontify-string): New defun.
3659 (hfy-compile-face-map): Make sure that the last char in the
3660 buffer is correctly fontified.
3661 (hfy-face-resolve-face): Whitespace only change.
3662
9ac7a13f
EZ
36632012-03-17 Eli Zaretskii <eliz@gnu.org>
3664
3665 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
3666 message more clear.
3667
e2b5bdd7
LL
36682012-03-16 Leo Liu <sdl.web@gmail.com>
3669
3670 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
3671
2e492df3
AM
36722012-03-16 Alan Mackenzie <acm@muc.de>
3673
3674 Further optimise the handling of large macros.
3675
3676 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
3677 limit to a call of `c-literal-limits'.
3678 (c-determine-+ve-limit): New function.
dc9924b8
SM
3679 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
3680 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
3681 In CASE 5B, restrict a search limit to 500.
3682 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
3683
3684 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
3685 Restrict macro bounds to +-500 from after-change's BEG END.
3686
50e94f0c
LL
36872012-03-16 Leo Liu <sdl.web@gmail.com>
3688
3689 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
3690
6f09f6ed
AH
36912012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
3692
3693 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 3694 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 3695
c7e73d51
GM
36962012-03-16 Glenn Morris <rgm@gnu.org>
3697
da986230
GM
3698 * view.el (view-buffer, view-buffer-other-window)
3699 (view-buffer-other-frame): Doc fixes re special mode-class.
3700
0835f01e
GM
3701 * subr.el (eval-after-load): If named feature is provided not from
3702 a file, run after-load forms. (Bug#10946)
3703
c7e73d51
GM
3704 * calendar/calendar.el (calendar-insert-at-column):
3705 Handle non-unit-width characters a bit better. (Bug#10978)
3706
3f2eafd1
CY
37072012-03-15 Chong Yidong <cyd@gnu.org>
3708
3709 * emacs-lisp/ring.el (ring-extend): New function.
3710 (ring-insert+extend): Extend the ring correctly (Bug#11019).
3711
3712 * comint.el (comint-read-input-ring)
3713 (comint-add-to-input-history): Grow comint-input-ring lazily.
3714
103af3fe
SM
37152012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3716
663b1677
SM
3717 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
3718 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
3719
103af3fe
SM
3720 * imenu.el: Fix multiple inheritance breakage (bug#9199).
3721 (imenu-add-to-menubar): Don't add a redundant index.
3722 (imenu-update-menubar): Handle a dynamically composed keymap.
3723
899cb7cb
KY
37242012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3725
3726 * mail/sendmail.el (mail-encode-header):
3727 Bind rfc2047-encode-encoded-words to nil.
3728
3809f91d
GM
37292012-03-13 Glenn Morris <rgm@gnu.org>
3730
3731 * calendar/calendar.el (calendar-string-spread):
3732 Handle non-unit-width characters a bit better. (Bug#10978)
3733
9e345a01
LL
37342012-03-13 Leo Liu <sdl.web@gmail.com>
3735
3736 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
3737 directory and file as argument (Bug#10822).
3738
4a07df36
KS
37392012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
3740
3741 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
3742 For dynamically generated code, follow $PC.
3743 (gdb-disassembly-handler-custom): Handle no function name case.
3744
4aaa9356
TL
37452012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
3746
3747 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
3748 * emulation/ws-mode.el (ws-query-replace):
3749 * sort.el (sort-regexp-fields):
3750 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
3751
225979da
SM
37522012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3753
3754 * dabbrev.el: Fix cycle completion order (bug#10963).
3755 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
3756 (dabbrev-completion): Don't use an obarray; provide
3757 a cycle-sort-function.
3758
e2f1fdab
LL
37592012-03-12 Leo Liu <sdl.web@gmail.com>
3760
dc9924b8 3761 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
3762 (kill-do-not-save-duplicates): Doc fix.
3763
b19490ed
SM
37642012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3765
3766 * dabbrev.el: Fix cycle completion (bug#10963).
3767 Use lexical binding and wrap to 80 columns.
3768 (dabbrev-completion): Delay computing the list of completions.
3769
4b05d722
KH
37702012-03-12 Kenichi Handa <handa@m17n.org>
3771
3772 * international/quail.el (quail-insert-kbd-layout): Surround each
3773 row by LRO and PDF instead of inserting many LRMs. Pad the left
3774 and right of each non-spacing marks. Insert invisible space
3775 between lower and upper characters to prevent composition.
3776
dbbc2e69
SM
37772012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3778
3779 * minibuffer.el (minibuffer-complete): Don't get confused when the
3780 function is run twice via different commands (bug#10958).
3781 (complete-with-action): Fix docstring.
3782
292112ed
CY
37832012-03-12 Chong Yidong <cyd@gnu.org>
3784
5d1ac394
CY
3785 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
3786 (nxml-completion-at-point-function): New function.
3787 (nxml-mode): Use it.
3788 (nxml-bind-meta-tab-to-complete-flag): Default to t.
3789
292112ed
CY
3790 * emacs-lisp/package.el (package-unpack, package-unpack-single):
3791 Load generated autoloads file before byte compiling (Bug#10970).
3792 (package--make-autoloads-and-compile): New helper fun.
3793
4098f8f7
CS
37942012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
3795
3796 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
3797
8f754691
MA
37982012-03-11 Michael Albinus <michael.albinus@gmx.de>
3799
3800 * autorevert.el (auto-revert-handler): Ensure, that
3801 file-readable-p is applied only for local files or in
3802 auto-revert-tail-mode.
3803
e29ab36b
AS
38042012-03-11 Andreas Schwab <schwab@linux-m68k.org>
3805
dbbc2e69
SM
3806 * server.el (server-eval-at): Handle non-tcp connections.
3807 Decode result string.
ad0bf5b6 3808
e29ab36b
AS
3809 * server.el (server-msg-size): New constant.
3810 (server-reply-print): New function.
3811 (server-eval-and-print): Use it.
3812 (server-eval-at): Use server-quote-arg and server-unquote-arg.
3813 Handle -print-nonl.
3814
de5939ba
CS
38152012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
3816
3817 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
3818 (Bug#10987).
3819
0c93eabf
CY
38202012-03-11 Chong Yidong <cyd@gnu.org>
3821
397a688f
CY
3822 * simple.el (goto-line): Doc fix (Bug#9938).
3823
2cc775f9
CY
3824 * subr.el (save-window-excursion): Doc fix (Bug#9979).
3825
0c93eabf
CY
3826 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
3827 when finished (Bug#10963).
3828
c491fa41
MR
38292012-03-11 Martin Rudalics <rudalics@gmx.at>
3830
3831 * window.el (split-window-below): Fix bug in case where
3832 split-window-keep-point is nil (Bug#10971).
3833
300e8fa5
JL
38342012-03-11 Juri Linkov <juri@jurta.org>
3835
3836 * replace.el (replace-highlight): Set isearch-word to nil
3837 unconditionally. (Bug#10887)
3838
dbf6c5a1
EZ
38392012-03-10 Eli Zaretskii <eliz@gnu.org>
3840
3841 * net/mairix.el (mairix-replace-invalid-chars): Rename from
3842 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 3843 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
3844 (mairix-widget-create-query): Add usage information about mairix
3845 search forms: negating words, searching for substrings, etc.
3846
b9e501de
JP
38472012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
3848
3849 * international/fontset.el (font-encoding-alist): Add an entry for
3850 ksx1001 (Bug#5667).
3851
92795c91
RS
38522012-03-10 Richard Stallman <rms@gnu.org>
3853
1694e6c1
RS
3854 * mail/sendmail.el (mail-encode-header):
3855 Set rfc2047-encode-encoded-words.
3856
607e8555
RS
3857 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
3858
de3bc99a
RS
3859 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
3860 view buffer means not swapped.
3861 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
3862 (rmail-write-region-annotate): Error if real text has disappeared.
3863
92795c91
RS
3864 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
3865
699bd04e
CY
38662012-03-10 Chong Yidong <cyd@gnu.org>
3867
3868 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
3869 * emulation/cua-base.el (cua--init-keymaps):
3870 Add delete-forward-char to remappings (Bug#9666).
699bd04e 3871
570a1714
MR
38722012-03-10 Martin Rudalics <rudalics@gmx.at>
3873
dbbc2e69
SM
3874 * speedbar.el (speedbar-unhighlight-one-tag-line):
3875 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 3876
82dcf4e4
CY
38772012-03-10 Chong Yidong <cyd@gnu.org>
3878
7a2c7ca7
CY
3879 * minibuffer.el (completion-in-region, completion-help-at-point):
3880 Give the completion field overlay a high priority (Bug#6830).
3881
82dcf4e4
CY
3882 * dired.el (dired-goto-file): Recognize absolute file name
3883 listings (Bug#7126).
3884 (dired-goto-file-1): New helper function.
3885 (dired-toggle-read-only): Inhibit warnings.
3886
052e28ac
MA
38872012-03-09 Michael Albinus <michael.albinus@gmx.de>
3888
75f1671a 3889 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
3890 there are no properties.
3891
95d5e396
LL
38922012-03-09 Leo Liu <sdl.web@gmail.com>
3893
3894 * savehist.el (savehist-printable): Stricter check for string
3895 value (Bug#10937).
3896
3f018d6d
EZ
38972012-03-09 Eli Zaretskii <eliz@gnu.org>
3898
dbbc2e69
SM
3899 * mail/smtpmail.el (smtpmail-send-it):
3900 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
3901 valid mbox format.
3902
f7fd3d79
GM
39032012-03-09 Glenn Morris <rgm@gnu.org>
3904
3905 * files.el (dir-locals-find-file):
3906 Don't check result is regular, readable.
3907 (dir-locals-read-from-file): Demote errors.
3908
6ff6e72f
EZ
39092012-03-08 Eli Zaretskii <eliz@gnu.org>
3910
dbbc2e69
SM
3911 * international/quail.el (quail-insert-kbd-layout):
3912 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
3913 layout cell, to prevent their reordering by bidi display engine.
3914 For details, see the discussion in
3915 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
3916
9cec7834
AM
39172012-03-08 Alan Mackenzie <acm@muc.de>
3918
3919 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
3920 the starting position; make it extend the marked region when
3921 invoked repeatedly - all under appropriate circumstances.
3922 Fixes bugs #5525, #10906.
3923
9a40b8d4
GM
39242012-03-08 Glenn Morris <rgm@gnu.org>
3925
3926 * files.el (locate-dominating-file, dir-locals-find-file):
3927 Undo 2012-03-06 change.
3928
7a08ed35
EZ
39292012-03-07 Eli Zaretskii <eliz@gnu.org>
3930
dbbc2e69
SM
3931 * international/quail.el (quail-help):
3932 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
3933 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
3934 for the reason.
3935
5aca4f71 39362012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
3937
3938 Avoid superfluous registering of signals. (Bug#10807)
3939
3940 * notifications.el (notifications-on-action-object)
3941 (notifications-on-close-object): New defvars.
3942 (notifications-on-action-signal, notifications-on-closed-signal):
3943 Unregister the signal if not needed any longer.
3944 (notifications-notify): Register `notifications-action-signal' or
3945 `notifications-closed-signal', if :on-action or :on-close has been
3946 passed as argument.
3947
78e8b10a
CY
39482012-03-07 Chong Yidong <cyd@gnu.org>
3949
3950 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
3951 non-X platforms.
3952
69481eb8
GM
39532012-03-06 Glenn Morris <rgm@gnu.org>
3954
3955 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3956 (x-disown-selection-internal, x-get-selection-internal):
3957 Doc fix (add arglist signatures). (Bug#10783)
3958
133b8e11
KS
39592012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
3960
3961 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
3962 Handle breakpoints with no "type".
3963
99a83064
GM
39642012-03-06 Glenn Morris <rgm@gnu.org>
3965
3966 * files.el (locate-dominating-file): Add optional predicate argument.
3967 (dir-locals-find-file): Make use of above change.
3968
17798e78
TTN
39692012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
3970
3971 * info.el (Info-insert-dir): Also try "dir.gz".
3972
eb182446
GM
39732012-03-06 Glenn Morris <rgm@gnu.org>
3974
8f2114ee
GM
3975 * files.el (dir-locals-find-file):
3976 Ignore non-readable or non-regular files. (Bug#10928)
3977
eb182446
GM
3978 * files.el (locate-dominating-file): Doc fix.
3979
24679323
AS
39802012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
3981
3982 * calendar/calendar.el (calendar-set-mode-line):
3983 `getenv' returns a string. (Bug#10951)
3984
01d972a9
LL
39852012-03-05 Leo Liu <sdl.web@gmail.com>
3986
109aa8a9
LL
3987 * simple.el (backward-delete-char-untabify): Constrain point to
3988 field (Bug#10939).
3989
01d972a9
LL
3990 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
3991
10607bea
CY
39922012-03-05 Chong Yidong <cyd@gnu.org>
3993
3994 * simple.el (count-words): If called from Lisp, return the word
3995 count, for symmetry with `count-lines'. Arglist changed.
3996 (count-words--message): Args changed. Consolidate counting code
3997 from count-words and count-words-region.
3998 (count-words-region): Caller changed.
3999 (count-lines-region): Make it an obsolete alias.
4000
5dd11cfe
TH
40012012-03-04 Tassilo Horn <tassilo@member.fsf.org>
4002
4003 * saveplace.el (save-place-to-alist)
4004 (save-place-ignore-files-regexp): Allow value nil to disable this
4005 feature.
4006
c349f4e6
CY
40072012-03-04 Chong Yidong <cyd@gnu.org>
4008
4009 * faces.el (face-spec-reset-face): For the default face, reset the
4010 attributes to default values (Bug#10748).
4011
e627be4c
LMI
40122012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4013
4014 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
4015 previous patch: Check `message-send-mail-function', and not the
4016 default function (bug#10897).
4017
ebeabff4
MA
40182012-03-04 Michael Albinus <michael.albinus@gmx.de>
4019
a41a6cf4
MA
4020 * notifications.el (notifications-on-action-signal)
4021 (notifications-on-closed-signal): Check for unique service name of
4022 incoming event. Fix error in removing entry.
ebeabff4 4023 (top): Register for signals with wildcard service name.
a41a6cf4 4024 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 4025
c1ca42b4
CY
40262012-03-04 Chong Yidong <cyd@gnu.org>
4027
dc9924b8 4028 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 4029
ea16568d
GM
40302012-03-04 Glenn Morris <rgm@gnu.org>
4031
4032 * abbrev.el (copy-abbrev-table, abbrev-table-p)
4033 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
4034 (expand-abbrev, define-abbrev-table): Doc fixes.
4035
fbae4637
LMI
40362012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4037
4038 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
4039 `message-default-send-mail-function' and not `send-mail-function'
4040 when doing the prompting for `sendmail-query-once' before sending
4041 in Message buffers (bug#10897).
4042
a1e7225c
LMI
4043 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4044 This is inconsistent with all the other stream functions, which leave
4045 the setting up to the higher levels (if so wanted) (bug#10931).
4046
56d093a9
AM
40472012-03-02 Alan Mackenzie <acm@muc.de>
4048
4049 Depessimize the handling of very large macros.
4050
4051 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
4052 (c-macro-cache-syntactic): New variables to implement a one
4053 element macro cache.
4054 (c-invalidate-macro-cache): New function.
4055 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
4056 Adapt to use the new cache.
4057 (c-state-safe-place): Use better the cache of safe positions.
4058 (c-state-semi-nonlit-pos-cache)
4059 (c-state-semi-nonlit-pos-cache-limit):
4060 New variables for...
4061 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
4062 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
4063 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
4064 Use c-state-semi-safe-place.
56d093a9 4065
dbbc2e69
SM
4066 * progmodes/cc-langs.el (c-get-state-before-change-functions):
4067 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 4068
817e5c3d
MA
40692012-03-02 Michael Albinus <michael.albinus@gmx.de>
4070
dbbc2e69
SM
4071 * jka-compr.el (jka-compr-call-process):
4072 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
4073 not remote.
4074
a032a702
MA
40752012-03-01 Michael Albinus <michael.albinus@gmx.de>
4076
4077 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
4078 access of FILE2, if FILE1 does not exist.
4079
99a54f21
MA
4080 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
4081 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
4082
4083 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
4084 Add "PAGER=" to `process-environment'.
4085
f6561e1f
MM
40862012-03-01 Michael R. Mauger <mmaug@yahoo.com>
4087
4088 * progmodes/sql.el: Bug fix
4089 (sql-get-login-ext): Save login values in globals.
4090 (sql-get-login): Use new version of `sql-get-login-ext'.
4091 (sql-interactive-mode): Set global `sql-connection' to nil.
4092 (sql-connect): Set global values for connection.
4093 (sql-product-interactive): Save global values as buffer local.
4094
2d44d9cc
LL
40952012-02-29 Leo Liu <sdl.web@gmail.com>
4096
4097 * abbrev.el (define-abbrevs): Reset sys to nil.
4098
96b49301 40992012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4100
bf7f9bc5
JB
4101 * files.el (file-equal-p): Rename from `files-equal-p'.
4102 Return nil when one or both files don't exist.
96b49301 4103 (file-subdir-of-p): Now only top directory must exists,
4104 return nil if it doesn't.
bf7f9bc5
JB
4105 (copy-directory): No need to test with `file-subdir-of-p' after
4106 creating dir.
4107 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
4108 to `file-equal-p'.
96b49301 4109
44e97401
GM
41102012-02-28 Glenn Morris <rgm@gnu.org>
4111
4112 * shell.el (shell-mode):
4113 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
4114 * play/landmark.el (landmark-font-lock-face-O):
4115 * play/handwrite.el (handwrite):
4116 * play/gomoku.el (gomoku-O):
4117 * net/browse-url.el (browse-url-browser-display):
4118 * international/mule.el (define-charset):
4119 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
4120 * filesets.el (filesets-find-file-delay):
4121 * eshell/em-xtra.el (eshell-xtra):
4122 * eshell/em-unix.el (eshell-grep):
4123 * emulation/viper.el (viper-mode):
4124 * emacs-lisp/regexp-opt.el (regexp-opt-group):
4125 * emacs-lisp/easymenu.el (easy-menu-define):
4126 * calendar/timeclock.el (timeclock-use-display-time):
4127 * bs.el (bs-mode):
4128 * bookmark.el (bookmark-save-flag):
4129 Doc fix (standardize possessive apostrophe usage).
4130
c98c6276
CY
41312012-02-27 Chong Yidong <cyd@gnu.org>
4132
bf7f9bc5
JB
4133 * emulation/viper-cmd.el (viper-intercept-ESC-key):
4134 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 4135
c98c6276
CY
4136 * font-lock.el (font-lock-specified-p): Rename from
4137 font-lock-spec-present. Callers changed.
4138
9c62cd04 41392012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 4140
bf7f9bc5
JB
4141 * emacs-lisp/package.el (package-compute-transaction):
4142 Handle holding a package version to t in package-load-list.
8ac9e529 4143
530739c9
MA
41442012-02-26 Michael Albinus <michael.albinus@gmx.de>
4145
4146 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
4147 (tramp-get-inode, tramp-get-device): Use cached values.
4148
487915d7
AM
41492012-02-26 Alan Mackenzie <acm@muc.de>
4150
4151 Check there is a font-lock specification before doing initial
4152 fontification.
4153
4154 * font-core.el (font-lock-mode): Move the conditional from
4155 :after-hook to font-lock-initial-fontify.
4156 (font-lock-default-function): Move the check for a specification
4157 to font-lock-spec-present.
4158
dc9924b8 4159 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
4160 (font-lock-spec-present): New function.
4161
4fd96557
JB
41622012-02-26 Jim Blandy <jimb@red-bean.com>
4163
4164 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
4165 (gdb-send): Apply it to the operand of the '-interpreter-exec
4166 console' command, so that we can pass arguments with (say) quotes
4167 in them. Store exact string sent in gdb-debug-log (Bug#10765).
4168
9a4888c0
CY
41692012-02-26 Chong Yidong <cyd@gnu.org>
4170
07498861
CY
4171 * help-fns.el (describe-function-1): Clarify description of
4172 remapping (Bug#10844).
4173
9a4888c0
CY
4174 * files.el (files-equal-p): Doc fix.
4175 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
4176 and quit the loop once a mismatch is found.
4177
ea8fb88d
JB
41782012-02-25 Juanma Barranquero <lekktu@gmail.com>
4179
4180 * bs.el (bs--show-with-configuration): Don't throw an error
4181 if the window cannot be split; otherwise, subsequent calls to
4182 bs-show fail, restoring a stale window config. (Bug#10882)
4183
525795c1
JD
41842012-02-25 Jan Djärv <jan.h.d@swipnet.se>
4185
4186 * term/ns-win.el (global-map): Bind ns-drag-file to
4187 ns-find-file (Bug#5855, Bug#10050).
4188
f008086f
AS
41892012-02-25 Andreas Schwab <schwab@linux-m68k.org>
4190
4191 * calendar/parse-time.el (parse-time-string): Allow extractor to
4192 return nil.
4193
a3fcfa99
MA
41942012-02-25 Michael Albinus <michael.albinus@gmx.de>
4195
91027d08
JB
4196 * net/tramp.el (tramp-file-name-for-operation):
4197 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
4198
4199 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
4200 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4201 Add COPY-CONTENTS argument.
a3fcfa99 4202
67b0de11
CY
42032012-02-25 Chong Yidong <cyd@gnu.org>
4204
4205 Add custom groups for VC backends, for consistency with vc-bzr.
4206
4207 * vc/vc-arch.el (vc-arch):
4208 * vc/vc-cvs.el (vc-cvs):
4209 * vc/vc-git.el (vc-git):
4210 * vc/vc-hg.el (vc-hg):
4211 * vc/vc-mtn.el (vc-mtn):
4212 * vc/vc-rcs.el (vc-rcs):
4213 * vc/vc-sccs.el (vc-sccs):
4214 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
4215 All relevant defcustoms reassigned.
4216
3c9dfce6
CY
42172012-02-25 Chong Yidong <cyd@gnu.org>
4218
1339bf43
CY
4219 * newcomment.el (comment-styles): Add autoload (Bug#10868).
4220
3c9dfce6
CY
4221 * term/x-win.el (x-initialize-window-system): Reduce default for
4222 x-selection-timeout to 5 seconds (Bug#8869).
4223
25b2e303 42242012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4225
ec70a47d
GM
4226 * files.el (files-equal-p, file-subdir-of-p): New functions.
4227 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 4228 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
4229 * dired-aux.el (dired-copy-file-recursive): Same.
4230 (dired-create-files): Modify destination when source is equal to
4231 dest when copying files.
53a46cd0 4232 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 4233
914260cd
MA
42342012-02-24 Michael Albinus <michael.albinus@gmx.de>
4235
4236 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
4237 (Bug#10874)
4238
2cb228f7
AM
42392012-02-23 Alan Mackenzie <acm@muc.de>
4240
4241 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
4242 parameter "after-hook:" to allow the expansion to run code after
4243 the execution of the mode hooks.
4244
4245 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 4246 from font-lock-mode-internal.
2cb228f7 4247
91027d08 4248 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
4249 :after-hook.
4250
8f0fde21
SM
42512012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4252
3e88618b
SM
4253 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
4254 (completion--cache-all-sorted-completions): New function.
4255 (completion-all-sorted-completions): Use it.
4256 (completion--do-completion, minibuffer-force-complete):
4257 Use it to re-instate the flush hook.
4258
8f0fde21
SM
4259 * icomplete.el (icomplete-completions): Replace last fix with a better
4260 one (bug#10850).
4261
8e911f6f
DG
42622012-02-23 Dmitry Gutov <dgutov@yandex.ru>
4263
4264 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
4265 when it might call us back infinitely (bug#10797).
4266
49fe4321
GM
42672012-02-23 Glenn Morris <rgm@gnu.org>
4268
4269 * minibuffer.el (completion-category-overrides): Doc fix.
4270
b291b572
SM
42712012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4272
4273 * minibuffer.el (completion-table-with-context): Fix inf-loop.
4274 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
4275
31a9ef2e
GM
42762012-02-23 Glenn Morris <rgm@gnu.org>
4277
5e6e6794 4278 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
4279 (authors-obsolete-files-regexps, authors-ignored-files)
4280 (authors-ambiguous-files, authors-renamed-files-alist):
4281 Add more entries.
4282
0bd1e074
JL
42832012-02-23 Juri Linkov <juri@jurta.org>
4284
4285 * isearch.el (isearch-occur): Sync interactive spec with occur's
4286 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
4287
b617673c
JL
4288 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
4289
19e9789e
JL
42902012-02-22 Juri Linkov <juri@jurta.org>
4291
4292 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
4293 (ucs-insert): Doc fix. Check for hex digits in the string.
4294 Don't display `nil' in the error message. (Bug#10857)
4295
f41ce09d
AM
42962012-02-22 Alan Mackenzie <acm@muc.de>
4297
7a71b18d 4298 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 4299
ac2eceee
GM
43002012-02-22 Glenn Morris <rgm@gnu.org>
4301
4302 * ffap.el (ffap-c-path):
4303 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
4304
abd1f678
CY
43052012-02-22 Chong Yidong <cyd@gnu.org>
4306
4307 * custom.el (load-theme): Doc fix.
4308
f25aef2e
GM
43092012-02-22 Glenn Morris <rgm@gnu.org>
4310
4311 * dired-x.el (dired-guess-shell-alist-default):
4312 Remove escape sequences from nroff output. (Bug#172)
4313
5f8dc2ca
GM
43142012-02-21 Glenn Morris <rgm@gnu.org>
4315
6ff86ec4
GM
4316 * vc/emerge.el (emerge-defvar-local):
4317 Set `permanent-local' property rather than unused `preserved'.
4318
be3223a3 4319 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
4320 (picture-mode-map): Use it. (Bug#10860)
4321 (picture-mode): Doc fix.
4322
3fe58f4f
JB
43232012-02-21 Juanma Barranquero <lekktu@gmail.com>
4324
4325 * newcomment.el (uncomment-region-default): Remove unused binding.
4326
f9a998c3
GM
43272012-02-21 Glenn Morris <rgm@gnu.org>
4328
4329 * textmodes/picture.el (picture-motion, picture-motion-reverse)
4330 (picture-self-insert, picture-tab-chars): Doc fix.
4331 (picture-mode-map): Fix C-a, C-e.
4332
c6029348
GM
43332012-02-20 Glenn Morris <rgm@gnu.org>
4334
4335 * emacs-lisp/authors.el (authors-aliases): Add another entry.
4336
ab1ce9d7
LL
43372012-02-20 Leo Liu <sdl.web@gmail.com>
4338
4339 * icomplete.el (icomplete-completions): Check FROM arg before
4340 passing to substring (Bug#10850).
4341
0fd40f89
CY
43422012-02-19 Chong Yidong <cyd@gnu.org>
4343
4344 * comint.el: Require ansi-color.
4345 (comint-output-filter-functions): Add ansi-color-process-output.
4346
4347 * ansi-color.el: Don't set comint-output-filter-functions; it is
4348 now in the initial value defined in comint.el.
4349 (ansi-color-apply-face-function): New variable.
4350 (ansi-color-apply-on-region): Use it.
4351 (ansi-color-apply-overlay-face): New function.
4352
4353 * shell.el (shell): No need to require ansi-color.
4354 (shell-mode): Use ansi-color-apply-face-function to highlight
4355 color escapes using font-lock-face property (Bug#10835).
4356
20af2394
CY
43572012-02-19 Chong Yidong <cyd@gnu.org>
4358
4359 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
4360 mode-line formats (Bug#10839).
4361
e23a3fbe
GM
43622012-02-18 Glenn Morris <rgm@gnu.org>
4363
b474519e
GM
4364 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
4365
4366 * mail/undigest.el (unforward-rmail-message): Doc fix.
4367
e23a3fbe
GM
4368 * saveplace.el (save-place-ignore-files-regexp): Add :version.
4369
57939ff4
EZ
43702012-02-18 Eli Zaretskii <eliz@gnu.org>
4371
4372 * international/characters.el (script-list): Sync with the latest
4373 Unicode Character Database.
4374
0c23686e
AS
43752012-02-18 Andreas Schwab <schwab@linux-m68k.org>
4376
4377 * international/titdic-cnv.el: Remove duplicate coding tag.
4378 * language/cham.el: Likewise.
4379 * language/tai-viet.el: Likewise.
4380
6818b449
GM
43812012-02-18 Glenn Morris <rgm@gnu.org>
4382
4383 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
4384 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
4385 (calendar-bahai-all-holidays-flag, calendar-other-dates):
4386 * calendar/diary-lib.el (diary-abbreviated-year-flag):
4387 * calendar/holidays.el (holiday-bahai-holidays)
4388 (calendar-holidays, list-holidays):
4389 Use utf-8 Bahá'í in doc-strings, menus, etc.
4390
0311a3fc
TH
43912012-02-17 Tassilo Horn <tassilo@member.fsf.org>
4392
4393 * saveplace.el (save-place-ignore-files-regexp): New variable
4394 allowing for excluding files from saving their location of point.
4395 The default value matches the temporary commit message editing
4396 files from Git, SVN, Bazaar, and Mercurial.
4397 (save-place-to-alist): Use it.
4398
eb864a71
LM
43992012-02-17 Lawrence Mitchell <wence@gmx.li>
4400 Stefan Monnier <monnier@iro.umontreal.ca>
4401
4402 * newcomment.el (uncomment-region-default): Don't leave extra space
4403 when an arg is provided (bug#8150).
4404
ee0ce425
TZ
44052012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
4406
eb864a71 4407 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 4408
95ddf442
GM
44092012-02-17 Glenn Morris <rgm@gnu.org>
4410
4411 * net/socks.el: Require network-stream. (Bug#10599)
4412
48dd1e39 44132012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
4414
4415 * international/charprop.el:
4416 * international/uni-name.el:
4417 * international/uni-old-name.el:
4418 * international/uni-comment.el: Regenerate.
4419
d68cd087
GM
44202012-02-16 Glenn Morris <rgm@gnu.org>
4421
4422 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
4423 Interactively in calendar buffer, give an error if not on a date.
4424
13932042
GM
44252012-02-15 Glenn Morris <rgm@gnu.org>
4426
4427 * shell.el (shell-delimiter-argument-list):
4428 Revert 2011-02-17 change. (Bug#8027)
4429
c3a70e2b
CY
44302012-02-15 Chong Yidong <cyd@gnu.org>
4431
60236b0d
CY
4432 * minibuffer.el (completion-at-point-functions): Doc fix.
4433
c3a70e2b
CY
4434 * custom.el (defcustom): Doc fix; note use of defvar.
4435
9f26dc24
GM
44362012-02-15 Glenn Morris <rgm@gnu.org>
4437
4438 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
4439 Doc fixes.
4440
6546b134
GM
44412012-02-14 Glenn Morris <rgm@gnu.org>
4442
4443 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
4444
d29b2b4c
LI
44452012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4446
4447 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
4448 way the ports list is computed.
835bdcba
LI
4449 (smtpmail-query-smtp-server): Prompt the user for a port number if
4450 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 4451
08dcdbc9
TZ
44522012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
4453
4454 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
4455
2605051a
GM
44562012-02-13 Glenn Morris <rgm@gnu.org>
4457
4458 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
4459
7ee99f32
TZ
44602012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4461
4462 * net/gnutls.el (gnutls-trustfiles): New variable.
4463 (gnutls-negotiate): Use it.
4464
5f0af64f
LI
44652012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
4466
4467 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
4468 does its stuff if Gnus is running.
4469
c14fcc95
AM
44702012-02-13 Alan Mackenzie <acm@muc.de>
4471
4472 Fix a loop in c-set-fl-decl-start.
4473
7a71b18d 4474 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
4475 c-backward-syntactic-ws actually moves backwards.
4476
142b4d90
LL
44772012-02-13 Leo Liu <sdl.web@gmail.com>
4478
4479 * net/rcirc.el (rcirc-markup-attributes): Move point to the
4480 beginning so that all \C-o chars are removed.
4481
fa9958a6
TZ
44822012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
4483
dc9924b8 4484 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 4485
0bc5886a
AM
44862012-02-12 Alan Mackenzie <acm@muc.de>
4487
4488 Fix infinite loop with long macros.
4d6769e1 4489 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 4490
d4bd55e7
CY
44912012-02-12 Chong Yidong <cyd@gnu.org>
4492
4493 * window.el (display-buffer): Doc fix (Bug#10785).
4494
66f3fe22
GM
44952012-02-12 Glenn Morris <rgm@gnu.org>
4496
bd7da63e
GM
4497 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4498 (x-disown-selection-internal, x-get-selection-internal):
4499 Sync docs with the xselect.c versions.
4500
66f3fe22
GM
4501 * allout-widgets.el: Add missing license notice.
4502
3e0d2fa7
GM
45032012-02-11 Glenn Morris <rgm@gnu.org>
4504
cfecdf09
GM
4505 * select.el (x-get-selection-internal, x-own-selection-internal)
4506 (x-disown-selection-internal):
4507 * x-dnd.el (x-get-selection-internal): Update declarations.
4508
6d216d7f
GM
4509 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
4510
2bed3f04
GM
4511 * window.el (window-sides-slots):
4512 * tool-bar.el (tool-bar-position):
4513 * term/xterm.el (xterm-extra-capabilities):
4514 * ses.el (ses-self-reference-early-detection):
4515 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
4516 (verilog-auto-wire-type)
4517 (verilog-auto-delete-trailing-whitespace)
4518 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
4519 (verilog-auto-tieoff-declaration):
4520 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
4521 (sql-oracle-statement-starters, sql-oracle-scan-on):
4522 * progmodes/prolog.el (prolog-align-comments-flag)
4523 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
4524 (prolog-left-indent-regexp, prolog-paren-indent-p)
4525 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
4526 (prolog-types, prolog-mode-specificators)
4527 (prolog-determinism-specificators, prolog-directives)
4528 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
4529 (prolog-electric-dot-flag)
4530 (prolog-electric-dot-full-predicate-template)
4531 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
4532 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
4533 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
4534 (prolog-program-switches, prolog-prompt-regexp)
4535 (prolog-debug-on-string, prolog-debug-off-string)
4536 (prolog-trace-on-string, prolog-trace-off-string)
4537 (prolog-zip-on-string, prolog-zip-off-string)
4538 (prolog-use-standard-consult-compile-method-flag)
4539 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
4540 (prolog-imenu-max-lines, prolog-info-predicate-index)
4541 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
4542 (prolog-char-quote-workaround):
4543 * progmodes/cc-vars.el (c-defun-tactic):
4544 * net/tramp.el (tramp-encoding-command-interactive)
4545 (tramp-local-end-of-line):
4546 * net/soap-client.el (soap-client):
4547 * net/netrc.el (netrc-file):
4548 * net/gnutls.el (gnutls):
4549 * minibuffer.el (completion-category-overrides)
4550 (completion-cycle-threshold)
4551 (completion-pcm-complete-word-inserts-delimiters):
4552 * man.el (Man-name-local-regexp):
4553 * mail/feedmail.el (feedmail-display-full-frame):
4554 * international/characters.el (glyphless-char-display-control):
4555 * eshell/em-ls.el (eshell-ls-date-format):
4556 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
4557 (lisp-lambda-list-keyword-parameter-indentation)
4558 (lisp-lambda-list-keyword-parameter-alignment):
4559 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
4560 * dired-x.el (dired-omit-verbose):
4561 * cus-theme.el (custom-theme-allow-multiple-selections):
4562 * calc/calc.el (calc-highlight-selections-with-faces)
4563 (calc-lu-field-reference, calc-lu-power-reference)
4564 (calc-note-threshold):
4565 * battery.el (battery-mode-line-limit):
4566 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4567 (archive-7z-update):
4568 * allout.el (allout-prefixed-keybindings)
4569 (allout-unprefixed-keybindings)
4570 (allout-inhibit-auto-fill-on-headline)
4571 (allout-flattened-numbering-abbreviation):
4572 * allout-widgets.el (allout-widgets-auto-activation)
4573 (allout-widgets-icons-dark-subdir)
4574 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
4575 (allout-widgets-theme-dark-background)
4576 (allout-widgets-theme-light-background)
4577 (allout-widgets-item-image-properties-emacs)
4578 (allout-widgets-item-image-properties-xemacs)
4579 (allout-widgets-run-unit-tests-on-load)
4580 (allout-widgets-time-decoration-activity)
4581 (allout-widgets-hook-error-post-time)
4582 (allout-widgets-track-decoration):
4583 Add missing :version tags to new defcustoms and defgroups.
4584
5fec1b8e
GM
4585 * progmodes/sql.el (sql-ansi-statement-starters)
4586 (sql-oracle-statement-starters): Add custom type.
4587
3e0d2fa7
GM
4588 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
4589 (prolog-system-version): Give it a type.
4590
90b671e2
EZ
45912012-02-11 Eli Zaretskii <eliz@gnu.org>
4592
4593 * term/pc-win.el (x-select-text, x-selection-owner-p)
4594 (x-own-selection-internal, x-disown-selection-internal)
4595 (x-get-selection-internal): Sync doc strings and argument lists
4596 with xselect.c, common-win.el and x-win.el. (Bug#10783)
4597
5eac0c02
LL
45982012-02-11 Leo Liu <sdl.web@gmail.com>
4599
4600 * progmodes/python.el (python-end-of-statement): Fix infinite
4601 loop. (Bug#10788)
4602
f82cb659
GM
46032012-02-10 Glenn Morris <rgm@gnu.org>
4604
4605 * international/mule-cmds.el (unify-8859-on-encoding-mode)
4606 (unify-8859-on-decoding-mode): Properly mark as obsolete.
4607
cc26d239
LI
46082012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
4609
4610 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
4611 about SMTP before checking the From header.
4612
91027d08 4613 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
4614 into own function for reuse by emacsbug.el.
4615
1be3ca5a
LL
46162012-02-10 Leo Liu <sdl.web@gmail.com>
4617
4618 * subr.el (condition-case-unless-debug): Rename from
4619 condition-case-no-debug. All callers changed.
4620 (with-demoted-errors): Fix caller.
4621
4622 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
4623 * nxml/rng-valid.el (rng-do-some-validation):
4624 * emacs-lisp/package.el (package-refresh-contents)
4625 (package-menu-execute):
4626 * desktop.el (desktop-create-buffer):
91027d08 4627 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 4628
b011fbfe
GM
46292012-02-10 Glenn Morris <rgm@gnu.org>
4630
b2096d72
GM
4631 * textmodes/bibtex.el:
4632 Add missing :version tags for new/changed defcustoms.
4633
b011fbfe
GM
4634 * files.el (remote-file-name-inhibit-cache): Doc fixes.
4635
4c7e65bf
LI
46362012-02-09 Lars Ingebrigtsen <larsi@rusty>
4637
4638 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
4639 (smtpmail-via-smtp): Use it, or fall back on the From address.
4640 (smtpmail-send-it): Ditto.
4641
f3934f6f
SM
46422012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
4643
4644 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
4645 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
4646 (byte-compile-tmp-var): New const.
4647 (byte-compile-defvar): Use it to minimize .elc size.
4648 Just use `defvar' rather than simulate it (bug#10761).
4649
a075a2c5
GM
46502012-02-09 Glenn Morris <rgm@gnu.org>
4651
cf3aa21b
GM
4652 * files.el (rename-uniquely): Doc fix. (Bug#3806)
4653
354998cd
GM
4654 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
4655 Add :version tags.
4656
dc9924b8
SM
4657 * progmodes/compile.el (compilation-error-screen-columns)
4658 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 4659
dab3703d
GM
4660 * vc/log-view.el (log-view-toggle-entry-display):
4661 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
4662
3f88cd72
GM
4663 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
4664 (report-emacs-bug-can-use-xdg-email):
4665 (report-emacs-bug-insert-to-mailer): Doc fixes.
4666 (report-emacs-bug): Message fix.
4667
d95b247d
GM
4668 * net/browse-url.el (browse-url-can-use-xdg-open)
4669 (browse-url-xdg-open): Doc fixes.
4670
a075a2c5
GM
4671 * electric.el (electric-indent-mode, electric-pair-mode)
4672 (electric-layout-rules, electric-layout-mode): Doc fixes.
4673 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
4674
ffb6157e
MR
46752012-02-08 Martin Rudalics <rudalics@gmx.at>
4676
4677 * server.el (server-unselect-display): Don't inadvertently kill
4678 the current buffer. (Bug#10729)
4679
e1ac4066
GM
46802012-02-08 Glenn Morris <rgm@gnu.org>
4681
34e8a2da
GM
4682 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
4683 (sql-list-table): Doc fixes.
4684
b4ac6e8c
GM
4685 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
4686 Comment out (does nothing).
4687
e1ac4066
GM
4688 * completion.el (dynamic-completion-mode):
4689 * dirtrack.el (dirtrack-debug-mode):
4690 * electric.el (electric-layout-mode):
4691 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
4692 * face-remap.el (text-scale-mode, buffer-face-mode):
4693 * iimage.el (iimage-mode):
4694 * image-mode.el (image-transform-mode):
4695 * minibuffer.el (completion-in-region-mode):
4696 * scroll-lock.el (scroll-lock-mode):
4697 * simple.el (next-error-follow-minor-mode):
4698 * tar-mode.el (tar-subfile-mode):
4699 * tooltip.el (tooltip-mode):
4700 * vcursor.el (vcursor-use-vcursor-map):
4701 * wid-browse.el (widget-minor-mode):
4702 * emulation/tpu-edt.el (tpu-edt-mode):
4703 * emulation/tpu-extras.el (tpu-cursor-free-mode):
4704 * international/iso-ascii.el (iso-ascii-mode):
4705 * language/thai-util.el (thai-word-mode):
4706 * mail/supercite.el (sc-minor-mode):
4707 * net/goto-addr.el (goto-address-mode):
4708 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
4709 * progmodes/cwarn.el (cwarn-mode):
4710 * progmodes/flymake.el (flymake-mode):
4711 * progmodes/glasses.el (glasses-mode):
4712 * progmodes/hideshow.el (hs-minor-mode):
4713 * progmodes/pascal.el (pascal-outline-mode):
4714 * textmodes/enriched.el (enriched-mode):
4715 * vc/smerge-mode.el (smerge-mode):
4716 Doc fixes (minor mode argument).
4717
5e0d957f
EZ
47182012-02-07 Eli Zaretskii <eliz@gnu.org>
4719
4720 * ls-lisp.el (ls-lisp-sanitize): New function.
4721 (ls-lisp-insert-directory): Use it to fix or remove any elements
4722 in file-alist with missing attributes. (Bug#4673)
4723
98d7371e
AM
47242012-02-07 Alan Mackenzie <acm@muc.de>
4725
4726 Fix spurious recognition of c-in-knr-argdecl.
4727
4728 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
4729 putative K&R region.
4730
667ced3a
AM
47312012-02-07 Alan Mackenzie <acm@muc.de>
4732
eb864a71
LM
4733 * progmodes/cc-engine.el (c-forward-objc-directive):
4734 Prevent looping in "#pragma mark @implementation".
667ced3a 4735
5b77774d
MA
47362012-02-07 Michael Albinus <michael.albinus@gmx.de>
4737
4738 * notifications.el (notifications-on-closed-signal): Make `reason'
4739 optional. (Bug#10744)
4740
af008560
GM
47412012-02-07 Glenn Morris <rgm@gnu.org>
4742
60d47423
GM
4743 * emacs-lisp/easy-mmode.el (define-minor-mode):
4744 Doc fixes for the macro and the mode it defines.
4745
dd605cc4
GM
4746 * image.el (imagemagick-types-inhibit): Doc fix.
4747
af008560
GM
4748 * cus-start.el (imagemagick-render-type): Add it.
4749
5cc59a37
LI
47502012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
4751
4d6769e1
JB
4752 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
4753 Set the default at load time, too, so that `font-lock-fontify-buffer'
4754 can be called without setting up the entire mode first. This fixes
4755 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 4756
9a6dd747
CY
47572012-02-06 Chong Yidong <cyd@gnu.org>
4758
2d16b285
CY
4759 * simple.el (list-processes--refresh): Delete exited processes
4760 (Bug#8094).
4761
171e9b6e
CY
4762 * comint.el (comint-next-prompt): next-single-char-property-change
4763 and prev-single-char-property-change never return nil (Bug#8657).
4764
9a6dd747
CY
4765 * custom.el (defcustom): Doc fix (Bug#9711).
4766
aa4589a7
CY
47672012-02-05 Chong Yidong <cyd@gnu.org>
4768
5c2a252f
CY
4769 * cus-edit.el (custom-variable-reset-backup): Quote the value
4770 before storing it in the customized-value property (Bug#6712).
4aab9006 4771 (custom-display): Add a customization type tag.
983b9602 4772 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 4773
aa4589a7
CY
4774 * wid-edit.el (widget-field-value-get): New optional arg to
4775 suppress trailing whitespace truncation.
4776 (character): Use it (Bug#2689).
4777
1ff980ae
AS
47782012-02-05 Andreas Schwab <schwab@linux-m68k.org>
4779
4780 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
4781 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
4782
03988c98
CY
47832012-02-05 Chong Yidong <cyd@gnu.org>
4784
eeb6cc88
CY
4785 * cus-edit.el (custom-variable-value-create): For mismatched
4786 types, show the current value (Bug#7600).
4787
03988c98
CY
4788 * custom.el (defcustom): Doc fix.
4789
f8cdeef0
GM
47902012-02-05 Glenn Morris <rgm@gnu.org>
4791
4792 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
4793
0696d255
JB
47942012-02-05 Juanma Barranquero <lekktu@gmail.com>
4795
4796 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
4797 (pp-buffer): Use `ignore-errors', `looking-at-p'.
4798 (pp-last-sexp): Use `looking-at-p'.
4799
34c99998
GM
48002012-02-04 Glenn Morris <rgm@gnu.org>
4801
8f05da42
GM
4802 * files.el (revert-buffer):
4803 Doc fix (mention revert-buffer-in-progress-p).
4804
f160676e
GM
4805 * emacs-lisp/ert-x.el (ert-simulate-command):
4806 Check deferred-action-list (which is obsolete) is bound.
4807
c7291ad9
GM
4808 * subr.el (with-wrapper-hook): Doc fixes.
4809
34c99998
GM
4810 * simple.el (filter-buffer-substring-functions)
4811 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
4812
6283a7d3
LL
48132012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
4814
4815 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
4816 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
4817
e96e3013
LL
48182012-02-04 Leo Liu <sdl.web@gmail.com>
4819
4820 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
4821
8ded50f2
GM
48222012-02-04 Glenn Morris <rgm@gnu.org>
4823
82ff1d13
GM
4824 * image.el (image-extension-data): Add obsolete alias.
4825
987a0a16
GM
4826 * isearch.el (isearch-update): Doc fix.
4827
ea32ef46
GM
4828 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
4829
8ded50f2
GM
4830 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
4831
eea14f31
GM
48322012-02-03 Glenn Morris <rgm@gnu.org>
4833
4834 * image.el (image-animated-p): Doc fix. Use image-animated-types.
4835 (image-animate-timeout): Doc fix.
4836
4837 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
4838
12f381b7
GM
48392012-02-02 Glenn Morris <rgm@gnu.org>
4840
953cebf5
GM
4841 * server.el (server-auth-dir): Doc fix.
4842 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
4843
12f381b7
GM
4844 * subr.el (run-mode-hooks): Doc fix.
4845
953a8c3b
JL
48462012-02-02 Juri Linkov <juri@jurta.org>
4847
4848 * image-mode.el (image-toggle-display-image): Remove tautological
4849 `major-mode' from the `derived-mode-p' test.
4850
c5d3843c
KH
48512012-02-02 Kenichi Handa <handa@m17n.org>
4852
9f6e692e 4853 * composite.el (compose-region): Cancel previous change.
c5d3843c 4854
159462d4 48552012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
4856
4857 * composite.el (compose-region, compose-string): Signal error for
4858 a null string component (Bug#6988).
4859
9f562668
CY
48602012-02-01 Chong Yidong <cyd@gnu.org>
4861
e2cef717
CY
4862 * view.el (view-buffer-other-window, view-buffer-other-frame):
4863 Handle special modes like view-buffer (Bug#10650).
4864 (view-buffer): Simplify.
4865
9f562668
CY
4866 * frame.el (set-frame-font): Tweak meaning of third argument.
4867
9f6e692e
JB
4868 * dynamic-setting.el (font-setting-change-default-font):
4869 Use set-frame-font (Bug#9982).
9f562668 4870
781acb9f
GM
48712012-02-01 Glenn Morris <rgm@gnu.org>
4872
6035be52
GM
4873 * progmodes/compile.el (compilation-internal-error-properties):
4874 Respect compilation-first-column in the "*compilation*" buffer.
4875
781acb9f
GM
4876 * emacs-lisp/easy-mmode.el (define-minor-mode):
4877 Relax :variable's test for a named function.
4878
abbceb00
AM
48792012-01-31 Alan Mackenzie <acm@muc.de>
4880
4881 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
4882 off by one error.
4883
fce3fdeb
CY
48842012-01-31 Chong Yidong <cyd@gnu.org>
4885
4886 * frame.el (set-frame-font): New arg ALL-FRAMES.
4887
4888 * menu-bar.el (menu-set-font): Use set-frame-font.
4889
4890 * faces.el (face-spec-reset-face): Don't apply unspecified
4891 attribute values to the default face.
4892
47893581
JB
48932012-01-31 Juanma Barranquero <lekktu@gmail.com>
4894
4895 * progmodes/cwarn.el (cwarn): Remove dead link.
4896 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
4897 Remove * from defcustom docstrings.
4898 (turn-on-cwarn-mode): Make obsolete.
4899 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
4900 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
4901
e58e988a
GM
49022012-01-31 Glenn Morris <rgm@gnu.org>
4903
60dc2671 4904 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 4905 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 4906 Allow named functions to be used as the cdr of :variable.
e58e988a 4907
7a3f511d
GM
49082012-01-30 Glenn Morris <rgm@gnu.org>
4909
4910 * emacs-lisp/authors.el (authors-fixed-entries):
4911 Remove reference to deleted file rnewspost.el.
4912
cb882333
JB
49132012-01-29 Juanma Barranquero <lekktu@gmail.com>
4914
4915 * window.el (window-with-parameter): Remove unused variable `windows'.
4916 (window--side-check): Remove unused variable `code'.
4917 (window--resize-siblings): Remove unused variable `first'.
4918 (adjust-window-trailing-edge): Remove unused variable `failed'.
4919 (window-deletable-p, window--delete): Remove unused variable `buffer'.
4920 Use `let', not `let*'.
4921 (balance-windows-2): Remove unused variable `found'.
4922 (window--state-put-2): Remove unused variable `splits'.
4923 (window-state-put): Remove unused variable `selected'.
4924 (same-window-p): Use `string-match-p'.
4925 (display-buffer-assq-regexp): Remove unused variable `value'.
4926 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4927 Mark argument ALIST as ignored.
4928 (pop-to-buffer): Remove unused variable `old-window'.
4929
907201af
EZ
49302012-01-29 Eli Zaretskii <eliz@gnu.org>
4931
4932 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
4933 and .lzma compressed files.
4934
ea162670
CY
49352012-01-29 Chong Yidong <cyd@gnu.org>
4936
5b95ee8a
CY
4937 * frame.el (window-system-default-frame-alist): Doc fix.
4938
ea162670
CY
4939 * dynamic-setting.el (font-setting-change-default-font): Don't
4940 change the default face if SET-FONT argument is non-nil (Bug#9982).
4941
d6e6f4b1
SB
49422012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
4943
4944 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
4945
0f29fa41 49462012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
4947
4948 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
4949 breakpoints in files outside current directory (Bug#6098).
4950
db174434
CY
49512012-01-29 Chong Yidong <cyd@gnu.org>
4952
6b25e4e2
SE
4953 * progmodes/python.el: Require ansi-color at top-level.
4954
6df6ae42
JB
4955 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
4956 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
4957 (lisp-mode-abbrev-table): Add doc.
4958 (lisp-mode-variables): Don't set local-abbrev-table.
4959 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
4960
e70ee681
RW
49612012-01-28 Roland Winkler <winkler@gnu.org>
4962
4963 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
4964
ace88aa2
RW
49652012-01-28 Roland Winkler <winkler@gnu.org>
4966
4967 * textmodes/bibtex.el (bibtex-entry-alist): New function.
4968 (bibtex-set-dialect): Use it. Either set global values of
4969 dialect-dependent variables or bind these variables buffer-locally
4970 (Bug#10254).
4971 (bibtex-mode): Call bibtex-set-dialect via
4972 hack-local-variables-hook.
eb864a71
LM
4973 (bibtex-dialect): Update docstring.
4974 Add safe-local-variable predicate.
ace88aa2
RW
4975 (bibtex-entry-alist, bibtex-field-alist): Initialize via
4976 bibtex-set-dialect.
4977 (bibtex-mode-map): Define menu for each dialect.
4978 (bibtex-entry): Fix docstring.
4979
93376c5b
CY
49802012-01-28 Chong Yidong <cyd@gnu.org>
4981
4982 * eshell/esh-arg.el (eshell-quote-argument): New function.
4983
4984 * eshell/esh-ext.el (eshell-invoke-batch-file):
4985 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
4986 first arg to eshell-parse-command (Bug#10523).
4987
4372494f
DA
49882012-01-28 Drew Adams <drew.adams@oracle.com>
4989
4990 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
4991 `default-directory' is non-nil.
4992
4d4ec1f8
EZ
49932012-01-28 Eli Zaretskii <eliz@gnu.org>
4994
4995 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
4996 line that displays system-configuration-options. (Bug#9924)
4997
7c188927
DA
49982012-01-28 Drew Adams <drew.adams@oracle.com>
4999
5000 * descr-text.el (describe-char): Show information about POS, in
5001 addition to information about the character at POS. Improve and
5002 update the doc string. Change "code point" to "code point in
5003 charset", to avoid confusion with the character's Unicode code
5004 point shown above that. (Bug#10129)
5005
e0da685a
EZ
50062012-01-28 Eli Zaretskii <eliz@gnu.org>
5007
5008 * descr-text.el (describe-char): Show the raw character, not only
5009 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
5010 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
5011 for the reasons.
5012
70550acf
PH
50132012-01-28 Phil Hagelberg <phil@hagelb.org>
5014
eb864a71
LM
5015 * emacs-lisp/package.el (package-install):
5016 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 5017
0ce8e868
CY
50182012-01-28 Chong Yidong <cyd@gnu.org>
5019
cb882333
JB
5020 * emacs-lisp/package.el (package-maybe-load-descriptor):
5021 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
5022 (package-maybe-load-descriptor): Use it.
5023 (package-download-transaction): Fully load required packages
5024 inside the loop, so that `require' calls work (Bug#10593).
5025 (package-install): No need to call package-initialize now.
5026
2e7f3bea
CY
50272012-01-28 Chong Yidong <cyd@gnu.org>
5028
6e9bad14
CY
5029 * simple.el (deactivate-mark): Doc fix (Bug#8614).
5030
f823b8ca
CY
5031 * tooltip.el (tooltip-mode): Doc fix.
5032 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
5033
2680c309
CY
5034 * frame.el (set-cursor-color): Doc fix (Bug#352).
5035
d7a9e63b
CY
5036 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
5037 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
5038
2e7f3bea
CY
5039 * cus-edit.el (custom-buffer-create-internal): Fix search button
5040 action (Bug#10542).
2ae01800 5041 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 5042
fc4f7a23
EW
50432012-01-27 Eduard Wiebe <usenet@pusto.de>
5044
5045 * dired.el (dired-mark-files-regexp):
5046 Include any subdirectory components. (Bug#10445)
5047
7dd37071
ML
50482012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
5049
5050 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
5051 Handle [host]:port syntax. (Bug#10533)
5052
a268160b
AH
50532012-01-27 Alex Harsanyi <harsanyi@mac.com>
5054
5055 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
5056
e43273ef
GM
50572012-01-26 Glenn Morris <rgm@gnu.org>
5058
5059 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
5060 * term.el (term-raw-escape-map): Use Control-X-prefix.
5061 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
5062
1edf595d
MR
50632012-01-25 Martin Rudalics <rudalics@gmx.at>
5064
5065 * window.el (window-state-get, window--state-get-1): Don't deal
5066 with fixed-sizeness of windows. Simplify code.
5067
fa8eafef
JC
50682012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
5069
6df6ae42
JB
5070 * window.el (window--state-get-1, window--state-put-2):
5071 Don't save and restore the mark.
fa8eafef 5072
0b21c100
CY
50732012-01-25 Chong Yidong <cyd@gnu.org>
5074
5075 * custom.el (custom-variable-p): Doc fix.
5076
5ae1a6c8
GM
50772012-01-25 Glenn Morris <rgm@gnu.org>
5078
40047858
GM
5079 * dired.el (dired-goto-file): Handle some of the more common
5080 characters that `ls -b' escapes. (Bug#10596)
5081
5ddce96c
GM
5082 * progmodes/compile.el (compilation-next-error-function):
5083 Respect compilation-first-column in the "*compilation*" buffer.
5084 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
5085
5ae1a6c8
GM
5086 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
5087
b559f1a9
GM
50882012-01-24 Glenn Morris <rgm@gnu.org>
5089
5090 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
5091
6725d21a
JD
50922012-01-24 Julien Danjou <julien@danjou.info>
5093
5094 * color.el (color-rgb-to-hsl): Fix value computing.
5095 (color-hue-to-rgb): New function.
5096 (color-hsl-to-rgb): New function.
5097 (color-clamp, color-saturate-hsl, color-saturate-name)
5098 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5099 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5100
70df4bbe
GM
51012012-01-24 Glenn Morris <rgm@gnu.org>
5102
5103 * vc/vc-rcs.el (vc-rcs-create-tag):
5104 * vc/vc-sccs.el (vc-sccs-create-tag):
5105 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
5106
802a2ae2
ML
51072012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
5108
5109 * eshell/esh-util.el (eshell-read-hosts-file):
5110 Skip comment lines. (Bug#10549)
5111
d7128bb1
ML
5112 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
5113
d1a5c3b4
JB
51142012-01-23 Juanma Barranquero <lekktu@gmail.com>
5115
2724d9c7
JB
5116 * subr.el (display-delayed-warnings): Doc fix.
5117 (collapse-delayed-warnings): New function to collapse identical
5118 adjacent warnings.
5119 (delayed-warnings-hook): Add it.
d1a5c3b4 5120
a5509865
MA
51212012-01-22 Michael Albinus <michael.albinus@gmx.de>
5122
5123 * net/tramp.el (tramp-action-login): Set connection property "login-as".
5124
a5509865
MA
5125 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
5126 (tramp-default-user-alist): Don't add "pscp".
5127 (tramp-do-copy-or-rename-file-out-of-band): Use connection
5128 property "login-as", if set. (Bug#10530)
5129
cc6d5805
MA
51302012-01-21 Michael Albinus <michael.albinus@gmx.de>
5131
5132 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
5133 "plink1" and "psftp". (Bug#10530)
5134
51352012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
5136
5137 * international/mule-cmds.el (prefer-coding-system): Show a
5138 warning message if the default value of file-name-coding-system
5139 was not changed.
5140
f0960428
JC
51412012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
5142
cb882333
JB
5143 * windmove.el (windmove-reference-loc):
5144 Fix windmove-reference-loc miscalculation.
f0960428 5145
dd6f2a63
JB
51462012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
5147
5148 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
5149 default unit.
5150
7b447e9b
GM
51512012-01-21 Glenn Morris <rgm@gnu.org>
5152
117a9ea1
GM
5153 * international/mule.el (auto-coding-alist): Add .tbz.
5154
7b447e9b
GM
5155 * files.el (local-enable-local-variables): Doc fix.
5156 (inhibit-local-variables-regexps): Rename from
5157 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
5158 Doc fix. Add some extensions from auto-coding-alist.
5159 (inhibit-local-variables-suffixes):
5160 Rename from inhibit-first-line-modes-suffixes. Doc fix.
5161 (inhibit-local-variables-p):
5162 New function, extracted from set-auto-mode-1.
5163 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
5164 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
5165 (hack-local-variables): Doc fix. Make the mode-only case
5166 respect enable-local-variables and friends.
5167 Respect inhibit-local-variables-regexps for file-locals, but
5168 not for directory-locals.
5169 (set-visited-file-name):
5170 Take account of inhibit-local-variables-regexps.
5171 Whether it applies may change as the file name is changed.
5172 * jka-cmpr-hook.el (jka-compr-install):
5173 * jka-compr.el (jka-compr-uninstall):
5174 Update for inhibit-first-line-modes-suffixes name change.
5175
dd6e3cdd
MR
51762012-01-20 Martin Rudalics <rudalics@gmx.at>
5177
5178 * help-macro.el (make-help-screen): Temporarily restore original
5179 binding for minor-mode-map-alist (Bug#10454).
5180
0d0deb38
JD
51812012-01-19 Julien Danjou <julien@danjou.info>
5182
5183 * color.el (color-name-to-rgb): Use the white color to find the max
5184 color component value and return correctly computed values.
5185 (color-name-to-rgb): Add missing float conversion for max value.
5186
34a02f46
MR
51872012-01-19 Martin Rudalics <rudalics@gmx.at>
5188
5189 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
5190 special state value for window-persistent-parameters.
5191 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
5192 (window--state-put-2): Reset all window parameters to nil before
5193 assigning values of persistent parameters.
5194
606c44c4
AM
51952012-01-18 Alan Mackenzie <acm@muc.de>
5196
5197 Eliminate sluggishness and hangs in fontification of "semicolon
5198 deserts".
5199
cb882333
JB
5200 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
5201 Change value 10000 -> 3000.
606c44c4
AM
5202 (c-state-safe-place): Reformulate so it doesn't stack up an
5203 infinite number of wrong entries in c-state-nonlit-pos-cache.
5204 (c-determine-limit-get-base, c-determine-limit): New functions to
5205 determine backward search limits disregarding literals.
5206 (c-find-decl-spots): Amend commenting.
5207 (c-cheap-inside-bracelist-p): New function which detects "={".
5208
5209 * progmodes/cc-fonts.el
5210 (c-make-font-lock-BO-decl-search-function): Give a limit to a
5211 backward search.
5212 (c-font-lock-declarations): Fix an occurrence of point being
5213 undefined. Check additionally for point being in a bracelist or
5214 near a macro invocation without a semicolon so as to avoid a
5215 fruitless time consuming search for a declarator. Give a more
5216 precise search limit for declarators using the new
5217 c-determine-limit.
5218
f3860cea
GM
52192012-01-18 Glenn Morris <rgm@gnu.org>
5220
5221 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
5222 (set-auto-mode): Doc fixes.
5223
1db03b16
GM
52242012-01-17 Glenn Morris <rgm@gnu.org>
5225
0e6038be
GM
5226 * isearch.el (search-nonincremental-instead): Fix doc typo.
5227
1db03b16
GM
5228 * dired.el (dired-insert-directory): Handle newlines in directory name.
5229 (dired-build-subdir-alist): Unescape newlines in directory name.
5230
4cb0aa75
MA
52312012-01-17 Michael Albinus <michael.albinus@gmx.de>
5232
5233 * net/tramp.el (tramp-local-end-of-line): New defcustom.
5234 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
5235 (tramp-action-terminal): Use it. (Bug#10530)
5236
1d00653d
SM
52372012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5238
5239 * minibuffer.el (completion--replace): Strip properties (bug#10062).
5240
6a6ee00d
MR
52412012-01-16 Martin Rudalics <rudalics@gmx.at>
5242
5243 * window.el (window-state-ignored-parameters): Remove variable.
5244 (window--state-get-1): Rename argument MARKERS to IGNORE.
5245 Handle persistent window parameters. Make copy of clone-of
5246 parameter only if requested. (Bug#10348)
5247 (window--state-put-2): Install a window parameter only if it has
5248 a non-nil value or an existing parameter shall be overwritten.
5249
97912def
MA
52502012-01-15 Michael Albinus <michael.albinus@gmx.de>
5251
5252 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
5253
688070a5
EZ
52542012-01-14 Eli Zaretskii <eliz@gnu.org>
5255
5256 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
5257 don't pass the (nil) value of `upnode' to string-match.
5258
301afadc
CY
52592012-01-14 Chong Yidong <cyd@gnu.org>
5260
5261 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 5262 Fix values recognized by the cursorBlink resource.
301afadc 5263
9e5788aa
PE
52642012-01-14 Paul Eggert <eggert@cs.ucla.edu>
5265
5266 * epg.el (epg--make-temp-file): Avoid permission race condition
5267 when running on old Emacs versions (bug#10403).
5268
3cdb7f5a
GM
52692012-01-14 Glenn Morris <rgm@gnu.org>
5270
5271 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
5272
8c82b1b4
AM
52732012-01-13 Alan Mackenzie <acm@muc.de>
5274
5275 Fix filling for when filladapt mode is enabled.
5276
5277 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
5278 c-mask-paragraph, pass in `fill-paragraph' rather than
5279 `fill-region-as-paragraph'. (This is a reversion of a previous
5280 change.)
eb864a71
LM
5281 * progmodes/cc-mode.el (c-basic-common-init):
5282 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 5283
e517eda4
GM
52842012-01-13 Glenn Morris <rgm@gnu.org>
5285
1498536e
GM
5286 * dired.el (dired-switches-escape-p): New function.
5287 (dired-insert-directory): Use dired-switches-escape-p.
5288 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
5289
e517eda4
GM
5290 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
5291
328f984d
GM
52922012-01-12 Glenn Morris <rgm@gnu.org>
5293
5294 * mail/sendmail.el (mail-mode): Update paragraph-separate for
5295 changes in adaptive-fill-regexp. (Bug#10276)
5296
2cc769a8
AM
52972012-01-11 Alan Mackenzie <acm@muc.de>
5298
5299 Fix Emacs bug #10463 - put `widen's around the critical spots.
5300
1d00653d 5301 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
5302 widen around each invocation of c-state-pp-to-literal. Remove an
5303 unused let variable.
5304
e52c37fa
GM
53052012-01-11 Glenn Morris <rgm@gnu.org>
5306
5307 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 5308 Doc fix.
e52c37fa 5309
96f8741e
CY
53102012-01-10 Chong Yidong <cyd@gnu.org>
5311
1d00653d
SM
5312 * net/network-stream.el (network-stream-open-starttls):
5313 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
5314 response to the capability command.
5315
b09a806e
GM
53162012-01-10 Glenn Morris <rgm@gnu.org>
5317
5318 * mail/unrmail.el (unrmail): Tweak previous change.
5319
7655cb66
CY
53202012-01-09 Chong Yidong <cyd@gnu.org>
5321
5322 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
5323
9d5a8f0b
AM
53242012-01-08 Alan Mackenzie <acm@muc.de>
5325
5326 Optimise font locking in long enum definitions.
5327
5328 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
5329 arm to a cond form to handle enums.
5330 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
5331 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
5332
9a0115ab 53332012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
5334
5335 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 5336 (Bug#10401)
6bb72cbd 5337
f186bb95
LMI
53382012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5339
29232a68
LMI
5340 * faces.el (set-face-attribute): Clarify the meaning of the nil
5341 frame (bug#10294).
5342
4e5d086d
LMI
5343 * subr.el (with-selected-frame): Mention that the selected frame
5344 is restored (bug#9980).
5345
8e66aebe
LMI
5346 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
5347 (bug#9759).
5348
cd394be1 5349 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
5350 (password-read): Don't autoload unused function.
5351
adf4e762
JB
53522012-01-07 Juanma Barranquero <lekktu@gmail.com>
5353
5354 * progmodes/which-func.el (which-func-mode): Turn into a
5355 non-interactive function and mark as obsolete (bug#10428).
5356
89bd9ccd
CY
53572012-01-06 Chong Yidong <cyd@gnu.org>
5358
5359 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
5360 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
5361 functions, along with 1 and -1.
5362
4afee9d5
EZ
53632012-01-06 Eli Zaretskii <eliz@gnu.org>
5364
5365 * time.el (display-time-load-average)
5366 (display-time-default-load-average): Doc fixes. See the thread
5367 starting at
5368 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
5369 for the details.
5370
536aea70
GM
53712012-01-06 Glenn Morris <rgm@gnu.org>
5372
665ae865
GM
5373 * mail/unrmail.el (unrmail): Give an explicit error if the input file
5374 has no messages. (Bug#10377)
5375
c869783d
GM
5376 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
5377 than Info-edit. (Bug#10385)
5378
2bb4227e
GM
5379 * time.el (display-time-load-average, display-time-next-load-average):
5380 Doc fixes.
5381
7d5944b9
GM
5382 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
5383 local setting of buffer-read-only to the input buffer. (Bug#10419)
5384
536aea70
GM
5385 * calendar/calendar.el (calendar-mode):
5386 Locally set scroll-margin to 0. (Bug#10379)
5387
7dccca16
UM
53882012-01-06 Ulrich Mueller <ulm@gentoo.org>
5389
5390 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
5391
afbb7930
GM
53922012-01-05 Glenn Morris <rgm@gnu.org>
5393
5394 * eshell/em-unix.el (diff-no-select): Autoload it.
5395 (eshell/diff): Use diff-no-select. (Bug#10420)
5396
04482335
CY
53972012-01-05 Chong Yidong <cyd@gnu.org>
5398
7baca3bc
CY
5399 * shell.el (shell-dynamic-complete-functions): Revert last change.
5400 (shell-command-completion-function): New function.
5401 (shell-completion-vars): Use it to implement
5402 shell-completion-execonly (Bug#10417).
5403
04482335
CY
5404 * custom.el (enable-theme): Don't set custom-safe-themes.
5405
1d00653d
SM
5406 * cus-theme.el (custom-theme-merge-theme):
5407 Ignore custom-enabled-themes and custom-safe-themes.
04482335 5408
bb5aa5d6
MM
54092012-01-05 Michael R. Mauger <mmaug@yahoo.com>
5410
5411 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
5412 first prompt in `sql-interacive-mode'.
5413 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 5414 keywords.
6df6ae42 5415 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
5416 (sql-product-interactive): Bug fix: Set `sql-buffer' in
5417 context of original buffer. Invoke `sql-login-hook'.
5418
a7183d7c
EZ
54192012-01-04 Eli Zaretskii <eliz@gnu.org>
5420
5421 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
5422 letters in cite-prefix.
5423
a1eacd1e
LMI
54242012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5425
5426 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
5427
787cdb34
CY
54282012-01-03 Chong Yidong <cyd@gnu.org>
5429
1d00653d
SM
5430 * shell.el (shell-dynamic-complete-functions):
5431 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
5432 comint-filename-completion first (Bug#10417).
5433
30710442
RS
54342012-01-02 Richard Stallman <rms@gnu.org>
5435
5436 * battery.el (battery-status-function):
5437 Detect when to use battery-yeeloong-sysfs.
5438 (battery-echo-area-format): Add string for Yeeloong.
5439 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
5440 (battery-yeeloong-sysfs): New function.
5441
f75bfc33
CY
54422012-01-02 Chong Yidong <cyd@gnu.org>
5443
5444 * dirtrack.el (dirtrack-list): Eliminate unused third element.
5445 (dirtrack): Merge code for handling relative filenames in prompt
5446 from shell-dir-cookie-watcher.
5447 (dirtrack-debug-message): New arg to avoid excess format calls.
5448
5449 * shell.el (shell-dir-cookie-re): Variable deleted.
5450 (shell-dir-cookie-watcher): Function deleted.
5451 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
5452 with dirtrack-mode.
5453
651e947e
EZ
54542012-01-01 Eli Zaretskii <eliz@gnu.org>
5455
1d00653d
SM
5456 * term/w32-win.el (dynamic-library-alist) <gnutls>:
5457 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
5458 libgnutls-26.dll.
5459
94d4c7dc
AS
54602011-12-31 Andreas Schwab <schwab@linux-m68k.org>
5461
5462 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
5463
8d43f3cd
EZ
54642011-12-31 Eli Zaretskii <eliz@gnu.org>
5465
5466 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
5467 headers of non-MIME messages, when rmail-enable-mime is non-nil.
5468
98c8795a
MA
54692011-12-29 Michael Albinus <michael.albinus@gmx.de>
5470
5471 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
5472 also for alternative shells.
5473 (tramp-open-connection-setup-interactive-shell): Check, whether
5474 the shell is a busybox.
5475 (tramp-send-command): Don't suppress multiple prompts for
5476 busyboxes, it hurts.
5477
51281b32
CY
54782011-12-28 Chong Yidong <cyd@gnu.org>
5479
5480 * progmodes/gdb-mi.el (gdb-get-source-file-list)
5481 (gdb-get-source-file): Move mode line update to
5482 gdb-get-source-file (Bug#10087).
5483
2170cb53
CY
54842011-12-25 Chong Yidong <cyd@gnu.org>
5485
5486 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
5487 gud-gdb-marker-filter without taking it as an argument.
5488 (gud-gdb-run-command-fetch-lines): Caller changed.
5489 (gud-gdb-completion-function): New variable.
5490 (gud-gdb-completion-at-point): Use it.
5491 (gud-gdb-completions-1): Split from gud-gdb-completions.
5492
5493 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
5494 function as separate arguments.
5495 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
5496 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
5497 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
5498 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
5499 (gdb-stopped, def-gdb-auto-update-trigger)
5500 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
5501 (gdb-get-changed-registers, gdb-get-main-selected-frame):
5502 Callers changed.
2170cb53
CY
5503 (gud-gdbmi-completions): New function.
5504 (gdb): Use it for generating the completion table.
5505
be8b11bb
AM
55062011-12-24 Alan Mackenzie <acm@muc.de>
5507
5508 Introduce a mechanism to widen the region used in context font
1d00653d 5509 locking. Use this to protect declarations from losing their contexts.
be8b11bb 5510
1d00653d
SM
5511 * progmodes/cc-langs.el (c-before-font-lock-functions):
5512 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 5513 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
5514 functions to be run just before context (etc.) font locking.
5515
5516 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 5517 New, functionality extracted from
be8b11bb 5518 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 5519 (c-in-after-change-fontification): New variable.
be8b11bb
AM
5520 (c-after-change): Set c-in-after-change-fontification.
5521 (c-set-fl-decl-start): Rejig its interface, so it can be called
5522 from both after-change and context fontifying.
b81d40f0
JB
5523 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
5524 New functions.
5525 (c-standard-font-lock-fontify-region-function): New variable.
5526 (c-font-lock-fontify-region): New function.
be8b11bb 5527
341cf6ac
JL
55282011-12-24 Juri Linkov <juri@jurta.org>
5529
5530 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
5531 (Bug#10348)
5532
bffcee0a
MA
55332011-12-23 Michael Albinus <michael.albinus@gmx.de>
5534
5535 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
5536 existence of source file. (Bug#10325)
5537
cb5e207c
AM
55382011-12-23 Alan Mackenzie <acm@muc.de>
5539
5540 Fix unstable fontification inside templates.
5541
b81d40f0
JB
5542 * progmodes/cc-langs.el (c-before-font-lock-functions):
5543 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
5544 additionally has c-set-fl-decl-start. The other languages (apart
5545 from AWK) have that as a single entry.
5546
b81d40f0
JB
5547 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5548 The functionality for "local" declarations has been extracted to
cb5e207c
AM
5549 c-set-fl-decl-start.
5550
b81d40f0
JB
5551 * progmodes/cc-mode.el (c-common-init, c-after-change):
5552 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
5553 (c-set-fl-decl-start): New function, extracted from
5554 c-font-lock-enclosing-decls and enhanced.
5555
60ff536c
JB
55562011-12-23 Juanma Barranquero <lekktu@gmail.com>
5557
5558 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
5559
1c4757d6
JL
55602011-12-22 Juri Linkov <juri@jurta.org>
5561
5562 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
5563
d031f2c7
CY
55642011-12-22 Chong Yidong <cyd@gnu.org>
5565
5566 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
5567
bace743a
DA
55682011-12-21 Drew Adams <drew.adams@oracle.com>
5569
5570 * files.el (file-remote-p): Fix docstring. (Bug#10319)
5571
728a1f2b
JC
55722011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
5573
5574 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
5575
0d373f73
TZ
55762011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
5577
fec0aaa4
TZ
5578 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
5579 highlighting and support. Fix up comments for capitalization.
5580 (cfengine-mode-debug): New var.
5581 (cfengine3-mode): Change the modeline indicator to "CFE3".
5582 (cfengine3-font-lock-keywords): Improve defun highlighting.
5583 (cfengine2-actions): Rename from `cfengine-actions'.
5584 (cfengine2-font-lock-keywords): Rename from
5585 `cfengine-font-lock-keywords'.
5586 (cfengine2-imenu-expression): Rename from
5587 `cfengine-imenu-expression'.
5588 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
5589 (cfengine2-beginning-of-defun): Rename from
5590 `cfengine-beginning-of-defun'.
5591 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
5592 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
5593 (cfengine2-mode): Rename from `cfengine-mode'. Change the
5594 modeline indicator to "CFE2".
5595 (cfengine-mode): Defalias to `cfengine-auto-mode'.
5596 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 5597
bc86f573
CY
55982011-12-21 Chong Yidong <cyd@gnu.org>
5599
5600 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
5601 filename argument.
5602
d45ba96b
MR
56032011-12-20 Martin Rudalics <rudalics@gmx.at>
5604
5605 * window.el (window-normalize-buffer-to-display): Remove.
5606 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
5607
a6198c90
CY
56082011-12-19 Chong Yidong <cyd@gnu.org>
5609
5610 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
5611 Don't signal an error in a predicate function; return non-nil.
5612 (vc-dir-mark-file): Move the error here.
5613 (vc-dir-mark-unmark): If acting on the region, keep going if one
5614 of the entries cannot be marked/unmarked.
5615 (vc-dir-mark-all-files): If current entry is a directory, mark
5616 only child files, as documented.
5617
34c5fb55
VB
56182011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
5619
5620 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
5621 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
5622 addition.
5623
c803b2b7
JD
56242011-12-18 Jan Djärv <jan.h.d@swipnet.se>
5625
5626 * term/ns-win.el (ns-get-selection-internal)
5627 (ns-store-selection-internal): Declare.
1154d12e
JB
5628 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
5629 Declare as obsolete.
5630 (ns-get-pasteboard, ns-paste-secondary):
5631 Use ns-get-selection-internal.
5632 (ns-set-pasteboard, ns-copy-including-secondary):
5633 Use ns-store-selection-internal.
c803b2b7 5634
9cff91f8 56352011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
5636
5637 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 5638 (vc-deduce-fileset): Doc fix.
99a289d9 5639
f16c898a
AS
56402011-12-16 Andreas Schwab <schwab@linux-m68k.org>
5641
5642 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
5643
763237c4
SS
56442011-12-13 Sam Steingold <sds@gnu.org>
5645
5646 * man.el (Man-getpage-in-background): When running under a
5647 window-system, ignore $MANWIDTH and $COLUMNS.
5648
5fc1c122
KH
56492011-12-15 Kenichi Handa <handa@m17n.org>
5650
5651 * language/ethio-util.el: Change coding tag to utf-8-emacs.
5652 (setup-ethiopic-environment-internal): Comment out key-binding for
5653 ethio-toggle-punctuation.
5654
13d49cbb
AM
56552011-12-13 Alan Mackenzie <acm@muc.de>
5656
898169a2
AM
5657 Add the switch statement to AWK Mode.
5658
7a71b18d 5659 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
5660 "default" to the keywords regexp.
5661
7a71b18d 5662 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 5663 expression as the rest.
1d00653d
SM
5664 (c-nonlabel-token-key): Allow string literals for AWK.
5665 Refactor for the other modes.
898169a2 5666
13d49cbb 5667 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 5668 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
5669 routines. Limit backward searching in c-font-lock-enclosing.decl.
5670
5671 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
5672 pp-state and literal type in addition to the limits.
1d00653d 5673 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 5674 (c-state-literal-at): Use the above new defun.
1d00653d
SM
5675 (c-slow-in-literal, c-fast-in-literal): Remove.
5676 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
5677
5678 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
5679 being in a literal. Add a limit for backward searching.
5680
5681 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
5682 c-slow-in-literal.
5683
15e0efc7
SM
56842011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5685
5686 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
5687
454592a6
MR
56882011-12-13 Martin Rudalics <rudalics@gmx.at>
5689
5690 * window.el (delete-other-windows): Use correct frame in call to
5691 window-with-parameter.
5692
87393f26
DP
56932011-12-12 Daniel Pfeiffer <occitan@t-online.de>
5694
5695 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
5696 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
5697 (makefile-gmake-statements, makefile-makepp-statements):
5698 Use it and add new makepp keywords.
5699 (makefile-makepp-font-lock-keywords): Add new patterns.
5700 (makefile-match-function-end): Match new [...] and [[...]].
5701
11636b22
JB
57022011-12-11 Juanma Barranquero <lekktu@gmail.com>
5703
5704 * ses.el (ses-call-printer-return, ses-cell-property-get)
5705 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
5706 (ses-create-cell-variable, ses-reset-header-string)
5707 (ses-cell-set-formula, ses-repair-cell-reference-all)
5708 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
5709 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
5710 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
5711 (ses-aset-with-undo, ses-load, ses-truncate-cell)
5712 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
5713 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
5714 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
5715 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
5716 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
5717 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
5718 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
5719 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
5720
cf018193
VB
57212011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
5722
5723 * ses.el: The overall change is to add cell renaming, that is
5724 setting fancy names for cell symbols other than name matching
5725 "\\`[A-Z]+[0-9]+\\'" regexp .
5726 (ses-create-cell-variable): New defun.
5727 (ses-relocate-formula): Relocate formulas only for cells the
5728 symbols of which are not renamed, i.e. symbols whose names do not
5729 match regexp "\\`[A-Z]+[0-9]+\\'".
5730 (ses-relocate-all): Relocate values only for cells the symbols of
5731 which are not renamed.
5732 (ses-load): Create cells variables as the (ses-cell ...) are read,
5733 in order to check row col consistency with cell symbol name only
5734 for cells that are not renamed.
5735 (ses-replace-name-in-formula): New defun.
5736 (ses-rename-cell): New defun.
5737
ee957461
CY
57382011-12-11 Chong Yidong <cyd@gnu.org>
5739
5740 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
5741 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
5742
9a9e9ef0
MR
57432011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
5744
5745 * window.el (other-window): Fix docstring.
5746
92a8eba5
EZ
57472011-12-10 Eli Zaretskii <eliz@gnu.org>
5748
5749 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
5750 `from' or `to' address before taking its substring.
5751 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
5752 encoded name is chopped in the middle of the encoded string, and
5753 thus displayed encoded.
5754
e152e577
JB
57552011-12-10 Juanma Barranquero <lekktu@gmail.com>
5756
5757 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
5758
e5d84bfe
EZ
57592011-12-10 Eli Zaretskii <eliz@gnu.org>
5760
5761 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
5762 to use texinfo-update-node and commands that call it if the
5763 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 5764 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
5765 (texinfo-all-menus-update, texinfo-master-menu)
5766 (texinfo-update-node, texinfo-every-node-update)
5767 (texinfo-multiple-files-update): Doc fix. Warn against updating
5768 all the @node lines.
5769 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
5770 argument is numeric. Explain better in the doc string what the
5771 function really does.
5772 (texinfo-insert-master-menu-list): Improve the error message
5773 displayed if there's no menu in the Top node.
5774 (Bug#2975) See also this thread:
e5d84bfe
EZ
5775 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
5776
1d84e9bb
MG
57772011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
5778
5779 * speedbar.el (speedbar-supported-extension-expressions):
5780 Add .adb and .ads, commonly used for Ada source code (bug#10256).
5781
382c953b
JB
57822011-12-09 Juanma Barranquero <lekktu@gmail.com>
5783
5784 * printing.el (pr-mode-alist):
5785 * simple.el (filter-buffer-substring-functions)
5786 (completion-list-insert-choice-function):
5787 * window.el (window-with-parameter, window-atom-root)
5788 (window-sides-slots, window-size-fixed, window-min-delta)
5789 (window-max-delta, window--resize-mini-window)
5790 (window--resize-child-windows-normal, window-tree)
5791 (delete-other-windows, quit-window, split-window)
5792 (display-buffer-record-window, special-display-buffer-names)
5793 (special-display-regexps, special-display-popup-frame)
5794 (same-window-p, split-window-sensibly)
5795 (display-buffer-overriding-action, display-buffer-alist)
5796 (display-buffer-base-action, display-buffer, switch-to-buffer)
5797 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
5798 (fit-window-to-buffer, recenter-positions)
5799 (mouse-autoselect-window-state, mouse-autoselect-window-select):
5800 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
5801 and remove unneeded backslashes in docstrings.
5802
39c9faef
SM
58032011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5804
98449af8
SM
5805 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
5806
39c9faef
SM
5807 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
5808 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
5809 end in ".mk".
5810 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
5811 when reading the makefile (bug#10116).
5812
86ed9fdc
SM
58132011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5814
5815 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
5816 (bug#10116).
5817
5580f89d
GM
58182011-12-06 Glenn Morris <rgm@gnu.org>
5819
5820 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
5821
28d3917c
CY
58222011-12-06 Chong Yidong <cyd@gnu.org>
5823
5824 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
5825
a98edce9
JB
58262011-12-06 Juanma Barranquero <lekktu@gmail.com>
5827
5828 * textmodes/table.el (table-shorten-cell): Fix typo.
5829
e65adfac
CG
58302011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
5831
5832 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
5833
71cc0b74
EZ
58342011-12-05 Eli Zaretskii <eliz@gnu.org>
5835
5836 * descr-text.el (describe-char): Fix display of strong
5837 right-to-left characters and directional embeddings and overrides.
5838
5839 * simple.el (what-cursor-position): Fix display of codepoints of
5840 strong right-to-left characters.
5841
315bc30d
CY
58422011-12-05 Chong Yidong <cyd@gnu.org>
5843
5844 * faces.el (read-color): Doc fix.
5845
58a70b94
GM
58462011-12-05 Glenn Morris <rgm@gnu.org>
5847
5848 * align.el (align--set-marker): Add doc-string.
5849 Don't try to move something that is not a marker. (Bug#10216)
5850
5158face
GM
58512011-12-04 Glenn Morris <rgm@gnu.org>
5852
5853 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
5854 overly zealous deletion of trailing whitespace.
5855
520fca41
JB
58562011-12-04 Juanma Barranquero <lekktu@gmail.com>
5857
5858 * server.el (server-delete-client): On Windows, do not try to delete
5859 the only terminal.
5860 (server-process-filter): On Windows, treat requests for a tty frame as
5861 if they were for a GUI frame if the running server is in GUI mode.
5862
5e605a2e
GM
58632011-12-03 Glenn Morris <rgm@gnu.org>
5864
5865 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
5866
5c3fe83f
SM
58672011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5868
6f5e57e7
SM
5869 * electric.el: Streamline electric-indent's hook.
5870 (electric-indent-chars): Revert to simple list.
5871 (electric-indent-functions): New var.
5872 (electric-indent-post-self-insert-function): Use it.
5873
5c3fe83f
SM
5874 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
5875 there's no inferior buffer (bug#10196).
5876 (prolog-consult-compile): Don't use toggle-read-only.
5877
6bdac736
MA
58782011-12-02 Michael Albinus <michael.albinus@gmx.de>
5879
5880 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
5881 interrupt. (Bug#10187)
5882
6131ba7f
SM
58832011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5884
99c79fee
SM
5885 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
5886 (bug#9160).
5887
6131ba7f
SM
5888 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
5889 (bug#10191).
5890
cb0a02ea
JL
58912011-12-02 Juri Linkov <juri@jurta.org>
5892
5893 * info.el (Info-search): Display "end of manual" when Isearch
5894 reaches the end of single-file Info manual. (Bug#9918)
5895
66e0570c
EZ
58962011-12-02 Eli Zaretskii <eliz@gnu.org>
5897
5898 * isearch.el (isearch-message-prefix): Run the input method part
5899 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
5900
02b16839
JL
59012011-12-02 Juri Linkov <juri@jurta.org>
5902
5903 * isearch.el (isearch-occur): Use `word-search-regexp' for
5904 `isearch-word'.
5905 (isearch-search-and-update): Add condition for `isearch-word' and
5906 call `word-search-regexp'. (Bug#10145)
5907
0b950688
GM
59082011-12-01 Glenn Morris <rgm@gnu.org>
5909
5910 * eshell/em-hist.el (eshell-hist-initialize):
5911 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 5912 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 5913
9505c3c7
SM
59142011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5915
5916 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
5917
1bbe96b2 59182011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 5919
a1beca85
SM
5920 * progmodes/verilog-mode.el (verilog-pretty-expr):
5921 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
5922 verilog, such as += *= and the like.
5923 (verilog-assignment-operator-re): Regular expression to find the
5924 assigment operator in a verilog assignment.
5925 (verilog-assignment-operation-re): Regular expression to find an
5926 assignment statement for pretty-expr.
5927 (verilog-in-attribute-p): Query returns true if point is in an
5928 attribute context; used to skip these for expression line up from
5929 pretty-expr.
5930 (verilog-in-parameter-p): Query returns true if point is in an
5931 parameter definition context; used to skip these for expression
5932 line up from pretty-expr.
5933 (verilog-in-parenthesis-p): Query returns true if point is in a
5934 parenthetical expression, specifically ( ) but not [ ] or { };
5935 used by pretty-expr.
5936 (verilog-just-one-space): If there is no space, don't add one.
5937 (verilog-get-lineup-indent-2): Specifically skip just attribute
5938 contexts for expression lineup, rather than skipping all
5939 parenthetical expressions.
5940 (verilog-calculate-indent): Fix comment, and fix indent.
5941 (verilog-do-indent): Indent declarations in lists (suggested by
5942 Joachim Lechner).
5943 (verilog-mode-abbrev-table): Populate abbrev mode with the various
5944 skeleton items.
5945 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
5946 by Alain Mellan).
5947
1bbe96b2 59482011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
5949
5950 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
5951 parameters with embedded comments. Reported by Ray Stevens.
5952 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
5953 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
5954 Reported by Tim Holt.
5955 (verilog-auto): Fix AUTOing a upper module then AUTOing module
5956 instantiated by upper module causing wrong expansion until AUTOed a
5957 second time. Reported by K C Buckenmaier.
5958 (verilog-diff-auto): Fix showing .* as a difference when
5959 `verilog-auto-star-save' off. Reported by Dan Dever.
5960 (verilog-auto-reset, verilog-read-always-signals)
5961 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
5962 temporary signals in reset list if
5963 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
5964 style to each signal's assignment type, bug381.
5965 Reported by Thomas Esposito.
6288f0ca
WS
5966 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
5967 (verilog-uvm-statement-re): Support UVM indentation and
5968 highlighting, with old OVM keywords only.
a1beca85 5969 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
5970 Support AUTOTIEOFF creating non-wire data types.
5971 Suggested by Jonathan Greenlaw.
6288f0ca
WS
5972 (verilog-auto-insert-lisp, verilog-delete-to-paren)
5973 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
5974 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
5975 (verilog-read-sub-decls, verilog-read-sub-decls-line):
5976 Fix mismatching parenthesis inside commented out code when deleting
382c953b 5977 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
5978 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
5979 non-numeric vector width. Reported by Alex Reed.
5980 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 5981 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
5982 (verilog-auto-delete-trailing-whitespace):
5983 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
5984 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
5985 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
5986 Fix verilog-scan-cache corruption when running user AUTO expansion
5987 hooks that call indentation routines.
5988 (verilog-simplify-range-expression): Fix typo ignoring lower case
5989 identifiers.
5990 (verilog-delete-auto): Fix delete-autos to also remove user created
5991 automatics, as long as they start with AUTO.
5992 (verilog-batch-diff-auto, verilog-diff-auto)
5993 (verilog-diff-function): Add `verilog-diff-auto' and bind to
5994 "C-c?" to report differences in AUTO expansion, ignoring spaces.
5995 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
5996 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
5997 (verilog-re-search-forward-quick, verilog-syntax-ppss):
5998 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
5999 is disabled and its cache will get corrupt, causing AUTOS not to
6000 expand. Instead use only -quick functions.
6001 (verilog-scan-region): Fix scanning over escaped quotes.
6002 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
6003 (verilog-re-search-backward-quick)
6004 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
6005 related functions now ignore strings, to fix misparsing of strings
6006 with magic comments embedded in them.
a1beca85
SM
6007 (verilog-read-auto-template):
6008 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
6009 Reported by Brad Dobbie.
6010 (verilog-read-auto-template):
6011 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 6012 Reported by Brad Dobbie.
6288f0ca
WS
6013 (verilog-auto-inst, verilog-auto-inst-param)
6014 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
6015 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
6016 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
6017 debugging templates without merge conflicts, bug357.
6018 Reported by Brad Dobbie.
6019 (verilog-read-auto-template):
6020 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
6021 Reported by Brad Dobbie.
6022 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
6023 abbrevs so user won't be asked to save.
6024 (verilog-read-auto-lisp-present): Fix to start at beginning of
6025 buffer in case called outside of verilog-auto.
6026 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
6027 to "X-2". Reported by Matthew Myers.
6028 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
6029 all inputs from module templates. Reported by Leith Johnson.
6030 (verilog-module-inside-filename-p): Fix locating programs as with
6031 modules.
6032 (verilog-auto-inst-port): Fix vl-width expressions when using
6033 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
6034 (verilog-decls-get-regs, verilog-decls-get-signals,
6035 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
6036 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
6037 verilog-read-decls): Combine reg and wire structures into one var
6038 structure to represent SystemVerilog concepts.
6039 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
6040 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
6041 (verilog-auto-wire-type, verilog-insert-definition):
6042 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
6043 SystemVerilog "logic" keyword instead of "wire"/"reg".
6044 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
6045 to declares outputs that also have assignments (presumably in an
a1beca85
SM
6046 ifdef or generate if so there's not a driver conflict).
6047 Reported by Matthew Myers.
6048 (verilog-auto-declare-nettype, verilog-insert-definition):
6049 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
6050 `default_nettype none. Reported by Julian Gorfajn.
6051 (verilog-read-always-signals-recurse, verilog-read-decls)
6052 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
6053 malformed end statement, bug325. Reported by Joshua Wise and
6054 Andrew Drake.
6055 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
6056 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
6057 when expanding .* in interfaces, bug320.
6058 Reported by Pierre-David Pfister.
6288f0ca 6059 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
6060 name and open parenthesis, bug317.
6061 Reported by Pierre-David Pfister.
6288f0ca
WS
6062 (verilog-simplify-range-expression): Fix simplification of
6063 multiplications inside AUTOWIRE connections, bug303.
6064 (verilog-auto-inst-port): Support parameter expansion in
6065 multidimensional arrays.
6066 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
6067 after "assert property". Reported by Julian Gorfajn.
6068 (verilog-simplify-range-expression): Fix "couldn't merge" errors
6069 with multiplication, bug303.
6070 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
6071 Reported by Jan Frode Lonnum.
6072
1bbe96b2
GM
60732011-11-30 Juanma Barranquero <lekktu@gmail.com>
6074
6075 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
6076 (hfy-shell-file-name, hfy-shell):
6077 * international/fontset.el (x-decompose-font-name): Fix typos.
6078
60792011-11-29 Ken Brown <kbrown@cornell.edu>
6080
6081 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
6082 (gdb-version): Remove defvar.
6083 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
6084 (gdb-gud-context-command, gdb-non-stop-handler)
6085 (gdb-current-context-command, gdb-stopped): Use it.
6086 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
6087 (gdb-non-stop-handler): Don't enable pretty-printing here.
6088 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
6089 non-stop mode. Use the following.
6090 (gdb-check-target-async): New defun.
6091 (gud-watch, gdb-stopped): Fix whitespace.
6092 (gdb-get-source-file): Don't try to display the source file if
6093 `gdb-main-file' is nil.
6094
60952011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6096
6097 * align.el: Try to generate fewer markers (bug#10047).
6098 (align--set-marker): New macro.
6099 (align-region): Use it.
6100
c935221f
SM
61012011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6102
6103 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
6104
e70b5064
CY
61052011-11-29 Chong Yidong <cyd@gnu.org>
6106
6107 * indent.el (indent-for-tab-command, indent-according-to-mode):
6108 Doc fix.
6109 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
6110
f3af92b7
MA
61112011-11-29 Michael Albinus <michael.albinus@gmx.de>
6112
6113 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
6114 aware of remote file names. (Bug#10124)
6115
ed472be9
CY
61162011-11-29 Chong Yidong <cyd@gnu.org>
6117
6118 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
6119
24510c22
SM
61202011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6121
6122 * files.el (find-file): Don't use force-same-window (bug#10144).
6123 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
6124 use pop-to-buffer if the selected window can't be used.
6125 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
6126
c60c3703
EZ
61272011-11-28 Eli Zaretskii <eliz@gnu.org>
6128
6129 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
6130 special-mode-map.
6131
e95def75
CY
61322011-11-28 Chong Yidong <cyd@gnu.org>
6133
6134 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
6135
c3f1c606
NR
61362011-11-27 Nick Roberts <nickrob@snap.net.nz>
6137
6138 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
6139 gdb-get-source-file-list on gdb-create-source-file-list.
6140
00db469c
EZ
61412011-11-26 Eli Zaretskii <eliz@gnu.org>
6142
6143 * whitespace.el (whitespace-newline): Use a different foreground
6144 color for 16-color light-background displays.
6145
4ad3bc2a
CY
61462011-11-24 Chong Yidong <cyd@gnu.org>
6147
6148 * window.el (display-buffer--special-action): Doc fix.
6149
e9fce1ac
JB
61502011-11-25 Juanma Barranquero <lekktu@gmail.com>
6151
6152 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
6153 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
6154 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
6155 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
6156 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
6157 (avl-tree-stack-first):
6158 * emacs-lisp/cconv.el (cconv--analyse-use):
6159 * net/gnutls.el (gnutls-negotiate): Fix typos.
6160
cb825e5d
GM
61612011-11-24 Glenn Morris <rgm@gnu.org>
6162
3adbe224
GM
6163 * lpr.el (lpr-windows-system, lpr-lp-system):
6164 * mail/binhex.el (binhex-begin-line):
6165 * progmodes/grep.el (grep-history, grep-find-history):
6166 * textmodes/flyspell.el:
6167 * vc/pcvs-defs.el (cvs-global-menu):
6168 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
6169 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
6170 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
6171
321decc8
GM
6172 * net/tls.el: Fix case of "GnuTLS".
6173
420b63ad
GM
6174 * paths.el (rmail-file-name): Format doc-string for make-docfile.
6175
cb825e5d
GM
6176 * version.el (emacs-build-system): Give it a doc-string.
6177
a0649f08
JL
61782011-11-24 Juri Linkov <juri@jurta.org>
6179
6180 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
6181
c0bc0fd4
GM
61822011-11-24 Glenn Morris <rgm@gnu.org>
6183
6184 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
6185 if called on a non-mime message just toggle the headers. (Bug#8006)
6186
20db1522
JB
61872011-11-24 Juanma Barranquero <lekktu@gmail.com>
6188
6189 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
6190 (allout-lead-with-comment-string, allout-structure-deleted-hook)
6191 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
6192 (allout-rebullet-heading, allout-open-sibtopic)
6193 (allout-toggle-current-subtree-encryption)
6194 (allout-toggle-subtree-encryption, allout-encrypt-string)
6195 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
6196 (allout-distinctive-bullets-string, allout-auto-activation):
6197 * window.el (window-normalize-buffer-to-display):
6198 * progmodes/verilog-mode.el (verilog-batch-indent):
6199 * textmodes/bibtex.el (bibtex-field-braces-opt)
6200 (bibtex-field-strings-opt):
6201 * vc/cvs-status.el (cvs-tree-merge):
6202 Fix typos.
6203
7262a87c
MA
62042011-11-23 Michael Albinus <michael.albinus@gmx.de>
6205
6206 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
6207 `non-essential' to t, in order to avoid remote connections.
6208
283430a1
EZ
62092011-11-23 Eli Zaretskii <eliz@gnu.org>
6210
a1beca85
SM
6211 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6212 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
6213 case-insensitively.
6214
d2992a38
ML
62152011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6216
6217 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
6218
50419064
GM
62192011-11-23 Glenn Morris <rgm@gnu.org>
6220
da94eca1
GM
6221 * paths.el (rmail-file-name): Reformat the doc-string so that it
6222 is picked up.
6223
9aac4de2
GM
6224 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
6225 (rmail-auto-file): Ignore case in the "special" field names,
6226 as mail-fetch-field does for all others.
6227
8038d2d2
GM
6228 * mail/rmail.el (rmail-forward):
6229 * mail/rmailkwd.el (rmail-set-label):
6230 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
6231 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
6232
f3fe222a
GM
6233 * mail/rmail.el (rmail-current-message): Doc fix.
6234
50419064
GM
6235 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
6236
28109f49
SM
62372011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6238
6239 * server.el (server-eval-and-print): Allow C-g (bug#6585).
6240
394c65f1
GM
62412011-11-22 Glenn Morris <rgm@gnu.org>
6242
6243 * mail/rmailmm.el (test-rmail-mime-handler)
6244 (test-rmail-mime-bulk-handler)
6245 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
6246
f2a0aa3a
JL
62472011-11-21 Juri Linkov <juri@jurta.org>
6248
1154d12e
JB
6249 * calc/calc.el (calc-read-key-sequence):
6250 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 6251
9c34a344
LMI
62522011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6253
6254 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
6255 Tell the caller that the next line needs recomputation, even
6256 though it doesn't start a sexp (bug#10094).
6257
f04a3be9
SM
62582011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6259
6260 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
6261
7978747f
SM
62622011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6263
f04a3be9
SM
6264 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
6265 Use force-same-window.
7978747f 6266
fe7a3057
JB
62672011-11-20 Juanma Barranquero <lekktu@gmail.com>
6268
6269 * descr-text.el (describe-char-unicode-data):
6270 * json.el (json-string-escape):
6271 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
6272 (Footnote-unicode, Footnote-style-p):
6273 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
6274
24901d61
CY
62752011-11-20 Chong Yidong <cyd@gnu.org>
6276
6277 * window.el (replace-buffer-in-windows): Restore interactive spec.
6278
bac7ff22
SM
62792011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6280
24f3d7b9
SM
6281 * electric.el (electric-indent-mode): Fix last change (too optimistic).
6282
bac7ff22
SM
6283 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
6284 (byte-compile-global-not-obsolete-vars): New var.
6285 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
6286 Use it.
6287 (byte-compile-warn-obsolete): Align text with the one in *Help*.
6288
cd1181db
JB
62892011-11-20 Juanma Barranquero <lekktu@gmail.com>
6290
6291 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
6292 * progmodes/pascal.el (electric-pascal-equal):
6293 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
6294 * xml.el (xml-substitute-special): Fix typos.
6295
7fb18e9e
GM
62962011-11-20 Glenn Morris <rgm@gnu.org>
6297
6298 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
6299 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
6300 Doc fixes.
6301 (rmail-decode-mime-charset): Mark as obsolete.
6302
6303 * mail/rmailsum.el (rmail-message-regexp-p-1):
6304 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
6305 Before using mime functions, check they are set. (Bug#10077)
6306
d5a6b3ba
JL
63072011-11-19 Juri Linkov <juri@jurta.org>
6308
6309 * info.el (Info-finder-find-node): Use `package--builtins' instead
6310 of `package-alist'. Use node names formed by the pattern "Keyword "
6311 and the keyword name.
6312
e981b61f
AS
63132011-11-19 Andreas Schwab <schwab@linux-m68k.org>
6314
1d00653d 6315 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 6316
3ffbc301
JL
63172011-11-19 Juri Linkov <juri@jurta.org>
6318
6319 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
6320 that calls `revert-buffer' on all Info buffers. (Bug#9915)
6321 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
6322 `old-history', `old-history-forward'. Add let-binding
6323 `window-selected'. Remove calls to `kill-buffer',
6324 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
6325 before calling `Info-find-node', so `Info-find-node-2' will reread
6326 the Info file. Restore window positions only when `window-selected'
6327 is non-nil.
6328
30c62133
JL
63292011-11-19 Juri Linkov <juri@jurta.org>
6330
6331 * isearch.el (isearch-lazy-highlight-new-loop):
6332 Remove condition `(not isearch-error)'. (Bug#9918)
6333
6334 * misearch.el (multi-isearch-search-fun): Add condition
6335 `(not bound)' to ignore lazy-highlighting search.
6336 Add the search-failed message "end of multi" when the end of
6337 multi-sequence is reached. Uncapitalize the search-failed
6338 message "Repeat for next buffer".
6339
6340 * info.el (Info-search): Add the search-failed message
6341 "end of the manual" when the end of the manual is reached
6342 in Isearch mode.
6343
645ca9cf
JL
63442011-11-19 Juri Linkov <juri@jurta.org>
6345
6346 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
6347 Use non-destructive `remove' instead of `delete' because
6348 `Info-history-list' stored to `Info-isearch-initial-history-list' in
6349 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
6350
df754f66
JL
63512011-11-19 Juri Linkov <juri@jurta.org>
6352
6353 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
6354 to nil instead of binding `search-ring' and `regexp-search-ring'.
6355 (Bug#9185)
6356
0e23d96a
EZ
63572011-11-19 Eli Zaretskii <eliz@gnu.org>
6358
6359 * simple.el (line-move): Force movement by logical lines for any
6360 hscrolled window, not only when auto-hscroll-mode is on.
6361 (line-move-visual): Update doc string to that effect. (Bug#10076)
6362
8a6ccb66
AS
63632011-11-19 Andreas Schwab <schwab@linux-m68k.org>
6364
6365 * language/european.el (macintosh): Define as alias for mac-roman.
6366
49ae5b39
EZ
63672011-11-19 Eli Zaretskii <eliz@gnu.org>
6368
6369 * mail/rmailmm.el (rmail-mime-display-header)
6370 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
6371 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
6372 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
6373 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
6374 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
6375 of a raw aref.
6376 (rmail-mime-entity-segment): To get past the tagline, move forward
6377 2 more lines, to account for the 2 empty lines that precede and
6378 follow the line with the buttons.
6379 (rmail-mime-update-tagline): Move one more line, to get past the
6380 empty line that follows the buttons in the tagline. (Bug#9520)
6381
c56cad4a
MR
63822011-11-19 Martin Rudalics <rudalics@gmx.at>
6383
6384 * window.el (window-max-delta-1, window-min-delta-1)
6385 (window-min-size-1, window-state-get-1, window-state-put-1)
6386 (window-state-put-2): Use "window--" prefix.
6387
cbe71af3
SM
63882011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
6389
2ad52c60
SM
6390 * emacs-lisp/smie.el: Improve warnings and conflict detection.
6391 (smie-warning-count): New var.
6392 (smie-set-prec2tab): Use it.
6393 (smie-bnf->prec2): Improve warnings. Add docstring.
6394 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
6395 (smie-bnf--set-class): New function.
6396 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
6397 corner case.
6398
6944dbc1
SM
6399 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
6400 (compilation-error-properties, compilation-move-to-column):
6401 Handle compilation-first-column while in the target buffer.
6402
c400c4d7
SM
6403 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
6404 Don't hardcode point-min==1.
6405
6dbe3e96
SM
6406 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
6407 (eshell-rewrite-for-command): Remove workaround.
6408 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
6409 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
6410 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
6411
cbe71af3
SM
6412 * files-x.el (modify-file-local-variable): Obey commenting conventions.
6413
a8e1496d
GM
64142011-11-17 Glenn Morris <rgm@gnu.org>
6415
6416 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6417 Ignore buffer-local generated-autoload-file if it is the same
6418 as the global value. (Bug#10049)
6419
df85d315
JB
64202011-11-17 Juanma Barranquero <lekktu@gmail.com>
6421
6422 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
6423 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
6424 (reftex-toc-previous-heading, reftex-toc-max-level)
6425 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
6426 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
6427 (reftex-toc-do-promote, reftex-toc-promote-prepare)
6428 (reftex-toc-promote-action, reftex-toc-extract-section-number)
6429 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
6430 (reftex-toc-rename-label, reftex-toc-visit-location)
6431 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
6432 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
6433 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
6434 leaving "*toc*" only for references to the buffer.
6435
a0c2d0ae
MR
64362011-11-17 Martin Rudalics <rudalics@gmx.at>
6437
6438 * window.el (window-resize, delete-window, split-window):
6439 Replace window-splits by window-combination-resize.
1d00653d 6440 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 6441
35c0bac8
GM
64422011-11-17 Glenn Morris <rgm@gnu.org>
6443
6444 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6445 Make bash entry derive from sh entry, not shell entry.
6446
d0c8fc8a
MA
64472011-11-16 Michael Albinus <michael.albinus@gmx.de>
6448
7262a87c
MA
6449 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
6450 local file name.
6451
7877f373
JB
64522011-11-16 Juanma Barranquero <lekktu@gmail.com>
6453
6454 * menu-bar.el (menu-bar-file-menu):
6455 * printing.el (pr-ps-utility):
6456 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
6457 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
6458 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
6459 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
6460 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
6461 (icalendar--convert-cyclic-to-ical)
6462 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
6463 (icalendar--convert-ical-to-diary)
6464 (icalendar--convert-recurring-to-diary)
6465 (icalendar--convert-non-recurring-all-day-to-diary)
6466 (icalendar-import-format-sample):
6467 * progmodes/idlw-shell.el (idlwave-shell-mode):
6468 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
6469 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
6470 (vhdl-ps-print-init): Fix typos.
6471
10649b82
KM
64722011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
6473
9d0cfcd6
GM
6474 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
6475 FSF and collapse date sequence, obscure author/maintainer email address
6476 better, remove extra version line, track relocation of author's webpage.
10649b82 6477
9d0cfcd6
GM
6478 * progmodes/python.el (python-pdbtrack-input-prompt)
6479 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
6480 regular python pdb prompts. Adjustments shamelessly taken exactly as
6481 suggested in EmacsWiki page (tiny change):
6482 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 6483
58179cce
JB
64842011-11-16 Juanma Barranquero <lekktu@gmail.com>
6485
6486 * expand.el (expand-pos, expand-index, expand-point):
6487 Remove redundant info from docstring.
6488 (expand-add-abbrevs): Doc fix.
6489 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
6490 (expand-sample-perl-mode-expand-list): Fix typos.
6491
6492 * net/dbus.el (dbus-event-member-name):
6493 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
6494 * term/pc-win.el (msdos-create-frame-with-faces):
6495 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
6496
b6f67890
MR
64972011-11-16 Martin Rudalics <rudalics@gmx.at>
6498
6499 * window.el (split-window, window-state-get-1)
6500 (window-state-put-1, window-state-put-2): Rename occurrences of
6501 window-nest to window-combination-limit.
1d00653d 6502 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 6503
ce7ddba0
CY
65042011-11-16 Chong Yidong <cyd@gnu.org>
6505
6506 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
6507 regexp (Bug#10033).
6508
3ae704f4
SM
65092011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6510
6511 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
6512 `completing-read' will remove *Completions* and will preserve
6513 current-buffer for us.
6514 (tmm-add-prompt): Users of *Completions* will always (re)set its
6515 major mode.
6516 (tmm-old-comp-map): Remove.
6517
6ad1cdde
GM
65182011-11-16 Glenn Morris <rgm@gnu.org>
6519
6520 * mail/rmailedit.el: Require rmailmm when compiling.
6521 (rmail-old-mime-state): New declaration.
6522 (rmail-edit-current-message): If editing a mime message,
6523 edit the "raw" message from the mbox buffer.
6524 (rmail-cease-edit): Handle mime messages. (Bug#9840)
6525
d20faa20
GM
65262011-11-15 Glenn Morris <rgm@gnu.org>
6527
6528 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
6529 which wasn't being used. Add optional arg to force given state.
6530 (rmail-mime): Add optional arg to force given state.
6531
c7015153
JB
65322011-11-15 Juanma Barranquero <lekktu@gmail.com>
6533
6534 * allout.el (allout-encryption-plaintext-sanitization-regexps):
6535 * frame.el (display-mm-dimensions-alist):
6536 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
6537 (outline-move-subtree-down):
6538 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
6539 (newsticker--treeview-do-get-node):
6540 * net/quickurl.el (quickurl-list-buffer-name):
6541 * progmodes/dcl-mode.el (dcl-mode):
6542 * progmodes/gdb-mi.el (gdb-mapcar*):
6543 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
6544
45261b50
GM
65452011-11-15 Glenn Morris <rgm@gnu.org>
6546
6547 * mail/rmail.el (rmail-file-coding-system): It's only ever used
6548 in a boolean sense, so just make it a boolean, and fix the doc.
6549 (rmail-show-mime-function, rmail-mime-feature)
6550 (rmail-require-mime-maybe): Doc fixes.
6551 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
6552
6553 * mail/rmailmm.el (rmail-show-mime): Doc fix.
6554
0d26e0b6
JB
65552011-11-15 Juanma Barranquero <lekktu@gmail.com>
6556
6557 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
6558 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
6559 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
6560 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
6561
447f30f6
GM
65622011-11-15 Glenn Morris <rgm@gnu.org>
6563
672b871d
GM
6564 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
6565 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
6566 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
6567 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
6568 (rmail-mime, rmail-show-mime): Doc fixes.
6569
f6aa5bb1
GM
6570 * term/ns-win.el (mode-line-frame-identification):
6571 Leave it alone. (Bug#10051)
6572
947cd66b
GM
6573 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
6574
447f30f6
GM
6575 * mail/rmailout.el (rmail-output-to-rmail-buffer):
6576 Handle empty buffers. (Bug#9978)
6577
0b381c7e
JB
65782011-11-14 Juanma Barranquero <lekktu@gmail.com>
6579
6580 * international/mule.el (define-charset):
6581 * mail/rmailmm.el (rmail-mime-find-header-encoding):
6582 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
6583 * progmodes/verilog-mode.el (verilog-backward-token):
6584 * textmodes/ispell.el (lookup-words):
6585 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
6586
71e027ac
GM
65872011-11-14 Glenn Morris <rgm@gnu.org>
6588
56632ce4
GM
6589 * progmodes/executable.el
6590 (executable-make-buffer-file-executable-if-script-p):
6591 Handle file-modes returning nil.
6592
40500957
GM
6593 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
6594 message - not necessary, and causes problems. (Bug#9831)
6595
071c2340
GM
6596 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
6597
d3cfca60
GM
6598 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
6599
71e027ac
GM
6600 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
6601 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
6602 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
6603
89d61221
MR
66042011-11-12 Martin Rudalics <rudalics@gmx.at>
6605
6606 * window.el (window-resize, delete-window): Use window-splits
6607 variable instead of function.
6608 (window-state-get-1, window-state-put-2, window-state-put):
6609 Don't deal with windows' splits status.
6610
98282f6f
GM
66112011-11-12 Glenn Morris <rgm@gnu.org>
6612
6613 * apropos.el (apropos-do-all, apropos-library, apropos-value)
6614 (apropos-documentation): Doc fixes.
6615
40a8bdf6
JB
66162011-11-11 Juanma Barranquero <lekktu@gmail.com>
6617
6618 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
6619 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
6620
65bd19ff
SM
66212011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * electric.el (electric-indent-post-self-insert-function): Make it
6624 possible for a char to only indent in some circumstances.
6625 (electric-indent-mode): Simplify.
6626
54f9154c
MR
66272011-11-11 Martin Rudalics <rudalics@gmx.at>
6628
6629 * window.el (windows-with-parameter): Remove unused function.
6630 (windows-at-side): Rename to window-at-side-list.
6631 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
6632 (window-side-check, window-size-ignore, window-size-fixed-1)
6633 (window-in-direction-2): Prefix with "window--".
6634 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 6635
68cbc58b
GM
66362011-11-11 Glenn Morris <rgm@gnu.org>
6637
6638 * subr.el (eval-after-load): If FILE is already loaded,
6639 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
6640
b2621720
GM
66412011-11-10 Glenn Morris <rgm@gnu.org>
6642
9a4de110
GM
6643 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
6644 Call svn via vc-svn-command rather than vc-do-command.
6645 (vc-svn-command): Add --non-interactive. (Bug#9993)
6646 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
6647
b2621720
GM
6648 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6649 Add toggle-read-only. (Bug#7292)
6650 * files.el (toggle-read-only): Mention that it should only
6651 be used interactively. (Bug#10006)
6652
1dce7193
SM
66532011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6654
d9ac1a1e
SM
6655 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6656 Adjust regexp for OCaml warnings.
6657
0c325082
SM
6658 * electric.el (electric-pair-post-self-insert-function): Let user
6659 turn it off buffer-locally (bug#9932).
6660
90132c14
SM
6661 * progmodes/python.el (python-beginning-of-statement):
6662 Rewrite (bug#2703).
6663
1dce7193
SM
6664 * progmodes/compile.el: Better handle TABs (bug#9749).
6665 (compilation-internal-error-properties)
6666 (compilation-next-error-function): Obey the target buffer's
6667 compilation-error-screen-columns.
6668
c4e7c63a
JB
66692011-11-09 Juanma Barranquero <lekktu@gmail.com>
6670
6671 * progmodes/meta-mode.el: Remove obsolete comments.
6672 (meta-right-comment-regexp, meta-ignore-comment-regexp):
6673 Fix typos in docstrings.
6674
2cffd681
MR
66752011-11-09 Martin Rudalics <rudalics@gmx.at>
6676
6677 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 6678 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
6679 (window--resizable): New function. Make all callers of
6680 window-resizable call window--resizable instead.
6681 (window-resizable): Rewrite in terms of window--resizable.
6682
0edcba87
GM
66832011-11-08 Glenn Morris <rgm@gnu.org>
6684
6685 * progmodes/delphi.el (delphi-mode-syntax-table):
6686 Let define-derived-mode define a proper syntax table. (Bug#9994)
6687
4b0d61e3
SM
66882011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6689
6690 * window.el: Stay away from defsubst.
6691 (window-list-no-nils): Remove.
6692 (window-state-get-1, window-state-get): Use backquote instead.
6693
cd394be1 66942011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 6695
4b0d61e3 6696 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 6697 Fix incorrect use of default argument in `completing-read'.
6698
e1c2c6f2
MR
66992011-11-08 Martin Rudalics <rudalics@gmx.at>
6700
6701 * window.el (display-buffer-function, special-display-function):
6702 Mention display-buffer-record-window but do not mention
6703 help-setup parameter in doc-strings.
b3f4a882 6704 (window-min-delta): Fix doc-string typo.
e1c2c6f2 6705
105216ed
CY
67062011-11-08 Chong Yidong <cyd@gnu.org>
6707
6708 * window.el (window-total-height, window-total-width): Doc fix.
6709 (window-body-size): Move from C.
6710 (window-body-height, window-body-width): Move to C.
6711
0a9f9ab5
SM
67122011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6713
6714 * window.el: Make special-display like display-buffer-alist (bug#9532).
6715 (display-buffer--special-action): New function, morphed
6716 from display-buffer--special.
6717 (display-buffer): Use it to handle special-display-buffers at higher
6718 priority (just after display-buffer-alist).
6719 (display-buffer-fallback-action, display-buffer--other-frame-action)
6720 (pop-to-buffer-same-window): Remove display-buffer--special.
6721
a769dd15
GM
67222011-11-07 Glenn Morris <rgm@gnu.org>
6723
6724 * calendar/cal-menu.el (cal-menu-set-date-title):
6725 Do nothing if not in a calendar. (Bug#9976)
6726
05a61ee3
SM
67272011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * files.el (find-file): Always use selected-window.
6730
be7f5545
MR
67312011-11-07 Martin Rudalics <rudalics@gmx.at>
6732
6733 * window.el (window-combinations): Make WINDOW argument
6734 mandatory. Rewrite doc-string.
6735 (walk-window-subtree, window-atom-check, window-min-delta)
6736 (window-max-delta, window--resize-this-window)
6737 (window--resize-root-window-vertically, window-tree)
6738 (balance-windows, window-state-put): Rewrite doc-strings as to
6739 not mention the term "subwindow".
6740 (window--resize-subwindows-skip-p): Rename to
6741 window--resize-child-windows-skip-p.
6742 (window--resize-subwindows-normal): Rename to
6743 window--resize-child-windows-normal.
6744 (window--resize-subwindows): Rename to
6745 window--resize-child-windows.
6746 (window-or-subwindow-p): Rename to window--in-subtree-p.
6747
3c6702ef
ML
67482011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6749
6750 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
6751 Ensure that mbox format messages end in two newlines (Bug#9974).
6752
49745b39
CY
67532011-11-06 Chong Yidong <cyd@gnu.org>
6754
6755 * window.el (window-combination-p): Function deleted; its
6756 side-effect is not used in any existing code.
6757 (window-combinations, window-combined-p): Call window-*-child
6758 directly.
6759
24300f5f
CY
67602011-11-05 Chong Yidong <cyd@gnu.org>
6761
6762 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
6763 (window-size-ignore, window-state-get): Callers changed.
6764 (window-normalize-window): Rename from window-normalize-any-window.
6765 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 6766 (window-normalize-live-window): Delete.
447f16b8
CY
6767 (window-combination-p, window-combined-p, window-combinations)
6768 (walk-window-subtree, window-atom-root, window-min-size)
6769 (window-sizable, window-sizable-p, window-size-fixed-p)
6770 (window-min-delta, window-max-delta, window-resizable)
6771 (window-resizable-p, window-full-height-p, window-full-width-p)
6772 (window-current-scroll-bars, window-point-1, set-window-point-1)
6773 (window-at-side-p, window-in-direction, window-resize)
6774 (adjust-window-trailing-edge, maximize-window, minimize-window)
6775 (window-deletable-p, delete-window, delete-other-windows)
6776 (record-window-buffer, unrecord-window-buffer)
6777 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
6778 (quit-window, split-window, window-state-put)
6779 (set-window-text-height, fit-window-to-buffer)
6780 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 6781
89bd5ee1
EZ
67822011-11-04 Eli Zaretskii <eliz@gnu.org>
6783
53479029
EZ
6784 * mail/rmail.el (rmail-simplified-subject): Decode subject with
6785 rfc2047-decode-string.
6786 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
6787 warnings.
6788
89bd5ee1
EZ
6789 * window.el (window-body-height, window-body-width): Mention in
6790 the doc string that the return values are in frame's canonical
6791 units. (Bug#9949)
6792
bd17fdee
AM
67932011-11-03 Alan Mackenzie <acm@muc.de>
6794
6795 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
6796 change in cc-engine.el.
6797
acc825c5
SM
67982011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * window.el (switch-to-buffer): Use `force-same-window' interactively.
6801
1885e5b8
MR
68022011-11-02 Martin Rudalics <rudalics@gmx.at>
6803
6804 * window.el (quit-window): Call unrecord-window-buffer after
6805 showing another buffer in the window. (Bug#9937)
acc825c5 6806 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 6807
ebe06da9
JB
68082011-11-02 Juanma Barranquero <lekktu@gmail.com>
6809
6810 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
6811 Accept status with more than 9 shelves. (Bug#9935)
6812 Reported by Colin D Bennett <colin@gibibit.com>.
6813
4ee88440
MR
68142011-11-01 Martin Rudalics <rudalics@gmx.at>
6815
6816 * help.el (with-help-window): Don't reference
6817 temp-buffer-show-specifiers in doc-string.
6818
08e1d82c
AS
68192011-10-31 Andreas Schwab <schwab@linux-m68k.org>
6820
6821 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
6822 menu-item.
6823
84bd6e9e
VJL
68242011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6825
6826 * whitespace.el: New version 13.2.2.
6827 (whitespace-newline-mode): Disable properly. Reported by Sarah
6828 <EmacsWiki>.
6829
dba0634a
UJ
68302011-10-30 Ulf Jasper <ulf.jasper@web.de>
6831
6832 * net/newst-treeview.el: Remove "Time-stamp".
6833 (newsticker--group-manage-orphan-feeds): Do not call
6834 newsticker--treeview-tree-update.
db22a3c2
JB
6835 (newsticker-treeview-update, newsticker-treeview):
6836 Call newsticker--treeview-tree-update if necessary.
dba0634a 6837
3d8daefe
MR
68382011-10-30 Martin Rudalics <rudalics@gmx.at>
6839
6840 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
6841 (window-iso-combinations): Remove "iso-" infix.
6842 Suggested by Chong Yidong.
3d8daefe
MR
6843 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
6844 (window-max-delta-1, window-resize, window--resize-siblings)
6845 (window--resize-this-window, adjust-window-trailing-edge)
6846 (split-window, balance-windows-1)
6847 (shrink-window-if-larger-than-buffer):
6848 * calendar/calendar.el (calendar-generate-window):
db22a3c2 6849 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 6850
1bc4c3ae
SM
68512011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6852
6853 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
6854 in place (bug#9907).
6855 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
6856 (eshell-rewrite-if-command, eshell-rewrite-for-command)
6857 (eshell-structure-basic-command, eshell-rewrite-while-command)
6858 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
6859 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
6860 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
6861 (eshell-do-pipelines-synchronously, eshell-eval-command):
6862 Use backquotes and prefer setq to set.
6863 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
6864 (eshell-macrop): Use functionp.
c1e2f5fa 6865 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 6866
30b65d9c
CY
68672011-10-30 Chong Yidong <cyd@gnu.org>
6868
6869 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
6870 instead of set-mark (Bug#9810).
6871
2d197ffb
CY
68722011-10-30 Chong Yidong <cyd@gnu.org>
6873
6874 * window.el (split-window-below, split-window-right): Rename from
6875 split-window-above-each-other and split-window-side-by-side
6876 respectively. All callers changed.
6877 (split-window-sensibly, split-window-sensibly): Use them.
6878 (split-window-keep-point): Doc fix.
6879
6880 * isearch.el: Add isearch-scroll property to split-window-below
6881 and split-window-right.
6882
6883 * follow.el (follow-mode):
6884 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
6885 * progmodes/ada-xref.el (ada-gdb-application):
6886 * emulation/vip.el (vip-buffer-in-two-windows):
6887 * image-dired.el (image-dired-dired-with-window-configuration):
6888 * dired-x.el (dired-do-find-marked-files):
6889 * dired.el (dired-pop-to-buffer):
6890 * bs.el (bs--show-with-configuration):
6891 * vc/emerge.el (emerge-setup-windows):
6892 * textmodes/two-column.el (2C-two-columns):
6893 * textmodes/reftex-toc.el (reftex-toc):
6894 * progmodes/gdb-mi.el (gdb-setup-windows):
6895 * progmodes/fortran.el (fortran-window-create):
6896 * net/newst-treeview.el (newsticker--treeview-window-init):
6897 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
6898 * emulation/tpu-edt.el (tpu-gold-map):
6899 * emulation/crisp.el (crisp-mode-map):
6900 * calendar/calendar.el (calendar-basic-setup): Callers changed.
6901
38bb2ca8
CY
69022011-10-29 Chong Yidong <cyd@gnu.org>
6903
aa4de341
CY
6904 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
6905
e1eb5385
CY
6906 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
6907
5d2ece3c
CY
6908 * textmodes/flyspell.el (flyspell-word): Fix char offset for
6909 forged Ispell output (Bug#7904).
6910
38bb2ca8
CY
6911 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
6912
d0af9f77
SM
69132011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6914
6915 * doc-view.el: Avoid ugly errors about not finding nil.
6916 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
6917 (doc-view-dvipdf-program, doc-view-unoconv-program)
6918 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
6919 Avoid nil or absolute file name as default value.
6920 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
6921
52bedd34
AM
69222011-10-28 Alan Mackenzie <acm@muc.de>
6923
db22a3c2 6924 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 6925
7e43cfa5
AM
69262011-10-28 Alan Mackenzie <acm@muc.de>
6927
6928 Amend the handling of c-beginning/end-of-defun in nested declaration
6929 scopes.
6930
52bedd34
AM
6931 * progmodes/cc-vars.el (c-defun-tactic): Move here from
6932 cc-langs.el. Change it to a defcustom.
7e43cfa5 6933
52bedd34
AM
6934 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
6935 cc-vars.el.
7e43cfa5 6936
d0af9f77
SM
6937 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6938 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 6939
52bedd34 6940 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 6941 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
6942 (c-widen-to-enclosing-decl-scope): New function.
6943 (c-while-widening-to-decl-block): New macro.
6944 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
6945 outward for defun boundaries, and correspondingly change symbol
6946 `respect-enclosure' to `go-outward'.
6947 (c-declaration-limits): Change algorithm to report only the "innermost"
6948 defun's boundaries.
6949
1a2ce9ee
DD
69502011-10-28 Deniz Dogan <deniz@dogan.se>
6951
6952 * net/rcirc.el (rcirc-mode): Use hard newlines.
6953
bc97a826
AM
69542011-10-28 Alan Mackenzie <acm@muc.de>
6955
6956 Amend to indent and fontify macros "which include their own semicolon"
6957 correctly, using the "virtual semicolon" mechanism.
6958
52bedd34 6959 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 6960
d0af9f77 6961 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 6962 Recode to scan one line at a time rather than having \n and \r
58179cce 6963 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 6964 (c-forward-label): Amend for virtual semicolons.
58179cce 6965 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 6966
52bedd34
AM
6967 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
6968 of the new C macros.
bc97a826 6969
52bedd34 6970 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
6971 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
6972 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
6973 (c-opt-cpp-macro-define): Make into a full language variable.
6974 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
6975 AWK Mode (including \n, \r) removed, no longer needed.
6976
d0af9f77
SM
6977 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
6978 Invoke c-make-macro-with-semi-re.
bc97a826 6979
52bedd34
AM
6980 * progmodes/cc-vars.el (c-macro-with-semi-re):
6981 (c-macro-names-with-semicolon): New variables.
58179cce 6982 (c-make-macro-with-semi-re): New function.
bc97a826 6983
7a6c0941
SM
69842011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6985
6986 * vc/log-edit.el: Fill empty field rather than adding new one.
6987 (log-edit-add-field): New function.
6988 (log-edit-insert-changelog): Use it.
6989
b0c4cdcf
ML
69902011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6991
6992 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
6993
ee1f1da9
SM
69942011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6995
6996 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
6997 (gdb--check-interpreter): New function.
6998 (gdb): Use it.
6999
51bc5f8b
GM
70002011-10-27 Glenn Morris <rgm@gnu.org>
7001
416a2c45
GM
7002 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
7003 (least-positive-float, least-negative-float)
7004 (least-positive-normalized-float, least-negative-normalized-float)
7005 (float-epsilon, float-negative-epsilon):
7006 Remove unnecessary declarations.
7007
7008 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
7009 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
7010 (least-positive-float, least-negative-float)
7011 (least-positive-normalized-float, least-negative-normalized-float)
7012 (float-epsilon, float-negative-epsilon): Add doc-strings,
7013 based on those in cl.texi.
7014
51bc5f8b
GM
7015 * files.el (set-visited-file-name): If the major-mode changed,
7016 reload the local variables. (Bug#9796)
7017
15de15c6
CY
70182011-10-27 Chong Yidong <cyd@gnu.org>
7019
7020 * subr.el (change-major-mode-after-body-hook): New hook.
7021 (run-mode-hooks): Run it.
7022
ee1f1da9
SM
7023 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7024 Use change-major-mode-before-body-hook.
15de15c6
CY
7025
7026 * simple.el (fundamental-mode):
7027 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
7028 change introducing fundamental-mode-hook.
7029
5430d399
JB
70302011-10-26 Juanma Barranquero <lekktu@gmail.com>
7031
acc825c5 7032 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 7033
ad74a69e
MA
70342011-10-26 Michael Albinus <michael.albinus@gmx.de>
7035
7036 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 7037 tramp.el explicitly. (Bug#7583)
ad74a69e 7038
71d4c2a5
SM
70392011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7040
7041 * progmodes/octave-mod.el:
7042 * progmodes/octave-inf.el: Update maintainer.
7043
b1f6fa26
CY
70442011-10-26 Chong Yidong <cyd@gnu.org>
7045
7046 * subr.el (with-wrapper-hook): Rewrite doc.
7047
3f04efd6
MA
70482011-10-25 Michael Albinus <michael.albinus@gmx.de>
7049
7050 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 7051 filenames "/method:foo:". (Bug#9793)
3f04efd6 7052
410488d3
SM
70532011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7054
7055 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
7056 (bug#9865).
7057
c1ebb47e
GM
70582011-10-24 Glenn Morris <rgm@gnu.org>
7059
7060 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
7061
7f5c46c7
MA
70622011-10-24 Michael Albinus <michael.albinus@gmx.de>
7063
7064 * notifications.el: Add the requirement of a running D-Bus session
7065 bus to the Commentary.
7066
db2440b6
JL
70672011-10-24 Juri Linkov <juri@jurta.org>
7068
7069 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7070 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
7071 (Bug#9364)
7072
feecf435
JL
70732011-10-24 Juri Linkov <juri@jurta.org>
7074
7075 * info.el (Info-following-node-name-re): Add newline to the list
7076 of allowed characters for leading space. (Bug#9824)
7077
a3839de2
SM
70782011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7079
acc825c5
SM
7080 * progmodes/octave-inf.el (inferior-octave-mode-map):
7081 Fix C-c C-h binding.
a3839de2
SM
7082 * progmodes/octave-mod.el (octave-help): Remove.
7083
09388e76
MA
70842011-10-23 Michael Albinus <michael.albinus@gmx.de>
7085
7086 Sync with Tramp 2.2.3.
7087
7088 * net/tramp-cache.el (top): Pacify byte-compiler using
7089 `init-file-user' and `site-run-file'.
7090
7091 * net/trampver.el: Update release number.
7092
86c60681
CY
70932011-10-23 Chong Yidong <cyd@gnu.org>
7094
7095 * files.el (toggle-read-only): Remove obsolete comment about
7096 version control.
7097
7098 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
7099 for toggle-read-only. Note that this hasn't called vc-next-action
7100 since 2008-05-02, though it wasn't documented at the time.
7101
a3839de2
SM
7102 * vc/ediff-init.el (ediff-toggle-read-only-function):
7103 Use toggle-read-only.
86c60681 7104
cd5495ff
AM
71052011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
7106
7107 Fix bug #9560, sporadic wrong indentation; improve instrumentation
7108 of c-parse-state.
7109
00b77525 7110 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 7111 correct faulty logical expression.
cd5495ff
AM
7112 (c-parse-state-state, c-record-parse-state-state):
7113 (c-replay-parse-state-state): New defvar/defuns.
7114 (c-debug-parse-state): Use new functions.
7115
42ee24ed
MR
71162011-10-22 Martin Rudalics <rudalics@gmx.at>
7117
7118 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 7119 last fix. Use window-in-direction correctly.
42ee24ed 7120
a7dee7e7
CY
71212011-10-21 Chong Yidong <cyd@gnu.org>
7122
7123 * progmodes/idlwave.el (idlwave-mode):
7124 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
7125 require-final-newline; that's done in prog-mode.
7126 Suggested by Stefan Monnier.
a7dee7e7 7127
e07b9a6d
MR
71282011-10-21 Martin Rudalics <rudalics@gmx.at>
7129
7130 * mouse.el (mouse-drag-window-above)
7131 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
7132 (mouse-drag-mode-line-1, mouse-drag-header-line)
7133 (mouse-drag-vertical-line-rightward-window): Remove.
7134 (mouse-drag-line): New function.
7135 (mouse-drag-mode-line, mouse-drag-header-line)
7136 (mouse-drag-vertical-line): Call mouse-drag-line.
7137 * window.el (window-at-side-p, windows-at-side): New functions.
7138
7e1361d9
UM
71392011-10-21 Ulrich Mueller <ulm@gentoo.org>
7140
7141 * tar-mode.el (tar-grind-file-mode):
7142 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
7143
30fcaf3a
CY
71442011-10-21 Chong Yidong <cyd@gnu.org>
7145
7146 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
7147 * progmodes/vera-mode.el (vera-mode):
7148 Use mode-require-final-newline.
30fcaf3a 7149
516eddb0
GM
71502011-10-20 Glenn Morris <rgm@gnu.org>
7151
db22a3c2 7152 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 7153
10d5f513
CS
71542011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
7155
7156 * emulation/cua-base.el (cua-set-mark): Fix case of string.
7157
ac6c8639
CY
71582011-10-20 Chong Yidong <cyd@gnu.org>
7159
7160 * emulation/cua-base.el (cua-mode):
7161 * mail/footnote.el (footnote-mode):
7162 * mail/mailabbrev.el (mail-abbrevs-mode):
7163 * net/xesam.el (xesam-minor-mode):
7164 * progmodes/bug-reference.el (bug-reference-mode):
7165 * progmodes/cap-words.el (capitalized-words-mode):
7166 * progmodes/compile.el (compilation-minor-mode)
7167 (compilation-shell-minor-mode):
7168 * progmodes/gud.el (gud-tooltip-mode):
7169 * progmodes/hideif.el (hide-ifdef-mode):
7170 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7171 * progmodes/subword.el (subword-mode):
7172 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7173 * progmodes/which-func.el (which-function-mode):
7174 * term/tvi970.el (tvi970-set-keypad-mode):
7175 * term/vt100.el (vt100-wide-mode):
7176 * textmodes/flyspell.el (flyspell-mode):
7177 * textmodes/ispell.el (ispell-minor-mode):
7178 * textmodes/nroff-mode.el (nroff-electric-mode):
7179 * textmodes/paragraphs.el (use-hard-newlines):
7180 * textmodes/refill.el (refill-mode):
7181 * textmodes/reftex.el (reftex-mode):
7182 * textmodes/rst.el (rst-minor-mode):
7183 * textmodes/sgml-mode.el (html-autoview-mode)
7184 (sgml-electric-tag-pair-mode):
7185 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
7186 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
7187 * emulation/crisp.el (crisp-mode):
7188 * emacs-lisp/eldoc.el (eldoc-mode):
7189 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
7190 minor mode behavior.
7191
aa42ab43
JL
71922011-10-19 Juri Linkov <juri@jurta.org>
7193
7194 * descr-text.el (describe-char): Add #x2010 and #x2011 to
7195 the list of hard-coded chars with escape-glyph face.
7196
89400f1d
SM
71972011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7198
7199 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
7200
305c07f6
MA
72012011-10-19 Michael Albinus <michael.albinus@gmx.de>
7202
7203 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
7204 running process.
7205
13754b54
GM
72062011-10-19 Glenn Morris <rgm@gnu.org>
7207
7208 * vc/vc-bzr.el (vc-bzr-after-dir-status):
7209 Ignore ignored files. (Bug#9726)
7210
06e21633
CY
72112011-10-19 Chong Yidong <cyd@gnu.org>
7212
7213 Doc fix for minor modes, stating that an omitted argument enables
7214 the mode unconditionally when called from Lisp.
7215
7216 * abbrev.el (abbrev-mode):
7217 * allout.el (allout-mode):
7218 * autoinsert.el (auto-insert-mode):
7219 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7220 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7221 (global-auto-revert-mode):
7222 * battery.el (display-battery-mode):
7223 * composite.el (global-auto-composition-mode)
7224 (auto-composition-mode):
7225 * delsel.el (delete-selection-mode):
7226 * desktop.el (desktop-save-mode):
7227 * dired-x.el (dired-omit-mode):
7228 * dirtrack.el (dirtrack-mode):
7229 * doc-view.el (doc-view-minor-mode):
7230 * double.el (double-mode):
7231 * electric.el (electric-indent-mode, electric-pair-mode):
7232 * emacs-lock.el (emacs-lock-mode):
7233 * epa-hook.el (auto-encryption-mode):
7234 * follow.el (follow-mode):
7235 * font-core.el (font-lock-mode):
7236 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
7237 * help.el (temp-buffer-resize-mode):
7238 * hilit-chg.el (highlight-changes-mode)
7239 (highlight-changes-visible-mode):
7240 * hi-lock.el (hi-lock-mode):
7241 * hl-line.el (hl-line-mode, global-hl-line-mode):
7242 * icomplete.el (icomplete-mode):
7243 * ido.el (ido-everywhere):
7244 * image-file.el (auto-image-file-mode):
7245 * image-mode.el (image-minor-mode):
7246 * iswitchb.el (iswitchb-mode):
7247 * jka-cmpr-hook.el (auto-compression-mode):
7248 * linum.el (linum-mode):
7249 * longlines.el (longlines-mode):
7250 * master.el (master-mode):
7251 * mb-depth.el (minibuffer-depth-indicate-mode):
7252 * menu-bar.el (menu-bar-mode):
7253 * minibuf-eldef.el (minibuffer-electric-default-mode):
7254 * mouse-sel.el (mouse-sel-mode):
7255 * msb.el (msb-mode):
7256 * mwheel.el (mouse-wheel-mode):
7257 * outline.el (outline-minor-mode):
7258 * paren.el (show-paren-mode):
7259 * recentf.el (recentf-mode):
7260 * reveal.el (reveal-mode, global-reveal-mode):
7261 * rfn-eshadow.el (file-name-shadow-mode):
7262 * ruler-mode.el (ruler-mode):
7263 * savehist.el (savehist-mode):
7264 * scroll-all.el (scroll-all-mode):
7265 * scroll-bar.el (scroll-bar-mode):
7266 * server.el (server-mode):
7267 * shell.el (shell-dirtrack-mode):
7268 * simple.el (auto-fill-mode, transient-mark-mode)
7269 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
7270 (line-number-mode, column-number-mode, size-indication-mode)
7271 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
7272 * strokes.el (strokes-mode):
7273 * time.el (display-time-mode):
7274 * t-mouse.el (gpm-mouse-mode):
7275 * tool-bar.el (tool-bar-mode):
7276 * tooltip.el (tooltip-mode):
7277 * type-break.el (type-break-mode-line-message-mode)
7278 (type-break-query-mode):
7279 * view.el (view-mode):
7280 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7281 (global-whitespace-mode, global-whitespace-newline-mode):
7282 * xt-mouse.el (xterm-mouse-mode): Doc fix.
7283
a3839de2
SM
7284 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7285 Fix autogenerated docstring.
06e21633 7286
5214e501
JL
72872011-10-19 Juri Linkov <juri@jurta.org>
7288
7289 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
7290 by checking environment variables "DESKTOP_SESSION" and
7291 "XDG_CURRENT_DESKTOP". (Bug#9779)
7292
195f8db9
JL
72932011-10-19 Juri Linkov <juri@jurta.org>
7294
7295 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
7296 (browse-url-chromium-program, browse-url-chromium-arguments):
7297 New defcustoms.
7298 (browse-url-default-browser): Check for `browse-url-chromium' and
7299 call `browse-url-chromium-program'.
7300 (browse-url-chromium): New command. (Bug#9779)
7301
343a34ff
JB
73022011-10-18 Juanma Barranquero <lekktu@gmail.com>
7303
7304 * facemenu.el (list-colors-duplicates): On Windows, detect more
7305 duplicates by assuming that only colors matching "^System" are
7306 special "system colors". (Bug#9722)
7307
6978a151
SM
73082011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7309
7310 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
7311 to distinguish the author from the committer.
7312
6a80b297
MA
73132011-10-18 Michael Albinus <michael.albinus@gmx.de>
7314
7315 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
7316
b31a5677
JK
73172011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
7318
7319 * international/mule.el (sgml-html-meta-auto-coding-function):
7320 Add support for detecting encoding in HTML5 specified only as
7321 <meta charset="UTF-8">. Implementation just makes http-equiv and
7322 content-type parts from HTML4 encoding string optional. (Bug#9716)
7323
80c6d77f
GM
73242011-10-18 Glenn Morris <rgm@gnu.org>
7325
7326 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
7327
08b0fee8
CY
73282011-10-18 Chong Yidong <cyd@gnu.org>
7329
7330 * faces.el (cursor): Doc fix.
7331
67e729a5
CY
73322011-10-17 Chong Yidong <cyd@gnu.org>
7333
7334 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
7335
343a34ff 73362011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
7337
7338 * dirtrack.el (dirtrack): Support shell buffers with path
7339 prefixes, e.g. tramp-based remote shells. (Bug#9647)
7340
0bc06380
TZ
73412011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
7342
7343 * json.el: Bump version to 1.3 and note change in History.
7344 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
7345
8b79f3e0
SM
73462011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7347
5a7c536b
SM
7348 * comint.el (comint-insert-input, comint-send-input)
7349 (comint-get-old-input-default, comint-backward-matching-input)
7350 (comint-next-prompt): Use nil instead of `input' for field property of
7351 past user input (bug#114).
7352
96a8a0df
SM
7353 * minibuffer.el (completion--replace): Inherit surrounding properties
7354 (bug#114).
7355 (minibuffer-complete-and-exit): Use it.
7356
8b79f3e0
SM
7357 * comint.el (comint--table-subvert): Quote the all-completions output
7358 (bug#9160).
7359
b8f7ff0d
MR
73602011-10-17 Martin Rudalics <rudalics@gmx.at>
7361
8b79f3e0 7362 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 7363
b8f7ff0d 7364 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 7365 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
7366 entries and separate them from frame entries.
7367
c235b555
GM
73682011-10-15 Glenn Morris <rgm@gnu.org>
7369
7370 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
7371 Doc fixes.
7372
6bbfa6e1
CY
73732011-10-15 Chong Yidong <cyd@stupidchicken.com>
7374
8b79f3e0
SM
7375 * net/network-stream.el (network-stream-open-starttls):
7376 Improve detection of failure due to lack of TLS support.
ec5c990d 7377
6bbfa6e1
CY
7378 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
7379 putting the input text in front and in bold.
7380
98488977
SM
73812011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7382
3d1337be
SM
7383 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
7384
ee0b45e4
SM
7385 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
7386 empty buffer.
7387
98488977
SM
7388 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
7389 unread-command-events rather than pushing yet-another event.
7390
186f4720
EZ
73912011-10-14 Eli Zaretskii <eliz@gnu.org>
7392
7393 * mail/sendmail.el (sendmail-query-once): Improve the wording of
7394 the explanation of the possible choices. Make the options passed
7395 to completing-read shorter.
7396
8b7a997c
AM
73972011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7398
7399 * textmodes/flyspell.el (flyspell-large-region): Make sure
7400 extended character mode is used if defined (Bug#1339).
7401
12587bbb
EZ
74022011-10-13 Eli Zaretskii <eliz@gnu.org>
7403
7404 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
7405 character info for LRE, LRO, RLE, and RLO characters by appending
7406 an invisible PDF.
12587bbb 7407
bad41229
SM
74082011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7409
7410 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
7411 even in case of error; add debug spec; simplify data flow.
7412 (with-timeout-handler): Remove.
7413
28dbc92f
MA
74142011-10-12 Michael Albinus <michael.albinus@gmx.de>
7415
7416 Fix Bug#6019, Bug#9315.
7417
7418 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
7419 complete `buffer-file-name', the local file name part could look
7420 remotely (for example on VMS).
7421
7422 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
7423 `tramp-run-real-handler'.
7424 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
7425 already quoted by '"'.
7426
7427 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
7428 Let `file-name-handler-alist' be nil, the local file name part
7429 could look remotely (for example on VMS).
7430
e1b0b23a
SM
74312011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
7434 from here...
7435 (flyspell-post-command-hook): ...to here.
7436
a120bde9
SM
74372011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
7440 if not needed.
7441 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
7442 using completion. Protect against "slow" callers.
7443 Remove the "message hack".
7444
7ce7717b
JL
74452011-10-11 Juri Linkov <juri@jurta.org>
7446
7447 * isearch.el (isearch-lazy-highlight-word): New variable.
7448 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
7449 Use it. (Bug#9727)
7450
c02ee9d6
GM
74512011-10-11 Glenn Morris <rgm@gnu.org>
7452
7453 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
7454 like f90-previous-statement does.
7455
93e616fd 74562011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7457
1f190e73 7458 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
7459 only in interactive use, to avoid error.
7460
af7b6078
SM
74612011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7462
7463 * minibuffer.el (completion-file-name-table): Fix last change,
7464 i.e. ignore normal errors but not the other ones.
7465
0563dae9
MR
74662011-10-10 Martin Rudalics <rudalics@gmx.at>
7467
7468 * window.el (special-display-buffer-names)
7469 (special-display-regexps): Remove some remnants of earlier
7470 changes from doc-strings.
366ca7f3
MR
7471 (quit-windows-on): New function.
7472
7473 * vc/vc.el (vc-revert, vc-rollback):
7474 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
7475 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 7476 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 7477
49677495
MR
74782011-10-09 Martin Rudalics <rudalics@gmx.at>
7479
7480 * window.el (frame-auto-hide-function): Add version tag.
7481 (Bug#9699)
7482
56f2d1e1
MA
74832011-10-09 Michael Albinus <michael.albinus@gmx.de>
7484
7485 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
7486 condition.
7487
112a6592
LL
74882011-10-09 Leo Liu <sdl.web@gmail.com>
7489
7490 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
7491 (Bug#9701)
7492
0812589b
GM
74932011-10-08 Glenn Morris <rgm@gnu.org>
7494
7495 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
7496 before the first code statement zero indent. (Bug#9690)
7497
b2b0776e
CY
74982011-10-08 Chong Yidong <cyd@stupidchicken.com>
7499
7500 * simple.el (count-words-region): Always count in the region.
7501 Report the number of lines and characters too.
7502 (count-words): New command, which counts in the buffer if the
7503 region is inactive, as count-words-region used to.
7504 (count-words--message): New function. Handle plurals.
7505 (count-lines-region): Make it an alias for count-words-region.
7506
7507 * bindings.el (esc-map): Replace count-lines-region with
7508 count-words-region.
7509
c557cd6b
MR
75102011-10-08 Martin Rudalics <rudalics@gmx.at>
7511
7512 * window.el (window--delete): Delete dedicated frame
7513 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 7514 (switch-to-buffer): Fix doc-string typo.
c557cd6b 7515
61a57ef4 75162011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7517
3a7d293b 7518 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 7519
c3833279
CY
75202011-10-07 Chong Yidong <cyd@stupidchicken.com>
7521
7522 * bindings.el ([M-left],[M-right]): Bind to left-word and
7523 right-word respectively.
7524
21ce8245
GM
75252011-10-07 Glenn Morris <rgm@gnu.org>
7526
7527 * cus-start.el (debug-on-quit): Fix custom type.
7528
6d823bb2
LMI
75292011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7530
0181e193
LMI
7531 * subr.el (define-key-after): Clarify that the function is not
7532 useful for non-menu keymaps.
7533
6d823bb2
LMI
7534 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
7535
8e3459ce 75362011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7537
21ce8245 7538 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 7539 in current minibuffer (Fix bug with recursive minibuffers).
7540
a1c2d21e
CY
75412011-10-06 Chong Yidong <cyd@stupidchicken.com>
7542
7543 * progmodes/gdb-mi.el (gdb): Doc fix.
7544
5a4cf282
MR
75452011-10-05 Martin Rudalics <rudalics@gmx.at>
7546
7547 * window.el (frame-auto-hide-function): New option replacing
7548 frame-auto-delete. Suggested by Stefan Monnier.
7549 (window--delete): Call frame-auto-hide-function instead of
7550 investigating frame-auto-delete.
c96111ea
MR
7551 (window-point-1, set-window-point-1): New functions.
7552 (window-in-direction, record-window-buffer, window-state-get-1)
7553 (display-buffer-record-window): Use window-point-1 instead of
7554 window-point.
7555 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 7556
9854542e
SM
75572011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7558
7559 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
7560
8943cfb0
GM
75612011-10-05 Glenn Morris <rgm@gnu.org>
7562
7563 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
7564 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
7565
647ab967
LL
75662011-10-05 Leo Liu <sdl.web@gmail.com>
7567
7568 * subr.el (read-char-choice): Fix argument to buffer-live-p which
7569 works with buffer object.
7570
3ddfbced
SM
75712011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7572
7573 * mpc.el (mpc-tool-bar-map): Add labels.
7574
bdfa5dd2
GM
75752011-10-04 Glenn Morris <rgm@gnu.org>
7576
7577 * calendar/holidays.el (calendar-check-holidays): Doc fix.
7578
0e2070b5
MR
75792011-10-04 Martin Rudalics <rudalics@gmx.at>
7580
7581 * window.el (window--delete): New function.
7582 (frame-auto-delete): Resuscitate option.
7583 (bury-buffer, replace-buffer-in-windows)
7584 (quit-window): Rewrite using window--delete.
7585 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7586 Pass display-buffer-mark-dedicated to window--display-buffer-2
7587 (Bug#9639).
7588
3dc61a09
SM
75892011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7590
915a9b64
SM
7591 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
7592 returns a list (bug#9554). Add remote file name completion.
7593 * comint.el (comint--table-subvert): Curry and get quote&unquote
7594 functions as arguments.
7595 (comint--complete-file-name-data): Adjust call accordingly.
7596 * pcomplete.el (pcomplete--table-subvert): Remove.
7597 (pcomplete-completions-at-point): Use comint--table-subvert instead.
7598
3dc61a09
SM
7599 * minibuffer.el (completion-table-case-fold): Use currying.
7600 (completion--styles-type, completion--cycling-threshold-type):
7601 New constants.
7602 (completion-styles, completion-category-overrides)
7603 (completion-cycle-threshold): Use them.
7604 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
7605 completion-table-case-fold.
7606
8ea0a993
SB
76072011-10-03 Stephen Berman <stephen.berman@gmx.net>
7608
7609 * minibuffer.el (completion-category-overrides): Fix type of styles
7610 and add more user friendly tags (bug#9660).
7611
8c24b7f6
SM
76122011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7613
7614 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
7615 (mule-input-method-string): New widget.
7616 (default-input-method, language-info-custom-alist): Use it.
7617
428fe61a
SM
76182011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7619
32c1fffd
SM
7620 * pcomplete.el: Require comint.
7621 (pcomplete--common-suffix): Remove.
7622 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
7623 (pcomplete--table-subvert): Sync with comint--table-subvert.
7624 (pcomplete--entries): Use comint-completion-file-name-table.
7625 * comint.el (comint-unquote-filename): Simplify.
7626 (comint-completion-file-name-table): New function (bug#9616).
7627 (comint--complete-file-name-data): Use it.
7628
428fe61a
SM
7629 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
7630 (pcmpl-gnu-tar-buffer): Remove.
7631 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
7632 around. Make sure pcomplete-suffix-list is only changed temporarily.
7633 Don't look inside the tar's file if it's too large.
428fe61a 7634
04c52e2f
CY
76352011-10-01 Chong Yidong <cyd@stupidchicken.com>
7636
ce3cefcc
CY
7637 * cus-edit.el (custom-mode-map):
7638 * epa.el (epa-key-list-mode-map):
7639 * man.el (Man-mode-map):
7640 * startup.el (splash-screen-keymap):
7641 * simple.el (special-mode-map): Use scroll-up-command and
7642 scroll-down-command.
7643
7644 * progmodes/idlw-help.el (idlwave-help-mode-map):
7645 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
7646 * net/newst-plainview.el (newsticker-mode-map):
7647 * emulation/ws-mode.el (wordstar-mode-map):
7648 * emulation/vi.el (vi-com-map):
7649 * calc/calc-graph.el (calc-graph-show-dumb):
7650 * term/sun.el (terminal-init-sun):
7651 * term/ns-win.el (global-map):
7652 * progmodes/grep.el (grep-mode-map):
7653 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
7654 * mail/rmail.el (rmail-mode-map):
7655 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
7656
04c52e2f
CY
7657 * custom.el (custom-safe-themes, load-theme): Treat value of t for
7658 custom-safe-themes as special.
7659
79adf8c8
JD
76602011-10-01 Julien Danjou <julien@danjou.info>
7661
7662 * notifications.el (notifications-notify): Fix docstring.
7663
63bd50d3
PS
76642011-10-01 Per Starbäck <per@starback.se>
7665
7666 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
7667
199e4c7e
MR
76682011-09-30 Martin Rudalics <rudalics@gmx.at>
7669
7670 * startup.el (command-line-1): Fix last fix by inserting
7671 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 7672 (Bug#9605) and (Bug#9636)
199e4c7e 7673
fe5f08dd
EZ
76742011-09-29 Eli Zaretskii <eliz@gnu.org>
7675
7676 * simple.el (line-move): If auto-hscroll-mode is disabled and the
7677 window is hscrolled, move by logical lines. (Bug#9607)
7678 (line-move-visual): Update the doc string to the above effect.
7679
b5516bbd
MR
76802011-09-29 Martin Rudalics <rudalics@gmx.at>
7681
ccee00c0
MR
7682 * window.el (display-buffer-record-window): When WINDOW is the
7683 selected window use `point' instead of `window-point'. (Bug#9626)
7684
b5516bbd
MR
7685 * startup.el (command-line-1): Use insert-before-markers when
7686 inserting initial-scratch-message. (Bug#9605)
ccee00c0 7687
b5516bbd
MR
7688 * help.el (help-window): Remove variable.
7689
52aa0014
GM
76902011-09-29 Glenn Morris <rgm@gnu.org>
7691
7692 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
7693
df9a7357
JB
76942011-09-29 Juanma Barranquero <lekktu@gmail.com>
7695
7696 * descr-text.el (describe-char-categories): Accept category
7697 descriptions more than one line long.
7698
a8406c20
SM
76992011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7700
88d9610c
SM
7701 * simple.el (delete-trailing-whitespace): Fix last change.
7702
a5daf810
SM
7703 * progmodes/perl-mode.el (perl-syntax-propertize-function):
7704 Don't confuse "y => 3" as the beginning of a `y' operation.
7705
a8406c20
SM
7706 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
7707 object has more than 4 slots (bug#9613).
7708
a239d4e9
JB
77092011-09-28 Juanma Barranquero <lekktu@gmail.com>
7710
7711 * subr.el (with-output-to-temp-buffer):
7712 * net/quickurl.el (quickurl, quickurl-browse-url):
7713 Fix typos in docstrings.
7714
693fbdb6
EZ
77152011-09-27 Eli Zaretskii <eliz@gnu.org>
7716
7717 * minibuffer.el (completion-styles)
7718 (completion-category-overrides): Cross reference each other in doc
7719 strings.
7720
8b457e28
GM
77212011-09-27 Glenn Morris <rgm@gnu.org>
7722
7723 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
7724 to split-string. (Bug#9606)
7725
85a16208
LMI
77262011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7727
7728 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
7729 (bug#9615).
7730
502f9ebd
CY
77312011-09-27 Chong Yidong <cyd@stupidchicken.com>
7732
7733 * emacs-lisp/package.el (list-packages): Fix echo area message.
7734
7690bdea
LL
77352011-09-27 Leo Liu <sdl.web@gmail.com>
7736
7737 * ido.el (ido-read-internal): Accept cons cell HIST arg.
7738
e2ee6f30
MA
77392011-09-25 Michael Albinus <michael.albinus@gmx.de>
7740
7741 * net/dbus.el (dbus-unregister-object): Don't release services for
7742 registered signals. (Bug#9581)
7743
f3f98342
TZ
77442011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7745
7746 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
7747 function that picks between cfengine 2 and 3 support
7748 automatically. Update docs accordingly.
7749
dd7aa8dd
KH
77502011-09-22 Kenichi Handa <handa@m17n.org>
7751
7752 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
7753 ZERO.
7754 (indian-itrans-v5-table-for-tamil): New variable.
7755 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
7756
3f2b07f8
KM
77572011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
7758
7759 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
7760 that's true if the current command involved collapsing of text.
7761 It's reset to false at the beginning of the next command.
7762 (allout-post-command-business): Move the cursor to the beginning
7763 of entry if the cursor is hidden and collapsing activity just
7764 happened.
7765
371d6a61
CY
77662011-09-24 Chong Yidong <cyd@stupidchicken.com>
7767
7768 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
7769 tracking (Bug#9541).
7770
2ac2721a
UJ
77712011-09-24 Ulf Jasper <ulf.jasper@web.de>
7772
7773 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
7774 (newsticker-show-news): Automatically load html rendering package
7775 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
7776 because w3m-fill-column is let-bound" and the error "Symbol's value
7777 as variable is void: w3m-fill-column".
2ac2721a 7778
fac7ae53
MA
77792011-09-24 Michael Albinus <michael.albinus@gmx.de>
7780
7781 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
7782 Release services only if they are defined. (Bug#9581)
7783
e08b633b
RS
77842011-09-23 Richard Stallman <rms@gnu.org>
7785
e488d29c
RS
7786 * textmodes/paragraphs.el (forward-sentence): For backwards case,
7787 distinguish start of paragraph from start of its text.
7788
19c38752
RS
7789 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
7790
e08b633b
RS
7791 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
7792 (rmail-generate-viewer-buffer): Put that hook on view buffer.
7793 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
7794
0a39f27e
AS
77952011-09-23 Andreas Schwab <schwab@linux-m68k.org>
7796
7797 * international/mule-diag.el (mule-diag): Insert a newline after
7798 each fontset description.
7799
db4e950d
SM
78002011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7801
7802 * simple.el (delete-trailing-whitespace):
7803 Document last change; simplify.
7804
eca3f3ea
PW
78052011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
7806
d68e189a
PW
7807 * simple.el (delete-trailing-whitespace): Also delete
7808 extra newlines at the end of the buffer.
7809
eca3f3ea
PW
7810 * textmodes/picture.el: Make motion commands obey shift-select-mode.
7811 (picture-newline): Use forward-line so as to ignore fields.
7812
01c157cc
SM
78132011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7814
7815 * subr.el (with-wrapper-hook): Fix edebug spec.
7816
022de23e
LMI
78172011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7818
7819 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
7820 (bug#4538).
7821
91683089
MA
78222011-09-23 Michael Albinus <michael.albinus@gmx.de>
7823
eca3f3ea
PW
7824 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
7825 Fix nasty bug using wrong cached values.
91683089 7826
5bdd6fa4
AM
78272011-09-23 Alan Mackenzie <acm@muc.de>
7828
7829 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
7830
97adfb97
CY
78312011-09-23 Chong Yidong <cyd@stupidchicken.com>
7832
7833 * window.el (pop-to-buffer): Ensure right window is selected if we
7834 chose another frame.
7835
d4ef2b50
EZ
78362011-09-22 Eli Zaretskii <eliz@gnu.org>
7837
7838 * simple.el (what-cursor-position): Use get-char-property-change
7839 and next-single-char-property-change, to be able to show display
7840 properties that come from overlays as well as text properties.
7841
72258fe5
CY
78422011-09-22 Chong Yidong <cyd@stupidchicken.com>
7843
7844 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
7845
7846 * cmuscheme.el (run-scheme, switch-to-scheme):
7847 * cus-edit.el (customize-group, custom-buffer-create)
7848 (customize-browse):
7849 * info.el (info):
7850 * shell.el (shell):
7851 * mail/sendmail.el (mail):
7852 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
7853
8f098516
RS
78542011-09-22 Richard Stallman <rms@gnu.org>
7855
7856 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
7857 move back only to line beg, don't move back over blank lines.
7858
e74f1bb6
MA
78592011-09-22 Michael Albinus <michael.albinus@gmx.de>
7860
7861 * files.el (copy-directory): Set directory attributes only in case
7862 they could be retrieved from the source directory. (Bug#9565)
7863
bfeef8b6
DK
78642011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
7865
7866 * progmodes/hideshow.el (hs-looking-at-block-start-p)
7867 (hs-find-block-beginning, hs-hide-level-recursive):
7868 Ignore strings as well as comments. (Bug#9502)
7869
7e423bb8
AS
78702011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
7871
7872 * progmodes/sql.el (sql-comint-postgres):
7873 Convert port number to a string. (Bug#9566)
7874
b4d72fcf
MR
78752011-09-22 Martin Rudalics <rudalics@gmx.at>
7876
7877 * window.el (quit-window): Undedicate window when switching to
7878 previous buffer. Reported by Thierry Volpiatto
7879 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
7880 (special-display-popup-frame): When popping up a new frame reset
7881 its previous buffers to nil. Simplify code.
b4d72fcf 7882
a7b88dc6
MA
78832011-09-21 Michael Albinus <michael.albinus@gmx.de>
7884
7885 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
7886 and process filter, as done also in `shell-command'.
7887
cf4eacfd
MR
78882011-09-21 Martin Rudalics <rudalics@gmx.at>
7889
eca3f3ea 7890 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
7891 Call set-window-start with NOFORCE argument t.
7892 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
7893 (quit-window): Reword doc-string. Handle new format of
7894 quit-restore parameter. Don't delete window if it has a
7895 previous buffer we can show instead of the present one.
7896 (display-buffer-record-window): Rewrite using a new format for
7897 the quit-restore window parameter
7898 (special-display-popup-frame, display-buffer-same-window)
7899 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7900 (display-buffer-pop-up-window, display-buffer-use-some-window):
7901 Adapt symbol passed to display-buffer-record-window.
7902 * help.el (help-window-setup): Handle new format of quit-restore
7903 parameter.
7904
8d28cb95
SM
79052011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7906
94ab793f
SM
7907 * faces.el (face-list): Fix docstring (bug#9564).
7908
8d28cb95
SM
7909 * window.el (display-buffer--action-function-custom-type):
7910 Don't include internal functions in the Custom interface.
7911
3820edeb
JL
79122011-09-20 Juri Linkov <juri@jurta.org>
7913
7914 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
7915 (Info-forward-node, Info-backward-node, Info-next-preorder)
7916 (Info-last-preorder): Use it. (Bug#9528)
7917
5147931d
JL
79182011-09-20 Juri Linkov <juri@jurta.org>
7919
7920 * info.el (Info-last-preorder): Visit last menu item only when
7921 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
7922
cf499a1a
JD
79232011-09-20 Julien Danjou <julien@danjou.info>
7924
7925 * password-cache.el (password-cache-remove): Remove entries even if the
7926 value is nil, so that password with a nil value (negative caching) is
7927 possible to invalidate.
7928
f84e2fe2
LM
79292011-09-20 Lawrence Mitchell <wence@gmx.li>
7930
7931 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
7932 all whitespace around breakpoint. (Bug#9553)
7933 (f90-find-breakpoint): Only break at whitespace inside a comment.
7934
78054a46
SM
79352011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7936
7937 * minibuffer.el (completion-file-name-table): Keep track of errors.
7938 (completion-table-with-predicate): Handle the case where pred1 is nil.
7939 * pcomplete.el (pcomplete-completions-at-point): Simplify.
7940
345083b2
SM
79412011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7942
e24e27be
SM
7943 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
7944 (debugger-return-value): Signal an error if the debugging context does
7945 not await any return value.
7946
345083b2
SM
7947 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
7948 * image-mode.el (image-toggle-display-text)
7949 (image-toggle-display-image): Stay away from evil `intangible'.
7950
08d355e3
LL
79512011-09-19 Leo Liu <sdl.web@gmail.com>
7952
7953 * replace.el (occur-revert-arguments): Make it permanent-local.
7954 (occur-mode): Don't call font-lock-defontify.
7955
f01da43f
CY
79562011-09-19 Chong Yidong <cyd@stupidchicken.com>
7957
7958 * net/ldap.el (ldap-search-internal): Don't push empty search
7959 result (Bug#9508).
7960
b6072fa6
SM
79612011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7962
7963 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
7964
443d6696
MA
79652011-09-19 Michael Albinus <michael.albinus@gmx.de>
7966
7967 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
7968 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
7969
7cc6e154
JL
79702011-09-18 Juri Linkov <juri@jurta.org>
7971
7972 * buff-menu.el (Buffer-menu-mode-map):
7973 * dired.el (dired-mode-map):
7974 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
7975 (lisp-interaction-mode-map):
7976 * emacs-lisp/package.el (package-menu-mode-map):
7977 * epa.el (epa-key-list-mode-map):
7978 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
7979 (menu-bar-options-menu):
7980 * outline.el (outline-mode-menu-bar-map):
7981 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
7982 * vc/vc-dir.el (vc-dir-menu-map):
7983 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
7984 Capitalize non-function content words in menu item strings.
7985
7986 * dired.el (dired-mode-map): Add menu item for
7987 `image-dired-dired-toggle-marked-thumbs'.
7988
80302a81
JL
79892011-09-18 Juri Linkov <juri@jurta.org>
7990
7991 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
7992 to `isearch-case-fold-search' and restore its original value
7993 after the `isearch-mode' call.
7994
46c5cf66
JL
79952011-09-18 Juri Linkov <juri@jurta.org>
7996
7997 * progmodes/grep.el (grep-process-setup): Don't check code for 1
7998 because `zgrep' returns 1 for successful matches (bug#9226).
7999
d18b513b
JL
80002011-09-18 Juri Linkov <juri@jurta.org>
8001
8002 * info.el (Info-extract-menu-node-name): Check the second match
8003 for empty string (second test-case of bug#9528).
8004 (Info-last-preorder): Let-bind `Info-history' to nil to not add
8005 intermediate nodes to the history (first test-case of bug#9528).
8006
72753f87
JL
80072011-09-18 Juri Linkov <juri@jurta.org>
8008
8009 * info.el (Info-mode-syntax-table): New variable.
1154d12e 8010 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 8011
c9384295
JL
80122011-09-18 Juri Linkov <juri@jurta.org>
8013
1154d12e
JB
8014 * info.el (Info-file-supports-index-cookies):
8015 Increment line-beginning-position's arg from 3 to 4 because makeinfo
8016 outputs one more line for long file names (bug#4142).
c9384295 8017
d473dce8
CY
80182011-09-18 Chong Yidong <cyd@stupidchicken.com>
8019
8020 * newcomment.el (comment-normalize-vars): If prompting for
8021 comment-start, set comment-start-skip too (Bug#8424).
8022
2176854d
JB
80232011-09-18 Johan Bockgård <bojohan@gnu.org>
8024
8025 * icomplete.el: Fix previous fix of Bug#5849.
8026 (icomplete-mode): Don't set completion-show-inline-help.
8027 (icomplete-minibuffer-setup): Set completion-show-inline-help
8028 locally during icompletion.
8029
3aace4e4
CY
80302011-09-18 Chong Yidong <cyd@stupidchicken.com>
8031
c940224f
CY
8032 * woman.el (woman2-process-escapes): Don't delete unrecognized
8033 escapes (Bug#7843).
8034
3aace4e4
CY
8035 * files.el (inhibit-first-line-modes-regexps): Add image files.
8036 (hack-local-variables-prop-line): Return nil for malformed
8037 prop-lines (Bug#9044).
8038
710dec63
MA
80392011-09-18 Michael Albinus <michael.albinus@gmx.de>
8040
8041 * net/tramp.el (top): Don't require 'shell.
8042 (tramp-methods): Fix docstring.
8043 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
8044 Return complete remote file name. Handle "smb" case.
8045 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
8046 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
8047
8048 * net/tramp-compat.el (top): Require 'shell.
8049
8050 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8051 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
8052 `tramp-current-host'.
8053 (tramp-get-remote-tmpdir): Remove.
8054
8055 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
8056 `tramp-tmpdir' entries.
8057 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
8058 (tramp-smb-handle-file-attributes): Ignore errors.
8059 (tramp-smb-wait-for-output): Check also for process end.
8060
5d5ac8ec
LMI
80612011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8062
8063 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
8064 when sending QUIT (bug#9312).
8065
8c0f49f0
CY
80662011-09-17 Chong Yidong <cyd@stupidchicken.com>
8067
8068 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
8069 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
8070 occur-mode-display-occurrence.
8071 (occur-edit-mode): Add usage message.
8072 (occur-cease-edit): New command.
8073 (occur-after-change-function): Use text properties to find the
8074 position of the prefix text.
8075 (occur-engine): Set stickiness of prefix text properties.
8076
8f1383f7
GM
80772011-09-17 Glenn Morris <rgm@gnu.org>
8078
8079 * progmodes/etags.el (complete-tag):
8080 Fix call to completion-in-region. (Bug#9526)
8081
744ba0e3
JL
80822011-09-17 Juri Linkov <juri@jurta.org>
8083
8084 * textmodes/ispell.el (ispell-word): Add to the error message
8085 the word, ispell program name and current dictionary (bug#9121).
8086 (ispell-tex-arg-end): Capitalize "error" in the error message.
8087
d9bbf400
AS
80882011-09-17 Andreas Schwab <schwab@linux-m68k.org>
8089
8090 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
8091 check. (Bug#4251)
8092
8da11505
JL
80932011-09-17 Juri Linkov <juri@jurta.org>
8094
8095 * window.el (window-safe-min-height, window-safe-min-width):
8096 Fix typos (followup to bug#9522).
8097
a91adc7e
SJ
80982011-09-17 Sven Joachim <svenjoac@gmx.de>
8099
8100 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
8101
064f328a
EZ
81022011-09-16 Eli Zaretskii <eliz@gnu.org>
8103
8104 * simple.el (line-move): If goal-column is set, move by logical
8105 lines, not by display lines. (Bug#971)
8106 (next-line, previous-line, goal-column, line-move-visual): Doc fix
8107 to reflect the above change.
8108
e69df516
SM
81092011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8110
8111 * image.el (imagemagick-register-types): Use regexp-opt.
8112
cbb0f9ab
CY
81132011-09-15 Chong Yidong <cyd@stupidchicken.com>
8114
8115 * window.el (display-buffer-base-action): Rename from
8116 display-buffer-default-action. Make default value empty.
8117 (display-buffer-overriding-action): Convert to defvar.
8118 (display-buffer-fallback-action): New var.
8119
25322144
CY
81202011-09-15 Chong Yidong <cyd@stupidchicken.com>
8121
8122 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
8123 declaration.
8124 (package--add-to-archive-contents): If there is a duplicate entry
8125 with an older version, remove it.
8126 (package-menu-mark-delete, package-menu-mark-install)
8127 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
8128 (package-menu-mark-obsolete-for-deletion):
8129 Use package-menu-get-status instead of a regexp search.
25322144
CY
8130 (package-menu-get-status): Use tabulated-list-entry.
8131 (package-menu-mark-upgrades): New command.
d770725a 8132 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
8133 (package-menu-execute): Do installation before deletion.
8134 (package-menu-refresh, package-menu-execute): Use derived-mode-p
8135 instead of checking major-mode.
8136 (package-menu--find-upgrades): New function.
8137
7520339c
LMI
81382011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8139
8140 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
8141 passwords in the log buffer.
65a046c4
LMI
8142 (smtpmail-process-filter): Update the process marker so that the
8143 "broken by peer" status message is inserted in the right place.
7520339c 8144
d3c30954
SM
81452011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8146
3fe48822
SM
8147 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
8148 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
8149 bibtex-completion-at-point-function.
8150 (bibtex-completion-at-point-function): Use them.
8151
1b8b3954
SM
8152 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
8153
d3c30954
SM
8154 * mpc.el (mpc-constraints-tag-lookup): New function.
8155 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
8156 also to browser "album|playlist".
8157
72779976
JL
81582011-09-14 Juri Linkov <juri@jurta.org>
8159
8160 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
8161 (isearch-edit-string): Use length of `isearch-string' when
8162 `isearch-fail-pos' returns nil.
8163 (isearch-message): Remove duplicate code and call
8164 `isearch-fail-pos' with arg `t'.
8165
a0bf2bcd
CY
81662011-09-14 Chong Yidong <cyd@stupidchicken.com>
8167
17bb0a2d
CY
8168 * replace.el (occur-mode-goto-occurrence): Don't force using other
8169 window (Bug#9499).
8170
a0bf2bcd
CY
8171 * dired-aux.el (dired-do-chmod): Don't provide initial input.
8172
f678e0b6
MR
81732011-09-14 Martin Rudalics <rudalics@gmx.at>
8174
8175 * window.el (display-buffer-window): Remove.
8176 (display-buffer-record-window): Use help-setup window parameter
8177 instead of variable display-buffer-window.
8178 (display-buffer-function, special-display-buffer-names)
8179 (special-display-function): Mention help-setup parameter instead
8180 of display-buffer-window in doc-string.
d3c30954
SM
8181 * help.el (help-window-setup): New argument help-window.
8182 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
8183 Reword some messages.
8184 (with-help-window): Pass window used for displaying the buffer
8185 to help-window-setup. Don't set display-buffer-window.
8186
8e39b2e8
GM
81872011-09-13 Glenn Morris <rgm@gnu.org>
8188
8189 * emacs-lisp/debug.el (debugger-make-xrefs):
8190 Preserve point. (Bug#9462)
8191
85e9c04b
CY
81922011-09-13 Chong Yidong <cyd@stupidchicken.com>
8193
8194 * window.el (window-deletable-p): Use next-frame.
8195
1b36ed6a
MR
81962011-09-13 Martin Rudalics <rudalics@gmx.at>
8197
8198 * window.el (window-auto-delete): Remove.
8199 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 8200 dedication and previous buffers.
1b36ed6a
MR
8201 (switch-to-prev-buffer): Don't delete window.
8202 (delete-windows-on): Delete a window's frame if and only if the
8203 window is dedicated.
8204 (replace-buffer-in-windows): Delete buffer's window or frame if
8205 and only if window is dedicated.
8206 (quit-window): Handle quit-restore as before last change.
4d61f28d 8207 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 8208
ef8ef9fb
CY
82092011-09-13 Chong Yidong <cyd@stupidchicken.com>
8210
8211 * window.el (window-deletable-p): Never delete the last frame on a
8212 given terminal.
8213
b2cba41e
GM
82142011-09-13 Glenn Morris <rgm@gnu.org>
8215
8216 * help.el (describe-key-briefly): Copy previous standard-output change.
8217
51553db6 82182011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
8219
8220 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
8221
b7556719
GM
82222011-09-13 Glenn Morris <rgm@gnu.org>
8223
8224 * emacs-lisp/lisp-mode.el (lisp-indent-function):
8225 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
8226
64b51947
CY
82272011-09-12 Chong Yidong <cyd@stupidchicken.com>
8228
8229 * dired-aux.el (dired-mark-read-string): Don't return default
8230 value on empty input (Bug#9361).
8231 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
8232 Omit initial minibuffer contents.
8233 (dired-do-chmod): Signal an error on empty input.
8234 (dired-mark-read-string): Don't return default on empty input.
8235
8236 * files.el (file-modes-symbolic-to-number): Doc fix.
8237
393a301e
SM
82382011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8239
8240 * international/mule-cmds.el (ucs-completions): Remove.
8241 (read-char-by-name): Use complete-with-action instead; add metadata.
8242
fa5660f9
CY
82432011-09-11 Chong Yidong <cyd@stupidchicken.com>
8244
8245 * window.el (display-buffer--action-function-custom-type)
8246 (display-buffer--action-custom-type): New vars.
8247 (display-buffer-alist, display-buffer-default-action)
8248 (display-buffer-overriding-action): Add defcustom types.
8249
4a592f66
CY
8250 * frame.el (delete-other-frames): Doc fix (Bug#276).
8251
73d56dbd
LMI
82522011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8253
8254 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
8255
37ac18a3
CY
82562011-09-11 Chong Yidong <cyd@stupidchicken.com>
8257
8258 Change modes that used same-window-* vars to use switch-to-buffer.
8259
8260 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
8261 Use switch-to-buffer.
8262
8263 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
8264 (customize-browse, custom-buffer-create-other-window):
8265 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
8266
8267 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
8268 (Info-prev, Info-up, Info-speedbar-goto-node)
8269 (info-display-manual): Use switch-to-buffer.
8270 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
8271
8272 * mail/sendmail.el (mail): Use switch-to-buffer.
8273 (mail-recover): Use switch-to-buffer-other-window.
8274
8275 * cmuscheme.el (run-scheme, switch-to-scheme):
8276 * ielm.el (ielm):
8277 * shell.el (shell):
8278 * net/rlogin.el (rlogin):
8279 * net/telnet.el (telnet, rsh):
8280 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
8281
10195bd6
AS
82822011-09-11 Andreas Schwab <schwab@linux-m68k.org>
8283
8284 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
8285
b322f63a
LMI
82862011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8287
39d7fed6
LMI
8288 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
8289 so don't mention it (bug#9301).
ba5a81f1 8290 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 8291
ee0e9f11
LMI
8292 * faces.el (face-spec-set-match-display): Make `(type graphic)'
8293 match `x', `w32' and `ns', like the manual says (bug#9029).
8294
0b1c89c1 8295 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
8296 (process-kill-buffer-query-function): Mention the buffer name in
8297 the query.
0b1c89c1 8298
77549ea8
LMI
8299 * image-mode.el (image-next-line): The line parameter is mandatory
8300 (bug#9258).
8301
803ef892
LMI
8302 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
8303 which can be useful (bug#9301).
8304
12980837
LMI
8305 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
8306
91054f8f
LMI
8307 * subr.el (match-string): Mention that the current buffer should
8308 be the same as the search was done in (bug#9282).
8309
b322f63a
LMI
8310 * facemenu.el: Disable the remove-* commands if the mark isn't
8311 active (bug#9162).
8312
3199b96f
CY
83132011-09-10 Chong Yidong <cyd@stupidchicken.com>
8314
8315 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
8316 of display-buffer.
8317 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
8318
8319 * replace.el (occur-mode-goto-occurrence)
8320 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
8321 and display-buffer.
8322
8323 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
8324 display-buffer.
8325
8326 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
8327 special-display and same-window variables.
8328 (mail-other-window): Use switch-to-buffer-other-window.
8329 (mail-other-frame): USe switch-to-buffer-other-frame.
8330
393a301e
SM
8331 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
8332 Use display-buffer-other-frame.
3199b96f
CY
8333 (gdb-display-gdb-buffer): Use pop-to-buffer.
8334
8335 * progmodes/gud.el (gud-goto-info): Use info-other-window.
8336
8337 * progmodes/python.el: Don't set same-window-buffer-names.
8338
8339 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
8340
8341 * window.el (display-buffer-alist): Add *Python*.
8342
8319e0bf
CY
83432011-09-10 Chong Yidong <cyd@stupidchicken.com>
8344
8345 * window.el (display-buffer-alist): Add entry for buffers
8346 previously handled same-window-*.
8347 (display-buffer-alist, display-buffer-default-action)
8348 (display-buffer-overriding-action): Mark as risky.
8349 (display-buffer-alist): Document action function changes.
8350 (display-buffer--same-window-action)
8351 (display-buffer--other-frame-action): New variables.
8352 (switch-to-buffer, display-buffer-other-frame): Use them.
8353 (display-buffer): Rename reuse-frame entry to reusable-frames.
8354 (display-buffer-reuse-selected-window): Function deleted.
8355 (display-buffer-reuse-window): Handle reusable-frames alist entry.
8356 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
8357 (display-buffer-special): New function.
8358 (display-buffer--maybe-pop-up-frame-or-window): Rename from
8359 display-buffer-reuse-or-pop-window. Split off special-display
8360 part into display-buffer-special.
8361 (display-buffer-use-some-window): Don't perform any special
8362 pop-up-frames handling.
8363 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 8364 (display-buffer--maybe-same-window): Rename from
0d3ff375 8365 display-buffer-maybe-same-window.
8319e0bf 8366
919a69aa
CY
8367 * info.el: Don't set same-window-regexps.
8368 (info-setup): New function.
8369 (info-other-window, info): Call it.
8370
8371 * cus-edit.el: Don't set same-window-regexps.
8372 (customize-group): New argument.
8373 (customize-group-other-window): Use it.
8374 (customize-face, customize-face-other-window): Likewise.
8375 (custom-buffer-create-other-window): Use pop-to-buffer directly.
8376
8319e0bf
CY
8377 * net/rlogin.el:
8378 * net/telnet.el:
8379 * progmodes/gud.el: Don't set same-window-regexps.
8380
8381 * cmuscheme.el:
8382 * ielm.el:
8383 * shell.el:
8384 * mail/sendmail.el:
8385 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
8386
25173000
JL
83872011-09-10 Juri Linkov <juri@jurta.org>
8388
8389 * isearch.el (isearch-edit-string): Remove obsolete mention of
8390 `C-w' (`isearch-yank-word-or-char') from docstring.
8391 (isearch-query-replace): Fix typo in docstring (bug#9466).
8392
056e44ef
JL
83932011-09-10 Juri Linkov <juri@jurta.org>
8394
8395 * paren.el (show-paren-function): Don't show escaped parens.
8396 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
8397
c3760c17
EZ
83982011-09-10 Eli Zaretskii <eliz@gnu.org>
8399
8400 * mail/sendmail.el (mml-to-mime, mml-attach-file)
8401 (mm-default-file-encoding): Remove autoload forms, they are
8402 replaced with autoload cookies in mml.el and mm-encode.el.
8403 (mail-add-attachment): New command.
8404 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
8405 (mail-mode): Mention mail-insert-file and mail-add-attachment in
8406 the doc string.
8407 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
8408
fece895e
RT
84092011-09-10 Reuben Thomas <rrt@sc3d.org>
8410
e69df516
SM
8411 * simple.el (count-words-region): Use buffer if there's no region
8412 (bug#9429).
fece895e 8413
5e68ce4a
JL
84142011-09-09 Juri Linkov <juri@jurta.org>
8415
8416 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
8417 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
8418 (wdired-isearch-filter-read-only): New function. (Bug#6362)
8419
0a6b9622
AM
84202011-09-09 Alan Mackenzie <acm@muc.de>
8421
8422 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
8423 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
8424
14a29deb
EZ
84252011-09-09 Eli Zaretskii <eliz@gnu.org>
8426
8427 Fix for Savannah bug#9392.
8428 * simple.el (mail-encode-mml): New defvar.
8429
8430 * mail/rmail.el (mail-encode-mml): Add a defvar.
8431 (rmail-enable-mime-composing): Default to t.
8432 (rmail-forward): Use MIME method of forwarding only if both
8433 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
8434 Set mail-encode-mml non-nil if the MIME method was used.
8435
8436 * mail/sendmail.el (mml-to-mime): Add autoload form.
8437 (mail-encode-mml): Add a defvar.
8438 (mail-mode): Make mail-encode-mml buffer-local and initialize it
8439 to nil.
8440 (mail-send): If mail-encode-mml is non-nil, run the outgoing
8441 message through mml-to-mime, and reset mail-encode-mml to nil.
8442
28c45130
GM
84432011-09-09 Glenn Morris <rgm@gnu.org>
8444
8445 * woman.el (woman-if-body): When processing an .el block,
8446 do not delete the next .el block as well. (Bug#9447)
69f4b618 8447 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 8448
9b1c252e
MR
84492011-09-08 Martin Rudalics <rudalics@gmx.at>
8450
8451 * window.el (window-deletable-p): Make sure window is live before
8452 invoking window-prev-buffers.
8453
567457e3
LL
84542011-09-08 Leo Liu <sdl.web@gmail.com>
8455
8456 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
8457
97f05794
JL
84582011-09-08 Juri Linkov <juri@jurta.org>
8459
8460 * progmodes/compile.el (compilation-environment): Make it
8461 a defcustom (bug#8340).
8462
8b0874b5
MR
84632011-09-08 Martin Rudalics <rudalics@gmx.at>
8464
8465 * window.el (frame-auto-delete): Rename to window-auto-delete.
8466 Make it control auto-deletion of windows and/or frames.
8467 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 8468 for deleting window/frame. (Bug#9419)
8b0874b5
MR
8469 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
8470 Rewrite handling of case when window/frame can be deleted.
8471 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 8472 argument t. (Bug#9456)
8b0874b5 8473
4feb6e73
CY
84742011-09-07 Chong Yidong <cyd@stupidchicken.com>
8475
8476 * help-mode.el (help-mode): Restore autoload.
8477
91ab9c13
JL
84782011-09-07 Juri Linkov <juri@jurta.org>
8479
8480 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
8481 `compilation-environment'. Set buffer-local
8482 `compilation-environment' to `thisenv' later after (funcall mode).
8483 (Bug#8340)
8484
8485 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
8486 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
8487 instead of replacing its value. (Bug#8340)
8488
0527e251
JL
84892011-09-07 Juri Linkov <juri@jurta.org>
8490
8491 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
8492 based on text properties put by `grep-filter' instead of matching
8493 escape sequences.
8494 (grep-mode): Set buffer-local `compilation-error-screen-columns'
8495 to the value of `grep-error-screen-columns' (bug#9438).
8496
249f792c
JL
84972011-09-07 Juri Linkov <juri@jurta.org>
8498
8499 * simple.el (next-error-highlight, next-error-highlight-no-select):
8500 Doc fix (bug#9432).
8501
ff7271b9
OT
85022011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
8503
8504 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8505 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
8506
183fc730
LL
85072011-09-07 Leo Liu <sdl.web@gmail.com>
8508
8509 * net/rcirc.el (rcirc-mode): Conditionally initialize
8510 rcirc-input-ring.
8511
77694924
SM
85122011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8513
8514 * emacs-lisp/find-func.el (find-function-C-source): Only set
8515 find-function-C-source-directory after checking that we found a source
8516 file there (bug#9440).
8517
d809b8eb
AM
85182011-09-06 Alan Mackenzie <acm@muc.de>
8519
8520 * isearch.el (isearch-other-meta-char): Wherever a key list is
8521 unread, "unread" the prefix arg, too. This fixes bug #8901.
8522
453de99f
OG
85232011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
8524
8525 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
8526
90439906
JL
85272011-09-05 Juri Linkov <juri@jurta.org>
8528
8529 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
8530
f62bd846
JL
85312011-09-05 Juri Linkov <juri@jurta.org>
8532
8533 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
8534 keeping point where processing of grep matches begins, and
8535 continue to delete remaining escape sequences from the same point.
8536 (grep-filter): Make leading zero optional in "0?1;31m" because
8537 git-grep emits "\033[1;31m" escape sequences unlike expected
8538 "\033[01;31m" as GNU Grep does (bug#9408).
8539 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
8540
045820ec
JL
85412011-09-05 Juri Linkov <juri@jurta.org>
8542
8543 * subr.el (y-or-n-p): Capitalize "yes".
8544
f5e29b9b
MA
85452011-09-04 Michael Albinus <michael.albinus@gmx.de>
8546
8547 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
8548 `tramp-cache-unload-hook' where appropriate.
8549 (tramp-methods): Rename `tramp-remote-sh' to
8550 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
8551 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
8552
8553 * net/tramp-sh.el (top): Don't require 'shell.
8554 (tramp-methods): Add `tramp-remote-shell' and
8555 `tramp-remote-shell-args' entries.
8556 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
8557 (tramp-sh-handle-shell-command): Remove.
8558 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8559 Use `tramp-remote-shell'.
8560
2784c434
CY
85612011-09-03 Chong Yidong <cyd@stupidchicken.com>
8562
393a301e 8563 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
8564 (sendmail-query-once): Save directly to send-mail-function.
8565 Update message-send-mail-function too.
8566
8567 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
8568
464cdf56
CS
85692011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
8570
8571 * progmodes/python.el (python-mode-map): Use correct function to
8572 start python interpreter from menu-bar (as reported by Geert
8573 Kloosterman).
8574 (inferior-python-mode-map): Fix typo.
393a301e 8575 (python-shell-map): Remove.
464cdf56 8576
d37e5c87
DD
85772011-09-03 Deniz Dogan <deniz@dogan.se>
8578
8579 * net/rcirc.el (rcirc-print): Simplify code for
8580 rcirc-scroll-show-maximum-output. There is no need to walk
8581 through all windows to find the right one.
8582
f3ada0ee
CS
85832011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
8584
8585 * help.el (help-return-method): Doc fix.
8586
1f3c99ca
MR
85872011-09-03 Martin Rudalics <rudalics@gmx.at>
8588
8589 * window.el (window-deletable-p): Don't return a non-nil value
8590 when there's a buffer that was shown in the window before.
8591 (Bug#9419)
393a301e
SM
8592 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8593 Set window's previous buffers to nil.
1f3c99ca 8594
a3cf097f
EZ
85952011-09-03 Eli Zaretskii <eliz@gnu.org>
8596
8597 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
8598 newline before and after the tag line, so it doesn't interfere
8599 with determining the paragraph direction of bidirectional text.
8600
3d03de90
LL
86012011-09-03 Leo Liu <sdl.web@gmail.com>
8602
8603 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
8604
c3313451
CY
86052011-09-02 Chong Yidong <cyd@stupidchicken.com>
8606
393a301e 8607 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
8608 (pop-to-buffer): Change interactive spec. Pass second argument
8609 directly to display-buffer.
8610 (display-buffer): Fix interactive spec. Use functionp to
8611 distinguish between a function and a list of functions.
8612
8613 * abbrev.el (edit-abbrevs):
8614 * arc-mode.el (archive-extract):
8615 * autoinsert.el (auto-insert):
8616 * bookmark.el (bookmark-bmenu-list):
8617 * files.el (find-file):
8618 * view.el (view-buffer):
8619 * progmodes/compile.el (compilation-goto-locus):
8620 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
8621
89894cd8
CY
86222011-09-02 Chong Yidong <cyd@stupidchicken.com>
8623
8624 * window.el (display-buffer-alist): Doc fix.
8625 (display-buffer): Add docstring. Don't treat
8626 display-buffer-default specially.
8627 (display-buffer-reuse-selected-window)
8628 (display-buffer-same-window, display-buffer-maybe-same-window)
8629 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8630 (display-buffer-pop-up-window)
8631 (display-buffer-reuse-or-pop-window)
8632 (display-buffer-use-some-window): New functions.
8633 (display-buffer-default-action): Use them.
393a301e 8634 (display-buffer-default): Delete.
89894cd8
CY
8635 (pop-to-buffer-1): Fix choice of actions.
8636
ae0bc9fb
SM
86372011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8638
8639 * minibuffer.el (completion--insert-strings): Don't get confused by
8640 completion entries that end with an LF char.
8641
e9d90883
EZ
86422011-09-01 Eli Zaretskii <eliz@gnu.org>
8643
8644 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
8645
437014c8
CY
86462011-09-01 Chong Yidong <cyd@stupidchicken.com>
8647
8648 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
8649 (display-buffer-same-window, display-buffer-other-window):
8650 New functions.
437014c8
CY
8651 (pop-to-buffer-1): New function. Use the above.
8652 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 8653 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
8654
8655 * view.el (view-buffer-other-window, view-buffer-other-frame):
8656 Just use pop-to-buffer.
8657
a5e063d5
TV
86582011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8659
8660 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
8661
793d32bb
WH
86622011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
8663
8664 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
8665
d65e4c15
RS
86662011-08-31 Richard Stallman <rms@gnu.org>
8667
8668 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
8669 of the separation of rmail-view-buffer from rmail-buffer.
8670 If you say no to "replace original", the decrypt is in the
8671 view buffer. If you say yes, the decrypt goes into the
8672 rmail buffer also.
8673
f818cd2a
MR
86742011-08-31 Martin Rudalics <rudalics@gmx.at>
8675
8676 * window.el (display-buffer-window): Rewrite doc-string.
8677 (display-buffer-record-window): New function.
8678 (display-buffer-macro-specifiers)
8679 (display-buffer-even-window-sizes, display-buffer-set-height)
8680 (display-buffer-set-width, display-buffer-in-window)
8681 (display-buffer-reuse-window, display-buffer-split-specifiers)
8682 (display-buffer-side-specifiers, display-buffer-split-window-1)
8683 (display-buffer-split-window, display-buffer-split-atom-window)
8684 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8685 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
8686 (display-buffer-other-window-means-other-frame)
8687 (display-buffer-normalize-special)
8688 (display-buffer-normalize-default)
8689 (display-buffer-normalize-argument)
8690 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
8691 (display-buffer-normalize-specifiers, display-buffer-frame)
8692 (display-buffer-same-window, display-buffer-same-frame)
8693 (display-buffer-other-window)
8694 (display-buffer-same-frame-other-window)
8695 (display-buffer-other-frame, pop-to-buffer-same-window)
8696 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
8697 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
8698 (switch-to-buffer-same-frame)
8699 (switch-to-buffer-other-window-same-frame)
8700 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
8701 (display-buffer-alist-set-1, display-buffer-alist-set-2)
8702 (display-buffer-alist-set): Remove.
8703 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
8704 (special-display-regexps, special-display-function):
8705 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
8706 parameter.
8707 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
8708 (special-display-frame-alist, special-display-popup-frame)
8709 (same-window-buffer-names, same-window-regexps, same-window-p)
8710 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8711 (split-window-preferred-function, split-height-threshold)
8712 (split-width-threshold, window-splittable-p)
8713 (split-window-sensibly, window--try-to-split-window)
8714 (window--frame-usable-p, even-window-heights)
8715 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
8716 (window--display-buffer-2, display-buffer-other-frame):
8717 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
8718 (display-buffer-default, display-buffer-assq-regexp): New functions.
8719 (display-buffer-alist): Rewrite doc-string.
8720 (display-buffer-default-action)
8721 (display-buffer-overriding-action): New variables.
8722 (display-buffer, switch-to-buffer): Rewrite.
8723 (pop-to-buffer): Restore Emacs 23 behavior but use
8724 window-normalize-buffer-to-display.
8725 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
8726 Restore Emacs 23 behavior but use
8727 window-normalize-buffer-to-switch-to.
8728 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
8729 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
8730 Rewrite using Emacs 23 options.
f818cd2a 8731
5bc3b51d
MA
87322011-08-31 Michael Albinus <michael.albinus@gmx.de>
8733
8734 * net/tramp.el (tramp-root-regexp): Remove.
8735 (tramp-completion-file-name-regexp-unified)
8736 (tramp-completion-file-name-regexp-separate)
8737 (tramp-completion-file-name-regexp-url): Don't use leading volume
8738 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
8739 (tramp-drop-volume-letter): Simplify definition.
8740 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 8741
b1a4f8e1
SM
87422011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8743
8744 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
8745 (bug#9356).
8746
5664fa7b
RT
87472011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
8748
b1a4f8e1 8749 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 8750
9a45d6c3
JL
87512011-08-29 Juri Linkov <juri@jurta.org>
8752
8753 * isearch.el (isearch-done): Don't display message "Mark saved"
8754 when arg `edit' is non-nil to prevent its flicker in the echo area.
8755
fb87e0fb
CY
87562011-08-28 Chong Yidong <cyd@stupidchicken.com>
8757
8758 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
8759 obsolete packages for deletion.
8760
09ac1c2a
CS
87612011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
8762
8763 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 8764 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
8765 view-mode from help-mode.
8766 (help-xref-override-view-map): Remove.
8767 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
8768 view-mode is not used anymore.
8769
7a1ff57f
CY
87702011-08-28 Chong Yidong <cyd@stupidchicken.com>
8771
8772 * server.el (server-port): Doc fix.
8773
b9696605
CY
8774 * cus-theme.el (custom-theme-choose-mode): Inherit from
8775 special-mode (Bug#9124).
8776 (custom-theme-choose-mode-map): Add special-mode to parent.
8777
ef8cdf8c
AM
87782011-08-28 Alan Mackenzie <acm@muc.de>
8779
8780 * progmodes/cc-fonts.el
8781 (c-make-font-lock-BO-decl-search-function): New function.
8782 (c-basic-matchers-after - "Fontify the clauses after various
8783 keywords"): Extract the three keyword lists for the 3 erroneous
8784 constructs from the list of four, and use the new function above
8785 in place of an old one.
8786
27de4e20
DD
87872011-08-28 Deniz Dogan <deniz@dogan.se>
8788
8789 * net/rcirc.el (rcirc-insert-prev-input)
8790 (rcirc-insert-next-input): Remove unused argument.
8791
356a3681
SM
87922011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8793
8794 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
8795
3fc9b218
AM
87962011-08-27 Alan Mackenzie <acm@muc.de>
8797
8798 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
8799 handle function pointer parameters properly.
8800
538a061c
MR
88012011-08-27 Martin Rudalics <rudalics@gmx.at>
8802
8803 * window.el (display-buffer-reuse-window): Fix case where
8804 selected window was reused with non-nil OTHER-WINDOW argument.
8805 (Bug#9381)
8806
35b1c40c
DD
88072011-08-27 Deniz Dogan <deniz@dogan.se>
8808
8809 * net/rcirc.el (rcirc-check-auth-status): Adding support for
8810 oftc's NickServ messages.
8811
2f6a3e79
GM
88122011-08-27 Glenn Morris <rgm@gnu.org>
8813
8814 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
8815
7254299e
CY
88162011-08-26 Chong Yidong <cyd@stupidchicken.com>
8817
8818 * emacs-lisp/package.el (package-install): Call package-initialize
8819 if called interactively.
8820
f8ccf167
LL
88212011-08-26 Leo Liu <sdl.web@gmail.com>
8822
8823 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
8824
3e8cd5ce
JL
88252011-08-25 Juri Linkov <juri@jurta.org>
8826
8827 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8828 `search-whitespace-regexp' (bug#9364).
8829
93eb7113
JL
88302011-08-25 Juri Linkov <juri@jurta.org>
8831
8832 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
8833 `regexp-search-ring' to their global values to protect from
8834 updating by `read-from-minibuffer' (bug#9185).
8835
f65d1611
JL
88362011-08-25 Juri Linkov <juri@jurta.org>
8837
8838 * textmodes/ispell.el (ispell-command-loop): Add newline
8839 at the end of the "Use option `i'..." line.
8840
f1cf7a31
JL
88412011-08-25 Juri Linkov <juri@jurta.org>
8842
8843 * battery.el (display-battery-mode): If `battery-status-function'
8844 or `battery-mode-line-format' is nil, display the message and set
8845 `display-battery-mode' to nil (bug#9363).
8846
0c95fcf7
EZ
88472011-08-25 Eli Zaretskii <eliz@gnu.org>
8848
8849 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
8850 bidi-string-mark-left-to-right; they are unnecessary now.
8851
a2ebe600
DD
88522011-08-25 Deniz Dogan <deniz@dogan.se>
8853
8854 * net/quickurl.el: Documentation typo fixes.
8855
e4ed06f1
CY
88562011-08-25 Chong Yidong <cyd@stupidchicken.com>
8857
8858 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
8859
e5f1c99e
GM
88602011-08-25 Glenn Morris <rgm@gnu.org>
8861
b2948976
GM
8862 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
8863
e5f1c99e
GM
8864 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
8865 (smtpmail-via-smtp): Handle nil response from smtp.
8866
f22f4808
JL
88672011-08-24 Juri Linkov <juri@jurta.org>
8868
8869 * proced.el (proced-marked): Inherit from `error' instead of
8870 `font-lock-warning-face'.
8871
8872 * ibuffer.el (ibuffer-marked-face): Change default face from
8873 `font-lock-warning-face' to `warning'.
8874 (ibuffer-deletion-face): Change default face from
8875 `font-lock-type-face' to `error'.
8876
8877 * battery.el (battery-update): Use the face `error' instead of
8878 `font-lock-warning-face' (bug#6117).
8879
6a93965e
JL
88802011-08-24 Juri Linkov <juri@jurta.org>
8881
8882 * faces.el (success): Change face color from "Green3" to
8883 "ForestGreen" on light background (bug#9353).
8884
1ed43b09
CY
88852011-08-24 Chong Yidong <cyd@stupidchicken.com>
8886
5664fa7b
RT
8887 * window.el (quit-window): Rename from quit-restore-window.
8888 Use same arglist as old quit-window.
1ed43b09
CY
8889 (frame-auto-delete): Doc fix.
8890
8891 * view.el (view-mode-exit): Use quit-window.
8892
11dcdbb2
JL
88932011-08-24 Juri Linkov <juri@jurta.org>
8894
8895 * isearch.el (isearch-ring-adjust1): Start visiting previous
8896 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
8897 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
8898 for empty search string (when the last search string is reused
8899 automatically) to adjust the isearch ring to the last element and
8900 prepare the correct index for further M-p commands (bug#9185).
8901
de62b4df
KH
89022011-08-24 Kenichi Handa <handa@m17n.org>
8903
8904 * international/ucs-normalize.el: If decomposition property of
8905 CHAR is the default one (i.e. a list of CHAR itself), treat it as
8906 nil.
8907 (nfd, nfkd): Likewise.
8908
963b492b
SM
89092011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8910
8911 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
8912 from process filters aren't reliably transmitted to the surrounding
8913 accept-process-output.
8914 (mpc-proc-check): New function.
8915 (mpc-proc-sync): Use it (bug#8293)
8916
93b6b5e1
SM
89172011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8918
8919 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
8920 Add compatibility functions (bug#9313).
8921
bca633fb
EZ
89222011-08-23 Eli Zaretskii <eliz@gnu.org>
8923
b177498a
EZ
8924 * cus-start.el (all): Add entry for bidi-paragraph-direction.
8925
6df6ae42 8926 * international/uni-bidi.el: Regenerate.
bca633fb 8927
0902a04e
KH
89282011-08-23 Kenichi Handa <handa@m17n.org>
8929
8930 * international/charprop.el:
8931 * international/uni-bidi.el:
8932 * international/uni-category.el:
8933 * international/uni-combining.el:
8934 * international/uni-comment.el:
8935 * international/uni-decimal.el:
8936 * international/uni-decomposition.el:
8937 * international/uni-digit.el:
8938 * international/uni-lowercase.el:
8939 * international/uni-mirrored.el:
8940 * international/uni-name.el:
8941 * international/uni-numeric.el:
8942 * international/uni-old-name.el:
8943 * international/uni-titlecase.el:
8944 * international/uni-uppercase.el: Regenerate.
8945
3bbf23bc
MR
89462011-08-23 Martin Rudalics <rudalics@gmx.at>
8947
8948 * help.el (help-window-setup): Fix message displayed when other
8949 window is reused. (Bug#9341)
8950
b3fd59bd
SM
89512011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8952
1802e444
SM
8953 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
8954 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
8955
b3fd59bd
SM
8956 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
8957 Mark obsolete.
8958 * shell.el (shell-parse-pcomplete-arguments): New function.
8959 (shell-completion-vars): Use it instead (bug#9160).
8960
4eb61348
SM
89612011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8962
867cab74
SM
8963 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
8964 strings and comments (bug#9333).
8965
4eb61348
SM
8966 * emacs-lisp/debug.el (debug-arglist): New function.
8967 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
8968 (debug-on-entry-1): Handle interpreted closures (bug#9120).
8969
262a1439
JL
89702011-08-22 Juri Linkov <juri@jurta.org>
8971
56ee679c
JL
8972 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8973 Revert regexp that highlights output switches to its old
8974 pre-2010-10-28 value and remove one `?' from it (bug#9319).
8975
262a1439
JL
8976 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
8977 to check for empty output (bug#9226).
8978
f13f86fb
CY
89792011-08-22 Chong Yidong <cyd@stupidchicken.com>
8980
8981 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
8982 symbol-constituent as the default, as that stops font-lock from
8983 working properly (Bug#8843).
8984
c65c9622
LMI
89852011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8986
8987 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
8988 `coding-system-for-*' around the process open call to avoid
8989 auth-source side effects.
e7f2c178 8990 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
8991 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
8992 probe hangs.
c65c9622 8993
23a8a5ab
CY
89942011-08-21 Chong Yidong <cyd@stupidchicken.com>
8995
ff98b2dd
CY
8996 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
8997
23a8a5ab
CY
8998 * emacs-lisp/find-func.el (find-function-noselect): New arg
8999 lisp-only.
9000
9001 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
9002 signal an error for built-in functions (Bug#6664).
9003
f5e3c598
LMI
90042011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9005
9006 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
9007 (smtpmail-try-auth-methods): Use it.
9008
a3f2468a
CY
90092011-08-21 Chong Yidong <cyd@stupidchicken.com>
9010
2c34e8da
CY
9011 * font-lock.el (font-lock-fontify-region)
9012 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
9013 (font-lock-default-unfontify-buffer)
9014 (font-lock-default-fontify-region)
9015 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
9016
b3fd59bd
SM
9017 * progmodes/compile.el (compilation-error-properties):
9018 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
9019 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
9020 `ant' regexp.
ee31aabc 9021
a3f2468a
CY
9022 * net/browse-url.el (browse-url-firefox): Don't call
9023 browse-url-firefox-sentinel unless using -remote (Bug#9328).
9024
8e999f70
GM
90252011-08-20 Glenn Morris <rgm@gnu.org>
9026
c21a496a
GM
9027 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
9028
59ee0542
GM
9029 * tutorial.el (tutorial--default-keys): Update some default bindings.
9030
8e999f70
GM
9031 * files.el (hack-local-variables): Fully ignore case for "mode:".
9032
e3715033
AM
90332011-08-20 Alan Mackenzie <acm@muc.de>
9034
9035 Resolve invalid use of a regexp in regexp-opt.
9036
4d61f28d
JB
9037 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
9038 detection for a java annotation.
e3715033 9039
4d61f28d 9040 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
9041 detection for a java annotation.
9042
4d61f28d
JB
9043 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
9044 handling for java.
e3715033
AM
9045 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
9046
04ed2e9c
CY
90472011-08-20 Chong Yidong <cyd@stupidchicken.com>
9048
9049 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
9050 (Bug#9274).
9051
826cee64
AM
90522011-08-20 Alan Mackenzie <acm@muc.de>
9053
58179cce 9054 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
9055 such a construct. Mainly for when jit-lock etc. starts a chunk
9056 here.
9057
58179cce 9058 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 9059 variable.
58179cce 9060 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
9061 c-make-font-lock-search-function.
9062 (c-make-font-lock-search-function): Use the above function.
9063 (c-make-font-lock-context-search-function): New function.
9064 (c-cpp-matchers): Enhance the preprocessor expression case with
9065 the above function
9066 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
9067 which takes an expression.
9068
9069 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
9070
13009bd8
MR
90712011-08-20 Martin Rudalics <rudalics@gmx.at>
9072
9073 * window.el (display-buffer-reuse-window)
9074 (display-buffer-pop-up-window): Don't reuse or split a side
9075 window.
9076
9234ff7f
GM
90772011-08-19 Glenn Morris <rgm@gnu.org>
9078
9079 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 9080 Downcase "Mode:". (Bug#9331)
9234ff7f 9081
f635daa1
CY
90822011-08-18 Chong Yidong <cyd@stupidchicken.com>
9083
9084 * international/characters.el: Add L and R categories.
9085
9086 * subr.el (bidi-string-mark-left-to-right): Rename from
9087 string-mark-left-to-right. Use category search.
9088
9089 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
9090
bc987f8b
JL
90912011-08-18 Juri Linkov <juri@jurta.org>
9092
9093 * faces.el (error, warning, success): New faces with definitions
9094 copied from old default values of `font-lock-warning-face',
9095 `compilation-warning', `compilation-info' (bug#6117).
9096
9097 * font-lock.el (font-lock-warning-face): Inherit from `error'.
9098
9099 * progmodes/compile.el (compilation-error): Inherit from `error'.
9100 (compilation-warning): Inherit from `warning'.
9101 (compilation-info): Inherit from `success'.
9102
9103 * dired.el (dired-marked): Inherit from `warning'.
9104 (dired-flagged): Inherit from `error'.
9105
57173b96
LMI
91062011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9107
3e79eb87
LMI
9108 * mail/smtpmail.el (auth-source): Require to avoid problems with
9109 binding variables (bug#9298). Also clean up some unused
9110 autoloads.
9111
b3fd59bd
SM
9112 * net/network-stream.el (network-stream-open-starttls):
9113 Support using starttls.el without using gnutls-cli.
57173b96 9114
02b404de
JL
91152011-08-17 Juri Linkov <juri@jurta.org>
9116
9117 * progmodes/grep.el (rgrep): Handle the case when
9118 `grep-find-command' is a cons cell (bug#9278).
9119
8c9177f2
MR
91202011-08-17 Martin Rudalics <rudalics@gmx.at>
9121
9122 * window.el (display-buffer-pop-up-frame): Run frame creation
9123 function with BUFFER current (as special-display-popup-frame
9124 does). Reported by Drew Adams.
9125
3644a0ab
DU
91262011-08-17 Daiki Ueno <ueno@unixuser.org>
9127
9128 * epa-mail.el: Simplify GnuPG group expansion using
9129 epg-expand-group.
9130 (epa-mail-group-alist, epa-mail-group-modtime)
9131 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
9132 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
9133 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
9134 Remove.
9135
5e617bc2 91362011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
9137
9138 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
9139
9c4aeabf
AM
91402011-08-16 Alan Mackenzie <acm@muc.de>
9141
9142 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
9143 Correct, to avoid the inside of macros.
9144
3a99bf64
RS
91452011-08-16 Richard Stallman <rms@gnu.org>
9146
04963aa8
RS
9147 * epa-mail.el: Handle GnuPG group definitions.
9148 (epa-mail-group-alist, epa-mail-group-modtime)
9149 (epa-mail-gnupg-conf-file): New variables.
9150 (epa-mail-parse-groups, epa-mail-sync-groups)
9151 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
9152 (epa-mail-expand-recipients): New functions.
9153 (epa-mail-encrypt): Call epa-mail-expand-recipients.
9154
177549d0
RS
9155 * mail/rmail.el (rmail-epa-decrypt): New command.
9156
fe38beef
RS
9157 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
9158 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
9159 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
9160 (epa-decrypt-armor-in-region): Make error message clearer.
9161
934eacb9
SM
91622011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9163
9164 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
9165 and "a2b" to "ab" for `prefix'.
9166
d024fb4e
CY
91672011-08-14 Chong Yidong <cyd@stupidchicken.com>
9168
9169 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
9170 filter groups.
de148fee
CY
9171 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
9172 Fourquet (Bug#8804).
d024fb4e 9173
62f1ca49
JB
91742011-08-12 Juanma Barranquero <lekktu@gmail.com>
9175
9176 * startup.el (argi): Declare as global variable (bug#9275).
9177
9ccaaa4b
CY
91782011-08-12 Chong Yidong <cyd@stupidchicken.com>
9179
9180 * subr.el (string-mark-left-to-right): Search the entire string
9181 for RTL script, not just the terminating character. Doc fix.
9182
a3dae87a
SM
91832011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9184
6cd18349
SM
9185 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
9186 New function.
9187 (js--regexp-literal, js-syntax-propertize-function): Remove.
9188 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
9189 (js-mode-map): Don't rebind electric keys.
9190 (js-insert-and-indent): Remove.
9191 (js-mode): Setup electric-layout and electric-indent instead.
9192
a3dae87a
SM
9193 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
9194
9d5cb631
DU
91952011-08-12 Daiki Ueno <ueno@unixuser.org>
9196
9197 * epa.el (epa-progress-callback-function): Fix the logic of
9198 displaying progress.
9199 * epa-file.el (epa-file-insert-file-contents): Make progress
9200 display more user-friendly.
9201 (epa-file-write-region): Ditto.
9202
3e26a4a2
CY
92032011-08-10 Chong Yidong <cyd@stupidchicken.com>
9204
9205 * subr.el (string-mark-left-to-right): New function.
9206
9207 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
9208 Use string-mark-left-to-right.
9209 (list-buffers-noselect): Caller changed.
9210
a3dae87a
SM
9211 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9212 Use string-mark-left-to-right.
3e26a4a2
CY
9213 (tabulated-list-print): Recenter after moving point.
9214
ac8cf6e6
JL
92152011-08-10 Juri Linkov <juri@jurta.org>
9216
9217 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
9218 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
9219 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
9220
8d96c9a4
CY
92212011-08-09 Chong Yidong <cyd@stupidchicken.com>
9222
9223 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
9224 (Bug#7554).
9225
7be1c708 92262011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
9227
9228 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
9229 character. (Bug#6594)
9230
37e11a63
CY
92312011-08-08 Chong Yidong <cyd@stupidchicken.com>
9232
839dde57
CY
9233 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
9234 (image-dired--with-db-file): New macro.
9235 (image-dired-write-tags, image-dired-remove-tag)
9236 (image-dired-create-gallery-lists, image-dired-write-comments)
9237 (image-dired-get-comment, image-dired-mark-tagged-files)
9238 (image-dired-list-tags, image-dired-gallery-generate): Use it.
9239 (image-dired-gallery-generate): Use insert-file-contents.
9240
37e11a63
CY
9241 * time.el (display-time-world-list, display-time-world-display):
9242 * time-stamp.el (time-stamp-string):
9243 * vc/add-log.el (add-change-log-entry): Use setenv instead of
9244 set-time-zone-rule (Bug#7337).
9245
0b4946c4
DU
92462011-08-08 Daiki Ueno <ueno@unixuser.org>
9247
9248 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
9249 (epg-error-to-string, epg-errors-to-string): New function.
9250 (epg-wait-for-completion): Reverse errors list.
9251 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
9252 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
9253 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
9254 (epg-sign-keys, epg-generate-key-from-file)
9255 (epg-generate-key-from-string): Format errors by using
9256 epg-errors-to-string (bug#9255).
9257 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
9258
75bfc667
JL
92592011-08-07 Juri Linkov <juri@jurta.org>
9260
9261 * faces.el (list-faces-display): Remove extra angle bracket
9262 from `help-mode-map'.
9263
9264 * info.el (Info-history-toc-nodes): Doc fix.
9265
9266 * longlines.el (longlines-mode): Doc fix.
9267
673e08bb
SM
92682011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9269
4640dd88
SM
9270 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
9271 of statements and in a few more cases (bug#9183).
9272
673e08bb
SM
9273 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
9274 New functions.
9275 (cl-transform-lambda): Use them (bug#9239).
9276
89b3f019
MR
92772011-08-05 Martin Rudalics <rudalics@gmx.at>
9278
9279 * window.el (display-buffer-same-window)
9280 (display-buffer-same-frame, display-buffer-other-window)
9281 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9282 (pop-to-buffer-other-window)
9283 (pop-to-buffer-same-frame-other-window)
9284 (pop-to-buffer-other-frame): Make them defuns.
9285 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
9286
640c8776
SM
92872011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9288
9289 * subr.el (make-composed-keymap): Move from C. Change calling
9290 convention, and improve docstring to bring attention to a subtle point.
9291 * minibuffer.el (completing-read-default): Adjust accordingly.
9292
63648a95
MA
92932011-08-03 Michael Albinus <michael.albinus@gmx.de>
9294
9295 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9296 (tramp-open-shell): Use `tramp-shell-quote-argument'.
9297
9298 * net/trampver.el: Update release number.
9299
b796c9b7
SM
93002011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9301
9302 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
9303 "in" (bug#9190).
9304
2239d7d5
LMI
93052011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9306
e07dd7c3
LMI
9307 * mail/sendmail.el (sendmail-query-once): Restore the current
9308 buffer after querying (bug#9074).
9309
0e6a2bd7
LMI
9310 * dired.el (dired-flagged): Use different faces for marked and
9311 flagged files (bug#6117).
9312
ce887515
LMI
9313 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
9314 (bug#4433).
9315
92f2affc
LMI
9316 * ido.el (ido-mode): Switch off the message if called
9317 non-interactively.
9318
57d5aff0
LMI
9319 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
9320 before 587, since it appears that that's more likely to work for
9321 more people.
9322
98cd6c18 9323 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 9324 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
9325 exist.
9326
b96dec83
LMI
9327 * info.el: Remove the `Info-beginning-of-buffer' function
9328 (bug#8325).
9329
b796c9b7
SM
9330 * net/network-stream.el (network-stream-open-starttls):
9331 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 9332
d90e2ea0
MR
93332011-08-01 Martin Rudalics <rudalics@gmx.at>
9334
9335 * window.el (display-buffer-in-window): Don't set dedicated status
9336 of window here (Bug#9215).
9337 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9338 (display-buffer-pop-up-side-window)
b796c9b7 9339 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 9340
cca09170
SM
93412011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9342
9343 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
9344 before binding generated-autoload-file.
9345
027b979c
DD
93462011-08-01 Deniz Dogan <deniz@dogan.se>
9347
9348 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
9349
3c7ee4f3
MA
93502011-07-30 Michael Albinus <michael.albinus@gmx.de>
9351
9352 Sync with Tramp 2.2.2.
9353
9354 * net/trampver.el: Update release number.
9355
2cc8e51a
JL
93562011-07-30 Juri Linkov <juri@jurta.org>
9357
9358 * dired-aux.el (dired-touch-initial): Remove function.
9359 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
9360 current time, and `default' to the last modification time of the
9361 current marked file (bug#6887).
9362
a514d856
JM
93632011-07-28 Jose E. Marchesi <jemarch@gnu.org>
9364
9365 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 9366 numeric argument to read-number (bug#9163).
a514d856 9367
8a7eddd7
MA
93682011-07-27 Michael Albinus <michael.albinus@gmx.de>
9369
9370 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
9371 connection process, it could be nil.
9372
1ddd96f5
LL
93732011-07-27 Leo Liu <sdl.web@gmail.com>
9374
9375 Simplify url handling in rcirc-mode.
9376
9377 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
9378 (rcirc-browse-url-at-mouse): Remove.
9379 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
9380
b248a85d
AM
93812011-07-26 Alan Mackenzie <acm@muc.de>
9382
9383 Fontify bitfield declarations properly.
9384
9385 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
9386 (c-symbol-chars): Now exported as a lang variable.
9387 (c-not-primitive-type-keywords): New lang variable.
9388
9389 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
9390 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 9391 parsed as a bitfield declaration.
b248a85d 9392
b796c9b7
SM
9393 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9394 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
9395 (c-punctuation-in): New function.
9396 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
9397 declarations properly.
9398
68575ab0
UJ
93992011-07-26 Ulf Jasper <ulf.jasper@web.de>
9400
9401 * calendar/icalendar.el (icalendar--all-events): Take care of
9402 multiple vcalendars in a single file.
b796c9b7 9403 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 9404
0f0a88b9
DD
94052011-07-25 Deniz Dogan <deniz@dogan.se>
9406
9407 * image.el (insert-image): Clarifying docstring.
9408
0b3f36df
MA
94092011-07-24 Michael Albinus <michael.albinus@gmx.de>
9410
9411 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
9412 `tramp-send-command-and-check' if there is no error.
9413 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
9414
a9901f61
AM
94152011-07-22 Alan Mackenzie <acm@muc.de>
9416
9417 Prevent cc-langs.elc being loaded at run time.
9418
9419 * progmodes/cc-mode.el: Remove two autoload forms which loaded
9420 cc-langs.
9421
4d61f28d 9422 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
9423 "(require 'cc-langs)". Quote a form so it will evaluate at
9424 (cc-mode's) compilation time.
9425
11d074b2
MA
94262011-07-22 Michael Albinus <michael.albinus@gmx.de>
9427
9428 * net/tramp.el (tramp-file-name-handler): Avoid recursive
9429 loading. (Bug#9114)
9430
938b94c8
MR
94312011-07-21 Martin Rudalics <rudalics@gmx.at>
9432
9433 * window.el (display-buffer-pop-up-window)
9434 (display-buffer-pop-up-side-window)
9435 (display-buffer-in-side-window): Call display-buffer-set-height
9436 and display-buffer-set-width after setting the new window's
b796c9b7 9437 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 9438
bfa4f190
SS
94392011-07-20 Sam Steingold <sds@gnu.org>
9440
9441 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
9442 (etags-tags-included-tables): Call `convert-standard-filename' on
9443 the file names contained in TAGS so that windows Emacs can handle
9444 TAGS files created by cygwin ctags.
9445
8ca42262
LMI
94462011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9447
9448 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
9449 which apparently didn't work.
9450
5db2afd2 94512011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 9452
5db2afd2
RW
9453 * proced.el (proced-send-signal): For *Marked Processes* buffer
9454 put point at beginning of buffer.
9455
92e15d10
SB
94562011-07-19 Stephen Berman <stephen.berman@gmx.net>
9457
9458 * proced.el (proced-format): Make header lines align with the text
9459 (bug#1779).
9460
1bfd59e5
LMI
94612011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9462
9463 * view.el (view-buffer): Allow running in `special' modes if we're
9464 visiting a file (bug#8615).
9465
f5aae37c
MR
94662011-07-19 Martin Rudalics <rudalics@gmx.at>
9467
9468 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
9469 (display-buffer-alist-set-1, display-buffer-alist-set-2):
9470 New functions.
f5aae37c
MR
9471 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
9472 more accurately.
9473
bf2c1571
AM
94742011-07-18 Alan Mackenzie <acm@muc.de>
9475
9476 Fontify declarators properly when, e.g., a jit-lock chunk begins
9477 inside a declaration.
9478
9479 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
9480
b796c9b7
SM
9481 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9482 New function.
bf2c1571
AM
9483 (c-complex-decl-matchers): Insert reference to
9484 c-font-lock-enclosing-decls.
9485
9486 * progmodes/cc-engine.el (c-backward-single-comment):
9487 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
9488 to nil around calls to (forward-comment -1).
9489
4e190b80
LMI
94902011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9491
12dc863d
LMI
9492 * image.el (put-image): Doc typo fix.
9493
a762e966
LMI
9494 * progmodes/etags.el (tags-search): Doc typo fix.
9495
4e190b80
LMI
9496 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
9497 password if we get errors 550 to 554.
9498
f019fb21
LMI
94992011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9500
b796c9b7 9501 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 9502
81746738
LMI
9503 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
9504 indentation character (bug#6380).
9505
3ee3a1b5
LMI
9506 * files.el (buffer-offer-save): Made permanently local (bug#6241).
9507
c82f64de
LMI
9508 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
9509 to clarify what the problem is (bug#4291).
9510
f019fb21
LMI
9511 * simple.el (current-kill): Clarify what
9512 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
9513 (auto-fill-mode): Document `auto-fill-function' in relation to
9514 `auto-fill-mode' (bug#2470).
f019fb21 9515
0794775d
LM
95162011-07-16 Lawrence Mitchell <wence@gmx.li>
9517
9518 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
9519 method if slot is read-only (bug#9035).
9520
be39b8cc
MR
95212011-07-16 Martin Rudalics <rudalics@gmx.at>
9522
b796c9b7 9523 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 9524 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
9525 selected before, see discussion of (Bug#8615), (Bug#6954).
9526 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 9527
6ccf7859
GM
95282011-07-15 Glenn Morris <rgm@gnu.org>
9529
9530 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 9531 Respect help-form.
6ccf7859 9532
87e86684
LM
95332011-07-09 Lawrence Mitchell <wence@gmx.li>
9534
9535 * net/gnutls.el (gnutls-min-prime-bits): New variable.
9536 (gnutls-negotiate): Use it.
9537
d6066239
LMI
95382011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9539
b796c9b7
SM
9540 * net/gnutls.el (gnutls-negotiate):
9541 Upcase `gnutls-algorithm-priority'.
d6066239 9542
bd23ebc0
GM
95432011-07-15 Glenn Morris <rgm@gnu.org>
9544
c65bca65
GM
9545 * jka-compr.el (jka-compr-verbose): Move from here...
9546 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
9547 Add missing :version tag.
9548 * info.el: No need to require jka-compr when compiling.
bd23ebc0 9549
478615cc
LMI
95502011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9551
7b41decb
LMI
9552 * net/gnutls.el (gnutls-algorithm-priority): New variable.
9553 (gnutls-negotiate): Use it.
9554
dbc44fcd
LMI
9555 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
9556
06789f97
LMI
9557 * info.el (Info-beginning-of-buffer): New command.
9558 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
9559 announcing `b' as the key (bug#8325).
ab896c37 9560 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 9561
c39da690
LMI
9562 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
9563
3aa5f34b
LMI
9564 * international/mule-cmds.el
9565 (describe-specified-language-support): Make the error message
9566 clearer (bug#8905).
9567
4bf0979f
LMI
9568 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
9569
478615cc
LMI
9570 * isearch.el (isearch-barrier): Add a doc string, since it's
9571 mentioned in a function doc string (bug#8678).
9572
75c68aa1
MR
95732011-07-15 Martin Rudalics <rudalics@gmx.at>
9574
9575 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
9576 buffer argument (Bug#9083) and self-identifying label argument.
9577
a7c33da2
GM
95782011-07-15 Glenn Morris <rgm@gnu.org>
9579
9580 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
9581
2f5c6024
LMI
95822011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9583
9584 * man.el (Man-fontify-manpage): Fix message when formatting the
9585 man page (bug#7929).
9586
0bb23927 95872011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
9588
9589 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
9590 argument LRM; if non-nil, append an invisible LRM character to the
9591 buffer name.
9592 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
9593 last argument non-nil, when formatting buffer names.
0bb23927
EZ
9594 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
9595 paragraph direction.
cce4b0a7 9596
621ef9ab
LMI
95972011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9598
d1583c48
LMI
9599 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
9600 the man page name (bug#7929).
9601
6a57fb5f
LMI
9602 * image.el (put-image): Mention the `put-image' overlay property
9603 (bug#7834).
9604
d7956b14
LMI
9605 * scroll-bar.el (set-scroll-bar-mode): Mention that
9606 `scroll-bar-mode' lists the values (bug#7772).
9607
5b2d4a66
LMI
9608 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
9609 command (bug#7729).
9610
7509a874
LMI
9611 * rect.el (apply-on-rectangle): Return the point after the last
9612 operation.
9613 (string-rectangle): Go to the point after the last operation
9614 (bug#7522).
9615
4fe74b19
LMI
9616 * printing.el (pr-toggle-region): Clarify the documentation
9617 slightly (bug#7493).
9618
b796c9b7
SM
9619 * time.el (display-time-update):
9620 Allow `display-time-mail-function' to return nil (bug#7158).
9621 Fix suggested by Detlev Zundel.
ab283561 9622
fc233c9d
LMI
9623 * vc/diff.el (diff): Clarify the order the file names are read
9624 (bug#7111).
9625
43f5740b
LMI
9626 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
9627 the doc string (bug#7015).
9628
f2182a76
LMI
9629 * font-lock.el (font-lock-maximum-decoration): Mention what
9630 numeric levels mean (bug#6935).
9631
621ef9ab
LMI
9632 * startup.el (initial-buffer-choice): Don't mention the `none'
9633 selection, which is against policy.
9634
adc47434
MR
96352011-07-14 Martin Rudalics <rudalics@gmx.at>
9636
b796c9b7
SM
9637 * window.el (display-buffer-normalize-special):
9638 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 9639
7e5bfb8f
EZ
96402011-07-14 Eli Zaretskii <eliz@gnu.org>
9641
9642 * subr.el (version<, version<=, version=): Mention "-CVS" and
9643 "-12345" alpha version numbers.
9644
27fa387a
CY
96452011-07-14 Chong Yidong <cyd@stupidchicken.com>
9646
9647 * bindings.el: Add advertised binding for set-mark-command
9648 (Bug#5772).
9649
8bdfa064
CY
96502011-07-14 Chong Yidong <cyd@stupidchicken.com>
9651
9652 * bindings.el (mode-line-other-buffer):
9653 * bookmark.el (bookmark-bmenu-2-window):
9654 * bs.el (bs-cycle-next, bs-cycle-previous):
9655 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
9656 switch-to-buffer.
9657
9658 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 9659 Delete.
8bdfa064 9660
5eba16a3
JB
96612011-07-14 Juanma Barranquero <lekktu@gmail.com>
9662
9663 * follow.el (follow-debug-message, follow-redisplay):
9664 * jka-cmpr-hook.el (with-auto-compression-mode):
9665 Fix typos in docstrings.
9666
15853710
LMI
96672011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9668
a28e4607
LMI
9669 * subr.el (with-silent-modifications): Clarify somewhat what the
9670 macro inhibits (bug#6525).
9671
15853710
LMI
9672 * simple.el (eval-expression): Note what it does if called
9673 interactively (bug#6495).
9674
bee0fcef
CY
96752011-07-13 Chong Yidong <cyd@stupidchicken.com>
9676
b796c9b7
SM
9677 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
9678 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
9679
9680 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9681 Remove switch-to-buffer.
9682
58274504
LMI
96832011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9684
bd2fcc8d
LMI
9685 * files.el (make-directory): Clarify that an error will be raised
9686 if there's an error (bug#6397).
9687
0f04b32c
LMI
9688 * startup.el (initial-buffer-choice): Add `none' as a choice
9689 (bug#6234).
9690
465c5fc8
LMI
9691 * subr.el (add-hook): Clarify section about buffer-local hooks
9692 (bug#6218).
9693
58274504
LMI
9694 * dired.el (dired-flagged): Clarify doc string (bug#6117).
9695
bead9a43
JB
96962011-07-13 Juanma Barranquero <lekktu@gmail.com>
9697
9698 * tabify.el (untabify): Preserve the current column so that point
9699 doesn't move (bug#6032).
9700
3af98a7b
LMI
97012011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9702
b796c9b7
SM
9703 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
9704 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 9705
6240145a
GM
97062011-07-13 Glenn Morris <rgm@gnu.org>
9707
9708 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
9709 (dired-insert-directory): Give a message the first time
9710 if ls is found not to support --dired.
9711
1d8c2ccc
LMI
97122011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9713
9714 * simple.el (toggle-truncate-lines): Clarify what is toggled
9715 (bug#5580). Text by Drew Adams.
9716
5fc4038e
CY
97172011-07-13 Chong Yidong <cyd@stupidchicken.com>
9718
9719 * simple.el (blink-matching-open): Make the error message from the
9720 last change less verbose.
9721
bf6012e5
DN
97222011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9723
9724 * font-lock.el (font-lock-comment-face): Use the high contrast
9725 "yellow" color for font-lock-comment-face on low color terminals
9726 using a dark background color (bug#4221).
9727
343c3b5a
LMI
97282011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9729
7e9505c5
LMI
9730 * dired.el (dired-insert-set-properties): Make the doc string
9731 reflect what it does now (bug#5325).
9732
c26fdcf5
LMI
9733 * simple.el (blink-matching-open): Say that we were unable to find
9734 the match within the limit, if we're limited (bug#5122).
9735
bb388cc5
LMI
9736 * international/mule-cmds.el (prefer-coding-system): Add an
9737 example (bug#4869).
9738
343c3b5a
LMI
9739 * progmodes/etags.el (tags-search): Document `file-list-form'
9740 (bug#4731).
9741
2a517d45
LM
97422011-07-13 Lawrence Mitchell <wence@gmx.li>
9743
9744 * net/browse-url.el (browse-url-default-browser)
9745 (browse-url-browser-function): Make the default browser choice a
9746 bit more logical (bug#4300). Also clean up the doc string.
9747
b6c78ef2
JB
97482011-07-13 Juanma Barranquero <lekktu@gmail.com>
9749
9750 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
9751 binary endings (bug#4440).
9752
1c4dd947
LMI
97532011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9754
a2014063
LMI
9755 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
9756 which can be pretty annoying (bug#8971).
9757
9c9c2d88
LMI
9758 * jka-compr.el (jka-compr-verbose): New variable, and use
9759 throughout (bug#8971).
9760
1c4dd947
LMI
9761 * info.el (Info-find-file): Fall back on the installation
9762 directory if we can't find the info node anywhere else.
9763
a1c9f41b
SO
97642011-07-13 Sergei Organov <osv@javad.com> (tiny change)
9765
9766 * vc/vc.el (vc-revert-file):
9767 Don't set file time-stamp in the past. (Bug#5181)
9768
536f3d36
LMI
97692011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9770
7152b011
LMI
9771 * files.el (after-find-file): Give a better error message when
9772 trying to find a symlink that points to a file that doesn't exist
9773 (bug#4398).
9774
536f3d36
LMI
9775 * progmodes/cc-vars.el: Remove (probably) misleading comment
9776 (bug#4396).
9777
460c0fba
JB
97782011-07-12 Johan Bockgård <bojohan@gnu.org>
9779
9780 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
9781
7a6bda45
CY
97822011-07-12 Chong Yidong <cyd@stupidchicken.com>
9783
9784 * mouse-sel.el: Hack restoring functionality, while keeping
9785 compatibility with 2010-07-03 changes to mouse selection.
9786 (mouse-sel-primary-overlay): New var.
9787 (mouse-sel-selection-alist): Use it.
9788 (mouse-sel-mode): Doc fix; remove points that are default features
9789 of mouse.el.
9790
c79598ef
JB
97912011-07-12 Johan Bockgård <bojohan@gnu.org>
9792
9793 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9794 Fix previous fix (bug#2490).
9795
ff8be6ef
RW
97962011-07-12 Roland Winkler <winkler@gnu.org>
9797
b796c9b7
SM
9798 * textmodes/bibtex.el (bibtex-initialize):
9799 Use pop-to-buffer-same-window.
ff8be6ef
RW
9800 (bibtex-search-entries): Fix interactive call.
9801
296ba3ee
LMI
98022011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9803
f5242a02 9804 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
9805 Fontise bytecomp Error lines more correctly (bug#2490).
9806 Fix suggested by Johan Bockgård.
f5242a02 9807
296ba3ee
LMI
9808 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
9809
9810 * dired-x.el (dired-guess-default): Use `delete-dups'.
9811
f69fd0d2
CY
98122011-07-12 Chong Yidong <cyd@stupidchicken.com>
9813
9814 * dired.el (dired-mark-prompt):
9815 * dired-aux.el (dired-read-shell-command): Doc fix.
9816
eab5dc07
LMI
98172011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9818
b796c9b7
SM
9819 * mail/sendmail.el (sendmail-query-once):
9820 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
9821 emacs -Q.
9822
9823 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
9824
eab5dc07
LMI
9825 * cus-edit.el (custom-file): Take an optional no-error variable.
9826 (customize-save-variable): Set the variable, and give a warning if
9827 running under "emacs -q".
9828
a1e65d42
JB
98292011-07-11 Juanma Barranquero <lekktu@gmail.com>
9830
9831 * loadhist.el (unload-feature-special-hooks):
9832 Add `auto-coding-functions', `fill-nobreak-predicate' and
9833 `find-directory-functions' (bug#5327).
9834
1d52da10
LMI
98352011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9836
be958f1d
LMI
9837 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
9838
5bedb26c
LMI
9839 * cus-edit.el (custom-guess-name-alist): -alist variables should
9840 use the `alist' type (bug#3120). Suggested by Drew Adams.
9841
1d52da10
LMI
9842 * printing.el: Add documentation to all the `pr-toggle-' commands.
9843
cd394be1 98442011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
9845
9846 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
9847 backends where it makes sense (bug#2623).
9848
dcc88d8a
LMI
98492011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9850
c3de9feb
LMI
9851 * dired-x.el (dired-guess-default): Remove duplicate shell command
9852 entries (bug#2028).
8a93078b 9853 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 9854 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 9855
dcc88d8a
LMI
9856 * subr.el (remove-duplicates): New conveniency function.
9857
505e3645
LMI
98582011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9859
9860 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
9861 (bug#1526).
9862
98632011-07-10 Martin Rudalics <rudalics@gmx.at>
9864
9865 * window.el (display-buffer-normalize-default): Don't invert
9866 meaning of even-window-heights. Reported by Eli Zaretskii
9867 <eliz@gnu.org>.
9868
455e4fa1
BR
98692011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
9870
9871 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
9872
8e0bc3e9
CY
98732011-07-10 Chong Yidong <cyd@stupidchicken.com>
9874
9875 * window.el (display-buffer): Fix arguments to
9876 display-buffer-reuse-window in last change.
9877
fa7c3228
CY
9878 * faces.el (link): Use a less saturated blue on light backgrounds.
9879
9880 * startup.el (fancy-startup-text, fancy-about-text)
9881 (fancy-startup-tail): Use font-lock faces, for background safety.
9882
c0a7f300
BN
98832011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
9884
b796c9b7
SM
9885 * emulation/viper-cmd.el (viper-change-state-to-vi):
9886 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 9887
4dc2a129
MR
98882011-07-09 Martin Rudalics <rudalics@gmx.at>
9889
9890 * window.el (display-buffer-default-specifiers): Remove.
9891 (display-buffer-macro-specifiers): Remove default specifiers.
9892 (display-buffer-alist): Default to nil.
b796c9b7 9893 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
9894 (display-buffer-pop-up-window): Allow splitting internal
9895 windows. Check whether a live window was created.
9896 (display-buffer-other-window-means-other-frame)
9897 (display-buffer-normalize-arguments): Rename to
9898 display-buffer-normalize-argument and rewrite. Set the
9899 other-window specifier.
9900 (display-buffer-normalize-special): New function.
9901 (display-buffer-normalize-options): Rename to
9902 display-buffer-normalize-default and rewrite.
9903 (display-buffer-normalize-options-inhibit): Remove.
9904 (display-buffer-normalize-specifiers): Rewrite.
9905 (display-buffer): Process other-window specifier and call
9906 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
9907 more faithfully.
b796c9b7 9908 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 9909 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
9910 (display-buffer-in-window, display-buffer-alist-set):
9911 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
9912 <tassilo@member.fsf.org>.
9913
2d43b8c9
LL
99142011-07-09 Leo Liu <sdl.web@gmail.com>
9915
9916 * register.el (insert-register): Restore accidental change on
9917 2011-06-26. (Bug#9028)
9918
7f9b7c53
GM
99192011-07-09 Glenn Morris <rgm@gnu.org>
9920
9921 * subr.el (remq): Handle the empty list. (Bug#9024)
9922
f042cfd8
AS
99232011-07-08 Andreas Schwab <schwab@linux-m68k.org>
9924
9925 * mail/sendmail.el (send-mail-function): No longer delay custom
9926 initialization.
9927 * custom.el (custom-initialize-delay): Doc fix.
9928
856b2f11
SM
99292011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
9932
afae1d68
MA
99332011-07-08 Michael Albinus <michael.albinus@gmx.de>
9934
9935 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
9936 human-friendly prompt.
9937
0757af94
SM
99382011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9939
9940 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
9941 provided by a particular plugin.
9942
d760b731
LMI
99432011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9944
9945 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
9946 save customizations (with "emacs -Q"), just set the variable
9947 instead of erroring out.
9948
9949 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
9950
cd79ce90
JL
99512011-07-08 Juri Linkov <juri@jurta.org>
9952
9953 * arc-mode.el (archive-zip-expunge, archive-zip-update)
9954 (archive-zip-update-case): Use 7z if found by `executable-find'.
9955 The order of searching the available programs is the same as in
9956 `archive-zip-extract' (bug#8968).
9957
14cc04aa
CY
99582011-07-07 Chong Yidong <cyd@stupidchicken.com>
9959
9960 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
9961 (menu-bar-options-menu): Tweak descriptions.
9962
0a1848ec
LMI
99632011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9964
9965 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
9966 menu items into verb phrases (bug#1421). Also refill to fit under
9967 80 columns.
9968
f5bd0689
CY
99692011-07-07 Chong Yidong <cyd@stupidchicken.com>
9970
538e85c6
CY
9971 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
9972 (Info-read-node-name): Doc fix (Bug#1084).
9973
f5bd0689
CY
9974 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
9975 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
9976 (end-of-sexp, beginning-of-sexp)
9977 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
9978 (forward-symbol, forward-same-syntax, word-at-point)
9979 (sentence-at-point): Doc fix (Bug#1144).
9980
56ec5115
LMI
99812011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9982
f3f8e37f
LMI
9983 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
9984 should cover it (bug#1281).
9985
0757af94 9986 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 9987
e9fce1ac 9988 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
9989 negotiation fails, then possibly try again with a non-encrypted
9990 connection (bug#9017).
9991
56ec5115
LMI
9992 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
9993 be used.
9994
c2f9aec8
RS
99952011-07-07 Richard Stallman <rms@gnu.org>
9996
9997 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
9998 property, and handle its changed format.
9999 Look for the correct line number.
10000 Use file's line contents (but not past first =) to find
10001 correct line in message.
10002
ef7b981d 100032011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
10004
10005 * international/characters.el (build-unicode-category-table):
10006 Delete it.
0757af94 10007 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 10008
0757af94 10009 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
10010 to src/chartab.c.
10011 (get-char-code-property): Call unicode-property-table-internal to
10012 load a file. Call get-unicode-property-internal where necessary.
10013 (put-char-code-property): Call unicode-property-table-internal to
10014 load a file. Call put-unicode-property-internal where necessary.
10015 put-unicode-property-internal where necessary.
0757af94
SM
10016 (char-code-property-description):
10017 Call unicode-property-table-internal to load a file.
c805dec0
KH
10018
10019 * international/charprop.el:
10020 * international/uni-bidi.el:
10021 * international/uni-category.el:
10022 * international/uni-combining.el:
10023 * international/uni-comment.el:
10024 * international/uni-decimal.el:
10025 * international/uni-decomposition.el:
10026 * international/uni-digit.el:
10027 * international/uni-lowercase.el:
10028 * international/uni-mirrored.el:
10029 * international/uni-name.el:
10030 * international/uni-numeric.el:
10031 * international/uni-old-name.el:
10032 * international/uni-titlecase.el:
10033 * international/uni-uppercase.el: Regenerate.
10034
10035 * loadup.el: Load international/charprop.el before
10036 international/characters.
10037
e14b388a
CY
100382011-07-07 Chong Yidong <cyd@stupidchicken.com>
10039
10040 * window.el (next-buffer, previous-buffer): Signal an error if
10041 called from a minibuffer window.
10042
10043 * bindings.el: Revert 2011-07-04 change.
10044
354cf0ba
RS
100452011-07-06 Richard Stallman <rms@gnu.org>
10046
10047 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
10048 (rmail-mime-insert-bulk, rmail-mime-insert-text):
10049 Treat markers like ints.
10050 (rmail-mime-entity): Doc fix.
10051
a48868a7
LMI
100522011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10053
4906cd3d
LMI
10054 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
10055 defcustom again for backwards compatibility.
10056
e0457abe
LMI
10057 * simple.el (shell-command-on-region): Fill.
10058
d67f7e1f
LMI
10059 * dired-aux.el (dired-kill-line): Add a doc string.
10060
fe204702
LMI
10061 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
10062 to "\\sw\\|\\s_" (bug#358).
10063
a48868a7
LMI
10064 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
10065 (dired-unmark-backward): Ditto.
10066 (dired-flag-backup-files): Ditto.
10067
10068 * dired-x.el (dired-mark-sexp): Ditto.
10069
aa8a705c
RS
100702011-07-06 Richard Stallman <rms@gnu.org>
10071
10072 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
10073 (rmail-mime-entity): New arg TRUNCATED.
10074 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
10075 New functions.
10076 (rmail-mime-save): Warn if entity is truncated.
10077 (rmail-mime-toggle-hidden): Likewise, for showing.
10078 (rmail-mime-process-multipart): Record when an entity is truncated.
10079
a9a936b9
RS
10080 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
10081 if ENTITY is a string.
10082
1f2b92cb
LMI
100832011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10084
f4f73198 10085 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
10086 of faces when `M-C-x'-ing their definitions (bug#8378).
10087 Also clean up the code slightly.
f4f73198 10088
12b16734 10089 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 10090 because that makes the colors go away.
12b16734 10091
f0691d22
LMI
10092 * mail/sendmail.el (send-mail-function): Change the default to
10093 `sendmail-query-once'.
9e87df06 10094 (sendmail-query-once): Add an autoload cookie.
f0691d22 10095
1f2b92cb
LMI
10096 * net/network-stream.el (network-stream-open-starttls): Try using
10097 a plain connection even if the server offered STARTTLS, and we
10098 kinda wanted to use it, if Emacs doesn't have any STARTTLS
10099 capability. This should make smtpmail.el work in slightly more
10100 configurations.
10101
1cdd2a1b
MA
101022011-07-06 Michael Albinus <michael.albinus@gmx.de>
10103
10104 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10105 New defun.
10106 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
10107
fbcc67e2
MM
101082011-07-06 Michael R. Mauger <mmaug@yahoo.com>
10109
10110 * progmodes/sql.el: Version 3.0
0757af94 10111 (sql-product-alist): Add product :completion-object,
fbcc67e2 10112 :completion-column, and :statement attributes.
0757af94 10113 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 10114 (sql-mode-syntax-table): Mark all punctuation.
0757af94 10115 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
10116 ansi keywords.
10117 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 10118 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
10119 (sql-oracle-show-reserved-words): New function for development.
10120 (sql-product-font-lock): Simplify for source code buffers.
10121 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
10122 New functions.
10123 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
10124 (sql-mode-map): Add statement movement functions.
10125 (sql-ansi-statement-starters, sql-oracle-statement-starters):
10126 New variable.
fbcc67e2
MM
10127 (sql-statement-regexp, sql-beginning-of-statement)
10128 (sql-end-of-statement, sql-signum): New functions.
0757af94 10129 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
10130 (sql-show-sqli-buffer): Bug fix.
10131 (sql-interactive-mode): Store connection data as buffer local.
0757af94 10132 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
10133 with sql-interactive-mode.
10134 (sql-save-connection): Save buffer local settings.
0757af94 10135 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
10136 (sql-product-interactive): Bug fix.
10137 (sql-preoutput-hold): New variable.
10138 (sql-interactive-remove-continuation-prompt): Bug fixes.
10139 (sql-debug-redirect): New variable.
10140 (sql-str-literal): New function.
10141 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 10142 Redesign.
fbcc67e2
MM
10143 (sql-oracle-save-settings, sql-oracle-restore-settings)
10144 (sql-oracle-list-all, sql-oracle-list-table): New functions.
10145 (sql-completion-object, sql-completion-column)
10146 (sql-completion-sqlbuf): New variables.
10147 (sql-build-completions-1, sql-build-completions)
10148 (sql-try-completion): New functions.
10149 (sql-read-table-name): Use them.
10150 (sql-contains-names): New buffer local variable.
10151 (sql-list-all, sql-list-table): Use it.
10152 (sql-oracle-completion-types): New variable.
10153 (sql-oracle-completion-object, sql-sqlite-completion-object)
10154 (sql-postgres-completion-object): New functions.
10155
d4eaeab1
GM
101562011-07-06 Glenn Morris <rgm@gnu.org>
10157
10158 * window.el (pop-to-buffer): Doc fix.
10159
322b7dab 101602011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
10161
10162 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
10163
322b7dab 101642011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 10165
322b7dab 10166 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 10167
322b7dab 10168 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 10169
605dd5bf
CY
101702011-07-05 Chong Yidong <cyd@stupidchicken.com>
10171
10172 * button.el (button): Inherit from link face. Suggested by Dan
10173 Nicolaescu.
10174
7dbfa719
SM
101752011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10176
3db614b0
SM
10177 * progmodes/gdb-mi.el: Fit in 80 columns.
10178 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
10179 switch-to-buffer.
10180
7dbfa719
SM
10181 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
10182 if imenu is simply not configured (bug#8941).
10183
919d884a
KM
101842011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
10185
10186 * allout.el (allout-post-undo-hook): New allout outline-change
10187 event hook to signal undo activity.
10188 (allout-post-command-business): Run allout-post-undo-hook if an
10189 undo just occurred.
7dbfa719
SM
10190 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
10191 * allout-widgets.el (allout-widgets-after-undo-function):
10192 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
10193 in the vicinity of an undo.
10194 (allout-widgets-mode): Include allout-widgets-after-undo-function
10195 on the new allout-post-undo-hook.
10196
450a0f09
SM
101972011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10198
10199 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
10200 Let define-derived-mode define it.
10201 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
10202 cycles of abbrev-table inheritance (bug#8998).
10203
2de69e00
RW
102042011-07-05 Roland Winkler <winkler@gnu.org>
10205
10206 * textmodes/bibtex.el: Add support for biblatex.
10207 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
10208 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
10209 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
10210 (bibtex-entry-alist, bibtex-field-alist): New variables.
10211 (bibtex-entry-field-alist): Obsolete alias for
10212 bibtex-BibTeX-entry-alist.
10213 (bibtex-entry-alist, bibtex-field-alist): New widgets.
10214 (bibtex-set-dialect): New command.
10215 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
10216 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
10217 Bind via bibtex-set-dialect.
2de69e00
RW
10218 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
10219 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
10220 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
10221 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
10222 Define via bibtex-set-dialect.
450a0f09
SM
10223 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
10224 Obey bibtex-no-opt-remove-re.
2de69e00
RW
10225 (bibtex-vec-push, bibtex-vec-incr): New functions.
10226 (bibtex-format-entry, bibtex-field-list)
10227 (bibtex-print-help-message, bibtex-validate)
10228 (bibtex-search-entries): Use new format of bibtex-entry-alist.
10229
2dcdbdd9
SM
102302011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10231
10232 * progmodes/compile.el (compilation-goto-locus):
10233 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10234 * bs.el (bs-cycle-next, bs-cycle-previous):
10235 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
10236 * bindings.el (mode-line-other-buffer):
10237 * autoinsert.el (auto-insert):
10238 * arc-mode.el (archive-extract):
10239 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
10240
b27640fe
JB
102412011-07-05 Juanma Barranquero <lekktu@gmail.com>
10242
10243 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
10244 Fix check of `emacs-lock-unlockable-modes'.
10245 Coerce true values of `emacs-lock--try-unlocking' to t.
10246
53bbe3ad
JB
102472011-07-05 Juanma Barranquero <lekktu@gmail.com>
10248
10249 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
10250 * emacs-lock.el: New file.
10251
1d3cdbc7
JD
102522011-07-05 Julien Danjou <julien@danjou.info>
10253
10254 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
10255 than `boundp' to check if face is set.
10256
9173deec
JB
102572011-07-05 Juanma Barranquero <lekktu@gmail.com>
10258
10259 * register.el (registerv-make):
10260 * window.el (window-min-height): Fix typos in docstrings.
10261
869795d6
JD
102622011-07-05 Jan Djärv <jan.h.d@swipnet.se>
10263
9173deec 10264 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
10265 Update doc string.
10266
b768cdcd
JB
102672011-07-04 Juanma Barranquero <lekktu@gmail.com>
10268
10269 * server.el (server-execute): Catch quit and call
10270 `server-return-error' to pass the error back to emacsclient and
10271 close the connection (bug#8942).
10272
13aa217b
KM
102732011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
10274
10275 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
10276 insecure exception for current topic. Also note that auto-saves
10277 are handled differently.
10278
5d3385a0 10279 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
10280 State variables for tracking auto-save inhibition situation.
10281
10282 (allout-write-contents-hook-handler): Rename from
10283 'allout-write-file-hook-handler', and describe how it depends on
10284 write-contents-functions sensitivity to non-nil value to prevent
10285 file write.
10286
10287 (allout-auto-save-hook-handler): Remove. auto-save does not check
10288 this in individual buffers, only in the starting buffer, so this
10289 is not the right way for us to inhibit auto-save in a buffer
10290 according to its condition.
10291
10292 (allout-mode): Use new allout-write-contents-hook-handler, and
10293 only with write-contents-functions. Remove auto-save provisions -
10294 they're implemented elsewhere.
10295
10296 (allout-before-change-handler): If undo is in progress, note that
10297 for attention of allout-post-command-business.
10298
10299 (allout-post-command-business): If the command we're following was
10300 an undo, check for change in the status of encrypted items and
10301 adjust auto-save inhibitions accordingly.
10302
10303 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
10304 according to whether there are or aren't any plain-text topics
10305 pending encryption.
10306
2dcdbdd9 10307 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
10308 Adjust buffer-saved-size and some allout state to inhibit auto-saves
10309 if there are plain-text topics pending encryption.
13aa217b
KM
10310
10311 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
10312 buffer-saved-size and some allout state to not inhibit auto-saves
10313 if there are no longer any plain-text topics pending encryption.
10314
0757af94
SM
10315 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
10316 No longer provide for exemption of the current topic.
13aa217b 10317
ac89b32c
JL
103182011-07-04 Juri Linkov <juri@jurta.org>
10319
10320 Add 7z operations to delete and save changed members (bug#8968).
10321 * arc-mode.el (archive-7z-expunge, archive-7z-update):
10322 New defcustoms.
10323 (archive-7z-write-file-member): New function.
10324 (archive-7z-summarize): Fix the number of dashes in the
10325 listing output.
10326
8fa39615
SM
103272011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10328
10329 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
10330 (bug#8958).
10331
2f11b3f1
CY
103322011-07-04 Chong Yidong <cyd@stupidchicken.com>
10333
d66fef2b
CY
10334 * bindings.el: Ignore next-buffer and previous-buffer in
10335 minibuffer-local-map.
10336
2f11b3f1
CY
10337 * font-lock.el (font-lock-builtin-face): Change light background
10338 color to dark slate blue (Bug#6693).
10339
f932a347
WD
103402011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
10341
10342 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
10343
c8af70e1
SM
103442011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10345
10346 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
10347 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10348 Add switch-to-buffer.
10349
f158badc
LMI
103502011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10351
10352 * isearch.el (isearch-search-fun-function): Clarify further the
10353 meaning of the function returned.
10354
6d95bd46
MA
103552011-07-04 Michael Albinus <michael.albinus@gmx.de>
10356
10357 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
10358
10359 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
10360 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
10361 Use it.
10362 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
10363 `tramp-default-remote-path' does not exist.
10364 (tramp-send-command-and-read): New optional argument NOERROR.
10365 (tramp-open-connection-setup-interactive-shell)
10366 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
10367 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
10368 (tramp-process-sentinel): Flush also process' connection property.
10369 (tramp-sh-handle-start-file-process): Do not set process
10370 sentinel. It is done now ...
10371 (tramp-maybe-open-connection): ... here. (Bug#8929)
10372
909e6b67
MK
103732011-07-04 MON KEY <monkey@sandpframing.com>
10374
10375 * play/animate.el (animate-string): Doc fixes and allow changing
10376 the buffer name (bug#5417).
10377
103782011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10379
c8af70e1 10380 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 10381
f34755dc
PE
103822011-07-04 Paul Eggert <eggert@cs.ucla.edu>
10383
396cec72
PE
10384 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
10385 This is simpler and helps future-proof the code.
10386 (timer-until): Use time-subtract and float-time.
08235028 10387 (timer--time-less-p): Use time-less-p.
f34755dc 10388
56e6cc31
JB
103892011-07-04 Juanma Barranquero <lekktu@gmail.com>
10390
3abb79e5
JB
10391 * type-break.el (timep): Use the value of `float-time' to avoid a
10392 byte-compiler warning.
10393
56e6cc31
JB
10394 * server.el (server-eval-and-print): Return any result, even nil.
10395
7b9430b4
PE
103962011-07-03 Paul Eggert <eggert@cs.ucla.edu>
10397
10398 * type-break.el: Accept time formats that the builtins accept.
10399 (timep, type-break-time-difference): Accept any format that
10400 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
10401 This is simpler and helps future-proof the code.
10402 (type-break-time-difference): Round rather than ignoring
10403 subseconds components.
10404
3034e9e7
LMI
104052011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10406
10407 * info.el (Info-apropos-matches): Make non-interactive, since it
10408 doesn't seem to do anything useful as a command (bug#8829).
10409
1485f4c0
CY
104102011-07-03 Chong Yidong <cyd@stupidchicken.com>
10411
10412 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 10413 Move from faces.el.
1485f4c0
CY
10414 (frame-default-terminal-background): New function.
10415
10416 * custom.el (custom-push-theme): Don't record faces in `changed'
10417 theme; this doesn't work correctly for per-frame face settings.
10418 (disable-theme): Use face-set-after-frame-default to reset faces.
10419 (custom--frame-color-default): New function.
10420
9fa3dd45
LMI
104212011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10422
c8af70e1 10423 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
10424 (bug#8769).
10425
6cbbc20c
KR
104262011-03-29 Kevin Ryde <user42@zip.com.au>
10427
10428 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10429 `perl-Test2' extend to match possible "fail #N" rep count
10430 (bug#8377).
10431
c7f98048
LMI
104322011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10433
65676592
LMI
10434 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
10435 `smtpmail-via-smtp' now returns the error instead of nil.
10436
c7f98048
LMI
10437 * isearch.el (isearch-search-fun-function): Clarify the doc string
10438 (bug#8101).
10439
56e6cc31 104402011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
10441
10442 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
10443 unnecessary spaces (bug#8987).
10444
2b216704
LMI
104452011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10446
10447 * net/network-stream.el (open-network-stream): Use the
10448 :end-of-capability command thoughout.
10449
104502011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10451
10452 * net/network-stream.el (open-network-stream): Add the
10453 :end-of-capability command parameter, used by pop3.el.
10454
36adf6ce
LMI
104552011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10456
1ca0da0e
LMI
10457 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
10458
fc00f69c
LMI
10459 * fringe.el (fringe-query-style): Remove redundant text " (type ?
10460 for list)" (bug#6475).
10461
28fd8759 10462 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 10463 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
10464 an error (bug#6297).
10465
0dd8b6da
LMI
10466 * man.el (Man-reference-regexp): Allow matching possible
10467 word-wrapped references (bug#6289).
10468
ce1438d6
LMI
10469 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
10470 for consistency with the other vc buffers (bug#6197).
10471 (vc-checkin): Ditto.
10472
10473 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
10474
36adf6ce
LMI
10475 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
10476
e83cc1f7
LMI
104772011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10478
8a20ca4c
LMI
10479 * custom.el (defcustom): Clarify that :set is only used in the
10480 Customize user interface (bug#6089).
10481
83319045
LMI
10482 * progmodes/flymake.el (flymake-mode): If the buffer isn't
10483 associated with a file, refuse to run instead of erroring out
10484 (bug#6084).
10485
a8392169
LMI
10486 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
10487 the doc string, since it appears that using `fill-column' always
10488 controls the width (bug#7845).
10489
e83cc1f7
LMI
10490 * simple.el (shell-command-on-region): Say where the error output
10491 went if `shell-command-default-error-buffer' is set (bug#6857).
10492
e47ca23b
KM
104932011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
10494
10495 * allout.el (allout-yank-processing): Adjust cursor position for
10496 backwards-deleted space.
10497
10498 (allout-rebullet-heading): Register changes with
10499 allout-exposure-changed-hook, so the modified topic is properly
10500 decorated.
10501
5cf56143
LMI
105022011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10503
08549772
LMI
10504 * minibuffer.el (completion-in-region): Document PREDICATE
10505 (bug#7136).
10506
48e96771
LMI
10507 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
10508 of keyword/argument pairs (bug#6904).
10509
c8af70e1
SM
10510 * replace.el (multi-occur):
10511 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 10512
e17d05e2
LMI
105132011-07-02 Drew Adams <drew.adams@oracle.com>
10514
10515 * dired.el (dired-mark-if): Make the message about whether it's
10516 marking or unmarking clearer (bug#8523).
10517
063b0e45
LMI
105182011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10519
10520 * disp-table.el (display-table-print-array): New function.
10521 (describe-display-table): Use it to print the vectors more pretty
10522 (Bug#8859).
10523
28545e04
MR
105242011-07-02 Martin Rudalics <rudalics@gmx.at>
10525
10526 * window.el (window-state-get-1): Don't assign clone numbers.
10527 Add clone-of item to list of window parameters.
10528 (window-state-put-2): Don't process clone numbers.
10529 (display-buffer-alist): Fix doc-string.
10530
3349e122
SM
105312011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10532
10533 * subr.el (remq): Don't allocate if it's not needed.
10534 (keymap--menu-item-binding, keymap--menu-item-with-binding)
10535 (keymap--merge-bindings): New functions.
10536 (keymap-canonicalize): Use them to refine the canonicalization.
10537 * minibuffer.el (minibuffer-local-completion-map)
10538 (minibuffer-local-must-match-map): Move initialization from C.
10539 (minibuffer-local-filename-completion-map): Move initialization from C;
10540 don't inherit from anything here.
10541 (minibuffer-local-filename-must-match-map): Make obsolete.
10542 (completing-read-default): Use make-composed-keymap to combine
10543 minibuffer-local-filename-completion-map with either
10544 minibuffer-local-must-match-map or
10545 minibuffer-local-filename-completion-map.
10546
d224ac83
GM
105472011-07-01 Glenn Morris <rgm@gnu.org>
10548
3de63bf8
GM
10549 * type-break.el (type-break-time-sum): Use dolist.
10550
d224ac83
GM
10551 * textmodes/flyspell.el (flyspell-word-search-backward):
10552 Replace CL function.
10553
1a1e3f32
SM
105542011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10555
fe3f64d5
SM
10556 * mouse.el (mouse--strip-first-event): New function.
10557 (function-key-map): Use it to map fringe clicks to normal clicks
10558 by default.
10559
eb604e34
SM
10560 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
10561 (vc-bzr-revision-completion-table): Add support for annotate and date.
10562
1a1e3f32
SM
10563 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
10564 inherit from parent.
10565
5bd35902
LMI
105662011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10567
ace6c69c 10568 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 10569 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 10570
191e2bed
LMI
10571 * dired.el (dired-mode): Fix up the doc string as suggested by
10572 Drew Adams (bug#8817).
10573
5bd35902
LMI
10574 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
10575 cookie, since the manual says that it should be possible to add
10576 this function to `find-file-hook' (bug#8709).
10577
eee8207a
TZ
105782011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
10579
10580 * progmodes/cfengine.el: Moved all cfengine3.el functionality
10581 here. Noted Ted Zlatanov as the maintainer.
10582 (cfengine-common-settings, cfengine-common-syntax): New functions
10583 to set up common things between `cfengine-mode' and
10584 `cfengine3-mode'.
10585 (cfengine3-mode): New mode.
10586 (cfengine3-defuns cfengine3-defuns-regex
10587 (cfengine3-class-selector-regex cfengine3-category-regex)
10588 (cfengine3-vartypes cfengine3-font-lock-keywords)
10589 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 10590 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 10591
36b148cf
MA
105922011-07-01 Michael Albinus <michael.albinus@gmx.de>
10593
10594 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
10595
10596 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
10597
0bf4ba9a
MR
105982011-07-01 Martin Rudalics <rudalics@gmx.at>
10599
10600 * window.el (same-window-buffer-names, same-window-regexps)
10601 (same-window-p, special-display-frame-alist)
10602 (special-display-popup-frame, special-display-function)
10603 (special-display-buffer-names, special-display-regexps)
10604 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
10605 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10606 (split-window-preferred-function, split-height-threshold)
10607 (split-width-threshold, even-window-heights)
10608 (display-buffer-mark-dedicated, window-splittable-p)
10609 (split-window-sensibly, window-safely-shrinkable-p):
10610 Un-obsolete.
10611 (display-buffer): Don't spread args with function specifier
10612 because special-display-popup-frame won't like it.
10613
35837f51
PE
106142011-07-01 Paul Eggert <eggert@cs.ucla.edu>
10615
d0672f86
PE
10616 Time-stamp simplifications and fixes.
10617 These improve accuracy slightly, and future-proof the code
10618 against some potential changes to current-time format.
10619
b9444d97
PE
10620 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
10621 by using time-since and float-time.
10622
0ef923dc
PE
10623 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
10624 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
10625 + NNN microseconds".
10626
2f81380d
PE
10627 * type-break.el (type-break-time-sum): Rewrite using time-add.
10628
845b5c3e
PE
10629 * play/hanoi.el (hanoi-current-time-float): Remove.
10630 All uses replaced by float-time.
10631
ee6f1be0
PE
10632 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
10633 This yields a more-accurate answer.
10634 (rng-time-to-float): Remove; no longer needed.
10635
fe955043
PE
10636 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
10637
5777162a
PE
10638 * calendar/timeclock.el (timeclock-seconds-to-time):
10639 Defalias to seconds-to-time, since they're the same thing.
10640
3103f8b6 10641 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 10642 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
10643 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
10644
0e61a35f
SM
106452011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10646
10647 * window.el (bury-buffer): Don't iconify the only frame.
10648 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
10649 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
10650
ddd63a1e
CY
106512011-07-01 Chong Yidong <cyd@stupidchicken.com>
10652
0e61a35f
SM
10653 * eshell/em-smart.el (eshell-smart-display-navigate-list):
10654 Add mouse-yank-primary.
ddd63a1e 10655
055f4923
TZ
106562011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
10657
10658 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
10659
6a2fb145
SM
106602011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10661
10662 * emacs-lisp/find-func.el (find-library--load-name): New fun.
10663 (find-library-name): Use it to find relative load names when provided
10664 absolute file name (bug#8803).
10665
fd4983f2
LMI
106662011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10667
887d14ad
LMI
10668 * textmodes/flyspell.el (flyspell-word): Consider words that
10669 differ only in case as potential doublons (bug#5687).
10670
c53dc7fc
LMI
10671 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
10672 Remove two rather uninteresting debugging-like messages to make
10673 debbugs.el more silent.
10674
fd4983f2
LMI
10675 * comint.el (comint-password-prompt-regexp): Accept "Response" as
10676 a password-like phrase.
10677
7a71b18d 106782011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
10679
10680 * progmodes/cc-guess.el: New file.
10681
6a2fb145 10682 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
10683
10684 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
10685 derived from `c-basic-common-init'.
10686
10687 * progmodes/cc-mode.el (top-level): Require cc-guess.
10688 (c-basic-common-init): Use `cc-choose-style-for-mode'.
10689
1fa280a3
LM
106902011-06-30 Lawrence Mitchell <wence@gmx.li>
10691
10692 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
10693
e6597158
AM
106942011-06-30 Alan Mackenzie <acm@muc.de>
10695
1fa280a3
LM
10696 * progmodes/cc-engine.el (c-guess-continued-construct):
10697 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
10698 lock is disabled. Name this case as "CASE G".
10699
68ba37fb
KM
107002011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
10701
10702 * allout.el (allout-yank-processing): Fix injection of extra space
10703 between bullet and non-whitespace character in first topic when
10704 pasting, ensuring that the actual spacing in the pasted topic
10705 following the bullet char is preserved. This extra space was
10706 causing pasted encrypted topics to get a decrypted status even
10707 when the content was actually still encrypted. Now the decryption
10708 status from before the paste is preserved.
10709
10710 (allout-flag-region): Set all allout overlays so they evaporate
10711 when reduced to zero length (evanescent), to prevent overlay
10712 leakage.
10713
887a0b34
GM
107142011-06-30 Glenn Morris <rgm@gnu.org>
10715
94b9acce
GM
10716 * w32-fns.el (w32-charset-info-alist): Declare.
10717
1d9b46d4
GM
10718 * find-dired.el (find-grep-options): Simplify.
10719
cc232200
GM
10720 * term/ns-win.el (ns-set-resource): Declare.
10721
28e77c46
GM
10722 * ses.el (row, col): Declare dynamic variables honestly.
10723
887a0b34
GM
10724 * textmodes/reftex-parse.el (index-tags): Declare.
10725
658d8eb8
CY
107262011-06-30 Chong Yidong <cyd@stupidchicken.com>
10727
10728 * cus-edit.el (customize-push-and-save): New function.
10729
10730 * files.el (hack-local-variables-confirm): Use it.
10731
1fa280a3
LM
10732 * custom.el (load-theme): New arg NO-CONFIRM.
10733 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
10734 (custom-enabled-themes): Doc fix.
10735
10736 * cus-theme.el (customize-create-theme)
10737 (custom-theme-merge-theme): Callers to load-theme changed.
10738
bb617717
LMI
107392011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10740
d61bdd5d
LMI
10741 * thingatpt.el (thing-at-point-short-url-regexp): Require that
10742 short URLs have at least one dot in them (bug #7614).
10743
bb617717
LMI
10744 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
10745 nil, because using a pty is apparently too slow (bug #895).
10746
2f31f37a
LMI
107472011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10748
10749 * mail/sendmail.el (sendmail-query-once): New function.
10750 (sendmail-query-once-function): New variable.
10751
3076b24e
GM
107522011-06-29 Glenn Morris <rgm@gnu.org>
10753
faf2a174
GM
10754 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
10755
3076b24e
GM
10756 * ses.el (top-level): Require cl when compiling.
10757 (ses-set-localvars): Fix error statement.
10758 Call it at compile time to silence a storm of warnings.
10759
5386012d
MR
107602011-06-29 Martin Rudalics <rudalics@gmx.at>
10761
10762 * window.el (normalize-live-buffer): Rename to
10763 window-normalize-buffer.
10764 (normalize-live-frame): Rename to window-normalize-frame.
10765 (normalize-any-window): Rename to window-normalize-any-window.
10766 (normalize-live-window): Rename to window-normalize-live-window.
10767 (make-window-atom): Rename to window-make-atom.
10768 (window-resize-reset): Rename to window--resize-reset.
10769 (window-resize-reset-1): Rename to window--resize-reset-1.
10770 (resize-mini-window): Rename to window--resize-mini-window.
10771 (resize-subwindows-skip-p): Rename to
10772 window--resize-subwindows-skip-p.
10773 (resize-subwindows-normal): Rename to
10774 window--resize-subwindows-normal.
10775 (resize-subwindows): Rename to window--resize-subwindows.
10776 (resize-other-windows): Rename to window--resize-siblings.
10777 (resize-this-window): Rename to window--resize-this-window.
10778 (resize-root-window): Rename to window--resize-root-window.
10779 (resize-root-window-vertically): Rename to
10780 window--resize-root-window-vertically.
10781 (normalize-buffer-to-display): Rename to
10782 window-normalize-buffer-to-display.
10783 (normalize-buffer-to-switch-to): Rename to
10784 window-normalize-buffer-to-switch-to.
10785 Correspondingly update all callers of the functions listed
10786 above.
10787 (display-buffer-alist, display-buffer-normalize-arguments)
10788 (display-buffer-normalize-options, display-buffer)
10789 (display-buffer-alist-set): Use "function" instead of
10790 "fun-with-args".
10791
1176868d
CY
107922011-06-28 Chong Yidong <cyd@stupidchicken.com>
10793
10794 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
10795 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
10796 debbugs.gnu.org. Mention acknowledgment email.
10797
20a7a65f
LMI
107982011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10799
10800 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
10801 buffer multibyteness, since it shouldn't matter.
10802
5f45cca5
MR
108032011-06-28 Martin Rudalics <rudalics@gmx.at>
10804
10805 * window.el (display-buffer-in-side-window): Handle dedicated
10806 windows as in display-buffer-reuse-window.
10807 (display-buffer-normalize-alist): Use value of override
10808 specifier.
10809 (display-buffer-normalize-specifiers): Use value of
10810 other-window-means-other-frame specifier.
10811 (display-buffer-alist): Rewrite some texts in widgets.
10812 (display-buffer): Spread arguments when calling function
10813 specified by fun-with-args.
10814
ad85fe1f
DD
108152011-06-28 Deniz Dogan <deniz@dogan.se>
10816
1fa280a3
LM
10817 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10818 Unnest `let'.
da68c4c8 10819
ad85fe1f
DD
10820 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
10821 selectors (Bug#5732).
ec49bd31 10822 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 10823
a08cc025
JA
108242011-06-27 Jari Aalto <jari.aalto@cante.net>
10825
10826 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
10827 (eshell-ls-date-format): New defcustom.
10828 (eshell-ls-file): Use it.
10829
e2b551c5
SM
108302011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10831
10832 * help-fns.el (describe-variable): Fix message for terminal-local vars.
10833
8982b231
KY
108342011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
10835
10836 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
10837 (ange-ftp-make-tmp-name): New arg.
10838 (ange-ftp-file-local-copy): Use it.
10839
36c9fa27
J
108402011-06-27 Jambunathan K <kjambunathan@gmail.com>
10841
10842 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
10843 no-conversion (Bug#8870).
10844
d68443dc
MR
108452011-06-27 Martin Rudalics <rudalics@gmx.at>
10846
10847 * window.el (window-right, window-left, window-child)
10848 (window-child-count, window-last-child)
10849 (window-iso-combination-p, walk-window-tree-1)
10850 (window-atom-check-1, window-tree-1, delete-window)
10851 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
10852 new naming conventions - window-vchild, window-hchild,
10853 window-next and window-prev are now called window-top-child,
10854 window-left-child, window-next-sibling and window-prev-sibling
10855 respectively.
d615d6d2
MR
10856 (resize-window-reset): Rename to window-resize-reset.
10857 (resize-window-reset-1): Rename to window-resize-reset-1.
10858 (resize-window): Rename to window-resize.
10859 (window-min-height, window-min-width)
10860 (resize-mini-window, resize-this-window, resize-root-window)
10861 (resize-root-window-vertically, adjust-window-trailing-edge)
10862 (enlarge-window, shrink-window, maximize-window)
10863 (minimize-window, delete-window, quit-restore-window)
10864 (split-window, balance-windows, balance-windows-area-adjust)
10865 (balance-windows-area, window-state-put-2)
10866 (display-buffer-even-window-sizes, display-buffer-set-height)
10867 (display-buffer-set-width, set-window-text-height)
10868 (fit-window-to-buffer): Rename all "resize-window" prefixed
10869 calls to use the "window-resize" prefix convention.
10870 (display-buffer-alist): Fix symbol for label specifier.
10871 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
10872 corresponding specifier.
10873 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 10874
b6458526
VB
108752011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
10876
10877 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
10878 convention.
10879 (ses-call-printer): Does not pass an empty string to formatter when the
10880 cell is empty to keep from barking printer Calc math-format-value.
10881
d31fd9ac
RS
108822011-06-27 Richard Stallman <rms@gnu.org>
10883
43d5bf84
RS
10884 * battery.el (battery-mode-line-limit): New variable.
10885 (battery-update): Handle it.
10886
d31fd9ac
RS
10887 * mail/rmailmm.el (rmail-mime-process-multipart):
10888 Handle truncated messages.
10889
819a6054
GM
108902011-06-27 Glenn Morris <rgm@gnu.org>
10891
10892 * progmodes/flymake.el (flymake-err-line-patterns):
10893 Allow for column numbers in the ant/javac pattern. (Bug#8866)
10894
cedc73f2
VB
108952011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
10896
819a6054 10897 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
10898 (ses--clean-!, ses--clean-_): New functions.
10899 (ses-range): Add configurability of readout order, and conversion
10900 to Calc vector.
10901
5e5d49b6
VB
10902 * ses.el (ses-repair-cell-reference-all): New function.
10903 (ses-cell-symbol): Set macro as safe, so that it can be used in
10904 formulas.
10905
56e6cc31 10906 * ses.el: Update cycle detection algorithm.
90ca8b49 10907 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 10908 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
10909 (ses-set-localvars): New function.
10910 (ses-make-cell): Add property-list as a cell element.
10911 (ses-cell-property-get-fun, ses-cell-property-get)
10912 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
10913 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
10914 New functions.
90ca8b49
VB
10915 (ses-cell-property-set, ses-cell-property-pop)
10916 (ses-cell-property-get-handle): New macro.
10917 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
10918 New aliases, used for code readability.
10919 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
10920 cycle detection.
10921 (ses-self-reference-early-detection): New defcustom.
fac916bf 10922 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
10923 (ses-mode): Use ses-set-localvars.
10924 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
10925 before lauching the update processing.
10926 (ses-initialize-Dijkstra-attempt): New function.
10927 (ses-recalculate-cell): Update for cycle detection based on
10928 Dijkstra algorithm.
10929
2bb63e81
VB
10930 * ses.el: Fix commenting and indenting convention.
10931
c9d29fb8
SM
109322011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10933
10934 * bs.el (bs-cycle-next): Complete last change.
10935
d8e4b68b
JB
109362011-06-27 Drew Adams <drew.adams@oracle.com>
10937
10938 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
10939
40098786
LMI
109402011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10941
c9d29fb8
SM
10942 * net/network-stream.el (network-stream-open-starttls):
10943 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
10944 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
10945
40098786
LMI
10946 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
10947 to binary to possibly avoid line encoding issues on Windows (among
10948 other things).
10949
468d09d4
LMI
109502011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10951
10952 * net/network-stream.el (open-network-stream): Return an :error
10953 saying what the problem was, if possible.
10954
10955 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
10956 server.
10957
10958 * net/network-stream.el (network-stream-open-starttls): If we
10959 wanted to use STARTTLS, and the server offered it, but we weren't
10960 able to because we had no STARTTLS support, then close the connection.
10961 (open-network-stream): Return an :error element, if present.
10962
16f07dd7
CY
109632011-06-26 Chong Yidong <cyd@stupidchicken.com>
10964
88821ca0
CY
10965 * hl-line.el (hl-line-sticky-flag): Doc fix.
10966 (global-hl-line-sticky-flag): New option (Bug#8323).
10967 (global-hl-line-highlight): Obey it.
10968
16f07dd7
CY
10969 * vc/vc.el (vc-revert-show-diff): Default to t.
10970
6b5ccddf
KM
109712011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
10972
c9d29fb8
SM
10973 * allout-widgets.el (allout-widgets-post-command-business):
10974 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
10975 undecorated when an isearch is continued past, and isearch
10976 automatically collapses them. This leads to "widget leaks", where
10977 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
10978 hidden widgets can slow down cursor travel, substantially.
10979 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
10980 so we're doing without this nicety.
10981
10982 (allout-widgets-tally-string): Don't try to do a hash-table-count
10983 of allout-widgets-tally when it's nil. This eliminates spurious "Error
10984 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
10985 *Messages* when allout-widgets-maintain-tally is t.
10986
355f2e07
MR
109872011-06-26 Martin Rudalics <rudalics@gmx.at>
10988
10989 * window.el (display-buffer-normalize-argument): Rename to
10990 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
10991 LABEL argument. Respect special-display-function when popping up
10992 a new frame. Fix code searching for a window showing the buffer
10993 on another frame.
c9d29fb8
SM
10994 (display-buffer-normalize-specifiers):
10995 Call display-buffer-normalize-arguments.
355f2e07
MR
10996 (display-buffer-in-window): Don't undedicate the window if its
10997 buffer remains the same.
10998 Reported by Drew Adams <drew.adams@oracle.com>.
10999 (display-buffer-alist): Add choice for same-window macro
11000 specfier.
11001 (display-buffer): Mention special meaning of LABEL argument in
11002 doc-string. Fix quoting. Don't pop up a new frame even as
11003 fallback.
11004
7ca8fc42
JB
110052011-06-26 Juanma Barranquero <lekktu@gmail.com>
11006
11007 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
11008 avoid deleting the current window in some cases (bug#8911).
11009
bc312254
AS
110102011-06-26 Andreas Schwab <schwab@linux-m68k.org>
11011
11012 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
11013 (Bug#8934)
11014
2db18f3f
LMI
110152011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11016
c9d29fb8
SM
11017 * net/network-stream.el (network-stream-open-starttls):
11018 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
11019 (network-stream-open-tls): Ditto.
11020
6302e0d3
LL
110212011-06-26 Leo Liu <sdl.web@gmail.com>
11022
11023 * register.el (registerv): New struct.
11024 (registerv-make): New function.
c9d29fb8
SM
11025 (jump-to-register, describe-register-1, insert-register):
11026 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
11027 struct. (Bug#8415)
11028
5fdd4046
CY
110292011-06-26 Chong Yidong <cyd@stupidchicken.com>
11030
2afef60a
CY
11031 * vc/vc.el (vc-revert-show-diff): New defcustom.
11032 (vc-diff-internal): New arg specifying diff buffer.
11033 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
11034 reuse an existing *vc-diff* buffer (Bug#8927).
11035
5fdd4046
CY
11036 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
11037
e93db24a
GM
110382011-06-26 Glenn Morris <rgm@gnu.org>
11039
11040 * progmodes/f90.el (f90-critical-indent): New option.
11041 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
11042 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
11043 (f90-mode): Doc fix.
11044 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
11045 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
11046 (f90-beginning-of-block, f90-next-block, f90-indent-region)
11047 (f90-match-end): Handle block, critical.
11048
eefff499
GM
110492011-06-25 Glenn Morris <rgm@gnu.org>
11050
f6ba4cc9
GM
11051 * calendar/diary-lib.el (diary-included-files): Doc fix.
11052 (diary-include-files): New function, extracted from
11053 diary-include-other-diary-files and diary-mark-included-diary-files.
11054 (diary-include-other-diary-files, diary-mark-included-diary-files):
11055 Just call diary-include-files.
11056 (diary-mark-entries): Reset diary-included-files on first call.
11057
16712304
GM
11058 * calendar/diary-lib.el (diary-mark-entries)
11059 (diary-mark-included-diary-files):
11060 Visit included diary-files in temp buffers.
11061
5d8e0d43
GM
11062 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
11063 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
11064 (f90-start-block-re, f90-imenu-generic-expression)
11065 (f90-looking-at-program-block-start, f90-no-block-limit):
11066 Add support for submodules.
11067
ccf7a5d5
GM
11068 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11069 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 11070
11fdef7d 110712011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
11072
11073 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
11074 buffer-file-type before setting its value, to avoid disastrous
eefff499 11075 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 11076
74f53697
JB
110772011-06-25 Juanma Barranquero <lekktu@gmail.com>
11078
11079 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
11080
11081 * ses.el (ses-unload-function):
11082 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
11083
11084 * proced.el (proced-unload-function):
11085 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
11086
18a4ce5e
AR
110872011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
11088
11089 * server.el (server-create-window-system-frame): Add parameters arg.
11090 (server-process-filter): Doc fix. Handle frame-parameters.
11091
519d22cc
JB
110922011-06-25 Juanma Barranquero <lekktu@gmail.com>
11093
11094 Fix bug#8730, bug#8781.
11095
11096 * loadhist.el (unload--set-major-mode): New function.
11097 (unload-feature): Use it.
11098
11099 * progmodes/python.el (python-after-info-look): Add autoload cookie.
11100 (python-unload-function): New function.
11101
c206f5b0
SM
111022011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11103
11104 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
11105
f9ad64f3
GS
111062011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
11107
11108 * net/browse-url.el (browse-url-firefox-program): Add icecat to
11109 the candidates list.
11110
7d0da90e
JB
111112011-06-24 Juanma Barranquero <lekktu@gmail.com>
11112
11113 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
11114
14b4e83d
RS
111152011-06-23 Richard Stallman <rms@gnu.org>
11116
11117 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
11118 (rmail-variables): Set next-error-move-function.
11119 (rmail-what-message): Take argument POS.
11120 (rmail-next-error-move): New function.
11121
273d2baf
SM
111222011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11123
11124 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
11125 messages for adjacent non-terminals.
11126
56c2cc9a
RS
111272011-06-23 Richard Stallman <rms@gnu.org>
11128
11129 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 11130 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
11131 (rmail-start-mail): Don't specify use of rmail-mail-return;
11132 that's done by mail-bury now.
11133 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 11134
d59eb518
MA
111352011-06-23 Michael Albinus <michael.albinus@gmx.de>
11136
11137 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
11138 SIZE is a number.
11139
02cfc6d6
MR
111402011-06-23 Martin Rudalics <rudalics@gmx.at>
11141
11142 * window.el (get-lru-window, get-mru-window)
11143 (get-largest-window): Never return a minibuffer window.
11144 (display-buffer-pop-up-window): Fix a bug that could lead to
11145 reusing the minibuffer window.
11146 (display-buffer): Pass original specifier argument to
11147 display-buffer-function instead of the normalized one.
11148 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11149
4e323265
LL
111502011-06-22 Leo Liu <sdl.web@gmail.com>
11151
11152 * minibuffer.el (completing-read-function)
11153 (completing-read-default): Move from minibuf.c
11154
7a70468f
RS
111552011-06-22 Richard Stallman <rms@gnu.org>
11156
50718fc2
RS
11157 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
11158 to Rmail even if not started by a special Rmail command.
11159
7a70468f
RS
11160 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
11161 Copy the buffer currently showing just one message.
11162
297dde5a
RW
111632011-06-22 Roland Winkler <winkler@gnu.org>
11164
11165 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
11166 (bibtex-clean-entry): First delete the old key so that a
11167 customized algorithm for generating the new key does not get
11168 confused by the old key.
11169 (bibtex-url): Obey regexp of first step.
11170 (bibtex-search-entries): Do not use add-to-list with local
11171 list-var.
11172
97bb1093
LMI
111732011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11174
11175 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
11176 stored a user name, then query for the password first, instead of
11177 waiting for SMTP to give an error message and the trying again.
11178
1c0f1a19
JD
111792011-06-22 Lawrence Mitchell <wence@gmx.li>
11180
11181 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
11182 BUFFER in call-process.
11183
396f7c9d
LMI
111842011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11185
11186 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
11187 QUIT twice.
ddb7ffee
LMI
11188 (smtpmail-try-auth-methods): Require user name and password from
11189 auth-source.
396f7c9d 11190
8998d1b3
MR
111912011-06-22 Martin Rudalics <rudalics@gmx.at>
11192
11193 * window.el (display-buffer-default-specifiers)
11194 (display-buffer-alist): Remove entries for pop-up-frame-alist.
11195 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 11196 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
11197
11198 * frame.el (pop-up-frame-alist, pop-up-frame-function)
11199 (special-display-frame-alist, special-display-popup-frame):
11200 Remove duplicate declarations. These are now in window.el.
11201
4ea31e07
LMI
112022011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11203
c9d29fb8
SM
11204 * mail/smtpmail.el (smtpmail-via-smtp):
11205 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
11206 server supports it. SMTP servers that support STARTTLS commonly
11207 require it.
11208
11209 * net/network-stream.el (network-stream-open-starttls): Support
11210 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 11211 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 11212
95f41d9a
LMI
11213 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
11214 upgrades with `open-network-stream', and rely solely on
11215 auth-source for all credentials. Big changes throughout the file,
11216 but in particular:
c9d29fb8
SM
11217 (smtpmail-auth-credentials): Remove.
11218 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
11219 (smtpmail-via-smtp): Check for servers saying they want AUTH after
11220 MAIL FROM, too.
95f41d9a 11221
c9d29fb8
SM
11222 * net/network-stream.el (network-stream-open-starttls):
11223 Provide support for client certificates both for external and built-in
4ea31e07
LMI
11224 STARTTLS.
11225 (auth-source): Require.
11226 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
11227 (network-stream-certificate): Change cert-cert to cert and
11228 cert-key to key.
4ea31e07 11229
065ec2c7
MA
112302011-06-21 Michael Albinus <michael.albinus@gmx.de>
11231
11232 * net/tramp-cache.el (top): Don't load the persistency file when
11233 "emacs -Q" has been called.
11234
cd93b359
DR
112352011-06-21 Tim Harper <timcharper@gmail.com>
11236
d8e4b68b
JB
11237 * term/ns-win.el (ns-initialize-window-system):
11238 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
11239 resource to NO as it is not yet supported by the NS port.
11240
ae9c0411
JB
112412011-06-21 Juanma Barranquero <lekktu@gmail.com>
11242
11243 * misc.el (list-dynamic-libraries--refresh): Compute header here...
11244 (list-dynamic-libraries): ...not here.
11245
7f3f739f
LL
112462011-06-21 Leo Liu <sdl.web@gmail.com>
11247
11248 * subr.el (sha1): Implement sha1 using secure-hash.
11249
327c8fb1
MR
112502011-06-21 Martin Rudalics <rudalics@gmx.at>
11251
11252 * window.el (display-buffer-alist): In default value do not
11253 enforce searching a window on any but the selected frame.
11254 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11255 (display-buffer-select-window): Remove function.
11256 (display-buffer-in-window): When a window on another frame gets
11257 reused, do not select it any more but just raise its frame if
11258 necessary (Bug#8851) and (Bug#8856).
11259 (display-buffer-normalize-options): Handle pop-up-frames related
11260 options more faithfully.
11261 (pop-to-buffer): Don't rely on `display-buffer' selecting the
11262 window if it is on another frame.
c9d29fb8
SM
11263 (display-buffer-alist, display-buffer-default-specifiers):
11264 Don't make new frame unsplittable by default.
9e9de014
MR
11265 (display-buffer-normalize-argument): Fix doc-string typo and use
11266 'same-frame-other-window instead of 'other-window when associating
11267 with display-buffer-macro-specifiers.
327c8fb1 11268
7cf3f556
VB
112692011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
11270
11271 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
11272 New functions.
11273 (5x5-mode-map, 5x5-mode-menu): Bind them.
11274 (5x5-draw-grid): Tweak the solver's rendering.
11275
60a406cf
SM
112762011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11277
11278 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
11279 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
11280
d8e4b68b 112812011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
11282
11283 * menu-bar.el: Use function variable instead of switch-to-buffer.
11284 (menu-bar-select-buffer-function): New variable.
60a406cf 11285 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 11286
478d6f95
SM
112872011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11288
11289 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
11290 variable's status.
11291
ca530739
JD
112922011-06-20 Jan Djärv <jan.h.d@swipnet.se>
11293
11294 * x-dnd.el (x-dnd-version-from-flags)
11295 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
11296 and long as number (Bug#8899).
11297 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
11298
bcd70d97
SM
112992011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11300
60a406cf 11301 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
11302 (completion-try-completion, completion-all-completions): Compute the
11303 metadata argument if it's missing; make it optional (bug#8795).
11304
60a406cf 11305 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
11306 (widget-complete): Use new :completion-function property.
11307 (widget-completions-at-point): New function.
11308 (default): Use :completion-function instead of :complete.
60a406cf
SM
11309 (widget-default-completions): Rename from widget-default-complete;
11310 Rewrite.
bcd70d97
SM
11311 (widget-string-complete, widget-file-complete, widget-color-complete):
11312 Remove functions.
11313 (file, symbol, function, variable, coding-system, color):
11314 * international/mule-cmds.el (default-input-method, charset)
11315 (language-info-custom-alist):
11316 * cus-edit.el (face): Use new property :completions.
11317
11318 * progmodes/pascal.el (pascal-completions-at-point): New function.
11319 (pascal-mode): Use it.
11320 (pascal-mode-map): Use completion-at-point.
11321 (pascal-toggle-completions): Make obsolete.
11322 (pascal-complete-word, pascal-show-completions):
11323 * progmodes/octave-mod.el (octave-complete-symbol):
11324 Redefine as obsolete alias.
11325 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
11326 Signal absence of completion info for old Octave,
11327 (inferior-octave-complete): Redefine as obsolete alias.
11328 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
11329 (meta-completions-at-point): Rename from meta-complete-symbol and
11330 adapt it for use on completion-at-point-functions.
11331 (meta-common-mode): Use it.
11332 (meta-looking-at-backward, meta-match-buffer): Remove.
11333 (meta-complete-symbol): Redefine as obsolete alias.
11334 (meta-common-mode-map): Use completion-at-point.
11335 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
11336 (makefile-mode-map): Use completion-at-point.
11337 (makefile-completions-at-point): Rename from makefile-complete and
11338 adapt it for use on completion-at-point-functions.
11339 (makefile-mode): Use it.
11340 (makefile-complete): Redefine as obsolete alias.
11341
aebf69c8
DD
113422011-06-20 Deniz Dogan <deniz@dogan.se>
11343
11344 * net/rcirc.el: Delete trailing whitespaces once and for all.
11345
bfbbb27d
DC
113462011-06-20 Daniel Colascione <dan.colascione@gmail.com>
11347
11348 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
11349
d264a46b
CY
113502011-06-19 Chong Yidong <cyd@stupidchicken.com>
11351
4ca009e5
CY
11352 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
11353
d264a46b
CY
11354 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
11355
fbf5b3ce
MR
113562011-06-19 Martin Rudalics <rudalics@gmx.at>
11357
11358 * window.el (display-buffer-other-window-means-other-frame):
11359 Call display-buffer-normalize-alist.
11360 (display-buffer-normalize-specifiers-1): Rename to
11361 display-buffer-normalize-argument. New argument other-frame.
11362 Rewrite.
11363 (display-buffer-normalize-specifiers-2): Rename to
11364 display-buffer-normalize-options.
11365 (display-buffer-normalize-alist-1): New function.
11366 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
11367 display-buffer-normalize-alist.
11368 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
11369 (display-buffer-normalize-options-inhibit): New variable.
11370 (display-buffer-normalize-specifiers): Rewrite calling
11371 display-buffer-normalize-alist,
11372 display-buffer-normalize-argument, and
11373 display-buffer-normalize-options. Don't call the latter if
11374 display-buffer-normalize-options-inhibit is non-nil.
11375 (frame-auto-delete): New option.
11376 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
11377 (window-list-no-nils, window-state-ignored-parameters)
11378 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
11379 (window-state-put-1, window-state-put-2, window-state-put):
11380 New functions.
9a028c23
MR
11381 (display-buffer-normalize-options): Move special-display-p group
11382 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 11383
6d10d800
CY
113842011-06-18 Chong Yidong <cyd@stupidchicken.com>
11385
6420d28b
CY
11386 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
11387 groups (Bug#8776).
11388 (rx-submatch-n): New function.
11389 (rx): Document it.
11390
ddb8b596
CY
11391 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
11392 (Bug#8768).
11393
11394 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
11395
77080289
CY
11396 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
11397
61dfb316
CY
11398 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
11399 anytime existing face settings are present (Bug#8889).
11400
6d10d800
CY
11401 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
11402 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
11403 Remove unused argument.
11404
be3fb2b8
MR
114052011-06-18 Martin Rudalics <rudalics@gmx.at>
11406
bcd70d97
SM
11407 * window.el (display-buffer-default-specifiers):
11408 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
11409 pop-up-window-min-width, and another reuse-window specifier
11410 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
11411 (display-buffer-normalize-specifiers-2):
11412 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
11413 pop-up-windows is unset. Add a reuse-window specifier for the
11414 case popping up a new window fails.
11415 (special-display-popup-frame): Remove double quoting.
28dec25a 11416 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 11417
1c6d8c76
SM
114182011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11419
11420 * shell.el (shell-completion-vars): Set pcomplete-termination-string
11421 according to comint-completion-addsuffix.
11422
11423 * pcomplete.el: Convert to lexical binding and fix bug#8819.
11424 (pcomplete-suffix-list): Mark as obsolete.
11425 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
11426 pcomplete-seen in the closure.
11427 (pcomplete-comint-setup): Setup completion-at-point as well.
11428 (pcomplete--entries): New function.
11429 (pcomplete--env-regexp): New var.
11430 (pcomplete-entries): Rewrite to work with partial-completion and
11431 without relying on pcomplete-suffix-list.
11432 (pcomplete-pare-list): Remove, unused.
11433
25aef8b8
MR
114342011-06-17 Martin Rudalics <rudalics@gmx.at>
11435
11436 * window.el (display-buffer-alist): Set pop-up-window-min-height
11437 and pop-up-window-min-width in default value. Reported by
11438 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
11439 other-window-means-other-frame.
11440 (display-buffer-macro-specifiers): Comment out entry for
11441 other-window specifier.
11442 (display-buffer-other-window-means-other-frame): New function.
11443 (display-buffer-normalize-specifiers-1): New arguments
11444 buffer-name and label. Treat other-window case specially.
11445 (display-buffer-normalize-specifiers-2): Treat other-window case
11446 specially.
11447 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
11448 (display-buffer-normalize-specifiers):
11449 Call display-buffer-normalize-specifiers-3.
25aef8b8 11450
dbad4f69
MR
114512011-06-17 Martin Rudalics <rudalics@gmx.at>
11452
11453 * window.el (same-window-p): Fix two typos introduced when
11454 adding with-no-warnings.
d1067961
MR
11455 (display-buffer-normalize-specifiers-1): Don't check
11456 pop-up-frames for 'unset initialization.
11457 (display-buffer-normalize-specifiers-2): Major rewrite using
11458 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
11459 (pop-up-frames, display-buffer-reuse-frames)
11460 (display-buffer-mark-dedicated): Don't initialize to 'unset.
11461 Suggested by David Engster <deng@randomsample.de>.
11462 (even-window-heights): Initialize to 'unset.
11463 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
11464 (display-buffer-macro-specifiers): Don't pop up a new frame in the
11465 other window case.
dbad4f69 11466
9b9c9e3a
MR
114672011-06-16 Martin Rudalics <rudalics@gmx.at>
11468
bcd70d97
SM
11469 * window.el (display-buffer-normalize-specifiers-1):
11470 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 11471 second argument of display-buffer (Bug#8865).
981d5c09
MR
11472 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
11473 (switch-to-buffer-other-window-same-frame)
11474 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
11475 Adams (Bug#8875).
9c2755e9
MR
11476 (display-buffer): Don't check noninteractive when calling
11477 display-buffer-pop-up-frame.
11478 (display-buffer-pop-up-frame): Never pop up a frame in
11479 noninteractive mode (Bug#8857).
67222e1d
MR
11480 (enlarge-window, shrink-window): Don't report an error when the
11481 window can't be resized as requested (Bug#8862).
9b9c9e3a 11482
2b75be67
SM
114832011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11484
9ffdd3ba
SM
11485 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
11486
cb581a67
SM
11487 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
11488
2b75be67
SM
11489 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
11490
8c0e3589
AM
114912011-06-15 Alan Mackenzie <acm@muc.de>
11492
cb581a67
SM
11493 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
11494 for declarators, disable knr checking to speed up for normal files.
11495 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 11496
b96e6cde
LMI
114972011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11498
4bba86e6
LMI
11499 * net/network-stream.el (open-network-stream): Add the keyword
11500 :always-query-capabilities for the case where you want to force a
11501 `plain' network connection, but the protocol still requires the
11502 capabilitiy command (i.e., SMTP and EHLO).
11503
2b75be67 11504 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
11505 consistency with other `-live-p' functions.
11506
efdcdbf8
SM
115072011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11508
11509 * window.el (same-window-buffer-names, same-window-regexps)
11510 (special-display-frame-alist, special-display-popup-frame)
11511 (special-display-function, special-display-buffer-names)
11512 (special-display-regexps, pop-up-frame-alist)
11513 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
11514 (pop-up-windows, split-window-preferred-function)
11515 (split-height-threshold, split-width-threshold, even-window-heights)
11516 (display-buffer-mark-dedicated): Don't encourage the use of
11517 display-buffer-alist from Elisp code.
11518
c5cde042
DN
115192011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11520
11521 * progmodes/python.el (python-mode): Derive from prog-mode.
11522 * progmodes/ps-mode.el (ps-mode):
11523 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 11524 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
11525 * progmodes/ld-script.el (ld-script-mode): Likewise.
11526
baa1c9ab
MR
115272011-06-15 Martin Rudalics <rudalics@gmx.at>
11528
11529 * window.el (display-buffer-alist): Trim default value to avoid
11530 popping up a new frame (Bug#8857) or reusing an arbitrary window
11531 on another frame.
11532 (display-buffer): Do not fall back on popping up a new frame in
11533 batch mode (Bug#8857).
11534
c5dd5a51
CY
115352011-06-14 Chong Yidong <cyd@stupidchicken.com>
11536
11537 * cus-theme.el (describe-theme-1): Use custom-theme-p.
11538 (custom-theme-summary): New function.
11539 (customize-themes): Use it.
11540
d647b7c4
GM
115412011-06-13 Glenn Morris <rgm@gnu.org>
11542
11543 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
11544
9481c002
MR
115452011-06-13 Martin Rudalics <rudalics@gmx.at>
11546
357f93d2
MR
11547 * help.el (help-window): Remove variable.
11548 (help-window-point-marker, temp-buffer-max-height)
11549 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
11550 (help-print-return-message): Don't set help-window.
11551 (resize-temp-buffer-window): Rewrite cod eand doc-string.
11552 (help-window-setup-finish): Remove.
11553 (help-window-display-message, help-window-setup)
11554 (with-help-window): Major rewrite based on new
11555 display-buffer-window variable.
11556
11557 * help-mode.el (help-mode-finish): Remove help-window related
11558 code.
11559
11560 * view.el (view-exits-all-viewing-windows): Remove reference to
11561 view-return-to-alist in doc-string.
11562 (view-return-to-alist): Make obsolete.
11563 (view-buffer): Call pop-to-buffer-same-window and remove
11564 undo-window code.
11565 (view-buffer-other-window): Call pop-to-buffer-other-window and
11566 simplify code. Ignore second argument.
11567 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
11568 simplify code. Ignore second argument.
11569 (view-return-to-alist-update): Make obsolete.
11570 (view-mode-enter): Rename second argument to QUIT-RESTORE.
11571 Rewrite using quit-restore window parameters.
2b75be67
SM
11572 (view-mode-exit): Rename second argument to EXIT-ONLY.
11573 Rewrite using quit-restore-window.
357f93d2
MR
11574 (View-exit, View-exit-and-edit, View-leave, View-quit)
11575 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
11576 appropriate arguments.
11577 (view-end-message): Use quit-restore window parameter.
11578
9481c002
MR
11579 * window.el (display-buffer-function): Rewrite doc-string.
11580 (display-buffer-window, display-buffer-alist): New variables.
11581 (display-buffer-split-specifiers)
11582 (display-buffer-side-specifiers)
11583 (display-buffer-macro-specifiers): New constants.
11584 (display-buffer-even-window-sizes, display-buffer-set-height)
11585 (display-buffer-set-width, display-buffer-select-window)
11586 (display-buffer-in-window, display-buffer-reuse-window)
11587 (display-buffer-split-window-1, display-buffer-split-window)
11588 (display-buffer-split-atom-window, display-buffer-pop-up-window)
11589 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
11590 (display-buffer-in-side-window, normalize-buffer-to-display)
11591 (display-buffer-normalize-specifiers-1)
11592 (display-buffer-normalize-specifiers-2)
2b75be67
SM
11593 (display-buffer-normalize-specifiers, display-buffer-frame):
11594 New functions.
9481c002
MR
11595 (display-buffer): Major rewrite.
11596 (display-buffer-other-window, display-buffer-other-frame)
11597 (pop-to-buffer, switch-to-buffer-other-window)
11598 (switch-to-buffer-other-frame): Rewrite.
11599 (display-buffer-same-window, display-buffer-same-frame)
11600 (display-buffer-same-frame-other-window)
11601 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11602 (pop-to-buffer-other-window)
11603 (pop-to-buffer-same-frame-other-window)
11604 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
11605 (switch-to-buffer-other-window-same-frame): New functions.
11606 (same-window-p, special-display-p): Rewrite disabling warnings.
11607 Make obsolete.
11608 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11609 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
11610 Make obsolete
11611 (same-window-buffer-names, same-window-regexps)
11612 (special-display-frame-alist, special-display-popup-frame)
11613 (special-display-function, special-display-buffer-names)
11614 (special-display-regexps, pop-up-frame-alist)
11615 (pop-up-frame-function, split-window-preferred-function)
11616 (split-height-threshold, split-width-threshold)
11617 (even-window-heights): Make obsolete.
11618
9db51aca
GM
116192011-06-12 Glenn Morris <rgm@gnu.org>
11620
11621 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 11622 Misc simplifications.
9db51aca 11623
39cffb44
MR
116242011-06-12 Martin Rudalics <rudalics@gmx.at>
11625
11626 * window.el (window-safely-shrinkable-p): Restore function which
11627 was inadvertently removed in change from 2011-06-11. Declare as
11628 obsolete.
11629
2b75be67
SM
11630 * calendar/calendar.el (calendar-generate-window):
11631 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
11632 window-safely-shrinkable-p.
11633
a8955be7
GM
116342011-06-12 Glenn Morris <rgm@gnu.org>
11635
11636 * progmodes/fortran.el (fortran-mode-syntax-table):
11637 * progmodes/f90.el (f90-mode-syntax-table):
11638 Set % to punctuation. (Bug#8820)
11639 (f90-find-tag-default): Remove, no longer needed.
11640
f0d4059d
DC
116412011-06-12 Daniel Colascione <dan.colascione@gmail.com>
11642
11643 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
11644
1100a63c
CY
116452011-06-11 Chong Yidong <cyd@stupidchicken.com>
11646
11647 * image.el (image-animated-p): Return animation delay in seconds.
11648 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
11649 (image-animate-timeout): Remove DELAY argument. Don't assume
11650 every subimage has the same delay; get it from image-animated-p.
11651 (image-animate): Caller changed.
11652
def722bf
MA
116532011-06-11 Michael Albinus <michael.albinus@gmx.de>
11654
11655 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
11656 to ignored backtrace functions.
11657
0a2bb1a9
GM
116582011-06-11 Glenn Morris <rgm@gnu.org>
11659
11660 * calendar/appt.el (appt-disp-window-function): Doc fix.
11661 (appt-check): Handle overlapping appointments. (Bug#8337)
11662
6198ccd0
MR
116632011-06-11 Martin Rudalics <rudalics@gmx.at>
11664
11665 * window.el (window-tree-1, window-tree): New functions, moving
11666 the latter to window.el.
11667 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
11668 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
11669 (bw-refresh-edges): Remove.
11670 (balance-windows-1, balance-windows-2): New functions.
11671 (balance-windows): Rewrite in terms of window tree functions,
11672 balance-windows-1 and balance-windows-2.
11673 (bw-adjust-window): Remove.
11674 (balance-windows-area-adjust): New function with functionality of
11675 bw-adjust-window but using resize-window.
2b75be67
SM
11676 (set-window-text-height): Rewrite doc-string.
11677 Use normalize-live-window and resize-window.
11678 (enlarge-window-horizontally, shrink-window-horizontally):
11679 Rename argument to DELTA.
6198ccd0
MR
11680 (window-buffer-height): New function.
11681 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
11682 Rewrite using new window resize routines.
2b75be67
SM
11683 (kill-buffer-and-window, mouse-autoselect-window-select):
11684 Use ignore-errors instead of condition-case.
6198ccd0
MR
11685 (quit-window): Call delete-frame instead of delete-windows-on
11686 for the only buffer on frame.
11687
9397e56f
MR
116882011-06-10 Martin Rudalics <rudalics@gmx.at>
11689
11690 * loadup.el (top-level): Load window before files for the sake
11691 of replace-buffer-in-windows.
11692
11693 * files.el (read-buffer-to-switch)
11694 (switch-to-buffer-other-window)
2b75be67
SM
11695 (switch-to-buffer-other-frame, display-buffer-other-frame):
11696 Move to window.el.
9397e56f
MR
11697
11698 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
11699 (previous-buffer): Move to window.el.
11700
11701 * bindings.el (unbury-buffer): Move to window.el.
11702
11703 * window.el (delete-other-windows-vertically): Move after
11704 definition of delete-other-windows.
11705 (other-window, delete-windows-on, replace-buffer-in-windows):
11706 Move here from window.c.
11707 (record-window-buffer, unrecord-window-buffer)
11708 (set-window-buffer-start-and-point, switch-to-prev-buffer)
11709 (switch-to-next-buffer): New functions.
11710 (get-next-valid-buffer, last-buffer, next-buffer): Move here
11711 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
11712 (previous-buffer): Move here from simple.el.
11713 Call switch-to-prev-buffer.
9397e56f
MR
11714 (bury-buffer): Move here from buffer.c. Switch to previous
11715 buffer when window cannot be deleted.
11716 (unbury-buffer): Move here from bindings.el.
11717 (ctl-x-map): Move binding for other-window from window.c to
11718 here.
11719 (read-buffer-to-switch, switch-to-buffer-other-window)
11720 (switch-to-buffer-other-frame): Move here from files.el.
11721 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
11722 (switch-to-buffer): Move here from buffer.c.
11723 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 11724
562dd5e9
MR
117252011-06-10 Martin Rudalics <rudalics@gmx.at>
11726
11727 * window.el (window-min-height, window-min-width): Move here
11728 from window.c. Add defcustoms and rewrite doc-strings.
11729 (resize-mini-window, resize-window): New functions.
11730 (adjust-window-trailing-edge, enlarge-window, shrink-window):
11731 Move here from window.c.
11732 (maximize-window, minimize-window): New functions.
11733 (delete-window, delete-other-windows, split-window): Move here
11734 from window.c.
11735 (window-split-min-size): New function.
11736 (split-window-keep-point): Mention split-window-above-each-other
11737 instead of split-window-vertically.
2b75be67 11738 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
11739 Rename split-window-vertically to split-window-above-each-other
11740 and provide defalias for old definition.
11741 (split-window-side-by-side, split-window-horizontally):
11742 Rename split-window-horizontally to split-window-side-by-side
11743 and provide defalias for the old definition.
562dd5e9
MR
11744 (ctl-x-map): Move bindings for delete-window,
11745 delete-other-windows and enlarge-window here from window.c.
11746 Replace bindings for split-window-vertically and
11747 split-window-horizontally by bindings for
11748 split-window-above-each-other and split-window-side-by-side.
11749
11750 * cus-start.el (all): Remove entries for window-min-height and
11751 window-min-width. Add entries for window-splits and
11752 window-nest.
11753
f0da764a
GM
117542011-06-09 Glenn Morris <rgm@gnu.org>
11755
80675c21
GM
11756 * calendar/appt.el (appt-mode-line): New function.
11757 (appt-check, appt-disp-window): Use it.
11758
f0da764a
GM
11759 * files.el (hack-one-local-variable-eval-safep):
11760 Allow minor-modes with explicit +/-1 arguments.
11761
59f623b7
TZ
117622011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
11763
11764 * term/xterm.el (xterm): Add defgroup.
11765 (xterm-extra-capabilities): Add defcustom to supply known xterm
11766 capabilities, skip querying them, or query them (default).
11767 (terminal-init-xterm): Use it.
11768 (terminal-init-xterm-modify-other-keys): New function to set up
11769 modifyOtherKeys support to simplify `terminal-init-xterm'.
11770
9aab8e0d
MR
117712011-06-09 Martin Rudalics <rudalics@gmx.at>
11772
11773 * window.el (resize-window-reset, resize-window-reset-1)
11774 (resize-subwindows-skip-p, resize-subwindows-normal)
11775 (resize-subwindows, resize-other-windows, resize-this-window)
11776 (resize-root-window, resize-root-window-vertically)
11777 (window-deletable-p, window-or-subwindow-p)
11778 (frame-root-window-p): New functions.
11779
e8b08aee
GM
117802011-06-09 Glenn Morris <rgm@gnu.org>
11781
11782 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
11783 (ange-ftp-get-files): Use it.
11784
254c37a5
AK
117852011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11786
11787 * mail/sendmail.el (mail-recover-1, mail-recover):
11788 * files.el (recover-file, recover-session):
11789 Handle dired-listing-switches not being just a single short option.
11790
35d7dbd3
GM
117912011-06-09 Glenn Morris <rgm@gnu.org>
11792
11793 * calendar/appt.el (appt-display-message, appt-disp-window):
11794 Handle lists of appointments.
11795
387522b2
MR
117962011-06-08 Martin Rudalics <rudalics@gmx.at>
11797
2b75be67
SM
11798 * window.el (one-window-p): Move down in code.
11799 Rewrite doc-string.
11800 (window-current-scroll-bars): Rewrite doc-string.
11801 Normalize live window argument.
387522b2
MR
11802 (walk-windows, get-window-with-predicate, count-windows):
11803 Rewrite doc-string. Use window-list-1.
11804 (window-in-direction-2, window-in-direction, get-mru-window):
11805 New functions.
11806
d8e4b68b 118072011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
11808
11809 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
11810 Doc fix (Bug#8713).
11811
118122011-06-08 Chong Yidong <cyd@stupidchicken.com>
11813
11814 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
11815
118162011-06-08 Juanma Barranquero <lekktu@gmail.com>
11817
11818 * loadhist.el (unload-feature-special-hooks):
11819 Add `comint-output-filter-functions'.
11820
0de12c52
IK
118212011-06-08 Ivan Kanis <gnu@kanis.fr>
11822
11823 * calendar/appt.el (appt-check): Move some initializations into the let.
11824
f3d1777e
MR
118252011-06-08 Martin Rudalics <rudalics@gmx.at>
11826
11827 * window.el (window-height): Defalias to window-total-height.
11828 (window-width): Defalias to window-body-width.
11829
18af70d0
CY
118302011-06-07 Chong Yidong <cyd@stupidchicken.com>
11831
11832 * image-mode.el (image-toggle-animation): New command.
11833 (image-mode-map): Bind it to RET.
11834 (image-mode): Update message.
11835 (image-toggle-display-image): Avoid a spurious cache flush.
11836 (image-transform-rotation): Doc fix.
11837 (image-transform-properties): Return quickly in the normal case.
11838 (image-animate-loop): Rename from image-animate-max-time.
11839
2b75be67 11840 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
11841 (create-animated-image): Remove unnecessary function.
11842 (image-animate): Rename from image-animate-start. New arg.
2b75be67 11843 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
11844 (image-animate-timer): Use car-safe.
11845 (image-animate-timeout): Rename argument.
11846
190b47e6
MR
118472011-06-07 Martin Rudalics <rudalics@gmx.at>
11848
11849 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
11850 window.c. Rename first argument to ALL-FRAMES.
11851 Rephrase doc-strings.
11852 (get-buffer-window-list): Rewrite using window-list-1.
11853 Rephrase doc-string.
a1511caf
MR
11854 (window-safe-min-height, window-safe-min-width): New constants.
11855 (window-size-ignore, window-min-size, window-min-size-1)
11856 (window-sizable, window-sizable-p, window-size-fixed-1)
11857 (window-size-fixed-p, window-min-delta-1, window-min-delta)
11858 (window-max-delta-1, window-max-delta, window-resizable)
11859 (window-resizable-p, window-total-height, window-total-width)
11860 (window-body-width): New functions.
11861 (window-full-height-p, window-full-width-p): Rewrite using
11862 window-total-size.
11863 (window-body-height): Rewrite using window-body-size.
190b47e6 11864
85cc1f11
MR
118652011-06-06 Martin Rudalics <rudalics@gmx.at>
11866
11867 * window.el (window-right, window-left, window-child)
11868 (window-child-count, window-last-child, window-any-p)
11869 (normalize-live-buffer, normalize-live-frame)
11870 (normalize-any-window, normalize-live-window)
11871 (window-iso-combination-p, window-iso-combined-p)
11872 (window-iso-combinations)
11873 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
11874 (windows-with-parameter, window-with-parameter)
11875 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
11876 (window-atom-check, window-side-check, window-check):
11877 New functions.
85cc1f11
MR
11878 (ignore-window-parameters, window-sides, window-sides-vertical)
11879 (window-sides-slots): New variables.
11880 (window-size-fixed): Move down in code. Minor doc-string fix.
11881
e7156492
AS
118822011-06-05 Andreas Schwab <schwab@linux-m68k.org>
11883
11884 * comint.el (comint-dynamic-complete-as-filename)
11885 (comint-dynamic-complete-filename): Correctly call
11886 completion-in-region.
11887
7e821d0d
DD
118882011-06-05 Deniz Dogan <deniz@dogan.se>
11889
11890 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
11891 in last change.
11892
ac09b8a1
DD
118932011-06-05 Deniz Dogan <deniz@dogan.se>
11894
11895 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
11896 (rcirc): Use it to prompt for encryption.
11897
34699b85
RW
118982011-06-05 Roland Winkler <winkler@gnu.org>
11899
11900 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
11901 (bibtex-search-entries): New command bound to C-c C-a.
11902 (bibtex-display-entries): New function.
11903
004dedd3
RW
119042011-06-05 Roland Winkler <winkler@gnu.org>
11905
11906 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
11907 (bibtex-insert-kill): After yanking insert newline if necessary.
11908 (bibtex-initialize): Call bibtex-string-files-init only once.
11909 (bibtex-mode): Do not call easy-menu-add.
11910 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
11911 (bibtex-yank): Set arg properly if nil.
11912
022fe7ce
RW
119132011-06-05 Roland Winkler <winkler@gnu.org>
11914
2b75be67
SM
11915 * textmodes/bibtex.el (bibtex-search-entry-globally):
11916 New variable.
022fe7ce
RW
11917 (bibtex-search-entry): Use it.
11918
b7c3692a
RW
119192011-06-05 Roland Winkler <winkler@gnu.org>
11920
11921 * textmodes/bibtex.el (bibtex-entry-format): New option
11922 sort-fields.
11923 (bibtex-format-entry, bibtex-reformat): Honor this option.
11924 (bibtex-parse-entry): Return fields in proper order.
11925
8eda563d
JB
119262011-06-05 Juanma Barranquero <lekktu@gmail.com>
11927
11928 * doc-view.el (doc-view-remove-if): Move computation of result out
11929 of `dolist' to silence misleading lexical-binding warning.
11930
7dbe3dbc
CY
119312011-06-04 Chong Yidong <cyd@stupidchicken.com>
11932
11933 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
11934 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
11935
0c33dd17
MA
119362011-06-04 Michael Albinus <michael.albinus@gmx.de>
11937
11938 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
11939 "SunOS 5.10".
11940
f8f91c2b
MA
119412011-06-04 Michael Albinus <michael.albinus@gmx.de>
11942
11943 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
11944 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
11945 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
11946 (tramp-parse-putty):
11947 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
11948 (tramp-completion-function-alist-ssh)
11949 (tramp-completion-function-alist-telnet)
11950 (tramp-completion-function-alist-su)
11951 (tramp-completion-function-alist-putty): Set `tramp-autoload'
11952 cookie.
11953
11954 * net/tramp-ftp.el:
11955 * net/tramp-sh.el:
11956 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
11957 load "tramp.el" `tramp-set-completion-function'.
11958
e17d9003
SM
119592011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11960
11961 * shell.el: Require and use pcomplete.
11962 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
11963 (shell-completion-vars): Set pcomplete-default-completion-function.
11964
6c4cab03
DD
119652011-06-04 Deniz Dogan <deniz@dogan.se>
11966
11967 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
11968 `memq' (Bug#8799).
11969
ea9fafe0
SM
119702011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11971
11972 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
11973
b3e945d3
JB
119742011-06-02 Juanma Barranquero <lekktu@gmail.com>
11975
11976 * bs.el (bs--mark-unmark, bs--nth-wrapper):
11977 * mpc.el (mpc-select-extend, mpc-songpointer-context):
11978 * vc/log-view.el (log-view-beginning-of-defun):
11979 * vc/smerge-mode.el (smerge-apply-resolution-patch)
11980 (smerge-refine-forward, smerge-refine-chopup-region):
11981 Silence warning for unused `dotimes' counter variables.
11982
7d520089
SM
119832011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11984
11985 * net/tramp.el (tramp-with-progress-reporter): Rename from
11986 with-progress-reporter. Use `declare'.
11987 * net/tramp-smb.el:
11988 * net/tramp-sh.el:
11989 * net/tramp-gvfs.el: Update all uses.
11990
a1c2400f
JB
119912011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
11992
11993 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
11994 buffer isn't killed before making it current.
11995
2403c841
SM
119962011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11997
11998 Silence various byte-compiler warnings.
11999 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
12000 `access-type' and new obsolescence format.
12001 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
12002 new format.
12003 (byte-compile-check-variable): New `access-type' argument.
12004 Only warn if the access-type is obsolete.
12005 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12006 (byte-compile-variable-set): Adjust callers.
12007 * help-fns.el (describe-variable): Adjust to new obsolescence format.
12008 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
12009 setting it as obsolete.
12010 * simple.el (minibuffer-completing-symbol):
12011 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
12012 access as obsolete.
12013 * minibuffer.el (minibuffer-completing-file-name): Don't make it
12014 obsolete yet.
12015 * international/quail.el (quail-mouse-choose-completion): Remove unused
12016 code referring to obsolete var.
12017 (quail-choose-completion-string): Remove.
12018 * server.el (server-clients-with, server-kill-buffer-query-function)
12019 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
12020 * proced.el (proced-send-signal):
12021 * emacs-lisp/lisp.el (lisp-complete-symbol):
12022 Replace completion-annotate-function with completion-extra-properties.
12023
2462470b
SM
120242011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12025
fb5b2591
SM
12026 * simple.el (goto-line): Use read-number.
12027 (overriding-map-is-bound): Remove.
12028 (saved-overriding-map): Change default.
12029 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
12030 Take the map as argument.
12031 (universal-argument, negative-argument, digit-argument): Use it.
12032 (restore-overriding-map): Adjust.
12033 (do-auto-fill): Use fill-forward-paragraph.
12034 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
12035
fd6fa53f
SM
12036 * minibuffer.el (minibuffer-inactive-mode-map): New var.
12037 (minibuffer-inactive-mode): New major mode.
12038 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
12039 the *Messages* buffer" hack.
12040 (mouse-popup-menubar): Don't burp if the event is a normal key.
12041
2462470b
SM
12042 Miscellaneous tweaks.
12043 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
12044 lexical scoping as in subr.el's dolist and dotimes.
12045 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
12046 Silence compiler warning.
12047 * thingatpt.el (forward-whitespace): Trivial coding style fix.
12048 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
12049 * international/ccl.el (ccl-compile): Trivial simplification.
12050 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
12051 * emacs-lisp/testcover.el (testcover-end): Remove spurious
12052 `printflag' argument.
12053 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12054 Purecopy the whole obsolescence data.
12055
108bf785
LL
120562011-06-01 Leo Liu <sdl.web@gmail.com>
12057
12058 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
12059 improve doc-string as suggested by Marco Pessotto
12060 <melmothx@gmail.com>.
12061 (rcirc-print): Fix last change.
12062
30a23501
SM
120632011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12064
12065 * minibuffer.el (complete-with-action): Return nil for the metadata and
12066 boundaries of non-functional tables.
12067 (completion-table-dynamic): Return nil for the metadata.
12068 (completion-table-with-terminator): Add default case, using
12069 complete-with-action.
12070 (completion--metadata): New function.
12071 (completion-all-sorted-completions, minibuffer-completion-help): Use it
12072 to try and avoid pathological performance problems.
12073 (completion--embedded-envvar-table): Return `category' metadata.
12074
bcd54f83
LMI
120752011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12076
12077 * subr.el (process-alive-p): New tiny convenience function.
12078
e227544d
SM
120792011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12080
12081 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
12082 content but also its previous major mode.
12083
e8296fdc
HE
120842011-05-31 Helmut Eller <eller.helmut@gmail.com>
12085
4d61f28d 12086 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
12087 *Backtrace* buffer when we exit with C-M-c.
12088
620c53a6
SM
120892011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12090
12091 * minibuffer.el: Add metadata method to completion tables.
12092 (completion-category-overrides): New defcustom.
12093 (completion-metadata, completion--field-metadata)
12094 (completion-metadata-get, completion--styles)
12095 (completion--cycle-threshold): New functions.
12096 (completion-try-completion, completion-all-completions):
12097 Add `metadata' argument to choose completion-styles.
12098 (completion--do-completion): Use metadata to choose cycling.
12099 (completion-all-sorted-completions): Use metadata for sorting.
12100 Remove :completion-cycle-penalty which is not needed any more.
12101 (completion--try-word-completion): Add `metadata' argument.
12102 (minibuffer-completion-help): Check metadata for annotation function
12103 and sorting.
12104 (completion-file-name-table): Return `category' metadata.
12105 (minibuffer-completing-file-name): Make obsolete.
12106 * simple.el (minibuffer-completing-symbol): Make obsolete.
12107 * icomplete.el (icomplete-completions): Pass new `metadata' param to
12108 completion-try-completion.
12109
1257e755
SM
121102011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12111
12112 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
12113
3767e706
LL
121142011-05-30 Leo Liu <sdl.web@gmail.com>
12115
12116 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
12117 (rcirc-print): Decode all incoming messages (bug#8744).
12118 (rcirc-decode-coding-system): Allow value nil for automatic coding
12119 system detection.
3767e706 12120
d1a5d56a
GM
121212011-06-01 Glenn Morris <rgm@gnu.org>
12122
12123 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
12124
e8cbec34
CY
121252011-05-29 Chong Yidong <cyd@stupidchicken.com>
12126
12127 * image.el (image-animate-max-time): Allow nil and t values.
12128 Default to nil.
12129 (create-animated-image): Doc fix.
12130 (image-animate-start): Remove second arg; just use
12131 image-animate-max-time.
12132 (image-animate-timeout): Doc fix. Args changed.
12133
12134 * image-mode.el (image-toggle-display-image): Ensure that the
12135 image spec passed to the animate timer is the same object as in
58179cce 12136 the buffer's display property (Bug#6981).
e8cbec34
CY
12137 (image-transform-properties): Doc fix.
12138
12139 * image.el (image-animate-max-time): Default to nil.
12140
159daf87
MR
121412011-05-29 Martin Rudalics <rudalics@gmx.at>
12142
12143 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
12144 entire buffer list (Bug#8184).
12145
d66c4c7c
CY
121462011-05-29 Chong Yidong <cyd@stupidchicken.com>
12147
12148 * image.el (imagemagick-types-inhibit)
12149 (imagemagick-register-types): Doc fix.
12150
80aec780
DD
121512011-05-29 Deniz Dogan <deniz@dogan.se>
12152
12153 * net/rcirc.el (rcirc): Use the user's stored encryption method by
12154 default.
12155
1dd3c2d9
CY
121562011-05-29 Chong Yidong <cyd@stupidchicken.com>
12157
12158 * select.el: Don't perform clipboard-manager saving in hooks;
12159 leave the hooks empty.
12160
60e56523
LL
121612011-05-28 Leo Liu <sdl.web@gmail.com>
12162
12163 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
12164 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
12165 (occur-edit-mode): New major mode (Bug#8463).
12166 (occur-after-change-function): New function.
12167 (occur-engine): Give Occur tags a read-only property.
12168
2b1e1a22
KR
121692011-05-28 Kevin Ryde <user42@zip.com.au>
12170
12171 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
12172
5d344e88
CY
121732011-05-28 Chong Yidong <cyd@stupidchicken.com>
12174
8e6ca83d
CY
12175 * bindings.el (help-echo): Make the initial non-indicator dash
12176 empty on graphical terminals (Bug#7295).
12177
5d344e88
CY
12178 * files.el (auto-mode-alist): Move config rule after the
12179 in-stripping one (Bug#8547).
12180
bfbbace7
CY
12181 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
12182
fbeba6e2
CY
12183 * startup.el (normal-splash-screen): Remove gratuitous mode-line
12184 setting (Bug#8740).
12185
60ed8c72
AA
121862011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
12187
4ac619f0
AA
12188 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
12189 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
12190 (Bug#8539).
60ed8c72 12191
23db196e
CY
121922011-05-28 Chong Yidong <cyd@stupidchicken.com>
12193
12194 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
12195
5012f24c
DK
121962011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
12197
12198 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
12199 (hs-hide-block-at-point, hs-find-block-beginning)
12200 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
12201 (Bug#8279).
12202
6a639b16
GM
122032011-05-28 Glenn Morris <rgm@gnu.org>
12204
12205 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
12206
d43eaf2c
CY
122072011-05-28 Chong Yidong <cyd@stupidchicken.com>
12208
5199bde1
CY
12209 * help-fns.el (describe-function-1): If the function is a derived
12210 major mode, print the parent mode.
12211
d43eaf2c
CY
12212 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
12213 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
12214
423428a8
SM
122152011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12216
0ff8e1ba 12217 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 12218 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
12219 * progmodes/etags.el (tags-completion-at-point-function):
12220 * info-look.el (info-lookup-completions-at-point): Mark as
12221 non-exclusive.
12222 (info-complete): Adjust accordingly.
12223
423428a8
SM
12224 * info-look.el: Convert to lexical-binding and completion-at-point.
12225 (info-lookup-completions-at-point): New function.
12226 (info-complete): Use it and completion-in-region.
12227
b74aa22b
DA
122282011-05-28 Drew Adams <drew.adams@oracle.com>
12229
12230 * isearch.el: Let M-e start with point at the first mismatched char.
12231 (isearch-fail-pos): New function.
12232 (isearch-edit-string): Use it.
12233
66e2e71d
DK
122342011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12235
12236 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12237
b1890b0f 122382011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
12239
12240 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
12241 traversal functions for avl-trees.
12242 (avl-tree--stack): New struct.
12243 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
12244 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
12245 (avl-tree--do-enter): Add optional `updatefun' arg.
12246 Change return value.
eb95d01d 12247 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
12248 (avl-tree--do-delete): Add `test' and `nilflag' args.
12249 Change return value.
eb95d01d
TC
12250 (avl-tree-member): Add optional `nilflag'
12251 (avl-tree-member-p): New function.
12252 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
12253 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
12254 (avl-tree-stack-empty-p): New functions.
12255
3769ddcf
TC
12256 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
12257 avl-tree--del-balance1 and make it work both ways.
12258 (avl-tree--del-balance2): Remove.
12259 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
12260 make it work both ways.
12261 (avl-tree--enter-balance2): Remove.
12262 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
12263 New macros.
12264 (avl-tree--mapc, avl-tree-map): Add direction argument.
12265
eb95d01d 122662011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
12267
12268 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
12269
a9f737ee
CY
122702011-05-27 Chong Yidong <cyd@stupidchicken.com>
12271
12272 * select.el: Support clipboard managers with built-in function
12273 x-clipboard-manager-save, via delete-frame-functions and
12274 kill-emacs-hook.
12275 (xselect-convert-to-targets): Add MULTIPLE target to list.
12276 (xselect-convert-to-save-targets): New function.
12277
c92a1e54
KH
122782011-05-27 Kenichi Handa <handa@m17n.org>
12279
12280 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
12281 let-binding rfc2047-encode-encoded-words to nil.
12282
e145f188
GM
122832011-05-27 Glenn Morris <rgm@gnu.org>
12284
5ec8a862
GM
12285 * mail/emacsbug.el: Don't require url-util.
12286
4b29d9fb
GM
12287 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
12288
e145f188
GM
12289 * files.el (set-auto-mode):
12290 Also respect mode: entries at the end of the file. (Bug#8586)
12291
7d15102b
GM
122922011-05-26 Glenn Morris <rgm@gnu.org>
12293
98f593b8
GM
12294 * files.el (hack-local-variables-prop-line, hack-local-variables):
12295 Downcase mode names, as seems to be traditional.
27b48e63 12296 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 12297
7d15102b
GM
12298 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
12299 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
12300
51d5b4ec
JD
123012011-05-25 Julien Danjou <julien@danjou.info>
12302
12303 * textmodes/rst.el (rst-define-level-faces): Do not define face
12304 symbol if it is already defined.
12305
91513f63
VB
123062011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
12307
12308 * play/5x5.el (5x5-new-game, 5x5-randomize):
12309 Reset 5x5-solver-output to nil when a new grid is cast.
12310 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
12311 these debugging traces, as defmacro breaks the compiled code.
12312
4d90d6d0
DK
123132011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12314
12315 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12316
e1b90ef6
LL
123172011-05-24 Leo Liu <sdl.web@gmail.com>
12318
12319 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
12320 (vc-bzr-sha1): Adapt.
12321
d8e4b68b 12322 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
12323
12324 * bindings.el: Provide sha1 feature.
12325
db0406bb 123262011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
12327
12328 * mail/sendmail.el: Require `rfc2047'.
12329 (mail-insert-from-field): Do not perform RFC2047 encoding.
12330 (mail-encode-header): New function.
12331 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
12332 buffer to the return value of select-message-coding-system.
12333 Call mail-encode-header.
b8d747b9
KH
12334
12335 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
12336
db0406bb 123372011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 12338
4d90d6d0
DK
12339 * mail/supercite.el (sc-default-cite-frame):
12340 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 12341
eb8a5e9b
GM
123422011-05-24 Glenn Morris <rgm@gnu.org>
12343
f8630703
GM
12344 * progmodes/python.el (brm-menu): Declare.
12345
8831bbed
GM
12346 * emulation/viper.el (viper-set-hooks): Declare.
12347
eb8a5e9b
GM
12348 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
12349 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
12350 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
12351 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
12352 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
12353 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
12354
a2a25d24
SM
123552011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12356
12357 Add an :exit-function for completion-at-point.
12358
12359 * minibuffer.el (completion--done): New fun.
12360 (completion--do-completion): Use it. New arg `expect-exact'.
12361 (minibuffer-complete, minibuffer-complete-word): Don't output message,
12362 since completion--do-completion does it for us now.
12363 (minibuffer-force-complete): Use completion--done and
12364 completion--replace. Handle sole-completion case with more care.
12365 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
12366 (completion-extra-properties): New var.
12367 (completion-annotate-function): Make obsolete.
12368 (minibuffer-completion-help): Adjust accordingly.
12369 Use completion-list-insert-choice-function.
12370 (completion-at-point, completion-help-at-point):
12371 Bind completion-extra-properties.
12372 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
12373 * simple.el (completion-list-insert-choice-function): New var.
12374 (completion-setup-function): Preserve it.
12375 (choose-completion): Pay attention to it, shuffle the code a bit.
12376 (choose-completion-string): New arg `insert-function'.
12377
12378 * textmodes/bibtex.el: Convert to lexical binding.
12379 (bibtex-mode-map): Use completion-at-point.
12380 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
12381 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
12382 (bibtex-complete): Define as obsolete alias.
12383 (bibtex-complete-internal): Remove.
12384 (bibtex-format-entry): Remove unused sub-group in regexp.
12385 * shell.el (shell--command-completion-data)
12386 (shell-environment-variable-completion):
12387 * pcomplete.el (pcomplete-completions-at-point):
12388 * comint.el (comint--complete-file-name-data): Use :exit-function
12389 instead of completion-table-with-terminator so it also works for
12390 choose-completion.
12391
e44e373d
SM
123922011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12393
4f91a816
SM
12394 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
12395
782fc819
SM
12396 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
12397 (bug#8710).
12398
e44e373d
SM
12399 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
12400
381987c3
KM
124012011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
12402
12403 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
12404 customization variable and implement: If non-nil, auto-fill will
12405 be inhibited while on topic's header line.
12406
b776bc70
VB
124072011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
12408
12409 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 12410 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
12411 always have a solution in grid size = 5 cases.
12412 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
12413 (5x5-solver-output, 5x5-log-buffer): New vars.
12414 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
12415 Make these variables buffer local to achieve 5x5 multi-session-ness.
12416 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
12417 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
12418 (5x5-solve-suggest): New funs.
12419 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
12420 randomize a grid so that we ensure that there is always a solution.
12421 (5x5-make-random-grid): Allow other movement than flipping.
12422
7de88b6e
KR
124232011-05-23 Kevin Ryde <user42@zip.com.au>
12424
12425 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 12426 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
12427 advice and passes PREDICATE.
12428
b1ef1257
SM
124292011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12430
bbca48fe
SM
12431 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
12432 byte-compile-lambda if it's actually a lambda.
12433
b1ef1257
SM
12434 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
12435 Fix function quoting. Use backquote better.
12436
92a9cc65
YS
124372011-05-22 Yuanle Song <sylecn@gmail.com>
12438
12439 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
12440 matching (Bug#8516).
12441
f0fb8059
JA
124422011-01-22 Jari Aalto <jari.aalto@cante.net>
12443
12444 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
12445 different face (Bug#8178).
12446
d5b44c93
CY
124472011-05-22 Chong Yidong <cyd@stupidchicken.com>
12448
12449 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
12450 defface (Bug#8144).
12451
79106a44
SM
124522011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12453
9c848d8a
SM
12454 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
12455 funcall as well (bug#8712). Warn when performing those conversions.
12456 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
12457
79106a44
SM
12458 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
12459
88dfa756
GM
124602011-05-22 Glenn Morris <rgm@gnu.org>
12461
12462 * files.el (hack-local-variables-prop-line): Small simplifications.
12463 (hack-local-variables, hack-local-variables-prop-line):
12464 If MODE-ONLY, return the mode, rather than just `t'.
12465
b7cf2c79
SM
124662011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12467
12468 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
12469
3f1a8558
GM
124702011-05-21 Glenn Morris <rgm@gnu.org>
12471
7e4ccca3
GM
12472 * files.el (hack-local-variables-prop-line, hack-local-variables):
12473 If only interested in the mode, don't bother doing the other stuff.
12474
637d46ca
GM
12475 * image-mode.el (image-after-revert-hook):
12476 Redraw all frames on which the image is visible. (Bug#8567)
12477
973d955b
GM
12478 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
12479
3f1a8558
GM
12480 * wid-edit.el (widget-checklist-match-inline):
12481 Fix 2011-04-19 change. (Bug#8649)
12482
96479927
SM
124832011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12484
1dcf791f
SM
12485 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12486 Also allow singlespace after single-letter capitals followed by a dot.
12487
96479927
SM
12488 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
12489 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
12490
35fd0881
N
124912011-05-20 Nix <nix@esperi.org.uk>
12492
12493 * files.el (basic-save-buffer-2):
12494 Fix handling of break-hardlink-on-save with non-existent files.
12495
82745640
DD
124962011-05-19 Deniz Dogan <deniz@dogan.se>
12497
12498 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 12499 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 12500
4a720484
GM
125012011-05-19 Glenn Morris <rgm@gnu.org>
12502
d1f21341
GM
12503 * progmodes/f90.el (f90-type-def-re):
12504 Handle "type, bind(c)". (Bug#8691)
12505
4a720484
GM
12506 * emacs-lisp/autoload.el (batch-update-autoloads):
12507 Set autoload-excludes by parsing loadup.el rather than Makefiles.
12508
2fb0a219
MA
125092011-05-18 Michael Albinus <michael.albinus@gmx.de>
12510
12511 * net/tramp.el (tramp-process-actions): Set "first-password-request"
12512 property for the correct connection in case of multihops.
12513
e565dd37
GM
125142011-05-18 Glenn Morris <rgm@gnu.org>
12515
c2571358 12516 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
12517 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
12518
e565dd37
GM
12519 Rationalize calendar handling of day and month abbrev-arrays.
12520 * calendar/calendar.el (calendar-customized-p): New function.
12521 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
12522 (calendar-day-name-array, calendar-month-name-array): Doc fix.
12523 Add :set function.
12524 (calendar-abbrev-length, calendar-day-abbrev-array)
12525 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
12526 (calendar-day-abbrev-array, calendar-month-abbrev-array):
12527 Elements may no longer be nil.
12528 (calendar-day-name, calendar-month-name):
12529 Update for changed nature of abbrev arrays.
12530 * calendar/diary-lib.el (diary-name-pattern):
12531 Update for changed nature of abbrev arrays.
12532 (diary-mark-entries-1): Update calendar-make-alist calls.
12533 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
12534 * calendar/cal-html.el (cal-html-day-abbrev-array):
12535 Simply inherit from calendar-day-abbrev-array.
12536
1d99a745
SM
125372011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12538
12539 * progmodes/grep.el (grep-mode): Disable default
12540 compilation-directory-matcher setting (bug#8684).
12541
7c1d9aa0
MA
125422011-05-17 Michael Albinus <michael.albinus@gmx.de>
12543
12544 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
12545 instead of "head" and "tail". There were problems with SunOS 5.9,
12546 and it performs better.
12547
3952e9d8
GM
125482011-05-17 Glenn Morris <rgm@gnu.org>
12549
2dd12e7f
GM
12550 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
12551
e4157b9c
GM
12552 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
12553 Replace obsolete function.
12554
8e249bbd
GM
12555 * shell.el (pcomplete-parse-arguments-function): Declare.
12556
3952e9d8
GM
12557 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
12558 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
12559 (appt-check): Doc fixes.
12560 (appt-disp-window-function, appt-delete-window-function):
12561 Remove needless special case in custom :type.
12562 (appt-display-count): Default to 0, not nil.
12563 (appt-check): Reset appt-display-count to 0, not nil.
12564
c71a0d48 125652011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 12566
c71a0d48
GM
12567 * progmodes/python.el (python-font-lock-keywords):
12568 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 12569
31d55be9
SM
125702011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12571
12572 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
12573
3bfacb2f
KR
125742011-05-16 Kevin Ryde <user42@zip.com.au>
12575
12576 * info-look.el (makefile-automake-mode): New setups, looking in
12577 automake manual, then makefile-mode.
12578 (makefile-mode): Remove automake manual, have it just in
12579 makefile-automake-mode since there's various things different or
12580 not relevant to plain make.
12581 (makefile-mode): Remove "other-modes" non-existent automake-mode,
12582 believe a hypothetical automake-mode would go to makefile-mode,
12583 not the other way around.
12584
c8e83751
CY
125852011-05-15 Chong Yidong <cyd@stupidchicken.com>
12586
5e9e35cd
CY
12587 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
12588 hunk-end tags (Bug#8672).
12589
c8e83751
CY
12590 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
12591 vc-annotate-show-diff-revision-at-line (Bug#8671).
12592
50b23e5a
GM
125932011-05-14 Glenn Morris <rgm@gnu.org>
12594
7210a739
GM
12595 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
12596 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
12597 (change-log-font-lock-keywords): Also handle multiple author lines
12598 with leading tabs. (Bug#8644)
7210a739 12599
4691905a
GM
12600 * calendar/appt.el (appt-check): Rename some local variables.
12601 Some simplification/reordering.
12602
50b23e5a
GM
12603 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
12604 (feedmail-sendmail-f-doesnt-sell-me-out)
12605 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
12606 (feedmail-debug-sit-for, feedmail-queue-express-hook)
12607 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
12608 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
12609 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
12610 (feedmail-binmail-gnulinuxish-template):
12611 Rename from feedmail-binmail-linuxish-template.
12612 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
12613 Use insert-buffer-substring.
12614
215cda7c
BC
126152011-05-14 Bill Carpenter <bill@carpenter.org>
12616
12617 * mail/feedmail.el (feedmail-patch-level): Increase.
12618 (feedmail-debug): New custom group.
12619 (feedmail-confirm-outgoing-timeout)
12620 (feedmail-sendmail-f-doesnt-sell-me-out)
12621 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
12622 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
12623 (feedmail-sender-line, feedmail-from-line)
12624 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 12625 (feedmail-spray-this-address)
215cda7c
BC
12626 (feedmail-spray-address-fiddle-plex-list)
12627 (feedmail-queue-use-send-time-for-date)
12628 (feedmail-queue-use-send-time-for-message-id)
12629 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
12630 (feedmail-buffer-eating-function):
12631 Doc fixes.
12632 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
12633 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
12634 (feedmail-message-action-scroll-down): New functions.
12635 (feedmail-queue-directory, feedmail-queue-draft-directory):
12636 Use expand-file-name.
12637 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
12638 Remove C-v help entry.
12639 (feedmail-queue-buffer-file-name): New variable.
12640 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
12641 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
12642 (feedmail-message-action-send-strong, feedmail-message-action-edit)
12643 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
12644 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
12645 (feedmail-message-action-toggle-spray)
12646 (feedmail-run-the-queue-no-prompts)
12647 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
12648 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
12649 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
12650 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
12651 (feedmail-envelope-deducer, feedmail-fiddle-from)
12652 (feedmail-fiddle-sender, feedmail-default-date-generator)
12653 (feedmail-fiddle-date, feedmail-fiddle-message-id)
12654 (feedmail-fiddle-spray-address)
12655 (feedmail-fiddle-list-of-spray-fiddle-plexes)
12656 (feedmail-fiddle-list-of-fiddle-plexes)
12657 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
12658 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
12659 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
12660 Change default. Doc fix.
12661 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
12662 (feedmail-binmail-linuxish-template): New constant.
12663 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
12664 Respect feedmail-sendmail-f-doesnt-sell-me-out.
12665 (feedmail-send-it): Add debug call.
12666 Use feedmail-queue-buffer-file-name, and
12667 feedmail-send-it-immediately-wrapper.
12668 (feedmail-message-action-send): Add debug call.
12669 Use feedmail-send-it-immediately-wrapper.
12670 (feedmail-queue-express-to-queue): Add debug call.
12671 Run feedmail-queue-express-hook.
12672 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
12673 (feedmail-message-action-help-blat):
12674 Rename from feedmail-queue-send-edit-prompt-help-first.
12675 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
12676 Check line-endings. Handle errors better.
12677 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
12678 Doc fix. Add debug call.
12679 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
12680 Use feedmail-queue-send-edit-prompt-inner.
12681 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
12682 (feedmail-queue-send-edit-prompt-inner): New function, extracted
12683 from feedmail-queue-send-edit-prompt.
12684 (feedmail-queue-send-edit-prompt-help)
12685 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
12686 (feedmail-tidy-up-slug): Add debug call.
12687 Respect feedmail-queue-slug-suspect-regexp.
12688 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
12689 (feedmail-dump-message-to-queue): Add debug call.
12690 Expand queue-directory.
12691 (feedmail-dump-message-to-queue): Change message slightly.
12692 Use feedmail-say-chatter.
12693 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
12694 (feedmail-send-it-immediately-wrapper): New function.
12695 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
12696 Insert empty string rather than newline. Handle full-frame case.
12697 Use catch/throw. Use feedmail-say-chatter.
12698 (feedmail-fiddle-from): Try mail-host-address.
12699 (feedmail-default-message-id-generator): Doc fix.
12700 Bind system-time-locale. Handle missing end.
12701 (feedmail-fiddle-x-mailer): Add debug call.
12702 Handle feedmail-x-mailer-line being nil.
12703 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
12704 Add debug call. Use buffer-substring-no-properties.
12705 (feedmail-say-debug, feedmail-say-chatter): New functions.
12706 (feedmail-find-eoh): Give an explicit error.
12707
42c7e61e
UJ
127082011-05-13 Ulf Jasper <ulf.jasper@web.de>
12709
c2571358 12710 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 12711 family from helvetica to sans.
c2571358 12712 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
12713 etc/images/newsticker.
12714
c2571358 12715 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
12716 family from helvetica to sans.
12717
12718 * net/newst-plainview.el (newsticker-new-item-face)
12719 (newsticker-old-item-face, newsticker-immortal-item-face)
12720 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 12721 (newsticker-statistics-face): Change default family from
42c7e61e 12722 helvetica to sans.
c2571358 12723 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
12724 etc/images/newsticker.
12725
5d3385a0
JB
12726 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
12727 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
12728 auto-marking.
12729
8497a297
DV
127302011-05-13 Didier Verna <didier@xemacs.org>
12731
12732 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
12733 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
12734 TODO entries.
8497a297
DV
12735 (lisp-lambda-list-keyword-parameter-indentation)
12736 (lisp-lambda-list-keyword-parameter-alignment)
12737 (lisp-lambda-list-keyword-alignment): New customizable user options.
12738 (lisp-indent-defun-method): Improve docstring.
12739 (extended-loop-p): Fix comment.
12740 (lisp-indent-lambda-list-keywords-regexp): New variable.
12741 (lisp-indent-lambda-list): New function.
12742 (lisp-indent-259): Use it.
12743 (lisp-indent-defmethod): Support for more than one
12744 method qualifier and properly indent methods lambda-lists.
12745 (defgeneric): Provide a missing common-lisp-indent-function property.
12746
f278f87f
SM
127472011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12748
12749 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
12750 bounds for the empty string (bug#8667).
12751
5233edd7
GM
127522011-05-13 Glenn Morris <rgm@gnu.org>
12753
5237a44f
GM
12754 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
12755
8340026c 12756 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 12757 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 12758
5233edd7 12759 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 12760 (appt-time-msg-list): Doc fix.
a5464014 12761 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 12762
92d10796
AS
127632011-05-12 Andreas Schwab <schwab@linux-m68k.org>
12764
12765 * progmodes/ld-script.el (ld-script-keywords)
12766 (ld-script-builtins): Update keywords list.
12767
914a0ae1
SM
127682011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12769
c89be45f
SM
12770 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
12771
914a0ae1
SM
12772 * shell.el (shell-completion-vars): New function.
12773 (shell-mode):
12774 * simple.el (read-shell-command): Use it.
12775 (blink-matching-open): No need for " [...]" in minibuffer-message.
12776
98dc3df3
GM
127772011-05-12 Glenn Morris <rgm@gnu.org>
12778
12779 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
12780 (appt-check): Simplify.
12781
d2fc7e3d 127822011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 12783
4d61f28d 12784 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
12785 literal "/dev/null".
12786
d2fc7e3d 127872011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
12788
12789 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
12790 Fix typo.
12791
d2fc7e3d 127922011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 12793
3f254caa
SM
12794 * progmodes/which-func.el (which-function):
12795 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
12796 which might not be defined (Bug#8260).
12797
d45885f7
GM
127982011-05-12 Glenn Morris <rgm@gnu.org>
12799
12800 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
12801 Let byte-compile-initial-macro-environment always take precedence.
12802
488086f4
SM
128032011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12804
12805 * net/rcirc.el: Add support for SSL/TLS connections.
12806 (rcirc-server-alist): New field `encryption'.
12807 (rcirc): Check `encryption' settings.
12808 (rcirc-connect): New arg `encryption'. Use open-network-stream.
12809 Merge make-local-variable into `set'.
12810 (rcirc--connection-open-p): New function.
12811 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
12812 the process is not a network process (e.g. running gnutls-cli).
12813 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12814 Make rcirc-(en|de)code-coding-system local here.
12815 (rcirc-mode): Merge make-local-variable into `set'.
12816 (rcirc-parent-buffer): Make permanent buffer-local.
12817 (rcirc-multiline-minor-mode): Don't do it here.
12818 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
12819 there's no server buffer.
12820
7d3b9d44
GM
128212011-05-11 Glenn Morris <rgm@gnu.org>
12822
f64049c6
GM
12823 * newcomment.el (comment-kill): Prefix "unused" local.
12824
93c9df73
GM
12825 * term/w32console.el (get-screen-color): Declare.
12826
7d3b9d44
GM
12827 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
12828 Handle symbol elements of byte-compile-initial-macro-environment.
12829
9e2dd53f
LL
128302011-05-10 Leo Liu <sdl.web@gmail.com>
12831
488086f4
SM
12832 * bookmark.el (bookmark-bmenu-mode-map):
12833 Bind bookmark-bmenu-search to `/'.
8b340240 12834
9e2dd53f 12835 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
12836 (footnote-unicode-string, footnote-unicode-regexp): New variable.
12837 (Footnote-unicode): New function.
12838 (footnote-style-alist): Add unicode style to the list.
12839 (footnote-style): Doc fix.
9e2dd53f 12840
79b70037
GM
128412011-05-10 Jim Meyering <meyering@redhat.com>
12842
12843 Fix doubled-word typos.
12844 * international/quail.el (quail-insert-kbd-layout): and and -> and
12845 * kermit.el: and and -> and
12846 * net/ldap.el (ldap-search-internal): to to -> to
12847 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
12848 * progmodes/js.el (js-mode): and and -> and
12849 * textmodes/artist.el (artist-move-to-xy): at at -> at
12850 (artist-draw-region-trim-line-endings): if if -> if
12851 And Safetyc -> Safety.
12852 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
12853
b8f82dc1 128542011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 12855 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
12856
12857 * files.el (hack-one-local-variable-eval-safep):
12858 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
12859
4f99f44b
GM
128602011-05-10 Glenn Morris <rgm@gnu.org>
12861
12862 * calendar/diary-lib.el (diary-list-entries-hook)
12863 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
12864 (diary-nongregorian-marking-hook, diary-list-entries)
12865 (diary-include-other-diary-files, diary-mark-entries)
12866 (diary-mark-included-diary-files): Doc fixes.
12867
84f29e6b
JB
128682011-05-09 Juanma Barranquero <lekktu@gmail.com>
12869
12870 * misc.el: Require tabulated-list.el during compilation.
12871
9bedd73a
CY
128722011-05-09 Chong Yidong <cyd@stupidchicken.com>
12873
488086f4
SM
12874 * progmodes/compile.el (compilation-start):
12875 Run compilation-filter-hook for the async case too.
9bedd73a
CY
12876 (compilation-filter-hook): Doc fix.
12877
797c735c
DD
128782011-05-09 Deniz Dogan <deniz@dogan.se>
12879
12880 * wdired.el: Remove outdated installation comment. Fix usage
12881 comment.
12882
5f4b1dfe
JB
128832011-05-09 Juanma Barranquero <lekktu@gmail.com>
12884
12885 * misc.el: Implement new command `list-dynamic-libraries'.
12886 (list-dynamic-libraries--loaded-only-p): New variable.
12887 (list-dynamic-libraries--refresh): New function.
12888 (list-dynamic-libraries): New command.
12889
4c44026c
CY
128902011-05-09 Chong Yidong <cyd@stupidchicken.com>
12891
488086f4
SM
12892 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12893 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
12894 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
12895 higher priority to avoid clobbering by gnu.
12896
027f966d
CY
128972011-05-08 Chong Yidong <cyd@stupidchicken.com>
12898
12899 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
12900 if the face has existing theme settings (Bug#8454).
12901
085f5d7d
CY
129022011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
12903
488086f4
SM
12904 * progmodes/perl-mode.el (perl-imenu-generic-expression):
12905 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 12906
2a86a00c
RS
12907 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
12908 special file names `.' and `..' (Bug#8259).
12909
d9c54a06
CY
129102011-05-08 Chong Yidong <cyd@stupidchicken.com>
12911
488086f4
SM
12912 * progmodes/grep.el (grep-mode-font-lock-keywords):
12913 Remove buffer-changing entries.
d9c54a06
CY
12914 (grep-filter): New function.
12915 (grep-mode): Add it to compilation-filter-hook.
12916
12917 * progmodes/compile.el (compilation-filter-hook)
12918 (compilation-filter-start): New defvars.
12919 (compilation-filter): Call compilation-filter-hook prior to
12920 updating the process mark.
12921
c4662635
SM
129222011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12923
12924 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
12925
b0512a1d
EZ
129262011-05-07 Eli Zaretskii <eliz@gnu.org>
12927
605c9376
EZ
12928 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
12929 mailclient-send-it even if window-system is nil. (Bug#8595)
12930
c4662635
SM
12931 * term/w32console.el (terminal-init-w32console):
12932 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
12933 background-mode. (Bug#8597)
12934
d1dc2cc2
SM
129352011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12936
12937 Make bytecomp.el understand that defmethod defines funs (bug#8631).
12938 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
12939 New functions.
12940 (defgeneric, eieio--defmethod): Use them.
12941 (eieio-defgeneric): Remove.
12942 (defmethod): Call defgeneric in a way visible to the byte-compiler.
12943
915d1300
GM
129442011-05-07 Glenn Morris <rgm@gnu.org>
12945
a3961c3e
GM
12946 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
12947 Use let rather than let*.
12948 (timeclock-find-discrep): Remove unused local.
12949
314347b9
GM
12950 * calendar/diary-lib.el (diary-comment-start): Doc fix.
12951
915d1300
GM
12952 * calendar/appt.el (appt-time-msg-list): Doc fix.
12953
275b59b0
NF
129542011-05-06 Noah Friedman <friedman@splode.com>
12955
12956 * apropos.el (apropos-print-doc): Only use
12957 emacs-lisp-docstring-fill-column when it is bound to an integer,
12958 per that variable's documentation.
12959
6c19f744
SM
129602011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12961
12962 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 12963 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 12964
60f884b2
GM
129652011-05-06 Glenn Morris <rgm@gnu.org>
12966
5006e634
GM
12967 * calendar/appt.el (appt-message-warning-time): Doc fix.
12968 (appt-warning-time-regexp): New option.
12969 (appt-make-list): Respect appt-message-warning-time.
12970
548d0a63
GM
12971 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
12972 New options.
12973 (diary-add-to-list): Strip comments from the displayed string.
12974 (diary-mode): Set comment-start and comment-end.
12975
60f884b2
GM
12976 * vc/diff-mode.el (smerge-refine-subst): Declare.
12977 (diff-refine-hunk): Don't require smerge-mode when compiling.
12978
989681bb
JB
129792011-05-06 Juanma Barranquero <lekktu@gmail.com>
12980
12981 * simple.el (list-processes): Return nil as the docstring says.
12982
a6bc05e1
MA
129832011-05-05 Michael Albinus <michael.albinus@gmx.de>
12984
12985 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
12986 to "".
12987 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12988 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
12989 determining of binary transfer. (Bug#7383)
12990
23c22e9a
MA
129912011-05-05 Michael Albinus <michael.albinus@gmx.de>
12992
c4662635
SM
12993 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12994 Fix port computation bug. (Bug#8618)
23c22e9a 12995
0bff894f
GM
129962011-05-05 Glenn Morris <rgm@gnu.org>
12997
b8296902
GM
12998 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
12999
1f522ce8
GM
13000 * simple.el (shell-dynamic-complete-functions)
13001 (comint-dynamic-complete-functions): Declare.
13002
cf5bee67
GM
13003 * net/network-stream.el (gnutls-negotiate):
13004 * simple.el (tabulated-list-print): Fix declarations.
13005
13006 * progmodes/gud.el (syntax-symbol, syntax-point):
13007 Remove unnecessary and incorrect declarations.
13008
0bff894f
GM
13009 * emacs-lisp/check-declare.el (check-declare-scan):
13010 Handle byte-compile-initial-macro-environment in bytecomp.el
13011
9869b3ae
SM
130122011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13013
13014 Fix earlier half-done eieio-defmethod change (bug#8338).
13015 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
13016 Streamline and change calling convention.
13017 (defmethod): Adjust accordingly and simplify.
13018 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
13019 new eieio--defmethod.
13020 (slot-boundp): Minor CSE simplification.
13021
9c1d5ac5
MZ
130222011-05-05 Milan Zamazal <pdm@zamazal.org>
13023
13024 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
13025 (glasses-make-readable): Use glasses-separate-capital-groups.
13026
455c834e
JB
130272011-05-05 Juanma Barranquero <lekktu@gmail.com>
13028
13029 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
13030 (warning-series): Doc fix.
13031 (display-warning): Don't try to create the buffer if we just found it.
13032
9ed7c8cb
CY
130332011-05-04 Chong Yidong <cyd@stupidchicken.com>
13034
13035 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
13036 (autoload-find-generated-file): New function.
13037 (generate-file-autoloads): Bind generated-autoload-file to
13038 buffer-file-name.
9869b3ae
SM
13039 (update-file-autoloads, update-directory-autoloads):
13040 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
13041 output file (Bug#7989).
13042 (batch-update-autoloads): Doc fix.
13043
0898ca10
JB
130442011-05-04 Juanma Barranquero <lekktu@gmail.com>
13045
13046 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
13047
31dfb76c
GM
130482011-05-04 Glenn Morris <rgm@gnu.org>
13049
f330b642
GM
13050 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
13051 function, so it follows changes in calendar-date-style.
13052 (diary-fancy-date-matcher): New function.
13053 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
13054 (diary-fancy-font-lock-fontify-region-function):
13055 Use diary-fancy-date-pattern as a function.
13056
31dfb76c
GM
13057 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
13058 non-numbers for `year' etc pseudo-variables. (Bug#8583)
13059
48e79d6a
TZ
130602011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
13061
13062 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
13063 instead of positional arguments. Allow :keylist and :crlfiles
13064 arguments.
13065 (open-gnutls-stream): Call it.
13066
13067 * net/network-stream.el (network-stream-open-starttls): Adjust to
13068 call `gnutls-negotiate' with :process and :hostname arguments.
13069
dd5a5ee0
SM
130702011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13071
ef80fc09
SM
13072 * minibuffer.el (completion--message): New function.
13073 (completion--do-completion, minibuffer-complete)
13074 (minibuffer-force-complete, minibuffer-complete-word): Use it.
13075 (completion--do-completion): Don't ignore completion-auto-help when in
13076 icomplete-mode.
13077
dd5a5ee0
SM
13078 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
13079 internal encoding (e.g. tibetan zero is not whitespace).
13080 (global-whitespace-mode): Prefer save-current-buffer.
13081 (whitespace-trailing-regexp): Remove useless save-match-data.
13082 (whitespace-empty-at-bob-regexp): Minor simplification.
13083
b7d22a83
CY
130842011-05-03 Chong Yidong <cyd@stupidchicken.com>
13085
13086 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
13087
5192af46
AM
130882011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13089
13090 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 13091 Use `concat' to create string for insertion.
5192af46 13092
5767d190
SM
130932011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13094
13095 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
13096 Avoid open-line which runs post-self-insert-hook.
13097 (bibtex-fill-entry): Remove unused `end' var.
13098
bf242939
AM
130992011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
13100
5767d190
SM
13101 * textmodes/ispell.el (ispell-add-per-file-word-list):
13102 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 13103
25666126
LL
131042011-05-03 Leo Liu <sdl.web@gmail.com>
13105
13106 * isearch.el (isearch-yank-pop): New command.
5767d190 13107 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
13108 (isearch-forward): Mention it.
13109
52d3c2d0
SM
131102011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13111
1bcace58
SM
13112 * simple.el (minibuffer-complete-shell-command): Remove.
13113 (minibuffer-local-shell-command-map): Use completion-at-point.
13114 (read-shell-command): Setup completion vars here instead.
13115 (read-expression-map): Bind TAB to symbol completion.
13116
52d3c2d0
SM
13117 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
13118 error directly rather via storing it into `results'.
13119
35813471
LL
131202011-05-02 Leo Liu <sdl.web@gmail.com>
13121
13122 * vc/diff.el: Fix description.
13123
e793a940
LMI
131242011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13125
13126 * server.el (server-eval-at): New function.
13127
8de66e05
LMI
131282011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13129
13130 * net/network-stream.el (open-network-stream): Take a :nowait
13131 parameter and pass it on to `make-network-process'.
13132 (network-stream-open-plain): Ditto.
13133
dcb79f20
AS
131342011-04-30 Andreas Schwab <schwab@linux-m68k.org>
13135
13136 * faces.el (face-spec-set-match-display): Don't match toolkit
13137 options on terminal frames.
13138
14a7fbd8
SM
131392011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13140
7eabc1be
SM
13141 * progmodes/pascal.el: Use lexical binding.
13142 (pascal-mode-map): Remove author preferences.
13143
14a7fbd8
SM
13144 * pcomplete.el (pcomplete-std-complete): Don't abuse
13145 completion-at-point.
13146
50f84510
JB
131472011-04-28 Juanma Barranquero <lekktu@gmail.com>
13148
6e087a44
JB
13149 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
13150 removing code that has been dead since 1991 or so.
13151
50f84510
JB
13152 * startup.el (command-line): When warning about "_emacs", use a
13153 delayed warning to allow the user to filter it out.
13154
0ba690bd
DD
131552011-04-28 Deniz Dogan <deniz@dogan.se>
13156
13157 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
13158 user has not joined.
13159
08abfaad
SM
131602011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13161
13162 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
13163 aren't any completions at point.
13164
638f053a
JB
131652011-04-28 Juanma Barranquero <lekktu@gmail.com>
13166
13167 * subr.el (display-delayed-warnings): New function.
13168 (delayed-warnings-hook): New variable.
13169
8fff8daa
SM
131702011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13171
08abfaad
SM
13172 * minibuffer.el (completion-at-point, completion-help-at-point):
13173 Don't presume that a given completion-at-point-function will always
13174 use the same calling convention.
13175
8fff8daa
SM
13176 * pcomplete.el (pcomplete-completions-at-point):
13177 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
13178 pcomplete-seen is non-nil.
13179 (pcomplete-comint-setup): Also recognize the new comint/shell
13180 completion functions.
13181 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
13182 pcomplete-seen is non-nil.
13183
841a1577 131842011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 13185
841a1577 13186 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 13187 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 13188 the first character in the entry. This allows for code to add its
211ec907
UJ
13189 own uid to the entry.
13190 (icalendar--convert-float-to-ical): Add export of
13191 `diary-float'-entries save for those with the optional DAY
13192 argument.
13193
2a782793
DC
131942011-04-27 Daniel Colascione <dan.colascione@gmail.com>
13195
13196 * subr.el (shell-quote-argument): Use alternate escaping strategy
13197 when we spot a variable reference in a string.
13198
0438ce91
DC
131992011-04-26 Daniel Colascione <dan.colascione@gmail.com>
13200
13201 * cus-start.el (all): Define customization for debug-on-event.
13202
841a1577 132032011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
13204
13205 * subr.el (shell-quote-argument): Escape correctly under Windows.
13206
d090ed6c
SM
132072011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13208
13209 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
13210
bfd31217
MA
132112011-04-25 Michael Albinus <michael.albinus@gmx.de>
13212
d090ed6c
SM
13213 * net/tramp.el (tramp-process-actions): Add POS argument.
13214 Delete region between POS and (pos).
bfd31217 13215
d090ed6c
SM
13216 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13217 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
13218 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
13219
13220 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
13221 position in `tramp-process-actions' call.
13222
13223 * net/trampver.el: Update release number.
13224
e92f3bd3
SM
132252011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13226
850256b5
SM
13227 * custom.el (defcustom): Obey lexical-binding.
13228
e92f3bd3
SM
13229 Fix octave-inf completion problems reported by Alexander Klimov.
13230 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
13231 Inherit from octave-mode-syntax-table.
13232 (inferior-octave-mode): Set info-lookup-mode.
13233 (inferior-octave-completion-at-point): New function.
13234 (inferior-octave-complete): Use it and completion-in-region.
13235 (inferior-octave-dynamic-complete-functions): Use it as well, and use
13236 comint-filename-completion.
13237 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
13238 symbol elements which shouldn't be word elements.
13239 (octave-font-lock-keywords, octave-beginning-of-defun)
13240 (octave-function-header-regexp): Adjust regexps accordingly.
13241 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
13242
cd22b309
JB
132432011-04-25 Juanma Barranquero <lekktu@gmail.com>
13244
13245 * net/gnutls.el (gnutls-errorp): Declare before first use.
13246
8b492194
TZ
132472011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
13248
13249 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
13250 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 13251 default trustfile exists before going to use it. Add missing
5a5fa834 13252 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
13253 Reported by Claudio Bley <claudio.bley@gmail.com>.
13254 (open-gnutls-stream): Add usage example.
13255
13256 * net/network-stream.el (network-stream-open-starttls): Give host
13257 parameter to `gnutls-negotiate'.
13258 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 13259 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 13260
841a1577 132612011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 13262
cd22b309
JB
13263 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
13264 Use correct match group (bug#8438).
05842630 13265
3ba7869c
CY
132662011-04-24 Chong Yidong <cyd@stupidchicken.com>
13267
512e3ae1
CY
13268 * emacs-lisp/package.el (package-built-in-p): Fix typo.
13269 (package-menu--generate): New arg specifying packages to show.
13270 (package-menu-refresh, package-menu-execute, list-packages):
13271 Callers changed.
13272 (package-show-package-list): New function, replacing deleted
13273 package--list-packages (renamed because it is non-internal).
13274
13275 * finder.el (finder-list-matches): Use package-show-package-list
13276 instead of deleted package--list-packages.
13277
e92f3bd3
SM
13278 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
13279 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
13280 (vc-annotate-mode-map): Bind it to RET.
13281
7031be6d
UR
132822011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
13283
13284 * progmodes/etags.el (next-file): Don't use set-buffer to change
13285 buffers (Bug#8478).
13286
4ef177aa
CY
132872011-04-24 Chong Yidong <cyd@stupidchicken.com>
13288
c8d173eb
CY
13289 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
13290
4ef177aa
CY
13291 * apropos.el (apropos-label-face): Avoid variable-pitch face.
13292 (apropos-accumulator): Doc fix.
13293 (apropos-function, apropos-macro, apropos-command)
13294 (apropos-variable, apropos-face, apropos-group, apropos-widget)
13295 (apropos-plist): Add face property.
13296 (apropos-symbols-internal): Fix indentation.
13297 (apropos-print): Simplify help, and recognize apropos-multi-type.
13298 (apropos-print-doc): Use button-type-get to extract the button's
13299 face property. Fill docstring (Bug#8352).
13300
4ffd0d6b 133012011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
13302
13303 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
13304
c6c32125 13305 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 13306 (mpuz-mode-map): Use mapc.
c6c32125
JB
13307 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
13308 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
13309 Fix typos in docstrings.
13310
58d468b4
JB
13311 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
13312 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
13313
6470c3c6
JB
13314 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
13315
4ffd0d6b 133162011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
13317
13318 * minibuffer.el (completion--do-completion): Avoid the "Next char
13319 not unique" prompt if icomplete-mode is enabled (Bug#5849).
13320
3ad8bad0
CY
13321 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
13322 mouse-2 into unread-command-events, it is interpreted correctly.
13323
71d73c9c 13324 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 13325 (image-toggle-display): Doc fix.
71d73c9c 13326
841a1577 133272011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 13328
4ffd0d6b
GM
13329 * textmodes/page.el (what-page): Use line-number-at-pos to
13330 calculate line number (Bug#6825).
6e1dbaa9 13331
c2fb1b60
JB
133322011-04-22 Juanma Barranquero <lekktu@gmail.com>
13333
13334 * eshell/esh-mode.el (find-tag-interactive): Declare function.
13335 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
13336 Pass argument NO-DEFAULT to `find-tag-interactive'.
13337
e02f48d7
JB
133382011-04-22 Juanma Barranquero <lekktu@gmail.com>
13339
13340 Lexical-binding cleanup.
13341
13342 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
13343 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
13344 * progmodes/ada-prj.el (ada-prj-initialize-values)
13345 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
13346 (ada-prj-show-value):
13347 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
13348 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
13349 (antlr-invalidate-context-cache, antlr-options-menu-filter)
13350 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
13351 * progmodes/bug-reference.el (bug-reference-push-button):
13352 * progmodes/fortran.el (fortran-line-length):
13353 * progmodes/glasses.el (glasses-change):
13354 * progmodes/octave-mod.el (octave-fill-paragraph):
13355 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
13356 (python-pdbtrack-grub-for-buffer, python-sentinel):
13357 * progmodes/sql.el (sql-save-connection):
13358 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
13359 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
13360 Mark unused parameters.
13361
13362 * progmodes/compile.el (compilation--flush-directory-cache)
13363 (compilation--flush-parse, compile-internal): Mark unused parameters.
13364 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
13365 (compilation-next-error-function): Remove unused variable `timestamp'.
13366
13367 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
13368 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
13369
13370 * progmodes/dcl-mode.el (dcl-end-of-command):
13371 Remove unused variable `start'.
13372 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
13373 (dcl-option-value-basic, dcl-option-value-offset)
13374 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
13375 Mark unused parameters.
13376 (dcl-save-local-variable): Remove unused variable `val'.
13377 (mode): Declare.
13378
13379 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
13380 Mark unused parameters.
13381 (delphi-ignore-changes): Move before first use.
13382 (delphi-charset-token-at): Remove unused variable `start'.
13383 (delphi-else-start): Remove unused variable `if-count'.
13384 (delphi-comment-block-start, delphi-comment-block-end):
13385 Remove unused variable `kind'.
13386 (delphi-indent-line): Remove unused variable `new-point'.
13387
13388 * progmodes/ebrowse.el (ebrowse-files-list)
13389 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
13390 Mark unused parameters. Don't quote `lambda'.
13391 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
13392 Don't quote `lambda'.
13393 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
13394 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
13395 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
13396 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
13397 Use `ignore-errors'.
13398 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
13399 (ebrowse-view/find-file-and-search-pattern)
13400 (ebrowse-view/find-member-declaration/definition):
13401 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
13402 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
13403 Rename parameter PREFIX-ARG to PREFIX.
13404 (ebrowse-tags-read-name): Remove unused variables `start' and
13405 `member-info'.
13406 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
13407 to `tags-file'.
13408
13409 * progmodes/etags.el (local-find-tag-hook): Declare.
13410 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
13411 Mark unused parameters.
13412
13413 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
13414 (executable-interpret): Mark unused parameter.
13415
13416 * progmodes/flymake.el (flymake-process-sentinel)
13417 (flymake-after-change-function)
13418 (flymake-create-temp-with-folder-structure)
13419 (flymake-get-include-dirs-dot): Mark unused parameters.
13420 (flymake-safe-delete-directory): Remove unused variable `err'.
13421
13422 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
13423 (speedbar-timer-fn, speedbar-line-text)
13424 (speedbar-change-expand-button-char, speedbar-delete-subblock)
13425 (speedbar-center-buffer-smartly): Declare functions.
13426 (gdb-find-watch-expression): Remove unused variable `array'.
13427 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
13428 (gdb-starting): Mark unused parameters.
13429 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
13430 (gdb-table-string): Remove unused variable `res'.
13431 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
13432 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
13433 (gdb-display-buffer): Remove unused variable `cur-size'.
13434
13435 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
13436 allow lexical-binding compilation.
13437 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
13438 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
13439 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
13440 Mark unused parameters.
13441 (gud-gdb-marker-filter): Remove unused variable `match'.
13442 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
13443 lambda expressions and funcall them, instead of using `fset'.
13444
13445 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
13446 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
13447
13448 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
13449 variable `header-beg'; use `let'.
13450
13451 * progmodes/icon.el (indent-icon-exp): Remove unused variables
13452 `restart', `last-sexp' and `at-do'.
13453
13454 * progmodes/js.el (js--debug): Mark unused parameter.
13455 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
13456 (js--splice-into-items): Remove unused variable `item'.
13457 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
13458
13459 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
13460 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
13461 (makefile-complete): Remove unused variable `try'.
13462 (makefile-fill-paragraph, makefile-match-function-end):
13463 Mark unused parameters.
13464
13465 * progmodes/octave-inf.el (inferior-octave-complete):
13466 Remove unused variable `proc'.
13467 (inferior-octave-output-digest): Mark unused parameter.
13468
13469 * progmodes/perl-mode.el (perl-calculate-indent):
13470 Remove unused variable `err'.
13471
13472 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
13473 (prolog-indent-line): Mark unused parameters.
13474 (prolog-indent-line): Remove unused variable `beg'.
13475
13476 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
13477 (reporter-dont-compact-list): Declare.
13478
13479 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
13480 Remove unused variable `char'.
13481 (sh-debug): Mark unused parameter.
13482 (sh-get-indent-info): Remove unused variable `start'.
13483 (sh-calculate-indent): Remove unused variable `var'.
13484
13485 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
13486 (simula-electric-keyword): Remove unused variable `null'.
13487 (simula-search-backward, simula-search-forward): Remove unused
13488 variables `begin' and `end'.
13489
13490 * progmodes/vera-mode.el (vera-guess-basic-syntax):
13491 Remove unused variable `pos'.
13492 (vera-electric-tab, vera-comment-uncomment-region):
13493 Mark unused parameters.
13494 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
13495
7ede3b65
CY
134962011-04-22 Chong Yidong <cyd@stupidchicken.com>
13497
13498 * emacs-lisp/package.el (package--builtins, package-alist)
13499 (package-load-descriptor, package-built-in-p, package-activate)
13500 (define-package, package-installed-p)
13501 (package-compute-transaction, package-buffer-info)
13502 (package--push): Doc fix. Distinguish more clearly between
13503 version strings and version lists.
13504
121656e9
JB
135052011-04-21 Juanma Barranquero <lekktu@gmail.com>
13506
13507 Lexical-binding cleanup.
13508
13509 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
13510 (5x5-make-mutate-best):
13511 * play/fortune.el (fortune-in-buffer):
13512 * play/gomoku.el (gomoku-init-display):
13513 * play/solitaire.el (solitaire, solitaire-do-check):
13514 * play/tetris.el (tetris-default-update-speed-function):
13515 Mark unused parameters.
13516
13517 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
13518 (bubbles--shift): Remove unused variable `char-org'.
13519 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
13520 (bubbles--show-images): Remove unused variable `char'.
13521
13522 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
13523 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
13524 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
13525 (decipher-analyze-buffer): Use ?\s.
13526 (decipher-make-checkpoint): Remove unused variable `mapping'.
13527
13528 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
13529
13530 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
13531 Remove unused variable `result'; use `let'.
13532
13533 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
13534 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
13535 (gametree-children-shown-p, gametree-compute-reduced-score):
13536 Use `ignore-errors'.
13537
13538 * play/handwrite.el (ps-lpr-switches): Declare.
13539 (handwrite): Remove unused variables `pmin' and `lastp'.
13540
13541 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
13542
13543 * play/landmark.el (landmark-init-display)
13544 (landmark-update-naught-weights): Mark unused parameters.
13545 (landmark-y): Remove unused variable `noise'. Simplify.
13546 (landmark-human-plays): Remove unused variable `score'.
13547
13548 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
13549 (mpuz-try-proposal): Remove unused variable `game'.
13550
13551 * play/zone.el (life-patterns): Declare.
13552
80f499c7
JB
135532011-04-20 Juanma Barranquero <lekktu@gmail.com>
13554
13555 * vc/vc.el (ediff-vc-internal): Declare function.
13556
024ff170
SM
135572011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13558
c0a193ea
SM
13559 * shell.el: Use lexical-binding and std completion UI.
13560 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
13561 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
13562 comint-preoutput-filter-functions rather than on
13563 comint-output-filter-functions.
13564 (shell-command-completion, shell--command-completion-data)
13565 (shell-filename-completion, shell-environment-variable-completion)
13566 (shell-c-a-p-replace-by-expanded-directory): New functions.
13567 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
13568 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
13569 (shell-dynamic-complete-environment-variable): Use them.
13570 (shell-dynamic-complete-as-environment-variable)
13571 (shell-dynamic-complete-as-command): Remove.
13572 (shell-match-partial-variable): Match past point.
13573 * comint.el: Clean up use of completion-at-point-functions.
13574 (comint-completion-at-point): New function.
13575 (comint-mode): Use it completion-at-point-functions.
13576 (comint-dynamic-complete): Make it obsolete.
13577 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
13578 (comint-c-a-p-replace-by-expanded-history): New function.
13579 (comint-dynamic-complete-functions)
13580 (comint-replace-by-expanded-history): Use it.
13581 * minibuffer.el (completion-table-with-terminator): Allow dynamic
13582 termination strings. Try harder to avoid second try-completion.
13583 (completion-in-region-mode-map): Disable bindings that don't work yet.
13584
2dbaa080
SM
13585 * comint.el: Use lexical-binding. Require CL.
13586 (comint-dynamic-complete-functions): Use comint-filename-completion.
13587 (comint-completion-addsuffix): Tweak custom type.
13588 (comint-filename-completion, comint--common-suffix)
13589 (comint--common-quoted-suffix, comint--table-subvert)
13590 (comint--complete-file-name-data): New functions.
13591 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
13592 (comint-dynamic-list-filename-completions): Use them.
13593 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 13594
2dbaa080
SM
13595 * minibuffer.el (completion-in-region-mode):
13596 Keep completion-in-region-mode--predicate global.
13597 (completion-in-region--postch):
13598 Assume completion-in-region-mode--predicate is not null.
13599
c79a6f38
SM
13600 * progmodes/flymake.el (flymake-start-syntax-check-process):
13601 Obey `dir'. Simplify.
13602
024ff170
SM
13603 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
13604 we're in VC after all.
13605
1c6c854e
CS
136062011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
13607
13608 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 13609 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
13610 (vc-version-diff): Use vc-diff-build-argument-list-internal.
13611
bed7f140
SM
136122011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13613
332e62ab
SM
13614 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
13615 add sanity check.
13616
bed7f140
SM
13617 * obsolete/erc-hecomplete.el: Make obsolete.
13618 * obsolete/: Standardize obsolescence info in the header.
13619
f195c582
GM
136202011-04-20 Glenn Morris <rgm@gnu.org>
13621
13622 * calendar/solar.el (solar-horizontal-coordinates):
13623 Use the longitude argument rather than `calendar-longitude'.
13624 (solar-date-next-longitude): Remove unused locals.
13625
cb79b8c0
VJL
136262011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13627
13628 * whitespace.el: New version 13.2.1.
13629
136302011-04-20 felix <EmacsWiki> (tiny change)
13631
d8e4b68b 13632 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
13633 switching between major modes on a file.
13634
602ea69d
SM
136352011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13636
13637 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
13638 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
13639 multi-line comments as well.
13640
06b60517
JB
136412011-04-19 Juanma Barranquero <lekktu@gmail.com>
13642
13643 Lexical-binding cleanup.
13644
13645 * arc-mode.el (archive-mode-revert):
13646 * cmuscheme.el (scheme-interactively-start-process):
13647 * custom.el (custom-initialize-delay):
13648 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
13649 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
13650 * emacs-lock.el (emacs-lock-clear-sentinel):
13651 * ezimage.el (defezimage):
13652 * follow.el (follow-avoid-tail-recenter):
13653 * fringe.el (set-fringe-mode-1):
13654 * generic-x.el (bat-generic-mode-compile):
13655 * help-mode.el (help-info-variable, help-do-xref)
13656 (help-mode-revert-buffer):
13657 * help.el (view-emacs-todo):
13658 * iswitchb.el (iswitchb-completion-help):
13659 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
13660 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
13661 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
13662 * locate.el (locate-update):
13663 * longlines.el (longlines-encode-region)
13664 (longlines-after-change-function):
13665 * outline.el (outline-isearch-open-invisible):
13666 * ps-def.el (declare-function, charset-dimension, char-width)
13667 (encode-char):
13668 * ps-mule.el (ps-mule-plot-string):
13669 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
13670 (recentf-edit-list-select, recentf-edit-list-validate)
13671 (recentf-open-files-action):
13672 * rect.el (delete-whitespace-rectangle-line)
13673 (rectangle-number-line-callback):
13674 * register.el (window-configuration-to-register)
13675 (frame-configuration-to-register):
13676 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
13677 * select.el (xselect-convert-to-string, xselect-convert-to-length)
13678 (xselect-convert-to-targets, xselect-convert-to-delete)
13679 (xselect-convert-to-filename, xselect-convert-to-charpos)
13680 (xselect-convert-to-lineno, xselect-convert-to-colno)
13681 (xselect-convert-to-os, xselect-convert-to-host)
13682 (xselect-convert-to-user, xselect-convert-to-class)
13683 (xselect-convert-to-name, xselect-convert-to-integer)
13684 (xselect-convert-to-atom, xselect-convert-to-identity):
13685 * subr.el (declare, ignore, process-kill-without-query)
13686 (text-clone-maintain):
13687 * terminal.el (te-get-char, te-tic-sentinel):
13688 * tool-bar.el (tool-bar-make-keymap):
13689 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
13690 * type-break.el (type-break-mode, type-break-noninteractive-query):
13691 * view.el (View-back-to-mark):
13692 * wid-browse.el (widget-browse-action, widget-browse-widget)
13693 (widget-browse-widgets, widget-browse-sexp):
13694 * widget.el (define-widget-keywords):
13695 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
13696 Mark unused parameters.
13697
13698 * align.el (align-adjust-col-for-rule): Mark unused parameter.
13699 (align-areas): Remove unused variable `look'.
13700 (align-region): Remove unused variables `real-end' and `pos-list'.
13701
13702 * apropos.el (apropos-score-doc): Remove unused variable `i'.
13703
13704 * bindings.el (mode-line-modified, mode-line-remote):
13705 Mark unused parameters.
13706 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
13707
13708 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
13709 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
13710
13711 * comint.el (comint-history-isearch-pop-state)
13712 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
13713 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
13714 (comint-substitute-in-file-name): Doc fix.
13715
13716 * completion.el (cmpl-statistics-block): Mark unused parameter.
13717 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
13718 (save-completions-to-file, load-completions-from-file):
13719 Remove unused local variable `e'.
13720
13721 * composite.el (compose-chars): Remove unused variable `len'.
13722 (lgstring-insert-glyph): Remove unused variable `g'.
13723 (compose-glyph-string): Remove unused variables `ascent',
13724 `descent', `lbearing' and `rbearing'.
13725 (compose-glyph-string-relative): Remove unused variables
13726 `lbearing', `rbearing' and `wadjust'.
13727 (compose-gstring-for-graphic): Remove unused variables `header',
13728 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
13729 (compose-gstring-for-terminal): Remove unused variables `header'
13730 and `nchars'. Use `let', not `let*'.
13731
13732 * cus-edit.el (Custom-set, Custom-save, custom-reset)
13733 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
13734 (Custom-buffer-done, custom-buffer-create-internal)
13735 (custom-browse-visibility-action, custom-browse-group-tag-action)
13736 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
13737 (widget-magic-mouse-down-action, custom-toggle-parent)
13738 (custom-add-parent-links, custom-toggle-hide-variable)
13739 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
13740 (custom-toggle-hide-face, face, hook, custom-group-link-action)
13741 (custom-face-menu-create, custom-variable-menu-create, get)
13742 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
13743 (custom-reset-standard-save-and-update): Remove unused variable `value'.
13744 (customize-apropos): Remove unused variable `tests'.
13745 (custom-group-value-create): Remove unused variable `hidden-p'.
13746 (sort-fold-case): Declare.
13747
13748 * cus-theme.el (custom-reset-standard-faces-list)
13749 (custom-reset-standard-variables-list): Declare.
13750 (customize-create-theme, custom-theme-revert, custom-theme-write)
13751 (custom-theme-choose-mode, customize-themes, custom-theme-save):
13752 Mark unused parameters.
13753
13754 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
13755
13756 * delim-col.el (delimit-columns-max): Move defvar before first use.
13757
13758 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 13759 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
13760
13761 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
13762 (auto-insert): Declare.
13763 (desktop-restore-file-buffer): Rename desktop-* parameters;
13764 mark unused ones.
13765 (desktop-create-buffer): Rename desktop-* parameters and bind them.
13766 (desktop-buffer): Rename desktop-* parameters.
13767
13768 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
13769 (dframe-reposition-frame-xemacs, dframe-help-echo)
13770 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
13771 Mark unused parameters.
13772
13773 * dired-aux.el (backup-extract-version-start, overwrite-query)
13774 (overwrite-backup-query, rename-regexp-query)
13775 (rename-non-directory-query): Declare.
13776 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
13777 (dired-add-entry): Remove unused variable `orig-file-name'.
13778 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
13779 Use parameter PRESERVE-TIME instead of accessing dynamic variable
13780 `dired-copy-preserve-time' directly.
13781 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
13782 (dired-insert-subdir-newpos): Rename unused variable `pos'.
13783
13784 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
13785 (dired-virtual-revert, dired-make-relative-symlink):
13786 Mark unused parameters.
13787 (manual-program): Declare.
13788 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
13789 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
13790 wrapped in `with-no-warnings' to avoid replacing one warning by another.
13791
13792 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
13793
13794 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
13795
13796 * echistory.el (electric-history-in-progress, Helper-return-blurb):
13797 Declare.
13798
13799 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
13800
13801 * electric.el (Electric-command-loop): Rename parameter
13802 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
13803
13804 * expand.el (expand-in-literal): Remove unused variable `here'.
13805
13806 * facemenu.el (facemenu-add-new-color):
13807 Remove unused variable `docstring'.
13808
13809 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
13810 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
13811 (face-attr-construct): Mark unused parameter. Doc fix.
13812 (read-color): Remove unused variable `hex-string'.
13813
13814 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
13815 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
13816 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
13817 (display-buffer-other-frame): Remove unused variable `old-window'.
13818 (kill-buffer-hook): Declare.
13819 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
13820 Mark unused parameters.
13821 (after-find-file): Pass 1 to `auto-save-mode', not t.
13822
13823 * files-x.el (auto-insert): Declare.
13824 (modify-file-local-variable-prop-line): Remove unused variable `val'.
13825
13826 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 13827 variable `buf'. Mark unused parameter.
06b60517
JB
13828 (find-lisp-insert-directory): Mark unused parameter.
13829
13830 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
13831 (format-encode-region): Remove unused variables `cur-buf' and `result'.
13832 (format-common-tail): Remove, unused.
13833 (format-deannotate-region): Remove unused variable `loc'.
13834 (format-annotate-region): Remove unused variable `p'.
13835 (format-annotate-single-property-change): Remove unused variables
13836 `default' and `tail'.
13837
13838 * forms.el (read-file-filter): Declare.
13839 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
13840
13841 * frame.el (frame-creation-function-alist): Mark unused parameter.
13842 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
13843
13844 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
13845 Remove unused parameters.
13846 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
13847 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
13848
13849 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
13850 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
13851 (hfy-prepare-tag-map): Mark unused parameters.
13852 (htmlfontify-buffer): Use `called-interactively-p'.
13853
13854 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
13855 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
13856 (ibuffer-do-occur): Mark unused parameters.
13857 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
13858 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
13859
13860 * ibuffer.el: Don't quote `lambda'.
13861 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
13862 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
13863 Mark unused parameters.
13864
13865 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
13866 (ido-completing-read): Mark unused parameters.
13867 (ido-copy-current-word): Mark unused parameters;
13868 remove unused variable `name'.
13869 (ido-sort-merged-list): Remove unused parameter `dirs'.
13870
13871 * ielm.el (ielm-input-sender): Mark unused parameter.
13872 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
13873 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
13874 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
13875 `ielm-string' as a dynamic variable accessible from the IELM prompt.
13876 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
13877
13878 * image-dired.el (image-dired-display-thumbs): Remove unused
13879 variables `curr-file' and `count'.
13880 (image-dired-remove-tag): Remove unused variable `start'.
13881 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
13882 variable `curr-file'
13883 (image-dired-rotate-original): Remove unused variable `temp-file'.
13884 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
13885 Remove unused variable `file'.
13886 (image-dired-gallery-generate): Remove unused variable `curr'.
13887 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
13888
13889 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
13890
13891 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
13892
13893 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
13894
13895 * isearch.el (minibuffer-history-symbol): Declare.
13896 (isearch-edit-string): Remove unused variable `err'.
13897 (isearch-message-prefix, isearch-message-suffix):
13898 Mark unused parameters.
13899
13900 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
13901
13902 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
13903
13904 * makesum.el (double-column): Remove unused variable `cnt'.
13905
13906 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
13907 (ido-ignore-item-temp-list): Declare.
13908
13909 * mouse-drag.el (mouse-drag-throw): Remove unused variables
13910 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
13911 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
13912 (mouse-drag-drag): Remove unused variables `mouse-delta' and
13913 `mouse-col-delta'.
13914
13915 * mouse-sel.el (mouse-extend-internal):
13916 Remove unused variable `orig-window-frame'.
13917
13918 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
13919 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
13920 Move declarations before first use.
13921 (pcomplete-opt): Mark unused parameters; doc fix.
13922
13923 * proced.el (proced-revert): Mark unused parameter.
13924 (proced-send-signal): Remove unused variable `err'.
13925
13926 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
13927 Rename parameter PREFIX-ARG to ARG.
13928 (ps-basic-plot-string, ps-basic-plot-whitespace):
13929 Mark unused parameters.
13930
13931 * replace.el (replace-count): Define.
13932 (occur-revert-function): Mark unused parameters.
13933 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
13934 (isearch-case-fold-search, isearch-string): Declare.
13935 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
13936 bind `case-fold-search'. Remove unused variables `beg' and `end',
13937 and simplify.
13938 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
13939 COUNT and bind `replace-count'.
13940 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
13941 to COUNT.
13942
13943 * savehist.el (print-readably, print-string-length): Declare.
13944
13945 * shadowfile.el (shadow-expand-cluster-in-file-name):
13946 Remove unused variable `cluster'.
13947 (shadow-copy-file): Remove unused variable `i'.
13948 (shadow-noquery, shadow-clusters, shadow-site-cluster)
13949 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
13950 (shadow-define-literal-group, shadow-define-regexp-group)
13951 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
13952
13953 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
13954 (shell): Use `called-interactively-p'.
13955 (shell-directory-tracker): Remove unused variable `chdir-failure'.
13956
13957 * simple.el (compilation-context-lines, comint-file-name-quote-list)
13958 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
13959 (delete-backward-char): Remove unused variable `ocol'.
13960 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
13961 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
13962 (event-apply-hyper-modifier, event-apply-shift-modifier)
13963 (event-apply-control-modifier, event-apply-meta-modifier):
13964 Mark unused parameters.
13965 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
13966 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
13967
13968 * speedbar.el (speedbar-ignored-directory-expressions)
13969 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
13970 (speedbar-find-file, speedbar-dir-follow)
13971 (speedbar-directory-buttons-follow, speedbar-tag-find)
13972 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
13973 (speedbar-buffers-line-directory, speedbar-buffer-click):
13974 Mark unused parameters.
13975 (speedbar-tag-file): Remove unused variable `mode'.
13976 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
13977
13978 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
13979
13980 * talk.el (talk): Remove unused variable `display'.
13981
13982 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
13983 (tar-write-region-annotate): Mark unused parameter.
13984
13985 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
13986 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
13987 Declare them, wrapped in `with-no-warnings' to avoid replacing one
13988 warning by another.
13989
13990 * time-stamp.el (time-stamp-string-preprocess):
13991 Remove unused variable `require-padding'.
13992
13993 * tree-widget.el (widget-glyph-enable): Declare.
13994 (tree-widget-action): Mark unused parameter.
13995
13996 * w32-fns.el (x-get-selection): Mark unused parameter.
13997 (autoload-make-program, generated-autoload-file): Declare.
13998
13999 * wdired.el (wdired-revert): Mark unused parameters.
14000 (wdired-xcase-word): Remove unused variable `err'.
14001
14002 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
14003 (whitespace-help-scroll): Remove unused variable `data-help'.
14004
14005 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
14006 (widget-image-insert, widget-after-change, default)
14007 (widget-default-format-handler, widget-default-notify)
14008 (widget-default-prompt-value, widget-info-link-action)
14009 (widget-url-link-action, widget-function-link-action)
14010 (widget-variable-link-action, widget-file-link-action)
14011 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
14012 (widget-field-prompt-internal, widget-field-action, widget-field-match)
14013 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
14014 (widget-insert-button-action, widget-delete-button-action, visibility)
14015 (widget-documentation-link-action, widget-documentation-string-action)
14016 (widget-const-prompt-value, widget-regexp-match, symbol)
14017 (widget-coding-system-prompt-value)
14018 (widget-key-sequence-value-to-external, sexp)
14019 (widget-sexp-value-to-internal, character, vector, cons)
14020 (widget-choice-prompt-value, widget-boolean-prompt-value)
14021 (widget-color--choose-action): Mark unused parameters.
14022 (widget-item-match-inline, widget-choice-match-inline)
14023 (widget-checklist-match, widget-checklist-match-inline)
14024 (widget-group-match): Rename parameter VALUES to VALS.
14025 (widget-field-value-set): Remove unused variable `size'.
14026 (widget-color-action): Remove unused variables `value' and `start'.
14027
14028 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 14029 variable `dir'. Doc fix.
06b60517
JB
14030 (windmove-find-other-window): Don't pass it.
14031
14032 * window.el (count-windows): Mark unused parameter.
14033 (bw-adjust-window): Remove unused variable `err'.
14034
14035 * woman.el (woman-file-name): Remove unused variable `default'.
14036 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
14037 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
14038 (global-font-lock-mode): Declare.
14039 (woman-decode-region): Mark unused parameter.
14040 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
14041
14042 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
14043 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
14044 (x-dnd-handle-moz-url): Remove unused variable `title'.
14045 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
14046
14047 * xml.el (xml-parse-tag, xml-parse-attlist):
14048 Remove unused variable `pos'.
14049
bc4f7f3d
GM
140502011-04-19 Glenn Morris <rgm@gnu.org>
14051
14052 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
14053 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
14054 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14055 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
14056 * calendar/cal-html.el (cal-html-insert-minical):
14057 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
14058 (calendar-mark-date-pattern):
14059 Prefix "unused" locals.
14060
14061 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
14062 optional argument `style'.
14063
14064 * calendar/appt.el (appt-make-list):
14065 * calendar/cal-china.el (calendar-chinese-date-string):
14066 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
14067 (diary-hebrew-yahrzeit):
14068 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
14069 * calendar/calendar.el (calendar-generate-window):
14070 * calendar/time-date.el (time-to-days):
14071 Remove unused local variables.
14072
16a43933
CY
140732011-04-18 Chong Yidong <cyd@stupidchicken.com>
14074
14075 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
14076 glyphless-char-display table.
14077 (tabulated-list-glyphless-char-display): New var.
14078
7eed1860
SS
140792011-04-18 Sam Steingold <sds@gnu.org>
14080
14081 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
14082 to acknowledgments.
14083
4d2d1ccd
GM
140842011-04-17 Glenn Morris <rgm@gnu.org>
14085
14086 * calendar/diary-lib.el (diary-sexp-entry):
14087 * calendar/holidays.el (holiday-sexp):
14088 Set debug-on-error rather than the removed stack-trace-on-error.
14089
239da61d
GM
140902011-04-16 Glenn Morris <rgm@gnu.org>
14091
14092 * progmodes/f90.el: Use lexical-binding.
14093 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
14094
8b05752a
SM
140952011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14096
daca8ba5
SM
14097 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
14098 (mail-mode): Setup mailalias completion here instead.
14099 * mail/mailalias.el: Use lexical-binding.
14100 (pattern, mailalias-done): Declare dynamic.
14101 (mail-completion-at-point-function): New function, from mail-complete.
14102 (mail-complete): Use it.
14103 (mail-completion-expand): New function.
14104 (mail-get-names): Use it.
14105 (mail-directory, mail-directory-process, mail-directory-stream):
14106 Don't use `pattern' for lexically bound arg.
14107
6f542485
SM
14108 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
14109
037e7c3f
SM
14110 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
14111 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
14112 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
14113
8b05752a
SM
14114 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
14115 (byte-save-window-excursion, byte-temp-output-buffer-setup)
14116 (byte-interactive-p): Define them again, for use when inlining
14117 old code.
14118
49093f60
JB
141192011-04-15 Juanma Barranquero <lekktu@gmail.com>
14120
14121 * loadup.el: Use `string-to-number', not `string-to-int'.
14122
b5b8e7de
SM
141232011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14124
14125 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
14126 gud-gdb-complete-command.
14127 (gud-gdb-completions): New function, from gud-gdb-complete-command.
14128 (gud-gdb-completion-at-point): New function.
14129 (gud-gdb-completions): Remove.
14130
f42efeb5
MA
141312011-04-14 Michael Albinus <michael.albinus@gmx.de>
14132
49093f60
JB
14133 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
14134 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
14135 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
14136 whether `executable-find' is bound.
f42efeb5
MA
14137
14138 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
14139
e240cc21
SM
141402011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14141
14142 * minibuffer.el (completion-in-region-mode-predicate)
14143 (completion-in-region-mode--predicate): New vars.
14144 (completion-in-region, completion-in-region--postch)
14145 (completion-in-region-mode): Use them.
14146 (completion--capf-wrapper): Also return the hook function.
14147 (completion-at-point, completion-help-at-point):
14148 Adjust and provide a predicate.
c2bd2ab0
SM
14149
14150 Preserve arg names for advice of subr and lexical functions (bug#8457).
14151 * help-fns.el (help-function-arglist): Consolidate the subr and
14152 new-byte-code cases. Add argument `preserve-names' to extract names
14153 from the docstring when needed.
14154 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
14155 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
14156 (ad-arglist): Use help-function-arglist's new arg.
14157 (ad-definition-type): Use cond.
14158
c183f693
JB
141592011-04-13 Juanma Barranquero <lekktu@gmail.com>
14160
06641a47
JB
14161 * autorevert.el (auto-revert-handler):
14162 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
14163 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
14164 Don't quote lambda.
14165
c183f693
JB
14166 * image-mode.el (image-transform-set-scale):
14167 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
14168
1e3b6001
G
141692011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14170
14171 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 14172 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
14173 Upgrades via gnutls-cli are too slow to be done opportunistically.
14174
2d6af8dd
JB
141752011-04-12 Juanma Barranquero <lekktu@gmail.com>
14176
14177 * dframe.el (dframe-current-frame): Remove spurious quote.
14178
c0749a51
GM
141792011-04-12 Glenn Morris <rgm@gnu.org>
14180
088d0d61
GM
14181 * calendar/cal-tex.el (cal-tex-end-document):
14182 Try to automatically use latin1 input if needed.
14183
c0749a51
GM
14184 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
14185 Don't try to cons a mark onto an empty element.
14186
5c90fde0
LL
141872011-04-11 Leo Liu <sdl.web@gmail.com>
14188
14189 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
14190 buffers.
14191 (ido-kill-buffer-at-head): Support killing virtual buffers.
14192
369e974d
CY
141932011-04-10 Chong Yidong <cyd@stupidchicken.com>
14194
14195 * minibuffer.el (completion-show-inline-help): New var.
14196 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
14197 (minibuffer-force-complete, minibuffer-complete-word):
14198 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
14199
14200 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
14201 to avoid interference from inline help (Bug#5849).
14202
37f1c930
LL
142032011-04-10 Leo Liu <sdl.web@gmail.com>
14204
099c39a4
JB
14205 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14206 Fix typo.
37f1c930 14207
a32d4040
CY
142082011-04-09 Chong Yidong <cyd@stupidchicken.com>
14209
14210 * image-mode.el (image-toggle-display-image): Signal an error if
14211 not in Image mode.
14212 (image-transform-mode, image-transform-resize)
14213 (image-transform-set-rotation): Doc fix.
daca8ba5 14214 (image-transform-set-resize): Delete.
a32d4040
CY
14215 (image-transform-set-scale, image-transform-fit-to-height)
14216 (image-transform-fit-to-width): Handle image-toggle-display-image
14217 and image-transform-resize directly.
14218
099c39a4 142192011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
14220
14221 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
14222 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
14223 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
14224 (doc-view-mode-map): Add bindings for the new functions.
14225
099c39a4 142262011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 14227
4d61f28d 14228 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
14229 Fix typo in docstring.
14230
3726838a
EZ
142312011-04-08 Eli Zaretskii <eliz@gnu.org>
14232
04f33f1e
EZ
14233 * files.el (file-size-human-readable): Produce one digit after
14234 decimal, like "ls -lh" does.
14235
14236 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
14237 the file size representation.
14238
3726838a
EZ
14239 * simple.el (list-processes): If async subprocesses are not
14240 available, error out with a clear error message.
14241
cbb59342
CY
142422011-04-08 Chong Yidong <cyd@stupidchicken.com>
14243
14244 * help.el (help-form-show): New function, to be called from C.
14245 Put help-form output in a buffer named differently than *Help*.
14246
e3971c44
EZ
142472011-04-08 Eli Zaretskii <eliz@gnu.org>
14248
14249 * files.el (file-size-human-readable): New function.
14250
14251 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
14252 computing the representation inline. Don't require `cl'.
14253
12544bbe
GM
142542011-04-08 Glenn Morris <rgm@gnu.org>
14255
a1de6c6a
GM
14256 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
14257
3c4671f4
GM
14258 * net/browse-url.el (browse-url-firefox):
14259 Test system-type, not system-configuration.
14260
b605679c
GM
14261 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
14262 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
14263 Use log-edit-empty-buffer-p. (Bug#7598)
14264
56442f0c
GM
14265 * net/rlogin.el (rlogin-process-connection-type): Simplify.
14266 (rlogin-mode-map): Initialize in the defvar.
14267 (rlogin): Use ignore-errors.
14268
12544bbe
GM
14269 * replace.el (occur-mode-map): Some fixes for menu items.
14270
eb237b0f
AH
142712011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14272
14273 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
14274
7d668f2c
CY
142752011-04-06 Chong Yidong <cyd@stupidchicken.com>
14276
e67a13ab
CY
14277 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
14278 issuing unused warnings.
14279
14280 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
14281 macro directly.
14282
7d668f2c
CY
14283 * simple.el: Lisp reimplement of list-processes. Based on an
14284 earlier reimplementation by Leo Liu, but using tabulated-list.el.
14285 (process-menu-mode): New major mode.
14286 (list-processes--refresh, list-processes):
14287 (process-menu-visit-buffer): New functions.
14288
14289 * files.el (save-buffers-kill-emacs): Don't assume any return
14290 value of list-processes, which is undocumented anyway.
14291
a83ec3c9
CY
142922011-04-06 Chong Yidong <cyd@stupidchicken.com>
14293
14294 * emacs-lisp/tabulated-list.el: New file.
14295
e91a96fe
CY
14296 * emacs-lisp/package.el: Use Tabulated List mode.
14297 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
14298 (package-menu-mode): Derive from tabulated-list-mode. Set up the
14299 table format using Tabulated List mode variables.
14300 (package--push): New macro, replacing package-list-maybe-add.
14301 (package-menu--generate): Use package--push. Renamed from
14302 package--generate-package-list.
14303 (package-menu-refresh, list-packages): Use it.
daca8ba5 14304 (package-menu--print-info): Rename from package-print-package.
e91a96fe 14305 Return insertion data instead of inserting it directly.
099c39a4
JB
14306 (package-menu-describe-package, package-menu-execute):
14307 Use tabulated-list-get-id.
e91a96fe
CY
14308 (package-menu-mark-delete, package-menu-mark-install)
14309 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
14310 (package-menu-mark-obsolete-for-deletion):
14311 Use tabulated-list-put-tag.
e91a96fe
CY
14312 (package--list-packages, package-menu-revert)
14313 (package-menu-get-package, package-menu-get-version)
14314 (package-menu-sort-by-column): Functions deleted.
14315 (package-menu-package-list, package-menu-sort-key): Vars deleted.
14316 (package-menu--status-predicate, package-menu--version-predicate)
14317 (package-menu--name-predicate)
14318 (package-menu--description-predicate): Handle arguments in the
14319 Tabulated List format.
14320 (package-list-packages-no-fetch): Call list-packages.
14321
3e214b50
JB
143222011-04-06 Juanma Barranquero <lekktu@gmail.com>
14323
14324 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 14325 (after-find-file): Don't bind it.
3e214b50
JB
14326 (revert-buffer-in-progress-p): New variable.
14327 (revert-buffer): Bind it.
14328 Pass nil for `after-find-file-from-revert-buffer'.
14329
14330 * saveplace.el (save-place-find-file-hook): Use new variable
14331 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
14332
3f0f1700
GM
143332011-04-06 Glenn Morris <rgm@gnu.org>
14334
c0274801
GM
14335 * Makefile.in (AUTOGEN_VCS): New variable.
14336 (autoloads): Use $AUTOGEN_VCS.
14337
3f0f1700
GM
14338 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
14339 * calendar/calendar.el (calendar-mode-map):
14340 Check for toolkit scroll bars. (Bug#8305)
14341
41ea9e48
CY
143422011-04-05 Chong Yidong <cyd@stupidchicken.com>
14343
14344 * minibuffer.el (completion-in-region--postch)
14345 (completion-in-region-mode): Remove unnecessary messages.
14346
6194c800
JB
143472011-04-05 Juanma Barranquero <lekktu@gmail.com>
14348
33256f14
JB
14349 * font-lock.el (font-lock-refresh-defaults):
14350 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
14351 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
14352
6194c800
JB
14353 * info.el (Info-directory-list, Info-read-node-name-2)
14354 (Info-split-parameter-string): Doc fixes.
14355 (Info-virtual-nodes): Reflow docstring.
14356 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
14357 (Info-apropos-toc-nodes, info-finder, Info-get-token)
14358 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
14359 Fix typos in docstrings.
14360 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
14361 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
14362 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
14363 (Info-restore-desktop-buffer): Mark unused parameters.
14364 (Info-directory-find-file, Info-directory-find-node)
14365 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
14366 (Info-virtual-index-find-node, Info-apropos-find-file)
14367 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 14368 Mark unused parameters; fix typos in docstrings.
6194c800
JB
14369 (Info-virtual-index): Remove unused local variable `nodename'.
14370
b87a8200 143712011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 14372
b87a8200
DD
14373 * net/rcirc.el: Update my e-mail address.
14374 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 14375
3b2ff876
CY
143762011-04-05 Chong Yidong <cyd@stupidchicken.com>
14377
14378 * startup.el (command-line): Save the cursor's theme-face
14379 directly, instead of using face-override-spec.
14380
14381 * custom.el (load-theme): Minor optimization in assigning faces.
14382
8d17e7ca
JB
143832011-04-04 Juanma Barranquero <lekktu@gmail.com>
14384
14385 * help-fns.el (describe-variable): Complete all variables having
14386 documentation, including keywords.
14387 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
14388
2fbc1934
JB
143892011-04-04 Juanma Barranquero <lekktu@gmail.com>
14390
14391 Convert to lexical-binding.
14392
14393 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
14394 (bs--get-marked-string, bs--get-modified-string)
14395 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
14396 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
14397 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
14398
14399 * ehelp.el (electric-help-execute-extended)
14400 (electric-help-ctrl-x-prefix):
14401 * hexl.el (hexl-revert-buffer-function):
14402 * linum.el (linum-after-change, linum-after-scroll):
14403 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
14404
14405 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
14406
74f50695
DU
144072011-04-04 Daiki Ueno <ueno@unixuser.org>
14408
14409 * epa-dired.el:
14410 * epa-mail.el:
14411 * epa-hook.el:
14412 * epa-file.el:
14413 * epa.el:
14414 * epg.el: Use lexical binding.
14415
c11325f7
CY
144162011-04-03 Chong Yidong <cyd@stupidchicken.com>
14417
0d9e9a12
CY
14418 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
14419
c11325f7 14420 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
14421 dictionary case for flyspell-mark-duplications-exceptions.
14422 Use regexp matching for languages.
c11325f7
CY
14423 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
14424 default dictionary (Bug#7926).
14425
da91b5f2
CY
144262011-04-02 Chong Yidong <cyd@stupidchicken.com>
14427
099c39a4
JB
14428 * emacs-lisp/package.el (package--with-work-buffer):
14429 Recognize https URLs.
da91b5f2 14430
099c39a4
JB
14431 * net/network-stream.el: Move from gnus/proto-stream.el.
14432 Change prefix to network-stream throughout.
da91b5f2
CY
14433 (open-protocol-stream): Merge into open-network-stream, leaving
14434 open-protocol-stream as an alias. Handle nil BUFFER args.
14435
14436 * subr.el (open-network-stream): Move to net/network-stream.el.
14437
afa8e9f6
GM
144382011-04-02 Glenn Morris <rgm@gnu.org>
14439
1d2e369d
GM
14440 * find-dired.el (find-exec-terminator): New option.
14441 (find-ls-option): Test for -ls support.
14442 (find-ls-subdir-switches): Test for -b in find-ls-option.
14443 (find-dired, find-grep-dired): Doc fixes.
14444 (find-dired): Use find-exec-terminator.
14445
8abb7da8 14446 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
14447 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
14448 (find-name-arg): Remove purecopy.
8abb7da8 14449
f3ca7378
GM
14450 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
14451 (grep-compute-defaults): Check for `-exec COMMAND +' support.
14452 Set grep-find-use-xargs, grep-find-command, and grep-find-template
14453 accordingly. Don't add the null-device if not needed.
14454
afa8e9f6
GM
14455 * files.el (save-some-buffers): Doc fix.
14456
35eae264
EZ
144572011-04-02 Eli Zaretskii <eliz@gnu.org>
14458
14459 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
14460
26b51db5
JB
144612011-04-01 Juanma Barranquero <lekktu@gmail.com>
14462
14463 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
14464 Use `dolist' rather than `mapcar'.
14465
7200d79c
SM
144662011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14467
03408648 14468 Add lexical binding.
7200d79c 14469
03408648
SM
14470 * subr.el (apply-partially): Use new closures rather than CL.
14471 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
14472 (dolist, dotimes): Use slightly different expansion for lexical code.
14473 (functionp): Move to C.
14474 (letrec): New macro.
14475 (with-wrapper-hook): Use it and apply-partially instead of CL.
14476 (eval-after-load): Preserve lexical-binding.
14477 (save-window-excursion, with-output-to-temp-buffer): Turn them
14478 into macros.
7200d79c 14479
03408648
SM
14480 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
14481
14482 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
14483 than the arglist.
14484 (help-add-fundoc-usage): Don't add `Not documented'.
14485 (help-function-arglist): Handle closures, subroutines, and new
14486 byte-code-functions.
14487 (help-make-usage): Remove leading underscores.
14488 (describe-function-1): Handle closures.
14489 (describe-variable): Use special-variable-p for completion.
14490
14491 * files.el (lexical-binding): Declare safe.
f488fb65 14492
03408648
SM
14493 * emacs-lisp/pcase.el: Don't use destructuring-bind.
14494 (pcase--memoize): Rename from pcase-memoize. Change weakness.
14495 (pcase): Add `let' pattern.
14496 Change memoization so it actually works.
14497 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
14498 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
14499 <let>: New case.
f488fb65 14500
03408648
SM
14501 * emacs-lisp/macroexp.el: Use lexical binding.
14502 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
14503 Don't convert ' to #' without checking that it's indeed quoting
14504 a lambda.
14505
14506 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 14507 Use eval-sexp-add-defvars.
03408648
SM
14508 (eval-sexp-add-defvars): New fun.
14509
14510 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
14511
14512 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
14513 Don't autoload.
14514 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
14515 than the internal `byte-compile-lambda'.
14516 (defmethod): Don't hide code under quotes.
14517 (eieio-defmethod): New `code' argument.
14518
14519 * emacs-lisp/eieio-comp.el: Remove.
14520
14521 * emacs-lisp/edebug.el (edebug-eval-defun)
14522 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
14523 (edebug-toggle): Avoid `eval'.
14524
14525 * emacs-lisp/disass.el (disassemble-internal): Handle new
14526 `closure' objects.
14527 (disassemble-1): Handle new byte codes.
14528
14529 * emacs-lisp/cl.el (pushnew): Silence warning.
14530
14531 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
14532 (cl-byte-compile-throw): Remove.
14533 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
14534
14535 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
14536 closures.
14537
14538 * emacs-lisp/cconv.el: New file.
14539
14540 * emacs-lisp/bytecomp.el: Use lexical binding instead of
14541 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
14542 (byte-compile-initial-macro-environment):
14543 Handle declare-function here.
14544 (byte-compile--lexical-environment): New var.
14545 (byte-stack-ref, byte-stack-set, byte-discardN)
14546 (byte-discardN-preserve-tos): New lap codes.
14547 (byte-interactive-p): Don't use any more.
14548 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
14549 New macros.
14550 (byte-compile-lapcode): Use them and handle new lap codes.
14551 (byte-compile-obsolete): Remove.
14552 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
14553 (byte-compile-arglist-warn): Check late def of inlinable funs.
14554 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
14555 since they should have been expanded by now.
14556 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
14557 (byte-compile-from-buffer): Remove unused second arg.
14558 (byte-compile-preprocess): New function.
14559 (byte-compile-toplevel-file-form): New function to distinguish
14560 file-form calls from outside from file-form calls from hunk-handlers.
14561 (byte-compile-file-form): Simplify.
14562 (byte-compile-file-form-defsubst): Remove.
14563 (byte-compile-file-form-defmumble): Simplify now that
14564 byte-compile-lambda always returns a byte-code-function.
14565 (byte-compile): Preprocess.
14566 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
14567 Remove, not used any more.
14568 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
14569 (byte-compile-make-args-desc): New funs.
14570 (byte-compile-lambda): Handle lexical functions. Always return
14571 a byte-code-function.
14572 (byte-compile-reserved-constants): New var, to make up room for
14573 closed-over variables.
14574 (byte-compile-constants-vector): Obey it.
14575 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
14576 (byte-compile-macroexpand-declare-function): New function.
14577 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
14578 byte-code-functions.
14579 (byte-compile-form): Check obsolescence here.
14580 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
14581 (byte-compile-variable-ref): Remove.
14582 (byte-compile-dynamic-variable-op): New fun.
14583 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
14584 (byte-compile-variable-set): New funs.
14585 (byte-compile-discard): Add 2 args.
14586 (byte-compile-stack-ref, byte-compile-stack-set)
14587 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
14588 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
14589 macroexpand-all instead.
14590 (byte-compile-quote-form): Remove.
14591 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
14592 (byte-compile-bind, byte-compile-unbind): New funs.
14593 (byte-compile-let): Handle let* and lexical binding.
14594 (byte-compile-let*): Remove.
14595 (byte-compile-catch, byte-compile-unwind-protect)
14596 (byte-compile-track-mouse, byte-compile-condition-case):
14597 Handle a new :fun-body form, used for lexical scoping.
14598 (byte-compile-save-window-excursion)
14599 (byte-compile-with-output-to-temp-buffer): Remove.
14600 (byte-compile-defun): Simplify.
14601 (byte-compile-stack-adjustment): New fun.
14602 (byte-compile-out): Use it.
14603 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
14604
14605 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
14606 handler any more.
14607
14608 * emacs-lisp/byte-opt.el: Use lexical binding.
14609 (byte-inline-lapcode): Remove (to bytecomp).
14610 (byte-compile-inline-expand): Pay attention to inlining to/from
14611 lexically bound code.
14612 (byte-compile-unfold-lambda): Don't handle byte-code-functions
14613 any more.
14614 (byte-optimize-form-code-walker): Don't handle save-window-excursion
14615 any more and don't call compiler-macros.
14616 (byte-compile-splice-in-already-compiled-code): Remove.
14617 (byte-code): Don't inline any more.
14618 (disassemble-offset): Receive `bytes' as argument rather than via
14619 dynamic scoping.
14620 (byte-compile-tag-number): Declare before first use.
14621 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
14622 `return' even if make-spliceable.
14623 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
14624 obsolete interactive-p.
14625 (byte-optimize-lapcode): Optimize new lap-codes.
14626 Don't trip up on new form of `byte-constant' lap code.
14627
14628 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
14629
14630 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
14631
14632 * custom.el (custom-initialize-default, custom-declare-variable):
14633 Use `defvar'.
14634
14635 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
14636 New variables.
14637 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
14638 (COMPILE_FIRST): Add macroexp and cconv.
14639 * makefile.w32-in: Mirror changes in Makefile.in.
14640
14641 * vc/cvs-status.el:
14642 * vc/diff-mode.el:
14643 * vc/log-edit.el:
14644 * vc/log-view.el:
14645 * vc/smerge-mode.el:
14646 * textmodes/bibtex-style.el:
14647 * textmodes/css.el:
14648 * startup.el:
14649 * uniquify.el:
da91b5f2
CY
14650 * minibuffer.el:
14651 * newcomment.el:
14652 * reveal.el:
14653 * server.el:
14654 * mpc.el:
14655 * emacs-lisp/smie.el:
14656 * doc-view.el:
14657 * dired.el:
03408648
SM
14658 * abbrev.el: Use lexical binding.
14659
0f0c1f27
EZ
146602011-04-01 Eli Zaretskii <eliz@gnu.org>
14661
14662 * info.el (info-display-manual): New function.
14663
c82b2579
SM
146642011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14665
14666 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
14667
221ddf68
TH
146682011-03-31 Tassilo Horn <tassilo@member.fsf.org>
14669
14670 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 14671 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 14672
cba6e77e
GM
146732011-03-31 Glenn Morris <rgm@gnu.org>
14674
e040639f
GM
14675 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
14676
cba6e77e
GM
14677 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
14678
6d0f1c9e
CS
146792011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
14680
14681 * progmodes/python.el (python-default-interpreter)
14682 (python-python-command-args, python-jython-command-args)
14683 (python-which-shell, python-which-args, python-which-bufname)
14684 (python-file-queue, python-comint-output-filter-function)
14685 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
14686 variables and functions.
14687
3e2d70fd
SM
146882011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14689
14690 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
14691 (completion-in-region-mode): New minor mode.
14692 (completion-in-region): Use it.
14693 (completion-in-region--data, completion-in-region-mode-map): New vars.
14694 (completion-in-region--postch): New function.
14695 (completion--capf-misbehave-funs, completion--capf-safe-funs):
14696 New vars.
14697 (completion--capf-wrapper): New function.
14698 (completion-at-point): Use it to track well-behavedness of
14699 hook functions.
14700 (completion-help-at-point): New command.
14701
f3e4086c
JM
147022011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
14703
14704 * vc/add-log.el (add-change-log-entry): Don't use whitespace
14705 syntax class to search for whitespace on a single line
14706 (Message-ID: <4D938140.4030905@redhat.com>).
14707
eb7ffc14
LL
147082011-03-30 Leo Liu <sdl.web@gmail.com>
14709
14710 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
14711 New commands.
14712 (edit-abbrevs-map): Bind them here.
14713 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
14714
d806ab68
KM
147152011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
14716
14717 * allout.el (allout-hide-by-annotation, allout-flag-region):
14718 Reduce possibility of overlay leakage by making them volatile.
14719
14720 * allout-widgets.el (allout-widgets-tally): Define as nil so the
14721 hash is not shared between buffers. Mode initialization is
14722 responsible for giving it a useful starting value.
14723 (allout-item-span): Reduce possibility of overlay leakage by
14724 making them volatile.
14725 (allout-widgets-count-buttons-in-region): Add diagnostic function
14726 for tracking down button overlay leaks.
14727
ea622834
LL
147282011-03-29 Leo Liu <sdl.web@gmail.com>
14729
14730 * ido.el (ido-read-internal): Use the default history var
14731 minibuffer-history if no HISTORY is specified.
14732
b62f8267
G
147332011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
14734
03408648
SM
14735 * net/imap.el (imap-shell-open, imap-process-connection-type):
14736 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
14737 Kerberos, SSL, other subprocesses.
14738
947b6566
LL
147392011-03-28 Leo Liu <sdl.web@gmail.com>
14740
14741 * abbrev.el (abbrev-table-empty-p): New function.
14742 (prepare-abbrev-list-buffer): Place empty abbrev tables after
14743 nonempty ones. (Bug#5937)
14744
5ffb62aa
JD
147452011-03-27 Jan Djärv <jan.h.d@swipnet.se>
14746
14747 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
14748
7a097943
LL
147492011-03-27 Leo Liu <sdl.web@gmail.com>
14750
14751 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
14752 for foreground and background colors.
14753 (ansi-color-make-color-map): Adapt.
14754
c5b40130
LL
147552011-03-25 Leo Liu <sdl.web@gmail.com>
14756
1f48f7d2
LL
14757 * midnight.el (midnight-time-float): Remove. Note it calculates
14758 the microsecond component incorrectly and seconds-to-time does the
14759 same job.
625897ec 14760 Remove redundant (require 'timer).
1f48f7d2 14761
c5b40130
LL
14762 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
14763 (ido-completions): Remove unused arguments. (Bug#8329)
14764
d86d2721
SM
147652011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14766
14767 * minibuffer.el (completion--flush-all-sorted-completions):
14768 Remove itself from hook.
14769 (completion-at-point): Let the functions perform the completion
14770 immediately and return nil or t.
14771 * comint.el (comint-dynamic-complete-functions): Now identical to
14772 completion-at-point-functions.
14773 (comint-dynamic-list-input-ring): Remove unused var `index'.
14774 (comint--match-partial-filename, comint--unquote&expand-filename):
14775 New funs, split from comint-match-partial-filename.
14776 (comint-dynamic-complete): Use completion-at-point.
14777 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
14778
e8974c48
DA
147792011-03-24 Drew Adams <drew.adams@oracle.com>
14780
14781 * thingatpt.el: Support `defun'.
14782
def71b5e
LL
147832011-03-23 Leo Liu <sdl.web@gmail.com>
14784
cb5af48e
LL
14785 * abbrevlist.el: Move to obsolete/abbrevlist.el.
14786
def71b5e
LL
14787 * help-mode.el (help-mode-finish): Tweak regexp.
14788
927c53e7
GM
147892011-03-23 Glenn Morris <rgm@gnu.org>
14790
18d05bed
GM
14791 * eshell/esh-opt.el (eshell-eval-using-options):
14792 Do not bind unused local variable `eshell-option-stub'.
14793
927c53e7
GM
14794 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
14795
9d0da923
JB
147962011-03-22 Juanma Barranquero <lekktu@gmail.com>
14797
14798 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
14799 keymap variable in `with-no-warnings' to avoid a warning when the
14800 keymap has been already `defconst'ed.
14801
4b978a67
LL
148022011-03-22 Leo Liu <sdl.web@gmail.com>
14803
14804 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
14805 encode all chars in abbrevs; otherwise use emacs-mule or
14806 utf-8-emacs. (Bug#8308)
14807
5fd62452
JB
148082011-03-22 Juanma Barranquero <lekktu@gmail.com>
14809
0b1596c6
JB
14810 * simple.el (backward-delete-char-untabify):
14811 Avoid warning about using `delete-backward-char'.
14812
5fd62452
JB
14813 * image.el (image-type-file-name-regexps): Make it variable.
14814 `imagemagick-register-types' modifies it, and the user may want
14815 to add new extensions for known image types.
14816 (imagemagick-register-types): Throw error if not using ImageMagick.
14817
0b4e93f1
LL
148182011-03-22 Leo Liu <sdl.web@gmail.com>
14819
14820 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
14821 located before rcirc-prompt-end-marker.
14822 (rcirc-complete): Error if point is not after rcirc prompt.
14823 Handle the case when table is nil.
9882e214 14824 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 14825
fccee4ab
CY
148262011-03-22 Chong Yidong <cyd@stupidchicken.com>
14827
14828 * custom.el (custom--inhibit-theme-enable): Make it affect only
14829 custom-theme-set-variables and custom-theme-set-faces.
14830 (provide-theme): Ignore custom--inhibit-theme-enable.
14831 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
14832 (custom-enabling-themes): Delete variable.
d86d2721
SM
14833 (enable-theme): Accept only loaded themes as arguments.
14834 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
14835 (custom-enabled-themes): Forbid themes from setting this.
14836 Eliminate use of custom-enabling-themes.
14837 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 14838
af896da6
LL
148392011-03-21 Leo Liu <sdl.web@gmail.com>
14840
14841 * ido.el (ido-read-internal): Add ido-selected to history instead
14842 of user input.
14843
78f64af0
SM
148442011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14845
14846 * subr.el (deferred-action-list, deferred-action-function):
14847 Mark obsolete.
14848
b16ac1ec
LL
148492011-03-21 Leo Liu <sdl.web@gmail.com>
14850
810f7698
LL
14851 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
14852 change on 2011-02-13 (bug#8309).
14853
b16ac1ec
LL
14854 * minibuffer.el (read-file-name-function): Change default value.
14855 (read-file-name--defaults): Rename from read-file-name-defaults.
14856 (read-file-name-default): Rename from read-file-name.
14857 (read-file-name): Call read-file-name-function.
14858
4e05e67e
GM
148592011-03-21 Glenn Morris <rgm@gnu.org>
14860
14861 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
14862 Doc fixes.
14863
4359915b
CY
148642011-03-21 Chong Yidong <cyd@stupidchicken.com>
14865
14866 * cus-theme.el: Add missing provide statement.
14867 (customize-create-theme): Extract theme value correctly.
14868 (custom-theme-visit-theme): Autoload.
14869 (customize-create-theme): Prompt before inserting default faces.
14870
1fe275ee
JB
148712011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
14872
14873 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
14874 units and musical notes.
14875
cd394be1 148762011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
14877
14878 * ido.el (ido-read-internal): Use completing-read-default.
14879 (ido-completing-read): Fix compatibility with completing-read.
14880
7d476bde
CO
148812011-03-20 Christian Ohler <ohler@gnu.org>
14882
14883 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
14884 (ert-delete-all-tests): Use `called-interactively-p' rather than
14885 `interactive-p'.
14886 (ert--make-xrefs-region): Respect END.
14887
fe0fb33e
CY
148882011-03-19 Chong Yidong <cyd@stupidchicken.com>
14889
ff854b0b
CY
14890 * dired-aux.el (dired-create-directory): Signal an error if the
14891 directory already exists (Bug#8246).
14892
fe0fb33e
CY
14893 * facemenu.el (list-colors-display): Call list-faces-display
14894 inside with-help-window.
14895 (list-colors-print): Use display property to align the final
14896 column, instead of checking window-width.
14897
576bce32
EZ
148982011-03-19 Eli Zaretskii <eliz@gnu.org>
14899
4d61f28d 14900 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
14901 windows-nt systems.
14902 (emerge-protect-metachars): Quote correctly for ms-dos and
14903 windows-nt systems.
14904
89c41d68 149052011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
14906
14907 * info.el (info-initialize): Replace all uses of `:' with
14908 path-separator for compatibility with non-Unix systems.
14909 Cache quoting of path-separator. (Bug#8258)
14910
b14e3e21 149112011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
14912
14913 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
14914 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
14915 (mouse-avoidance-mode): Fix typos in docstrings.
14916
4525ce3e
CY
149172011-03-19 Chong Yidong <cyd@stupidchicken.com>
14918
14919 * startup.el (package-subdirectory-regexp): Move from package.el.
14920 Omit \\` and \\', and let callers add them.
14921
14922 * emacs-lisp/package.el (package-strip-version)
14923 (package-load-all-descriptors): Add \\` and \\' to
14924 package-subdirectory-regexp before using it.
14925 (package-untar-buffer): New arg DIR; ensure that file untars only
14926 into this expected directory. Remove superfluous delete-region.
14927 (package-unpack): Caller changed.
14928 (package-tar-file-info): Use package-subdirectory-regexp.
14929
a904a09a 149302011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 14931
a904a09a
SM
14932 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
14933 diff-mode-shared-map (bug#8284).
14934 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
14935
149362011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14937
14938 * calendar/time-date.el (format-seconds): Use assoc instead of
14939 assoc-string, since assoc-string doesn't exist in XEmacs.
14940
171fc304
JB
149412011-03-17 Juanma Barranquero <lekktu@gmail.com>
14942
14943 * custom.el (custom-known-themes): Reflow docstring.
14944 (custom-theme-load-path): Fix typo in docstring.
14945 (load-theme): Fix typo in error message.
14946 (custom-available-themes, custom-variable-theme-value):
14947 Use `let', not `let*'.
14948
d71990a1
JB
149492011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
14950
14951 * calc/README: Mention inclusion of musical notes.
14952
14953 * calc/calc-units.el (calc-lu-quant): Rename from
14954 `calc-logunits-quantity'.
14955 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
14956 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
14957 (calc-db): Rename from `calc-dblevel'.
14958 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
14959 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
14960 (calc-np): Rename from `calc-nplevel'.
14961 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
14962 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
14963 (calc-lu-plus): Rename from `calc-logunits-add'.
14964 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
14965 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
14966 (calc-lu-minus): Rename from `calc-logunits-sub'.
14967 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
14968 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
14969 (calc-lu-times): Rename from `calc-logunits-mul'.
14970 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
14971 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
14972 (calc-lu-divide): Rename from `calc-logunits-div'.
14973 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
14974 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
14975
14976 * calc/calc-ext.el (calc-init-extensions): Update the names of the
14977 functions being autoloaded.
14978
14979 * calc/calc.el (calc-lu-power-reference): Rename from
14980 `calc-logunits-power-reference'.
14981 (calc-lu-field-reference): Rename from
14982 `calc-logunits-field-reference'.
14983
7a71b18d
GM
14984 * calc/calc-help.el (calc-l-prefix-help):
14985 Mention musical note functions.
d71990a1 14986
40c2934b
SM
149872011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14988
14989 * minibuffer.el (completion-all-sorted-completions):
14990 Use :completion-cycle-penalty text property if present.
14991
b0911414
KM
149922011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
14993
14994 * allout.el (allout-yank-processing): Adjust for new rebulleting
14995 regime so bullet being yanked is used without prompting the user
14996 for a choice.
14997
8a05b668
JB
149982011-03-16 Juanma Barranquero <lekktu@gmail.com>
14999
15000 * startup.el (command-line): Warn the user that _emacs is deprecated.
15001
5ba5fb81
JB
150022011-03-16 Juanma Barranquero <lekktu@gmail.com>
15003
15004 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
15005 (delphi-verbose, delphi-comment-face, delphi-string-face)
15006 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
15007 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
15008 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
15009 (delphi-new-comment-line, delphi-font-lock-defaults)
15010 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
15011 Fix typos in docstrings.
15012
2dab465b
KM
150132011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
15014
5ba5fb81 15015 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
15016 Invert the roles of character and string values for INSTEAD, so a
15017 string is used for the more common case of a defaulting prompt.
15018
0adf5618
SM
150192011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15020
15021 * progmodes/ruby-mode.el (ruby-backward-sexp):
15022 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
15023 * play/gamegrid.el (gamegrid-make-face):
15024 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
15025 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
15026 * notifications.el (notifications-notify):
15027 * net/xesam.el (xesam-search-engines):
15028 * net/quickurl.el (quickurl-list-insert):
15029 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
15030
d72700e5
CY
150312011-03-15 Chong Yidong <cyd@stupidchicken.com>
15032
15033 * startup.el (command-line): Update package subdirectory regexp.
15034
49c5410a
SM
150352011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15036
c6eee9aa
SM
15037 * allout.el (allout-abbreviate-flattened-numbering)
15038 (allout-mode-deactivate-hook): Fix up obsolescence "date".
15039
49c5410a
SM
15040 * subr.el (read-char-choice): Only show the cursor after the prompt,
15041 not after the answer.
15042
047b2bb9
KR
150432011-03-15 Kevin Ryde <user42@zip.com.au>
15044
15045 * help-fns.el (variable-at-point): Skip leading quotes, if any
15046 (bug#8253).
15047
0a57d256
SM
150482011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15049
15050 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
15051 warning message.
15052
77c992bc
MA
150532011-03-14 Michael Albinus <michael.albinus@gmx.de>
15054
15055 * shell.el (shell): When called interactively, offer to change the
15056 shell file name on remote hosts.
15057
eebc475d
TZ
150582011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
15059
15060 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
15061 integration for LDAP parameters. The host, base, user or binddn,
15062 and secret tokens can be specified in a netrc file, for instance.
15063 This is optional because an `auth-source' parameter must be
15064 specified in the search attributes.
15065
9d05d1ba
JB
150662011-03-13 Juanma Barranquero <lekktu@gmail.com>
15067
15068 * help.el (describe-mode): Link to the mode's definition (bug#8185).
15069
09d9db2c
GM
150702011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15071
15072 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
15073 into declaration. Remove redundant and harmful binding.
15074
150752011-03-12 Eli Zaretskii <eliz@gnu.org>
15076
15077 * files.el (file-ownership-preserved-p): Pass `integer' as an
15078 explicit 2nd argument to `file-attributes'. If the file's owner
15079 is the Administrators group on Windows, and the current user is
15080 Administrator, consider that a match.
15081
15082 * server.el (server-ensure-safe-dir): Consider server directory
15083 safe on MS-Windows if its owner is the Administrators group while
15084 the current Emacs user is Administrator. Use `=' to compare
15085 numerical UIDs, since they could be integers or floats.
15086
219bd536
JB
150872011-03-12 Juanma Barranquero <lekktu@gmail.com>
15088
15089 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
15090
f3afd36b
MA
150912011-03-12 Michael Albinus <michael.albinus@gmx.de>
15092
15093 Sync with Tramp 2.2.1.
15094
15095 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
15096
15097 * net/trampver.el: Update release number.
15098
3aaaa6f1
SM
150992011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15100
94642599
SM
15101 * progmodes/compile.el (compilation--previous-directory): Fix up
15102 various nil/dead-marker mismatches (bug#8014).
15103 (compilation-directory-properties, compilation-error-properties):
15104 Don't call it at a position past the one we're about to change.
15105
3aaaa6f1
SM
15106 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
15107 Disable obsolescence warnings in the file that declares it.
15108
14239447
KM
151092011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
15110
099c39a4
JB
15111 * allout-widgets.el (allout-widgets-tally):
15112 Initialize allout-widgets-tally as a hash table rather than nil to
15113 prevent mode-line redisplay warnings. Also, clarify the module
15114 description and fix a comment typo.
14239447 15115
135e287c
JB
151162011-03-11 Juanma Barranquero <lekktu@gmail.com>
15117
15118 * help-fns.el (describe-variable): Don't complete keywords.
15119 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
15120
ffbf300e
CY
151212011-03-10 Chong Yidong <cyd@stupidchicken.com>
15122
ba08b241
CY
15123 * emacs-lisp/package.el (package-version-join): Impose a standard
15124 string representation for pre/alpha/beta version lists.
15125 (package-unpack-single): Standardize the directory name by passing
15126 it through package-version-join.
15127 (package-strip-rcs-id): Accept any version string that does not
15128 signal an error in version-to-list.
ffbf300e 15129
f346fd6b
MA
151302011-03-10 Michael Albinus <michael.albinus@gmx.de>
15131
15132 * simple.el (delete-trailing-whitespace): Return nil for the
15133 benefit of `write-file-functions'.
15134
ccb55d27
GM
151352011-03-10 Glenn Morris <rgm@gnu.org>
15136
5ceaac0c
GM
15137 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
15138
02da65ff
GM
15139 * vc/vc-git.el (vc-git-program): New option.
15140 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
15141 (vc-git--call): Use it.
15142
b2f603cc
GM
15143 * eshell/esh-util.el (eshell-condition-case): Doc fix.
15144
5772caab
GM
15145 * cus-edit.el (Custom-newline): If no button at point, look
15146 for a subgroup button at start-of-line. (Bug#2298)
15147
ccb55d27
GM
15148 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
15149
ec6ecaed
JD
151502011-03-10 Julien Danjou <julien@danjou.info>
15151
15152 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
15153 `cursor-type' is nil.
15154
9d5aa01d
JB
151552011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
15156
15157 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
15158
b6a5875b
KM
151592011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
15160
7a71b18d 15161 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
15162 preserves the existing header prefix, rebulleting it if necessary,
15163 rather than replacing it. This is necessary for proper operation
15164 of cooperative addons like allout-widgets.
1154d12e
JB
15165 (allout-make-topic-prefix, allout-rebullet-heading):
15166 Change SOLICIT arg to INSTEAD, and interpret additionally a string
15167 value as alternate bullet to be used, instead of prompting the user
15168 for a bullet character.
b6a5875b 15169
ee545c35
MA
151702011-03-09 Michael Albinus <michael.albinus@gmx.de>
15171
d86d2721
SM
15172 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15173 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
15174 `tramp-default-port'.
15175
c47971d7
DD
151762011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15177
15178 * net/rcirc.el (rcirc-handler-001): Remove useless
15179 with-rcirc-process-buffer.
15180 (rcirc-check-auth-status): Swap arguments to string-match.
15181
13522cb4
GM
151822011-03-09 Glenn Morris <rgm@gnu.org>
15183
0be6f4f1
GM
15184 * shell.el (shell-mode):
15185 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
15186
13522cb4
GM
15187 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
15188 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
15189
515de2e3
CY
151902011-03-08 Chong Yidong <cyd@stupidchicken.com>
15191
15192 * emacs-lisp/package.el (package-refresh-contents)
15193 (package-menu-execute): Use condition-case-no-debug.
15194
b511b994
MA
151952011-03-08 Michael Albinus <michael.albinus@gmx.de>
15196
15197 * simple.el (shell-command-to-string): Use `process-file'.
15198
15199 * emacs-lisp/package.el (package-tar-file-info): Handle also
15200 remote files.
15201
d86d2721
SM
15202 * emacs-lisp/package-x.el (package-upload-buffer-internal):
15203 Use `equal' for upload base check.
b511b994 15204
25bbfb31
AM
152052011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
15206
15207 * textmodes/texinfo.el (texinfo-environments):
15208 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
15209
be996521
GM
152102011-03-08 Glenn Morris <rgm@gnu.org>
15211
e9c8529f
GM
15212 * cus-start.el (cursor-in-non-selected-windows):
15213 Fix :set quoting oddness. (Bug#8192)
15214
be996521
GM
15215 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
15216 in some setf expressions. (Bug#2159)
15217
2bb5649e
CY
152182011-03-08 Chong Yidong <cyd@stupidchicken.com>
15219
15220 * custom.el (custom-available-themes): Return themes in
15221 alphabetical order.
15222
33383987 15223See ChangeLog.15 for earlier changes.
e3d51b27
MR
15224
15225;; Local Variables:
15226;; coding: utf-8
e3d51b27
MR
15227;; End:
15228
acaf905b 15229 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
15230
15231 This file is part of GNU Emacs.
15232
15233 GNU Emacs is free software: you can redistribute it and/or modify
15234 it under the terms of the GNU General Public License as published by
15235 the Free Software Foundation, either version 3 of the License, or
15236 (at your option) any later version.
15237
15238 GNU Emacs is distributed in the hope that it will be useful,
15239 but WITHOUT ANY WARRANTY; without even the implied warranty of
15240 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15241 GNU General Public License for more details.
15242
15243 You should have received a copy of the GNU General Public License
15244 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.