Spelling fixes.
[bpt/emacs.git] / lisp / ChangeLog
1 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2
3 Decrease XEmacs incompatibilities.
4 * textmodes/flyspell.el (flyspell-check-pre-word-p):
5 Use `string-match'.
6 (flyspell-delete-region-overlays): Use alternative definition for
7 XEmacs.
8 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
9 (flyspell-word): Use `process-kill-without-query' if XEmacs.
10 (flyspell-mode-on): Use `interactive-p' if XEmacs.
11 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12 `define-obsolete-face-alias' under XEmacs, but old method.
13
14 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
15 `with-no-warnings' definition or Emacs alias.
16 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
17 (ispell-word): Do not use `region-p' if XEmacs.
18
19 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20
21 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22 Check for `ispell-dictionary-base-alist' instead of full
23 `ispell-dictionary-alist'.
24 (ispell-init-process): Show spellchecker when starting new Ispell
25 process.
26
27 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
30 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
31
32 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
33
34 * version.el (motif-version-string, gtk-version-string)
35 (ns-version-string): Declare.
36
37 2012-05-27 Juri Linkov <juri@jurta.org>
38
39 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
40 after the `eval-defun-1' specialcaseing
41 like in `edebug-eval-defun' (bug#10181).
42
43 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
44 like in `eval-defun-1'.
45
46 2012-05-27 Eli Zaretskii <eliz@gnu.org>
47
48 * mail/sendmail.el (mail-yank-region):
49 Recognize rmail-yank-current-message in addition to insert-buffer.
50 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
51 a *mail* buffer created through rmail-start-mail with sendmail as
52 mail-user-agent.
53
54 2012-05-27 Chong Yidong <cyd@gnu.org>
55
56 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
57 Default to 256 (Bug#11267).
58
59 * help.el (describe-mode): Doc fix.
60
61 2012-05-26 Glenn Morris <rgm@gnu.org>
62
63 * w32-fns.el (w32-init-info): Remove.
64 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
65
66 * info.el (info-initialize): For self-contained NS builds, put the
67 included info/ directory at the front. (Bug#2791)
68
69 * paths.el (Info-default-directory-list): Make it a defcustom,
70 mainly so that we can use custom-initialize-delay.
71
72 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * subr.el (buffer-has-markers-at): Mark obsolete.
75
76 * subr.el (lambda): Use declare.
77
78 * emacs-lisp/lisp-mode.el (lambda):
79 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
80
81 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
82
83 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
84
85 2012-05-26 Glenn Morris <rgm@gnu.org>
86
87 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
88
89 2012-05-25 Glenn Morris <rgm@gnu.org>
90
91 * paths.el: Remove no-byte-compile.
92 * loadup.el: No need to load paths.el uncompiled.
93
94 * image.el (imagemagick-types-inhibit): Doc fix.
95
96 * version.el: Remove no-byte-compile and associated formatting.
97 * loadup.el: No need to load version.el uncompiled. AFAICS, this
98 is ancient code from when there was an "inc-vers.el".
99
100 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 * progmodes/gdb-mi.el: Minor style changes.
103 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
104 Turn into minor modes.
105 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
106 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
107 (gdb-shell): Remove unneeded let-binding.
108 (gdb-get-many-fields): Eliminate O(n²) behavior.
109
110 2012-05-25 Eli Zaretskii <eliz@gnu.org>
111
112 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
113 platforms that don't link in fontset.c.
114
115 2012-05-25 Juri Linkov <juri@jurta.org>
116
117 Use the same diff color scheme as in modern VCSes (bug#10181).
118
119 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
120 to avoid confusion with `diff-added' that now uses green colors.
121 (diff-removed): Use shades of red.
122 (diff-added): Use shades of green.
123 (diff-changed): Leave just the yellow color.
124 (diff-use-changed-face): New variable.
125 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
126 how to highlight context diff changes.
127 (diff-refine-change): Use shades of yellow.
128 (diff-refine-removed): New face that uses shades of red.
129 (diff-refine-added): New face that uses shades of green.
130 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
131 `diff-refine-removed' in the call to `smerge-refine-subst'
132 depending on the value of `diff-use-changed-face'.
133
134 * vc/smerge-mode.el (smerge-mine): Use shades of red.
135 (smerge-other): Use shades of green.
136 (smerge-base): Use shades of yellow.
137 (smerge-refined-change): Empty face.
138 (smerge-refined-removed): New face that uses shades of red.
139 (smerge-refined-added): New face that uses shades of green.
140 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
141 args `props-r' and `props-a', and use them. Doc fix.
142 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
143 on its value use different faces `smerge-refined-change',
144 `smerge-refined-removed', `smerge-refined-added' in the call to
145 `smerge-refine-subst'.
146
147 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
148 Add face condition `min-colors 88' with shades of red.
149 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
150 `min-colors 88' with shades of green.
151 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
152 `min-colors 88' with shades of yellow.
153
154 2012-05-24 Glenn Morris <rgm@gnu.org>
155
156 * paths.el (prune-directory-list, remote-shell-program): Move to...
157 * files.el (prune-directory-list, remote-shell-program): ...here.
158 For the latter, delay initialization, prefer ssh, just search PATH.
159
160 * paths.el (term-file-prefix): Move to faces.el (the only user).
161 * faces.el (term-file-prefix): Move here, make it a defcustom.
162
163 * paths.el (news-directory, news-path, news-inews-program):
164 Move to gnus/nnspool.el.
165
166 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
167
168 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
169 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
170 Make the latter a defcustom, with a delayed initialization.
171
172 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
173 These were deleted from Gnus itself late 2010.
174
175 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
176
177 * progmodes/which-func.el (which-func-ff-hook):
178 Check against user-error, not error.
179
180 * emacs-lisp/edebug.el (top): Do not load or set up loading of
181 cl-specs.el, which no longer exists.
182
183 2012-05-22 Glenn Morris <rgm@gnu.org>
184
185 * info.el (info-emacs-bug): New command.
186 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
187 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
188
189 2012-05-21 Glenn Morris <rgm@gnu.org>
190
191 * makefile.w32-in (update-subdirs-SH):
192 * Makefile.in (update-subdirs): Update for moved update-subdirs.
193
194 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
197
198 * progmodes/compile.el (compilation-error-regexp-alist-alist):
199 Simplify Maven regexp, and make sure the file can't start with a space
200 (bug#11517).
201
202 2012-05-21 Glenn Morris <rgm@gnu.org>
203
204 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
205 Scrap superfluous subshells.
206
207 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
210 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
211
212 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
213
214 * calc/calc.el (calc-ensure-consistent-units): New variable.
215
216 * calc/calc-units.el (math-consistent-units-p)
217 (math-check-unit-consistency): New functions.
218 (calc-quick-units, calc-convert-units):
219 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
220 is non-nil.
221 (calc-extract-units): Fix typo.
222
223 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
224
225 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
226
227 * textmodes/flyspell.el: Commenting style, plus code simplifications.
228 (flyspell-default-deplacement-commands): Don't spell check after
229 repeated window/frame switches (e.g. triggered by mouse-movement).
230 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
231 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
232 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
233 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
234 Remove unused vars.
235 (flyspell-get-casechars, flyspell-get-not-casechars):
236 Simplify; Don't bother removing a ] just to add it back.
237 * textmodes/ispell.el (ispell-program-name): Use executable-find.
238
239 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
240
241 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
242 New functions.
243 (math-function-table): Add support for more C functions.
244
245 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
246
247 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
248 (flyspell-debug-signal-word-checked): Protect delay handling for
249 otherchars against empty otherchars.
250
251 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
254 their respective macro declarations.
255 * skeleton.el (define-skeleton):
256 * progmodes/compile.el (define-compilation-mode):
257 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
258 (define-ibuffer-filter):
259 * emacs-lisp/generic.el (define-generic-mode):
260 * emacs-lisp/easy-mmode.el (define-minor-mode)
261 (define-globalized-minor-mode):
262 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
263 * emacs-lisp/byte-run.el (defsubst):
264 * custom.el (deftheme): Add doc-string metadata.
265
266 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
269
270 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
271
272 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
273
274 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
275 * emacs-lisp/cl-macs.el: Idem.
276 * emacs-lisp/cl-specs.el: Remove.
277
278 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
279
280 Minor renaming of internal CL functions and variables.
281 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
282 (cl--position): Rename from cl-position.
283 (cl--delete-duplicates): Rename from cl-delete-duplicates.
284 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
285 (cl--random-state): Rename from *random-state*.
286
287 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
288
289 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
290 parens around the arg list (bug#11499).
291
292 2012-05-17 Juri Linkov <juri@jurta.org>
293
294 * isearch.el (word-search-regexp, word-search-backward)
295 (word-search-forward, word-search-backward-lax)
296 (word-search-forward-lax): Move functions from search.c
297 (bug#10145, bug#11381).
298
299 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
300
301 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
302 (flyspell-debug-signal-word-checked): Delay for otherchars as for
303 normal word components.
304
305 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * minibuffer.el (completion--sifn-requote): Fix last change.
308 (minibuffer-local-must-match-filename-map):
309 Move define-obsolete-variable-alias before its var.
310
311 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
314
315 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
316 behavior.
317 (completion--string-equal-p): New function.
318 (completion--twq-all): Use it to get better assertion failure data.
319
320 Only handle ".." and '..' quoting in shell-mode (bug#11466).
321 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
322 (shell--requote-argument): New functions.
323 (shell-completion-vars): Use them.
324 (shell--parse-pcomplete-arguments): Rename from
325 shell-parse-pcomplete-arguments.
326 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
327 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
328 Obey comint-file-name-quote-list.
329
330 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
331 (smie-indent-keyword): Use it.
332
333 2012-05-14 Stefan Merten <smerten@oekonux.de>
334
335 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
336
337 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * net/rlogin.el (rlogin-mode-map): Fix last change.
340
341 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
342
343 * mail/smtpmail.el (smtpmail-send-command): Send the command and
344 the following \r\n using a single `process-send-string', since the
345 Lotus SMTP server refuses to accept any commands if they are sent
346 with two `process-send-string's (Bug#11444).
347
348 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
349
350 * shell.el (shell-parse-pcomplete-arguments):
351 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
352
353 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
354
355 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
356 (image-transform-scale, image-transform-right-angle-fudge): New vars.
357 (image-transform-width, image-transform-fit-width): New functions.
358 (image-transform-properties): Use them.
359 (image-transform-check-size): New function.
360 (image-toggle-display-image): Use it (for testing).
361 (image-transform-set-rotation): Reduce angle mod 360.
362 Delete obsolete comment.
363
364 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
365
366 * image-mode.el: Fix scaling (bug#11399).
367 (image-transform-resize): Doc fix.
368 (image-transform-properties): Default scale is 1 and height should
369 be an integer.
370
371 2012-05-13 Johan Bockgård <bojohan@gnu.org>
372
373 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
374 than hard-coding `car', to fix misbehavior when moving forward.
375
376 2012-05-13 Chong Yidong <cyd@gnu.org>
377
378 * emacs-lisp/tabulated-list.el (tabulated-list-format)
379 (tabulated-list-entries, tabulated-list-padding)
380 (tabulated-list-sort-key): Make permanent-local.
381
382 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
383 (electric-buffer-list): Put electric buffer menu
384 command descriptions in this docstring, instead of the docstring
385 of electric-buffer-menu-mode. Code cleanups.
386 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
387 Electric-buffer-menu-mode.
388 (electric-buffer-update-highlight): Minor code cleanup.
389
390 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
391
392 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
393 (Bug#11447)
394
395 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
396
397 Move define-obsolete-variable-alias before the var's definition.
398 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
399 * tooltip.el (tooltip-hook):
400 * textmodes/reftex-toc.el (reftex-toc-map):
401 * textmodes/reftex-sel.el (reftex-select-label-map)
402 (reftex-select-bib-map):
403 * textmodes/reftex-index.el (reftex-index-map)
404 (reftex-index-phrases-map):
405 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
406 * progmodes/meta-mode.el (meta-mode-map):
407 * novice.el (disabled-command-hook):
408 * loadhist.el (unload-hook-features-list):
409 * frame.el (blink-cursor):
410 * files.el (find-file-not-found-hooks, write-file-hooks)
411 (write-contents-hooks):
412 * emulation/tpu-edt.el (GOLD-map):
413 * emacs-lock.el (emacs-lock-from-exiting):
414 * emacs-lisp/generic.el (generic-font-lock-defaults):
415 * emacs-lisp/chart.el (chart-map):
416 * dos-fns.el (register-name-alist):
417 * dired-x.el (dired-omit-files-p):
418 * desktop.el (desktop-enable):
419 * cus-edit.el (custom-mode-hook):
420 * buff-menu.el (buffer-menu-mode-hook):
421 * bookmark.el (bookmark-read-annotation-text-func)
422 (bookmark-exit-hooks):
423 * allout.el (allout-mode-deactivate-hook)
424 (allout-exposure-change-hook, allout-structure-added-hook)
425 (allout-structure-deleted-hook, allout-structure-shifted-hook):
426 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
427 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
428 comes before the corresponding variable's definition.
429
430 2012-05-12 Chong Yidong <cyd@gnu.org>
431
432 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
433 (Buffer-menu-mouse-select): Restore function (Bug#11459).
434 (Buffer-menu-mode-map): Bind it.
435 (Buffer-menu--pretty-name): Add a mouse-face property.
436
437 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
438
439 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
440 (prolog-upper-case-string, prolog-lower-case-string)
441 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
442 (prolog-use-smie, prolog-smie-grammar): New vars.
443 (prolog-smie-forward-token, prolog-smie-backward-token)
444 (prolog-smie-rules): New funs.
445 (prolog-comment-indent): Remove.
446 (prolog-mode-variables): Use default comment indentation instead.
447 Setup SMIE.
448 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
449 (prolog-mode): Don't call them any more.
450 (prolog-electric-colon, prolog-electric-dash)
451 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
452
453 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
454
455 * minibuffer.el (completion--twq-all): Again, allow case differences.
456
457 * term.el: Move keymap initialization code to be more idiomatic.
458 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
459 (term-terminal-menu): Move initialization into declaration.
460 (term-escape-char): Let the user set it in her .emacs.
461
462 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
463 Provide SMIE-based indentation (not enabled by default yet).
464 (sh-mode-map): Don't bind electric keys.
465 Use electric-pair-mode instead of skeleton-pair.
466 (sh-assignment-regexp): Fit within 80 columns.
467 (sh-indent-supported): Specify actual shell name instead of boolean.
468 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
469 (sh-maybe-here-document): Use it. Make obsolete.
470 (sh-electric-here-document-mode) New minor mode.
471 (sh-mode): Use it. Don't set sh-indent-supported-here here.
472 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
473 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
474 (sh-smie-rc-grammar, sh-use-smie): New vars.
475 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
476 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
477 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
478 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
479 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
480 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
481 (sh-set-shell): Use smie-setup if requested.
482
483 * term.el (term-set-escape-char): Properly set term-escape-char.
484 See http://stackoverflow.com/questions/10524656.
485
486 2012-05-10 Chong Yidong <cyd@gnu.org>
487
488 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
489 Use url-generic-parse-url, and handle host names and Windows
490 filenames properly.
491 (ffap-url-unwrap-remote): Use url-generic-parse-url.
492 (ffap-url-unwrap-remote): Accept list values, specifying a list of
493 URL schemes to work on.
494 (ffap--toggle-read-only): New function.
495 (ffap-read-only, ffap-read-only-other-window)
496 (ffap-read-only-other-frame): Use it.
497 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
498 necessary for ffap-url-unwrap-remote.
499
500 2012-05-10 Dave Abrahams <dave@boostpro.com>
501
502 * cus-start.el (create-lockfiles): Add it.
503
504 2012-05-09 Chong Yidong <cyd@gnu.org>
505
506 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
507 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
508
509 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
510
511 * shell.el (shell-completion-vars): Fix last change (bug#11348).
512
513 2012-05-09 Chong Yidong <cyd@gnu.org>
514
515 * ansi-color.el (ansi-color-process-output): Check for validity of
516 comint-last-output-start before using it. This avoids a bad
517 interaction with gdb-mi's input/output buffer.
518
519 2012-05-09 Glenn Morris <rgm@gnu.org>
520
521 * files.el (dir-locals-read-from-file):
522 Mention dir-locals in any error message.
523
524 2012-05-09 Chong Yidong <cyd@gnu.org>
525
526 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
527 package (Bug#11410).
528
529 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
530 variables into description.
531
532 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
533
534 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
535 shell-delimiter-argument-list (bug#11348).
536 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
537
538 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
539
540 * textmodes/rst.el: Silence byte-compiler warnings.
541 (rst-re-alist, rst-reset-section-caches): Move around.
542 (rst-re): Use `characterp', not `char-valid-p'.
543 (font-lock-beg, font-lock-end): Declare.
544
545 * progmodes/idlw-shell.el (specs): Remove reference to deleted
546 variable `idlwave-shell-activate-alt-keybindings' and simplify.
547
548 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
549
550 2012-05-08 Glenn Morris <rgm@gnu.org>
551
552 * files.el (auto-mode-alist): Treat ".make" like ".mk".
553
554 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * vc/log-edit.el: Add GNU coding standards highlighting.
557 (log-edit-font-lock-gnu-style)
558 (log-edit-font-lock-gnu-keywords): New vars.
559 (log-edit-font-lock-keywords): New fun.
560 (log-edit-mode): Don't fold case in font-lock.
561 (log-edit-font-lock-keywords): Do not assume case-folding.
562
563 * imenu.el: Misc cleanup. Make docstrings out of comments.
564 Use lexical-binding.
565 (imenu--index-alist, imenu--last-menubar-index-alist)
566 (imenu-menubar-modified-tick): Use defvar-local.
567 (imenu--split-menu): Remove unused var.
568 (imenu--cleanup-seen): Declare as global.
569 (imenu--cleanup): Use dolist.
570
571 * subr.el (defvar-local): Add debug spec and doc-string position.
572
573 2012-05-08 Glenn Morris <rgm@gnu.org>
574
575 * lisp/language/burmese.el, language/cham.el, language/czech.el:
576 * language/english.el, language/georgian.el, language/greek.el:
577 * language/japanese.el, language/khmer.el, language/korean.el:
578 * language/lao.el, language/misc-lang.el, language/romanian.el:
579 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
580 * language/thai.el, language/utf-8-lang.el:
581 Remove no-byte-compile setting.
582
583 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
584
585 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
586
587 * progmodes/make-mode.el (makefile-browse):
588 Remove unnecessary interactive. (Bug#11324)
589
590 2012-05-07 Glenn Morris <rgm@gnu.org>
591
592 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
593
594 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
595
596 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * loadup.el: Preload newcomment.el.
599 * newcomment.el: Move autoload-only code to toplevel.
600
601 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
602 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
603 Handle new :right-align column property.
604 (tabulated-list-print-col): Idem, plus use `display' text-property to
605 try and preserve alignment for variable pitch fonts.
606
607 2012-05-07 Chong Yidong <cyd@gnu.org>
608
609 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
610 (tabulated-list-use-header-line): New var.
611 (tabulated-list-init-header): Use it.
612 (tabulated-list-print-fake-header): New function.
613 (tabulated-list-print): Use it.
614 (tabulated-list-sort-button-map): Add non-header-line commands.
615 (tabulated-list-init-header): Add column name property to basic
616 labels as well.
617 (tabulated-list-col-sort): Handle non-header-line button case.
618 (tabulated-list--sort-by-column-name): Fix a corner case.
619
620 * buff-menu.el (list-buffers--refresh):
621 Handle Buffer-menu-use-header-line.
622
623 2012-05-06 Chong Yidong <cyd@gnu.org>
624
625 * buff-menu.el: Convert to Tabulated List mode.
626 (Buffer-menu-buffer+size-width): Make obsolete.
627 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
628 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
629 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
630 documentation into docstring of buffer-menu.
631 (Buffer-menu-toggle-files-only): Add an informative message.
632 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
633 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
634 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
635 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
636 (Buffer-menu-execute, Buffer-menu-select)
637 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
638 (Buffer-menu-bury): Use Tabulated List machinery.
639 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
640 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
641 Delete.
642 (list-buffers--refresh): New function.
643 (list-buffers-noselect): Use it.
644 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
645 (Buffer-menu--pretty-file-name): New helper functions.
646
647 * loadup.el: Preload tabulated-list.
648
649 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
650 tabulated-list-sort-column.
651 (tabulated-list-init-header): Add the initial aligning space even
652 if tabulated-list-padding is zero.
653
654 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
655
656 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
657 whose cdr is not a cons cell correctly (bug#11038).
658
659 2012-05-06 Chong Yidong <cyd@gnu.org>
660
661 * emacs-lisp/tabulated-list.el (tabulated-list-format):
662 Accept additional plist in column descriptors.
663 (tabulated-list-init-header): Obey it.
664 (tabulated-list-get-entry): New function.
665 (tabulated-list-put-tag): Use it. Use string-width instead of
666 length.
667 (tabulated-list--column-number): New function.
668 (tabulated-list-print): Use it.
669 (tabulated-list-print-col): New function.
670 Set `tabulated-list-column-name' property on each column's text.
671 (tabulated-list-print-entry): Use it.
672 (tabulated-list-delete-entry, tabulated-list-set-col):
673 New functions.
674 (tabulated-list-sort-column): New command (Bug#11337).
675
676 * buff-menu.el (list-buffers): Move C-x C-b binding from
677 buff-menu.el to bindings.el.
678
679 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
680 :advertised-binding feature.
681
682 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
683
684 * progmodes/compile.el (compilation-internal-error-properties):
685 Calculate start position correctly when end-col is set but
686 end-line is not (Bug#11382).
687
688 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
689
690 * man.el (Man-unindent): Use text-property-default-nonsticky to
691 prevent untabify from inheriting face properties (Bug#11408).
692
693 2012-05-05 Glenn Morris <rgm@gnu.org>
694
695 * calendar/cal-html.el: Optionally include holidays in the output.
696 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
697 (cal-html-holidays): New option.
698 (cal-html-css-default): Add holiday entry.
699 (holiday-in-range): Autoload it.
700 (cal-html-htmlify-entry): Add optional class argument.
701 (cal-html-htmlify-list): Add optional holidays argument.
702 (cal-html-insert-agenda-days): Include holidays in the output.
703 (cal-html-one-month): Maybe include holidays.
704
705 * calendar/holidays.el (holiday-in-range):
706 Move here from cal-tex-list-holidays.
707 * calendar/cal-tex.el (cal-tex-list-holidays):
708 Make it an obsolete alias for holiday-in-range. Update all callers.
709
710 2012-05-05 Chong Yidong <cyd@gnu.org>
711
712 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
713 Nextstep.
714
715 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
716
717 * files.el (file-auto-mode-skip): New var.
718 (set-auto-mode-1): Use it.
719
720 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
721
722 * repeat.el: Use lexical-binding.
723 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
724 (repeat-undo-count): Remove.
725 (repeat):
726 * progmodes/octave-mod.el (octave-abbrev-start):
727 * progmodes/f90.el (f90-abbrev-start):
728 * face-remap.el (text-scale-adjust):
729 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
730
731 * emacs-lisp/pcase.el (pcase--let*): New function.
732 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
733 a bit more.
734 (pcase--split-pred): Be more clever about ruling out overlap between
735 a predicate and some constant pattern.
736 (pcase--q1): Use `null' instead of (eq foo nil).
737
738 * subr.el (setq-local, defvar-local): New macros.
739 (kbd): Redefine as an alias.
740 (with-selected-window): Leave unrelated frames alone.
741 (set-temporary-overlay-map): New function.
742
743 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
744
745 * subr.el (user-error): New function.
746 * window.el (switch-to-buffer):
747 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
748 (smerge-match-conflict):
749 * simple.el (previous-matching-history-element)
750 (next-matching-history-element, goto-history-element, undo-more)
751 (undo-start):
752 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
753 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
754 (next-file, tags-loop-scan, list-tags, complete-tag):
755 * progmodes/compile.el (compilation-loop):
756 * mouse.el (mouse-minibuffer-check):
757 * man.el (Man-bgproc-sentinel, Man-goto-page):
758 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
759 (Info-history-forward, Info-follow-reference, Info-menu)
760 (Info-extract-menu-item, Info-extract-menu-counting)
761 (Info-forward-node, Info-backward-node, Info-next-menu-item)
762 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
763 (Info-next-reference, Info-prev-reference, Info-index)
764 (Info-index-next, Info-follow-nearest-node)
765 (Info-copy-current-node-name):
766 * imenu.el (imenu--make-index-alist)
767 (imenu-default-create-index-function, imenu-add-to-menubar):
768 * files.el (basic-save-buffer, recover-file):
769 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
770 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
771 (checkdoc-message-text, checkdoc-defun):
772 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
773 * cus-edit.el (customize-changed-options, customize-rogue)
774 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
775 (custom-variable-mark-to-reset-standard)
776 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
777 (custom-file):
778 * completion.el (check-completion-length):
779 * comint.el (comint-search-arg)
780 (comint-previous-matching-input-string-position)
781 (comint-previous-matching-input)
782 (comint-replace-by-expanded-history-before-point, comint-send-input)
783 (comint-copy-old-input, comint-backward-matching-input)
784 (comint-goto-process-mark, comint-set-process-mark):
785 * calendar/calendar.el (calendar-cursor-to-date): Use it.
786 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
787
788 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
789
790 * dabbrev.el (dabbrev--ignore-case-p): New function.
791 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
792 Use it.
793
794 * files.el (automount-dir-prefix): Mark as obsolete.
795
796 2012-05-04 Glenn Morris <rgm@gnu.org>
797
798 * patcomp.el, play/bruce.el: Move to obsolete/.
799
800 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
801
802 Fix minor Y10k bugs.
803 * arc-mode.el (archive-unixdate):
804 * autoinsert.el (auto-insert-alist):
805 * calc/calc-forms.el (math-this-year):
806 * emacs-lisp/copyright.el (copyright-current-year)
807 (copyright-update-year, copyright):
808 * tar-mode.el (tar-clip-time-string):
809 * time.el (display-time-update):
810 Don't assume years have 4 digits.
811
812 2012-05-04 Chong Yidong <cyd@gnu.org>
813
814 * dos-w32.el (file-name-buffer-file-type-alist)
815 (direct-print-region-use-command-dot-com):
816 * ffap.el (ffap-menu-regexp):
817 * find-file.el (ff-special-constructs):
818 * follow.el (follow-debug):
819 * forms.el (forms--debug):
820 * iswitchb.el (iswitchb-all-frames):
821 * ido.el (ido-all-frames):
822 * emacs-lisp/timer.el (timer-max-repeats):
823 * mail/feedmail.el (feedmail-mail-send-hook)
824 (feedmail-mail-send-hook-queued):
825 * mail/footnote.el (footnote-signature-separator):
826 * mail/mailabbrev.el (mail-alias-separator-string)
827 (mail-abbrev-mode-regexp):
828 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
829 * progmodes/idlwave.el (idlwave-libinfo-file)
830 (idlwave-default-completion-case-is-down)
831 (idlwave-library-routines): Convert defvars to defcustoms.
832
833 * mail/rmail.el (rmail-decode-mime-charset):
834 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
835 (idlwave-shell-fix-inserted-breaks)
836 (idlwave-shell-activate-alt-keybindings)
837 (idlwave-shell-use-breakpoint-glyph):
838 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
839
840 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
841
842 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
843
844 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
845
846 * progmodes/verilog-mode.el (font-lock-keywords):
847 Fix mis-highligting auto. Reported by Craig Barner.
848 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
849 defines from global name space. Reported by Dan Dever.
850 (verilog-auto-reset, verilog-auto-reset-widths)
851 (verilog-auto-tieoff): Support using unbased numbers for
852 AUTORESET and AUTOTIEOFF.
853 (verilog-submit-bug-report): Update variable list.
854 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
855 parenthesis from not matching. Reported by Michael Rytting.
856 (verilog-auto-template-lint): Fix hash error when linting modules
857 with no used templates.
858 (verilog-warn, verilog-warn-error)
859 (verilog-warn-fatal): When non-interactive report multiple
860 warnings before exiting. Suggested by Brad Dobbie.
861 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
862 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
863 to report unused template errors. Reported by Brad Dobbie.
864 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
865 nets, bug438. Reported by Vns Blore.
866 (verilog-auto-inout-module, verilog-auto-reg)
867 (verilog-read-decls, verilog-read-sub-decls-sig)
868 (verilog-signals-edit-wire-reg, verilog-signals-with):
869 Fix passing of Verilog data types in ANSI input/output ports
870 such as "output logic" into the AUTOs. Special case "wire" and
871 "reg" for backwards compatibility presuming Verilog 2001.
872 (verilog-auto-ascii-enum): Add "auto enum" as alias.
873 (verilog-preprocess): Fix replication of preprocess output.
874 Reported by Brad Dobbie.
875 (verilog-auto-inst-interfaced-ports):
876 Create verilog-auto-inst-interfaced-ports, bug429.
877 Reported by Julian Gorfajn.
878 (verilog-after-save-font-hook)
879 (verilog-before-save-font-hook): New variable.
880 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
881 (verilog-save-font-mods): Wrap disabling fontification, reported
882 by David Rogoff.
883 (verilog-do-indent, verilog-pretty-declarations-auto)
884 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
885 Reported by Pierre-David Pfister.
886 (verilog-set-auto-endcomments): Fix endtask auto comments outside
887 of class declarations, bug292. Reported by Kevin Heilman.
888 (verilog-read-decls): Fix 'parameter type' not appearing in
889 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
890 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
891 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
892 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
893 Reported by David Kravitz.
894
895 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
896
897 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
898 assignment with tests in ifs and for loops.
899 (verilog-extended-complete-re, verilog-complete-reg): Change so
900 that DPI inport functions don't look like fuction declarations.
901 (verilog-pretty-expr): Don't line up assignment
902 operations to the test and increment in if and for loops
903 (verilog-extended-complete-re, verilog-complete-reg): Change so
904 that DPI inport functions don't look like fuction declarations
905
906 2012-05-03 Kenichi Handa <handa@m17n.org>
907
908 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
909 decoding, and show a warning message without signaling an error
910 (Bug#11282).
911
912 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
913
914 * emacs-lisp/bytecomp.el
915 (byte-compile-file-form-custom-declare-variable): Compile all elements,
916 since cconv.el might have introduced :fun-body, internal-make-closure,
917 and friends for bytecomp to handle (bug#11391).
918 * custom.el (defcustom): Avoid ((λ ..) ..).
919
920 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
921
922 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
923
924 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
925
926 * notifications.el (dbus-debug):
927 * term/linux.el (gpm-mouse-enable):
928 * term/screen.el (xterm-register-default-colors): Declare.
929
930 2012-05-02 Chong Yidong <cyd@gnu.org>
931
932 * cus-start.el (gc-cons-percentage, exec-suffixes)
933 (dos-display-scancodes, dos-hyper-key, dos-super-key)
934 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
935 (make-cursor-line-fully-visible, void-text-area-pointer)
936 (font-list-limit): Add customization data.
937
938 * allout.el (allout-exposure-change-functions)
939 (allout-structure-added-functions)
940 (allout-structure-deleted-functions)
941 (allout-structure-shifted-functions): Rename abnormal hooks from
942 *-hook, and convert to defcustoms.
943 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
944 Convert to defcustoms.
945 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
946
947 * allout-widgets.el: Hook callers changed.
948
949 2012-05-02 Eli Zaretskii <eliz@gnu.org>
950
951 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
952 the yanked message in preference to the default value of
953 buffer-file-coding-system.
954
955 2012-05-02 Martin Rudalics <rudalics@gmx.at>
956
957 * window.el (display-buffer--action-function-custom-type):
958 Fix entry.
959
960 2012-05-02 Alan Mackenzie <acm@muc.de>
961
962 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
963
964 2012-05-01 Glenn Morris <rgm@gnu.org>
965
966 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
967
968 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
969
970 * cus-edit.el (custom-variable-documentation): Simplify with format.
971
972 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
973 Stefan Monnier <monnier@iro.umontreal.ca>
974
975 * simple.el (suggest-key-bindings, execute-extended-command):
976 Move from keyboard.c.
977
978 2012-05-01 Chong Yidong <cyd@gnu.org>
979
980 * follow.el: Eliminate advice.
981 (set-process-filter, process-filter, sit-for): Advice deleted.
982 (follow-mode-off-hook): Obsolete hook removed.
983 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
984 Vars deleted.
985 (follow-auto): Use a :set function.
986 (follow-mode): Rewritten. Don't advise process filters.
987 (follow-switch-to-current-buffer-all, follow-scroll-up)
988 (follow-scroll-down): Assume follow-mode is bound.
989 (follow-comint-scroll-to-bottom)
990 (follow-align-compilation-windows): New functions.
991 (follow--window-sorter): New function.
992 (follow-all-followers): Use it to explicitly sort windows by their
993 positions; don't make assumptions about next-window order.
994 (follow-windows-start-end, follow-delete-other-windows-and-split)
995 (follow-calc-win-start): Doc fix.
996 (follow-windows-aligned-p, follow-select-if-visible): Don't call
997 vertical-motion unnecessarily.
998 (follow-adjust-window): New function.
999 (follow-post-command-hook): Use it.
1000 (follow-call-set-process-filter, follow-call-process-filter)
1001 (follow-intercept-process-output, follow-tidy-process-filter-alist)
1002 (follow-stop-intercept-process-output, follow-generic-filter):
1003 Functions deleted.
1004 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
1005 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
1006 New functions, replacing advice on scroll-bar-* commands.
1007 (follow-mwheel-scroll): New function (Bug#4112).
1008
1009 * comint.el (comint-adjust-point): New function.
1010 (comint-postoutput-scroll-to-bottom): Use it.
1011 Call follow-comint-scroll-to-bottom for Follow mode buffers.
1012
1013 2012-05-01 Glenn Morris <rgm@gnu.org>
1014
1015 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
1016 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
1017 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
1018 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
1019 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
1020 Remove no-byte-compile setting.
1021
1022 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 * minibuffer.el (completion-table-with-quoting): Fix compatibility
1025 all-completions code to not return a number in the last cdr.
1026
1027 2012-04-30 Leo Liu <sdl.web@gmail.com>
1028
1029 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
1030 read-only error.
1031
1032 2012-04-29 Chong Yidong <cyd@gnu.org>
1033
1034 * follow.el (follow-calc-win-end): Rewrite to handle partial
1035 screen lines correctly (Bug#8390).
1036 (follow-avoid-tail-recenter): Minor cleanup.
1037
1038 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 Avoid the obsolete `assoc' package.
1041 * speedbar.el (speedbar-refresh): Avoid adelete.
1042 (speedbar-file-lists): Simplify and avoid aput.
1043 * man.el (Man--sections, Man--refpages): New vars, replacing
1044 Man-sections-alist and Man-refpages-alist.
1045 (Man-build-section-alist, Man-build-references-alist):
1046 Use them; avoid aput.
1047 (Man--last-section, Man--last-refpage): New vars.
1048 (Man-follow-manual-reference): Use them.
1049 Use the `default' arg of completing-read.
1050 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
1051
1052 2012-04-27 Chong Yidong <cyd@gnu.org>
1053
1054 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
1055
1056 * startup.el (x-apply-session-resources): New function.
1057
1058 * term/ns-win.el (ns-initialize-window-system):
1059 * term/w32-win.el (w32-initialize-window-system):
1060 * term/x-win.el (x-initialize-window-system): Use it to properly
1061 set menu-bar-mode and other vars from X resources, even if the
1062 initial frame is not a window-system frame (Bug#2299).
1063
1064 * subr.el (read-key): Avoid running filter function when setting
1065 up temporary tool bar entries (Bug#9922).
1066
1067 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
1068
1069 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
1070 (Bug#11344)
1071
1072 2012-04-27 Chong Yidong <cyd@gnu.org>
1073
1074 * select.el (xselect--encode-string): New function, split from
1075 xselect-convert-to-string.
1076 (xselect-convert-to-string): Use it.
1077 (xselect-convert-to-filename, xselect-convert-to-os)
1078 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
1079 returned strings are properly encoded (Bug#11315).
1080
1081 2012-04-27 Chong Yidong <cyd@gnu.org>
1082
1083 * simple.el (delete-active-region): Move to killing custom group.
1084
1085 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
1086
1087 * progmodes/which-func.el (which-func-current): Quote %
1088 characters for mode-line processing.
1089
1090 2012-04-27 Chong Yidong <cyd@gnu.org>
1091
1092 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
1093 reaching eob (Bug#11286).
1094
1095 2012-04-27 Eli Zaretskii <eliz@gnu.org>
1096
1097 * progmodes/gdb-mi.el (gdb-control-level): New variable.
1098 (gdb): Make it buffer-local and init to zero.
1099 (gdb-control-commands-regexp): New variable.
1100 (gdb-send): Don't wrap in "-interpreter-exec console" if
1101 gdb-control-level is positive. Increment gdb-control-level
1102 whenever the command matches gdb-control-commands-regexp, and
1103 decrement it each time the command is "end". (Bug#11279)
1104
1105 2012-04-27 Martin Rudalics <rudalics@gmx.at>
1106
1107 * window.el (adjust-window-trailing-edge, enlarge-window)
1108 (shrink-window, window-resize):
1109 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
1110 windows (Bug#11276).
1111
1112 2012-04-27 Chong Yidong <cyd@gnu.org>
1113
1114 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
1115 fix "missing prefix" warning. All callers changed.
1116
1117 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * emacs-lisp/assoc.el: Move to obsolete/.
1120
1121 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1122
1123 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
1124
1125 * term/ns-win.el (ns-define-service):
1126 * progmodes/pascal.el (pascal-goto-defun):
1127 * progmodes/js.el (js--read-tab):
1128 * progmodes/etags.el (tags-lazy-completion-table):
1129 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
1130 * emacs-lisp/ewoc.el (ewoc--wrap):
1131 * emacs-lisp/assoc.el (aput, adelete, amake):
1132 * doc-view.el (doc-view-convert-current-doc):
1133 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
1134
1135 2012-04-26 Chong Yidong <cyd@gnu.org>
1136
1137 * image.el (image-type-from-buffer): Only return supported image
1138 type (Bug#9045).
1139
1140 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
1141 value, for symmetry with diff-end-of-hunk.
1142 (diff-split-hunk, diff-find-source-location)
1143 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
1144 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
1145 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
1146 compute the relevant hunk or file properly (Bug#6005).
1147 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
1148
1149 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1150
1151 * vc/vc-mtn.el:
1152 * vc/vc-hg.el:
1153 * vc/vc-git.el:
1154 * vc/vc-dir.el:
1155 * vc/vc-cvs.el:
1156 * vc/vc-bzr.el:
1157 * vc/vc-arch.el:
1158 * vc/vc.el: Replace lexical-let by lexical-binding.
1159 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
1160 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
1161 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
1162
1163 2012-04-26 Chong Yidong <cyd@gnu.org>
1164
1165 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
1166 (diff-mode-shared-map): Bind it to / and [remap undo].
1167
1168 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
1169 (ediff-window-setup-function): Use it as the default, to set up
1170 windows based on whether the current frame is graphical (Bug#2138).
1171 (ediff-choose-window-setup-function-automatically): Make obsolete.
1172
1173 * vc/ediff-init.el: Always define ediff-pixel-width/height.
1174
1175 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1176
1177 * ffap.el: Remove old code for obsolete package.
1178 (ffap-complete-as-file-p): Remove.
1179
1180 Use completion-table-with-quoting for comint and pcomplete.
1181 * comint.el (comint--unquote&requote-argument)
1182 (comint--unquote-argument, comint--requote-argument): New functions.
1183 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
1184 (comint-quote-filename): Use regexp-opt-charset.
1185 (comint--common-suffix, comint--common-quoted-suffix)
1186 (comint--table-subvert): Remove.
1187 (comint-unquote-function, comint-requote-function): New vars.
1188 (comint--complete-file-name-data): Use them with
1189 completion-table-with-quoting.
1190 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
1191 * pcomplete.el (pcomplete-arg-quote-list)
1192 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
1193 (pcomplete-unquote-argument-function): Default to non-nil.
1194 (pcomplete-unquote-argument): Simplify.
1195 (pcomplete--common-quoted-suffix): Remove.
1196 (pcomplete-requote-argument-function): New var.
1197 (pcomplete--common-suffix): New function.
1198 (pcomplete-completions-at-point): Use completion-table-with-quoting
1199 and completion-table-subvert.
1200
1201 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
1202 (minibuffer--double-dollars): Preserve properties.
1203 (completion--sifn-requote): New function.
1204 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
1205
1206 * minibuffer.el: Add support for completion of quoted/escaped data.
1207 (completion-table-with-quoting, completion-table-subvert): New funs.
1208 (completion--twq-try, completion--twq-all): New functions.
1209 (completion--nth-completion): New function.
1210 (completion-try-completion, completion-all-completions): Use it.
1211
1212 2012-04-25 Leo Liu <sdl.web@gmail.com>
1213
1214 * progmodes/python.el (python-pdbtrack-get-source-buffer):
1215 Use compilation-message if available to find real filename.
1216
1217 2012-04-25 Chong Yidong <cyd@gnu.org>
1218
1219 * vc/diff-mode.el (diff-setup-whitespace): New function.
1220 (diff-mode): Use it.
1221
1222 * vc/diff.el (diff-sentinel):
1223 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
1224 Whitespace mode variables based on diff style (Bug#8612).
1225
1226 2012-04-25 Leo Liu <sdl.web@gmail.com>
1227
1228 * progmodes/python.el (python-send-region): Add suffix .py to the
1229 temp file.
1230
1231 * files.el (auto-mode-alist): Use javascript-mode instead.
1232
1233 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
1234
1235 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
1236
1237 * soap-client.el (soap-resolve-references-for-sequence-type)
1238 (soap-resolve-references-for-array-type): Hack to prevent self
1239 references, see Bug#9.
1240 (soap-parse-envelope): Report the contents of the 'detail' node
1241 when receiving a fault reply.
1242 (soap-parse-envelope): Report the contents of the entire 'detail' node.
1243
1244 * soap-inspect.el (soap-sample-value-for-simple-type)
1245 (soap-inspect-simple-type): New function.
1246
1247 * soap-client.el (soap-simple-type): New struct.
1248 (soap-default-xsd-types, soap-default-soapenc-types)
1249 (soap-decode-basic-type, soap-encode-basic-type):
1250 support unsignedInt and double basic types.
1251 (soap-resolve-references-for-simple-type)
1252 (soap-parse-simple-type, soap-encode-simple-type): New function.
1253 (soap-parse-schema): Parse xsd:simpleType declarations.
1254
1255 * soap-client.el (soap-default-xsd-types)
1256 (soap-default-soapenc-types): Add integer, byte and anyURI types.
1257 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
1258 the local name of "soapenc:Array".
1259 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
1260 decoding integer, byte and anyURI xsd types.
1261
1262 2012-04-25 Chong Yidong <cyd@gnu.org>
1263
1264 * cus-edit.el (custom-buffer-create-internal): Update header text.
1265
1266 2012-04-25 Eli Zaretskii <eliz@gnu.org>
1267
1268 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
1269 settings on 'system-type', not on 'window-system'. On MS-Windows,
1270 set interactive-mode on in GDB.
1271
1272 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1273
1274 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
1275 (ruby-syntax-propertize-regexp): Remove.
1276 (ruby-syntax-propertize-function): Split regexp into chunks.
1277 Match following code directly.
1278
1279 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
1280
1281 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
1282 (ruby-syntax-propertize-regexp): New function.
1283 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
1284 by a special keyword.
1285
1286 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
1287 (ruby-syntax-general-delimiters-goto-beg)
1288 (ruby-syntax-propertize-general-delimiters): New functions.
1289 (ruby-syntax-propertize-function): Use them to handle GDL.
1290 (ruby-font-lock-keywords): Move old handling of GDL...
1291 (ruby-font-lock-syntactic-keywords): .. to here.
1292 (ruby-calculate-indent): Adjust indentation for GDL.
1293
1294 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
1295
1296 * notifications.el (top): Remove unneeded declarations.
1297 (notifications-specification-version): Change to "1.2".
1298 (notifications-interface, notifications-notify-method)
1299 (notifications-close-notification-method): Fix docstring.
1300 (notifications-get-capabilities-method): New defconst.
1301 (notifications-notify): Add :action-items, :resident and
1302 :transient hints. Change "image_data" to "image-data" and
1303 "image_path" to "image-path".
1304 (notifications-get-capabilities): New defun.
1305
1306 2012-04-24 Leo Liu <sdl.web@gmail.com>
1307
1308 * progmodes/python.el: Move hideshow setup to the end.
1309
1310 2012-04-24 Martin Rudalics <rudalics@gmx.at>
1311
1312 * window.el (handle-select-window): Clear echo area since this is
1313 no more done by read_char (Bug#11304).
1314
1315 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1316
1317 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
1318 and `/ M' to filter-derived-mode.
1319 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
1320 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1321 (ibuffer-mark-by-mode): Use default rather than initial-input.
1322 (ibuffer-filter-by-derived-mode): Autoload and require-match.
1323
1324 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
1325
1326 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
1327 (ibuffer-filter-by-derived-mode): New filter.
1328 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
1329
1330 2012-04-23 Andreas Politz <politza@fh-trier.de>
1331
1332 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
1333
1334 2012-04-23 Chong Yidong <cyd@gnu.org>
1335
1336 * cus-edit.el (customize-apropos, customize-apropos-options):
1337 Disable matching of non-option variables (Bug#11176).
1338 (customize-option, customize-option-other-window)
1339 (customize-changed-options): Doc fix.
1340 (customize-apropos-options, customize-apropos-faces)
1341 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
1342
1343 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
1344 Fix word list splitting (Bug#11132).
1345 (apropos-symbol, apropos-keybinding, apropos-label)
1346 (apropos-property, apropos-function-button)
1347 (apropos-variable-button, apropos-misc-button): New faces.
1348 (apropos-symbol-face, apropos-keybinding-face)
1349 (apropos-label-face, apropos-property-face, apropos-match-face):
1350 Variables removed (Bug#8396).
1351 (apropos-library-button, apropos-format-plist, apropos-print)
1352 (apropos-print-doc, apropos-describe-plist): Callers changed.
1353
1354 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
1355
1356 * net/xesam.el (xesam-mode-map): Use let-bound map in
1357 initialization. (Bug#11292)
1358
1359 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1360
1361 Preserve ispell session localwords when switching back to
1362 original buffer.
1363
1364 * ispell.el (ispell-buffer-session-localwords): New buffer-local
1365 variable to hold buffer session localwords.
1366 (ispell-kill-ispell): add option 'clear to delete session
1367 localwords.
1368 (ispell-command-loop, ispell-change-dictionary)
1369 (ispell-buffer-local-words): Preserve session localwords when
1370 needed.
1371
1372 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
1373 Preserve session localwords when needed.
1374
1375 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1376
1377 * ispell.el (ispell-insert-word) Remove unneeded function using
1378 obsolete `translation-table-for-input'.
1379 (ispell-word, ispell-process-line, ispell-complete-word):
1380 Use plain `insert' instead of removed `ispell-insert-word'.
1381
1382 2012-04-22 Chong Yidong <cyd@gnu.org>
1383
1384 * cus-edit.el (custom-variable-menu)
1385 (custom-variable-reset-saved, custom-face-menu)
1386 (custom-face-reset-saved): If there is no saved value, make the
1387 "reset-saved" operation bring back the default (Bug#9509).
1388 (custom-face-state): Properly detect themed faces.
1389
1390 * faces.el (face-spec-set): Stop supporting deprecated form of
1391 third arg.
1392
1393 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
1394
1395 Move functions from C to Lisp. Make non-blocking method calls
1396 the default. Implement further D-Bus standard interfaces.
1397
1398 * net/dbus.el (dbus-message-internal): Declare function.
1399 Remove unneeded function declarations.
1400 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
1401 (dbus-message-type-method-return, dbus-message-type-error)
1402 (dbus-message-type-signal): Declare variables. Remove local
1403 definitions.
1404 (dbus-interface-dbus, dbus-interface-peer)
1405 (dbus-interface-introspectable, dbus-interface-properties)
1406 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
1407 Adapt docstring.
1408 (dbus-interface-objectmanager): New defconst.
1409 (dbus-call-method, dbus-call-method-asynchronously)
1410 (dbus-send-signal, dbus-method-return-internal)
1411 (dbus-method-error-internal, dbus-register-service)
1412 (dbus-register-signal, dbus-register-method): New defuns, moved
1413 from dbusbind.c
1414 (dbus-call-method-handler, dbus-setenv)
1415 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
1416 New defuns.
1417 (dbus-call-method-non-blocking): Make it an obsolete function.
1418 (dbus-unregister-object, dbus-unregister-service)
1419 (dbus-handle-event, dbus-register-property)
1420 (dbus-property-handler): Obey the new structure of
1421 `bus-registered-objects'.
1422 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
1423 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1424 Use `dbus-call-method'.
1425
1426 2012-04-22 Chong Yidong <cyd@gnu.org>
1427
1428 * cus-edit.el (custom-commands, custom-reset-menu)
1429 (Custom-reset-standard): Tweak labels.
1430 (custom-reset-button-menu): Change default to t.
1431 (custom-buffer-create-internal): For the custom-reset-button-menu
1432 case, put the revert button first.
1433 (custom-group-subtitle): New face.
1434 (custom-group-value-create): Align docstring to a specific column.
1435
1436 * wid-edit.el (widget-documentation-link-add): Don't handle
1437 indentation in this function.
1438 (widget-documentation-string-indent-to): New function.
1439 (widget-documentation-string-value-create): Use it.
1440
1441 * autorevert.el (auto-revert):
1442 * epg-config.el (epg):
1443 * ibuffer.el (ibuffer):
1444 * mpc.el (mpc):
1445 * ses.el (ses):
1446 * eshell/eshell.el (eshell):
1447 * net/ange-ftp.el (ange-ftp):
1448 * progmodes/ebnf2ps.el (postscript):
1449 * progmodes/flymake.el (flymake):
1450 * progmodes/prolog.el (prolog):
1451 * progmodes/verilog-mode.el (verilog-mode):
1452 * progmodes/which-func.el (which-func):
1453 * term/xterm.el (xterm):
1454 * textmodes/picture.el (picture):
1455 * textmodes/tildify.el (tildify):
1456 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
1457 customization buffers.
1458
1459 2012-04-22 Alan Mackenzie <acm@muc.de>
1460
1461 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1462 Adding a ) can hide the resulting (..) from searches. Fix it.
1463 Bound the backward search to the position of the existing (.
1464
1465 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
1466
1467 * progmodes/verilog-mode.el (verilog-mode): Check whether
1468 which-func-modes is t before adding verilog-mode.
1469 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1470
1471 2012-04-21 Leo Liu <sdl.web@gmail.com>
1472
1473 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
1474
1475 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
1476
1477 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
1478 filling of the last column of a table (Bug#5635).
1479 (woman-find-next-control-line): New arg, specifying an additional
1480 regexp component for the control line.
1481 (woman2-roff-buffer): Use it.
1482 (woman-break-table): New function.
1483 (woman2-TS): Use it.
1484
1485 2012-04-21 Chong Yidong <cyd@gnu.org>
1486
1487 * woman.el (woman-set-buffer-display-table, woman-decode-region)
1488 (woman-horizontal-escapes, woman-negative-vertical-space)
1489 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
1490 (WoMan-warn-ignored): Use ?\s instead of ?\ .
1491
1492 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1493
1494 * minibuffer.el (completion-file-name-table): Complete user names.
1495
1496 2012-04-20 Leo Liu <sdl.web@gmail.com>
1497
1498 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
1499 and pcase-let*.
1500
1501 2012-04-20 Chong Yidong <cyd@gnu.org>
1502
1503 * server.el (server-execute): Respect initial-buffer-choice if it
1504 is a string and there are no files to open (Bug#2825).
1505 (server-create-window-system-frame, server-create-tty-frame):
1506 Don't switch buffers here.
1507 (server-process-filter): Only try to open a window system frame if
1508 compiled with graphical support (Bug#8314).
1509
1510 2012-04-20 Dan Nicolaescu <dann@gnu.org>
1511
1512 * battery.el (battery-echo-area-format): Display remaining time
1513 for sysfs backend too (Bug#11269).
1514 (battery-linux-sysfs): Fix conditional for the charge.
1515
1516 2012-04-20 Chong Yidong <cyd@gnu.org>
1517
1518 * progmodes/gdb-mi.el (gdb): Revert previous change.
1519 (gdb-inferior-io--init-proc): New function.
1520 (gdb-init-1): Use it.
1521 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
1522 responsible for allocating a new pty and hooking it to gdb when
1523 the old pty gets an EIO due to process exit.
1524 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
1525 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
1526 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
1527
1528 2012-04-20 Eli Zaretskii <eliz@gnu.org>
1529
1530 * window.el (window-min-size, window-sizable, window-min-delta)
1531 (window-max-delta, window--resizable, window-resizable)
1532 (window-total-size, window-full-height-p, window-full-width-p)
1533 (window-in-direction, window--resize-mini-window, window-resize)
1534 (window--resize-child-windows-normal)
1535 (window--resize-child-windows, window--resize-siblings)
1536 (window--resize-this-window, adjust-window-trailing-edge)
1537 (enlarge-window, shrink-window): Doc fixes.
1538
1539 2012-04-20 Chong Yidong <cyd@gnu.org>
1540
1541 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
1542 New function to call delete-process on the gdb-inferior buffer's pty.
1543 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
1544 pty process (Bug#11273).
1545 (gdb-update): New arg to suppress talking to the gdb process.
1546 (gdb-done-or-error): Use it.
1547 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
1548 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
1549 sentinel not being called.
1550
1551 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
1552
1553 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
1554
1555 2012-04-20 Glenn Morris <rgm@gnu.org>
1556
1557 * net/network-stream.el (open-network-stream): Doc fix.
1558
1559 2012-04-20 Chong Yidong <cyd@gnu.org>
1560
1561 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
1562
1563 2012-04-20 Alan Mackenzie <acm@muc.de>
1564
1565 Ensure searching for keywords is case sensitive.
1566
1567 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
1568 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
1569 (c-defun-name, c-mark-function, c-cpp-define-name)
1570 (c-comment-indent, c-scan-conditionals, c-indent-defun)
1571 (c-context-line-break): Bind case-fold-search to nil.
1572
1573 * progmodes/cc-mode.el (c-font-lock-fontify-region):
1574 Bind case-fold-search to nil.
1575
1576 2012-04-20 Chong Yidong <cyd@gnu.org>
1577
1578 * mail/sendmail.el (mail-bury): Call return action with the right
1579 Rmail buffer (Bug#11242).
1580
1581 * server.el (server-process-filter): Handle corner case where both
1582 tty and nowait options are present (Bug#11102).
1583
1584 2012-04-20 Eli Zaretskii <eliz@gnu.org>
1585
1586 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
1587 (top level): Put into the executable the ident-style '$Id:' tag on
1588 windows-nt as well.
1589
1590 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * electric.el (electric-indent-post-self-insert-function): Check that
1593 electric-indent-mode is enabled in current buffer.
1594
1595 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
1596
1597 * imenu.el (imenu-progress-message): Restore; it is "used" in
1598 erc/erc-imenu.el and net/snmp-mode.el.
1599
1600 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
1601
1602 * avoid.el (mouse-avoidance-mode): Mark unused arg.
1603 (mouse-avoidance-nudge-mouse): Remove unused binding.
1604
1605 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
1606
1607 * descr-text.el (describe-char):
1608 * progmodes/python.el (python-describe-symbol):
1609 Don't call `toggle-read-only', set `buffer-read-only'.
1610
1611 * imenu.el (imenu-default-goto-function): Mark unused args.
1612 (imenu-progress-message): Remove obsolete macro; all callers changed.
1613
1614 * subr.el (keymap-canonicalize): Remove unused binding.
1615 (read-passwd): Mark unused arg.
1616
1617 * tutorial.el (tutorial--display-changes): Remove unused binding.
1618 (tutorial--save-tutorial-to): Remove unused variable.
1619
1620 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
1621 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
1622 (package-generate-autoloads, package-menu--generate)
1623 (package-menu--find-upgrades): Remove unused bindings.
1624
1625 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
1626 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
1627 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
1628 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
1629 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
1630 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
1631 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
1632 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
1633 (cua-delete-char-rectangle): Mark unused args.
1634 (cua-align-rectangle): Remove unused binding.
1635
1636 * mail/rmail.el (compilation--message->loc)
1637 (epa--find-coding-system-for-mime-charset): Declare.
1638
1639 * net/dbus.el (dbus-register-service): Declare.
1640 (dbus-name-owner-changed-handler): Remove unused binding.
1641
1642 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
1643 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
1644 (nxml-scan-backward-within): Mark unused arg.
1645 (nxml-dynamic-markup-word): Remove unused binding.
1646
1647 * mouse.el (mouse-menu-major-mode-map):
1648 * emacs-lisp/authors.el (authors-scan-change-log)
1649 (authors-add-to-author-list):
1650 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
1651 * emacs-lisp/smie.el (smie-auto-fill):
1652 * mail/sendmail.el (mail-bury):
1653 * mail/unrmail.el (unrmail):
1654 * net/tls.el (open-tls-stream):
1655 * textmodes/picture.el (picture-mouse-set-point):
1656 Remove unused bindings.
1657
1658 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
1659
1660 * net/tramp.el (tramp-action-password): Let-bind
1661 `enable-recursive-minibuffers' to t.
1662
1663 2012-04-18 Sam Steingold <sds@gnu.org>
1664
1665 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
1666 instead of 'string to accommodate values like [f11].
1667 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
1668 * progmodes/gdb-mi.el: Likewise.
1669
1670 2012-04-18 Leo Liu <sdl.web@gmail.com>
1671
1672 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
1673 current buffer.
1674 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
1675 LOCAL is nil.
1676
1677 2012-04-18 Chong Yidong <cyd@gnu.org>
1678
1679 * simple.el (line-move): Use forward-line if in batch mode
1680 (Bug#11053).
1681
1682 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
1683
1684 * files.el (after-find-file): Do not try to add a final newline if
1685 the buffer is read-only (Bug#11156).
1686
1687 2012-04-17 Richard Stallman <rms@gnu.org>
1688
1689 * mail/rmail.el (rmail-start-mail):
1690 Pass (rmail-mail-return...) for the return-action.
1691 Pass (rmail-yank-current-message...) for the yank-action.
1692 (rmail-yank-current-message): New function.
1693 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
1694 (rmail-reply): Likewise.
1695 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
1696
1697 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
1698 buffer, not the last. Reject temp buffers. Use the rmail-mode
1699 buffer, not newbuf.
1700
1701 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
1702
1703 * server.el (server-ensure-safe-dir): Simplify.
1704
1705 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 * emacs-lisp/smie.el: Provide smarter auto-filling.
1708 (smie-auto-fill): New function.
1709 (smie-setup): Use it.
1710
1711 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
1712
1713 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1714
1715 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
1716 (comment-indent): Use it.
1717
1718 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
1719
1720 * ses.el: The overall change is to add cell renaming, that is
1721 setting fancy names for cell symbols other than name matching
1722 "\\`[A-Z]+[0-9]+\\'" regexp .
1723 (ses-localvars): Add ses--renamed-cell-symb-list.
1724 (ses-create-cell-variable): New defun.
1725 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
1726 (ses-relocate-formula): Relocate formulas only for cells the
1727 symbols of which are not renamed, i.e. symbols whose names do not
1728 match regexp "\\`[A-Z]+[0-9]+\\'".
1729 (ses-relocate-all): Relocate values only for cells the symbols of
1730 which are not renamed.
1731 (ses-load): Create cells variables as the (ses-cell ...) are read,
1732 in order to check row col consistency with cell symbol name only
1733 for cells that are not renamed.
1734 (ses-replace-name-in-formula): New defun.
1735 (ses-rename-cell): New defun.
1736
1737 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
1738
1739 * progmodes/perl-mode.el (perl-indent-parens-as-block):
1740 New option (bug#11118).
1741 (perl-calculate-indent): Respect it.
1742
1743 2012-04-17 Glenn Morris <rgm@gnu.org>
1744
1745 * dired-aux.el (dired-mark-read-string): Doc fix.
1746
1747 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1748
1749 * dired-aux.el (dired-mark-read-string): Offer optional completion.
1750 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
1751
1752 2012-04-17 Glenn Morris <rgm@gnu.org>
1753
1754 * mouse.el (mouse-drag-track):
1755 * speedbar.el (speedbar-frame-mode):
1756 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
1757
1758 2012-04-16 Leo Liu <sdl.web@gmail.com>
1759
1760 * progmodes/python.el: Trivial cleanup.
1761
1762 2012-04-16 Glenn Morris <rgm@gnu.org>
1763
1764 * vc/vc.el (vc-string-prefix-p):
1765 * vc/pcvs-util.el (cvs-string-prefix-p):
1766 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
1767 * mpc.el (mpc-string-prefix-p):
1768 Make all of these into obsolete aliases for string-prefix-p.
1769 Update callers.
1770 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
1771
1772 * textmodes/two-column.el: Move custom options to the start.
1773 (frame-width): Remove compat definition.
1774 (2C-associate-buffer, 2C-dissociate):
1775 Use with-current-buffer rather than save-excursion.
1776 (2C-dissociate): Force a mode-line update.
1777 (2C-autoscroll): Use ignore-errors.
1778
1779 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
1780 Autoload trivia.
1781
1782 * emacs-lisp/cl-extra.el (*random-state*):
1783 Remove unnecessary declaration.
1784
1785 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
1786
1787 * play/cookie1.el (cookie-snarf):
1788 Give an explicit error if input file cannot be read.
1789
1790 * play/yow.el (yow-file): Use expand-file-name rather than concat.
1791
1792 * progmodes/perl-mode.el (c-macro-expand):
1793 Remove unnecessary autoload (it is in loaddefs.el).
1794
1795 * textmodes/picture.el (picture-desired-column)
1796 (picture-update-desired-column): Convert comments to doc-strings.
1797 (picture-substitute): Remove function.
1798 (picture-mode-map): Initialize in the defvar.
1799
1800 * woman.el: Remove eval-after-load for tar-mode.
1801 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1802 (woman-tar-extract-file): Autoload it.
1803
1804 * frame.el (automatic-hscrolling): Make this alias obsolete.
1805
1806 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1807
1808 * ispell.el (ispell-set-spellchecker-params): Post-process
1809 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
1810 (ispell-dictionary-base-alist): Revert to original XEmacs
1811 friendly version for default. [:alpha:] will be added in
1812 `ispell-set-spellchecker-params' if needed
1813
1814 2012-04-16 Chong Yidong <cyd@gnu.org>
1815
1816 * image.el (imagemagick--extension-regexp): New variable.
1817 (imagemagick-register-types): Use it.
1818 (imagemagick-types-inhibit): Add :set function. Allow new value
1819 of t to inhibit all types.
1820
1821 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1822 so we can preload it.
1823
1824 * loadup.el (fboundp): Preload regexp-opt, needed by
1825 imagemagick-register-types.
1826
1827 2012-04-15 Chong Yidong <cyd@gnu.org>
1828
1829 * frame.el (scrolling): Remove nearly unused customization group.
1830
1831 * scroll-all.el (scroll-all-mode): Move to windows group.
1832
1833 2012-04-15 Chong Yidong <cyd@gnu.org>
1834
1835 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1836
1837 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1838
1839 Avoid the use of ((lambda ...) ...) in lexical-binding code.
1840 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
1841
1842 2012-04-15 Glenn Morris <rgm@gnu.org>
1843
1844 * simple.el (process-file-side-effects): Doc fix.
1845
1846 2012-04-15 Glenn Morris <rgm@gnu.org>
1847
1848 * international/mule-cmds.el (set-language-environment): Doc fix.
1849
1850 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
1851
1852 * server.el (server-auth-key, server-generate-key): Doc fixes.
1853 (server-get-auth-key): Doc fix. Use `string-match-p'.
1854 (server-start): Reflow docstring.
1855
1856 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1857
1858 * server.el (server-generate-key): `called-interactively-p'
1859 requires a parameter.
1860
1861 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
1862
1863 * server.el (server-auth-key): New variable.
1864 (server-generate-key, server-get-auth-key): New function.
1865 (server-start): Use the new variable and functions to allow
1866 setting a permanent server key (bug#9423).
1867
1868 2012-04-14 Leo Liu <sdl.web@gmail.com>
1869
1870 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1871
1872 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1873
1874 Spelling fixes.
1875 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1876 Emacs uses American spelling.
1877
1878 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
1879
1880 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1881 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1882 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1883 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1884
1885 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1886
1887 * progmodes/which-func.el (which-func-modes): Change default.
1888
1889 2012-04-14 Kim F. Storm <storm@cua.dk>
1890
1891 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1892 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1893
1894 2012-04-14 Chong Yidong <cyd@gnu.org>
1895
1896 * custom.el (custom-theme-set-variables): Doc fix.
1897
1898 2012-04-14 Glenn Morris <rgm@gnu.org>
1899
1900 * international/mule.el (set-auto-coding-for-load): Doc fix.
1901
1902 2012-04-14 Alan Mackenzie <acm@muc.de>
1903
1904 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1905 imenu work again for Objective C Mode. Correct the *-index values,
1906 these having been disturbed by a previous change in 2011-08.
1907
1908 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1909 Correct two search limits.
1910
1911 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1912
1913 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1914
1915 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
1916
1917 * international/characters.el: Fix sorting.
1918
1919 2012-04-14 Eli Zaretskii <eliz@gnu.org>
1920
1921 * international/characters.el: Add more missing Latin case pairs.
1922
1923 2012-04-14 Glenn Morris <rgm@gnu.org>
1924
1925 * files.el (dir-locals-set-class-variables): Doc fix.
1926
1927 2012-04-14 Eli Zaretskii <eliz@gnu.org>
1928
1929 * international/characters.el: Add set-case-syntax-pair call for
1930 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1931 counterpart. (Bug#11209)
1932
1933 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1934
1935 2012-04-14 Glenn Morris <rgm@gnu.org>
1936
1937 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1938
1939 2012-04-14 Eli Zaretskii <eliz@gnu.org>
1940
1941 * textmodes/ispell.el (ispell-dictionary-base-alist):
1942 Add data for Hebrew.
1943
1944 2012-04-14 Chong Yidong <cyd@gnu.org>
1945
1946 * net/rcirc.el (rcirc-cmd-quit):
1947 Revert 2012-03-18 change (Bug#11192).
1948
1949 2012-04-14 Glenn Morris <rgm@gnu.org>
1950
1951 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1952
1953 2012-04-14 Eli Zaretskii <eliz@gnu.org>
1954
1955 * minibuffer.el (completion-in-region-mode-map):
1956 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
1957
1958 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1959
1960 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1961
1962 2012-04-13 Masatake YAMATO <yamato@redhat.com>
1963
1964 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1965 to allow `C-M-f' and `C-M-b' to move to the nearest path
1966 separator (bug#9511).
1967
1968 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
1969
1970 * avoid.el: Require cl when compiling. And also move the
1971 `provide' to the end.
1972
1973 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1974
1975 * avoid.el (mouse-avoidance-banish-position): New variable.
1976 (mouse-avoidance-banish-destination): Use it (bug#10165).
1977
1978 2012-04-13 Leo Liu <sdl.web@gmail.com>
1979
1980 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1981
1982 2012-04-13 Ken Brown <kbrown@cornell.edu>
1983
1984 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
1985 this is no longer needed now that cygstart understands file:// URLs.
1986 (browse-url-filename-alist): For the same reason, don't modify
1987 file:// URLs on Cygwin.
1988
1989 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1990
1991 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1992 the region on shift if the binding is already shifted (bug#11221).
1993
1994 2012-04-12 Glenn Morris <rgm@gnu.org>
1995
1996 * mail/mailpost.el: Move to obsolete/.
1997
1998 2012-04-12 Drew Adams <drew.adams@oracle.com>
1999
2000 * imenu.el (imenu--generic-function): Ignore invisible definitions
2001 (bug#10123).
2002
2003 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
2004
2005 * hexl.el (hexl-bits): New variable.
2006 (hexl-options): Mention the variable in the doc string.
2007 (hexl-rulerise, hexl-line-displen): New functions.
2008 (hexl-mode): Mention the new variable.
2009 (hexl-mode, hexl-current-address, hexl-current-address):
2010 Use the displen.
2011 (hexl-ascii-start-column): New function.
2012 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
2013 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
2014
2015 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2016
2017 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
2018 '("-i" ENCODING), in 2 separate command-line arguments, to specify
2019 the encoding, as expected by hunspell.
2020
2021 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2022
2023 * battery.el (battery--linux-sysfs-regexp): New const.
2024 (battery-status-function): Use it. Remove yeeloong special case.
2025 (battery-yeeloong-sysfs): Remove.
2026 (battery-echo-area-format): Remove yeeloong special case.
2027
2028 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2029
2030 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
2031 Reported by Noah Friedman.
2032
2033 * subr.el (read-passwd): Use read-string.
2034
2035 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2036
2037 * vcursor.el (vcursor-move): Increase the priority of the overlay
2038 (bug#9663).
2039
2040 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2041
2042 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
2043 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
2044
2045 2012-04-11 William Stevenson <yhvh2000@gmail.com>
2046
2047 * textmodes/artist.el (artist-mode): Convert artist-mode to use
2048 define-minor-mode (bug#10760).
2049
2050 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2051
2052 * progmodes/grep.el (rgrep): Tweak the find command line so
2053 that directories matching `grep-find-ignored-files' won't be
2054 pruned (bug#10351).
2055
2056 2012-04-11 Chong Yidong <cyd@gnu.org>
2057
2058 * startup.el (command-line): Remove support for long-obsolete
2059 variable font-lock-face-attributes.
2060
2061 2012-04-11 Glenn Morris <rgm@gnu.org>
2062
2063 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
2064
2065 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2066
2067 * window.el (window--state-get-1): Obey window-point-insertion-type.
2068
2069 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
2070
2071 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
2072 to previous function when point is on the first character of a
2073 function. Take care of that in `narrow-to-defun' (bug#6157).
2074
2075 2012-04-11 Glenn Morris <rgm@gnu.org>
2076
2077 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
2078 not just file-errors.
2079
2080 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
2081 (vc-bzr-sha1): Use internal sha1.
2082
2083 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2084
2085 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
2086
2087 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
2088
2089 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
2090 that start in the middle of the line (bug#10496).
2091
2092 2012-04-10 Dan Nicolaescu <dann@gnu.org>
2093
2094 * battery.el (battery-linux-proc-acpi): Only one battery is
2095 discharged at a time, but that seems to confuse battery.el when
2096 computing `rate-type' for the battery not being discharged
2097 (bug#10332).
2098
2099 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2100
2101 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
2102
2103 * international/quail.el: Use dolist and simplify.
2104 (quail-define-package, quail-update-keyboard-layout)
2105 (quail-define-rules): Use dolist.
2106 (quail-insert-kbd-layout, quail-get-translation): CSE.
2107
2108 * tmm.el: Use dolist, remove left over hook.
2109 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
2110 Use dolist.
2111 (calendar-load-hook): Don't mess with it.
2112
2113 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2114 Use derived-mode-p. Run the diff asynchronously.
2115
2116 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2117
2118 * obsolete/mouse-sel.el: Add an Obsolete-since header.
2119
2120 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
2121
2122 * misc.el: Display absolute path of loaded DLLs (bug#10424).
2123 (list-dynamic-libraries--loaded): New function.
2124 (list-dynamic-libraries--refresh): Use it.
2125
2126 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
2127
2128 * progmodes/python.el (python-fill-paragraph):
2129 Make python-fill-region in a multiline string work when font-lock is
2130 disabled (bug#7018).
2131
2132 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
2133
2134 * language/european.el (cp775): Add oem/legacy (en)coding on
2135 DOS/MS Windows for the Baltic languages. There are still plenty
2136 of texts written in this encoding/codepage (bug#6519).
2137
2138 2012-04-10 Glenn Morris <rgm@gnu.org>
2139
2140 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
2141 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
2142
2143 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
2144
2145 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
2146 next-line "n" and previous-line "p" in order to make recentf more
2147 consistent with ibuffer, dired or org-mode (bug#9387).
2148
2149 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2150
2151 * image.el (put-image): Return the overlay created instead of the
2152 optional input string (bug#7834). Note that this may break code
2153 that is (for some reason or other) depending on `put-image'
2154 returning the string.
2155
2156 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
2157
2158 * simple.el (zap-to-char): Allow zapping using input methods
2159 (bug#1580).
2160
2161 * textmodes/fill.el (fill-region): Leave point and mark where they
2162 were before filling (bug#5399).
2163
2164 2012-04-09 Glenn Morris <rgm@gnu.org>
2165
2166 * version.el (emacs-bzr-get-version):
2167 Handle lightweight checkouts of local branches.
2168
2169 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
2170
2171 * international/characters.el: Recover lost case pairs. (Bug#11209)
2172
2173 2012-04-09 Chong Yidong <cyd@gnu.org>
2174
2175 * custom.el (custom-variable-p): Return nil for non-symbol
2176 arguments instead of signaling an error.
2177 (user-variable-p): Obsolete alias for custom-variable-p.
2178
2179 * apropos.el (apropos-variable):
2180 * files-x.el (read-file-local-variable):
2181 * simple.el (set-variable):
2182 * woman.el (woman-mini-help):
2183 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
2184
2185 2012-04-09 Glenn Morris <rgm@gnu.org>
2186
2187 * startup.el (normal-top-level): Don't look for leim-list.el
2188 in places where it will not be found. (Bug#910)
2189
2190 * international/mule-cmds.el (set-default-coding-systems):
2191 * files.el (normal-mode):
2192 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
2193 This function was removed with ucs-tables.el in 2008.
2194
2195 2012-04-08 Eli Zaretskii <eliz@gnu.org>
2196
2197 * textmodes/ispell.el (ispell-check-version): For hunspell, set
2198 ispell-encoding8-command to "-i", without a trailing space.
2199 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
2200 separate command-line arguments, to specify the encoding, since
2201 that's how hunspell expects it.
2202
2203 2012-04-08 Glenn Morris <rgm@gnu.org>
2204
2205 * loadup.el: Load bindings before cus-start.
2206 This reduces somewhat the number of "rogue" settings in emacs -Q.
2207
2208 2012-04-07 Glenn Morris <rgm@gnu.org>
2209
2210 * version.el (emacs-bzr-get-version): New function.
2211 (emacs-bzr-version): New variable.
2212 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
2213 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
2214
2215 2012-04-07 Eli Zaretskii <eliz@gnu.org>
2216
2217 * international/uni-bidi.el, international/uni-category.el:
2218 * international/uni-combining.el, international/uni-decimal.el:
2219 * international/uni-decomposition.el, international/uni-digit.el:
2220 * international/uni-lowercase.el, international/uni-mirrored.el:
2221 * international/uni-name.el, international/uni-numeric.el:
2222 * international/uni-titlecase.el, international/uni-uppercase.el:
2223 Update for Unicode 6.1.
2224
2225 2012-04-07 Eli Zaretskii <eliz@gnu.org>
2226
2227 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
2228
2229 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2230
2231 * window.el (shrink-window): Mention the `window-min-height'
2232 variable in the doc string.
2233
2234 2012-04-05 Bastien Guerry <bzg@altern.org>
2235
2236 * color.el (color-lighten-name): Fix typo.
2237
2238 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2239
2240 * server.el (server--on-display-p): New function.
2241 (server--on-display-p): Use it.
2242
2243 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
2244
2245 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
2246 (bug#11145).
2247
2248 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2249
2250 * comint.el (comint--common-quoted-suffix): Check string boundary
2251 before comparing (bug#11158).
2252 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
2253
2254 2012-04-04 Chong Yidong <cyd@gnu.org>
2255
2256 * minibuffer.el (completion-extra-properties): Doc fix.
2257
2258 * subr.el (delayed-warnings-hook): Doc fix.
2259
2260 2012-04-04 Daiki Ueno <ueno@unixuser.org>
2261
2262 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
2263 selection (Bug#11159).
2264 (epa-insert-keys): Inform that the default public key will be
2265 exported if no key is selected.
2266
2267 2012-04-04 Richard Stallman <rms@gnu.org>
2268
2269 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
2270
2271 2012-04-03 Chong Yidong <cyd@gnu.org>
2272
2273 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
2274 mail-insert-file, not its obsolete alias mail-attach-file.
2275
2276 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
2277
2278 * notifications.el (notifications-notify): Fix docstring.
2279
2280 2012-04-02 Glenn Morris <rgm@gnu.org>
2281
2282 * emacs-lisp/authors.el (authors-aliases): Another addition.
2283
2284 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
2285
2286 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
2287 `tramp-compat-call-process' instead of `tramp-local-call-process'.
2288 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
2289
2290 2012-04-01 Chong Yidong <cyd@gnu.org>
2291
2292 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
2293 Handle root directory properly.
2294 (copy-directory): Caller changed.
2295
2296 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2297 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
2298
2299 2012-03-31 Glenn Morris <rgm@gnu.org>
2300
2301 * term/xterm.el (xterm-extra-capabilities): Doc fix.
2302
2303 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
2304
2305 * calendar/calendar.el (calendar-window-list)
2306 (calendar-hide-window): Restore. (Bug#11140)
2307 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
2308
2309 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
2310
2311 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2312
2313 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2314 Check if file is a symlink (Bug#10489).
2315
2316 * files.el (copy-directory): Likewise.
2317
2318 2012-03-30 Chong Yidong <cyd@gnu.org>
2319
2320 * image.el (imagemagick-types-inhibit)
2321 (imagemagick-register-types): Doc fix.
2322
2323 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2324
2325 * ispell.el (ispell-get-extended-character-mode):
2326 Disable extended-char-mode for hunspell. hunspell does not support it
2327 and treats ~word as ordinary words in pipe mode.
2328
2329 2012-03-30 Glenn Morris <rgm@gnu.org>
2330
2331 * tutorial.el (help-with-tutorial): Ensure local variables don't
2332 happen to make the buffer read-only. (Bug#11127)
2333
2334 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2335
2336 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
2337 (perl-calculate-indent): Return `noindent' in strings.
2338
2339 2012-03-28 Sam Steingold <sds@gnu.org>
2340
2341 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
2342 instead of the broken adhockery which does not prevent calendar
2343 buffers from being displayed at random after exit.
2344 (calendar-window-list, calendar-hide-window): Remove the broken
2345 adhockery.
2346
2347 2012-03-28 Glenn Morris <rgm@gnu.org>
2348
2349 * replace.el (query-replace-map): Doc fix.
2350
2351 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
2352
2353 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
2354 contents. (Bug#11109)
2355
2356 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2357
2358 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
2359 (bug#11077).
2360 (avl-tree--check, avl-tree--check-node): New funs.
2361
2362 2012-03-27 Martin Rudalics <rudalics@gmx.at>
2363
2364 * window.el (switch-to-visible-buffer): New option.
2365 (switch-to-prev-buffer, switch-to-next-buffer):
2366 Observe switch-to-visible-buffer. Make sure that checking for a window
2367 showing a buffer already is done on the same frame.
2368
2369 2012-03-27 Glenn Morris <rgm@gnu.org>
2370
2371 * startup.el (mail-host-address): Doc fix.
2372
2373 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2374
2375 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
2376 than 197 variables.
2377
2378 2012-03-26 Ami Fischman <ami@fischman.org>
2379
2380 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2381
2382 2012-03-26 Glenn Morris <rgm@gnu.org>
2383
2384 * files.el (save-buffers-kill-emacs): Doc fix.
2385
2386 * startup.el (normal-top-level, command-line, command-line-1):
2387 Give them doc strings.
2388
2389 2012-03-25 Eli Zaretskii <eliz@gnu.org>
2390
2391 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
2392 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
2393
2394 2012-03-25 Chong Yidong <cyd@gnu.org>
2395
2396 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
2397 theme if it was previously enabled before (Bug#11031).
2398
2399 * cus-theme.el (custom-theme-write-faces): Retrieve current face
2400 spec with custom-face-get-current-spec if its :shown-value is not
2401 determined yet (Bug#9337).
2402 (customize-create-theme, custom-theme-revert): Doc fixes.
2403
2404 * button.el (button-at): Minor addition to docstring.
2405
2406 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
2407
2408 * vc/vc.el (vc-merge): Fix a prompt.
2409
2410 2012-03-24 Chong Yidong <cyd@gnu.org>
2411
2412 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
2413 point (Bug#9623).
2414
2415 * button.el (button-at): Minor addition to docstring.
2416
2417 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * newcomment.el (comment-choose-indent): No space after BOL.
2420
2421 2012-03-22 Sam Steingold <sds@gnu.org>
2422
2423 * window.el (switch-to-prev-buffer): Revert last patch because the
2424 bug turned out to be an advertised feature (Elisp manual 28.14).
2425
2426 2012-03-22 Glenn Morris <rgm@gnu.org>
2427
2428 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
2429 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2430
2431 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2432
2433 * net/network-stream.el (network-stream-open-starttls): Make error
2434 message under Windows be less misleading.
2435
2436 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
2437
2438 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
2439 understands (bug#9942).
2440
2441 2012-03-22 Chong Yidong <cyd@gnu.org>
2442
2443 * simple.el (end-of-visible-line): Handle return value of
2444 next-single-property-change properly (Bug#9371).
2445
2446 2012-03-22 Kenichi Handa <handa@m17n.org>
2447
2448 * international/quail.el (quail-insert-kbd-layout): Fix previous
2449 change. To avoid unwanted bidi reordering, use
2450 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2451
2452 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2453
2454 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
2455 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
2456 (ruby-beginning-of-indent): Be more careful with the difference
2457 between word-boundary and symbol boundary.
2458 (ruby-mode-syntax-table): Make : a symbol constituent.
2459
2460 2012-03-21 Andreas Politz <politza@fh-trier.de>
2461
2462 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
2463
2464 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2465
2466 * progmodes/etags.el (tags-completion-at-point-function):
2467 Improve last fix.
2468
2469 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
2470
2471 2012-03-21 Sam Steingold <sds@gnu.org>
2472
2473 * progmodes/etags.el (tags-completion-at-point-function):
2474 Avoid the error when point is inside the pattern.
2475
2476 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
2477
2478 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
2479 line (Bug#10855).
2480
2481 2012-03-21 Drew Adams <drew.adams@oracle.com>
2482
2483 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
2484
2485 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
2486
2487 * ido.el (ido-set-current-directory, ido-read-internal)
2488 (ido-choose-completion-string, ido-completion-help): Handle nil
2489 value of ido-completion-buffer (Bug#11008).
2490
2491 2012-03-21 Sam Steingold <sds@gnu.org>
2492
2493 * window.el (switch-to-prev-buffer): Do not switch to a visible
2494 window previous buffer, just like with the frame previous buffers.
2495
2496 2012-03-21 Chong Yidong <cyd@gnu.org>
2497
2498 * faces.el (make-face, make-empty-face, copy-face):
2499 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2500 Doc fixes.
2501
2502 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2503
2504 * wid-edit.el (widget-complete-field): Remove (bug#11051).
2505 (widget-complete): Remove broken use of it.
2506
2507 2012-03-20 Chong Yidong <cyd@gnu.org>
2508
2509 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2510 Use string-width and truncate-string-width to handle arbitrary
2511 characters.
2512
2513 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
2514
2515 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
2516 to draw rectangles, not squares. (Regression introduced by revno
2517 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
2518
2519 2012-03-18 Chong Yidong <cyd@gnu.org>
2520
2521 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
2522 it is not yet defined (for temacs).
2523
2524 2012-03-18 Leo Liu <sdl.web@gmail.com>
2525
2526 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
2527
2528 2012-03-17 Eli Zaretskii <eliz@gnu.org>
2529
2530 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
2531 (ispell-choices-win-default-height, ispell-silently-savep)
2532 (ispell-dictionary-alist, ispell-encoding8-command)
2533 (ispell-check-version, ispell-aspell-find-dictionary)
2534 (ispell-valid-dictionary-list, ispell-words-keyword)
2535 (ispell-get-word, ispell-internal-change-dictionary)
2536 (ispell-region, ispell-skip-region-list)
2537 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
2538 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
2539 (ispell-message-text-end, ispell-message)
2540 (ispell-buffer-local-parsing): Doc fix.
2541
2542 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
2543
2544 * htmlfontify.el: Add support for code block fontification for ODT
2545 export (Bug #9914).
2546 (hfy-optimisations): Define new option
2547 `body-text-only'
2548 (hfy-fontify-buffer): Honor above setting.
2549 (hfy-begin-span, hfy-end-span): New routines factored out form
2550 `hfy-fontify-buffer'.
2551 (hfy-begin-span-handler, hfy-end-span-handler): New variables
2552 that permit insertion of custom tags.
2553 (hfy-fontify-buffer): Use above handlers.
2554 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
2555 (hfy-face-to-css): Re-defined to be a variable.
2556 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
2557 over multiple runs. This is made possible by having the caller let
2558 bind a special variable `hfy-user-sheet-assoc'.
2559 (htmlfontify-string): New defun.
2560 (hfy-compile-face-map): Make sure that the last char in the
2561 buffer is correctly fontified.
2562 (hfy-face-resolve-face): Whitespace only change.
2563
2564 2012-03-17 Eli Zaretskii <eliz@gnu.org>
2565
2566 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
2567 message more clear.
2568
2569 2012-03-16 Leo Liu <sdl.web@gmail.com>
2570
2571 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2572
2573 2012-03-16 Alan Mackenzie <acm@muc.de>
2574
2575 Further optimise the handling of large macros.
2576
2577 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
2578 limit to a call of `c-literal-limits'.
2579 (c-determine-+ve-limit): New function.
2580 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
2581 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2582 In CASE 5B, restrict a search limit to 500.
2583 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
2584
2585 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
2586 Restrict macro bounds to +-500 from after-change's BEG END.
2587
2588 2012-03-16 Leo Liu <sdl.web@gmail.com>
2589
2590 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2591
2592 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
2593
2594 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
2595 `special-mode' setting of `buffer-read-only'. (Bug#11010)
2596
2597 2012-03-16 Glenn Morris <rgm@gnu.org>
2598
2599 * view.el (view-buffer, view-buffer-other-window)
2600 (view-buffer-other-frame): Doc fixes re special mode-class.
2601
2602 * subr.el (eval-after-load): If named feature is provided not from
2603 a file, run after-load forms. (Bug#10946)
2604
2605 * calendar/calendar.el (calendar-insert-at-column):
2606 Handle non-unit-width characters a bit better. (Bug#10978)
2607
2608 2012-03-15 Chong Yidong <cyd@gnu.org>
2609
2610 * emacs-lisp/ring.el (ring-extend): New function.
2611 (ring-insert+extend): Extend the ring correctly (Bug#11019).
2612
2613 * comint.el (comint-read-input-ring)
2614 (comint-add-to-input-history): Grow comint-input-ring lazily.
2615
2616 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2617
2618 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2619 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
2620
2621 * imenu.el: Fix multiple inheritance breakage (bug#9199).
2622 (imenu-add-to-menubar): Don't add a redundant index.
2623 (imenu-update-menubar): Handle a dynamically composed keymap.
2624
2625 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2626
2627 * mail/sendmail.el (mail-encode-header):
2628 Bind rfc2047-encode-encoded-words to nil.
2629
2630 2012-03-13 Glenn Morris <rgm@gnu.org>
2631
2632 * calendar/calendar.el (calendar-string-spread):
2633 Handle non-unit-width characters a bit better. (Bug#10978)
2634
2635 2012-03-13 Leo Liu <sdl.web@gmail.com>
2636
2637 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
2638 directory and file as argument (Bug#10822).
2639
2640 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2641
2642 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
2643 For dynamically generated code, follow $PC.
2644 (gdb-disassembly-handler-custom): Handle no function name case.
2645
2646 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2647
2648 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
2649 * emulation/ws-mode.el (ws-query-replace):
2650 * sort.el (sort-regexp-fields):
2651 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
2652
2653 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * dabbrev.el: Fix cycle completion order (bug#10963).
2656 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
2657 (dabbrev-completion): Don't use an obarray; provide
2658 a cycle-sort-function.
2659
2660 2012-03-12 Leo Liu <sdl.web@gmail.com>
2661
2662 * simple.el (kill-new): Use equal-including-properties for comparison.
2663 (kill-do-not-save-duplicates): Doc fix.
2664
2665 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2666
2667 * dabbrev.el: Fix cycle completion (bug#10963).
2668 Use lexical binding and wrap to 80 columns.
2669 (dabbrev-completion): Delay computing the list of completions.
2670
2671 2012-03-12 Kenichi Handa <handa@m17n.org>
2672
2673 * international/quail.el (quail-insert-kbd-layout): Surround each
2674 row by LRO and PDF instead of inserting many LRMs. Pad the left
2675 and right of each non-spacing marks. Insert invisible space
2676 between lower and upper characters to prevent composition.
2677
2678 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2679
2680 * minibuffer.el (minibuffer-complete): Don't get confused when the
2681 function is run twice via different commands (bug#10958).
2682 (complete-with-action): Fix docstring.
2683
2684 2012-03-12 Chong Yidong <cyd@gnu.org>
2685
2686 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
2687 (nxml-completion-at-point-function): New function.
2688 (nxml-mode): Use it.
2689 (nxml-bind-meta-tab-to-complete-flag): Default to t.
2690
2691 * emacs-lisp/package.el (package-unpack, package-unpack-single):
2692 Load generated autoloads file before byte compiling (Bug#10970).
2693 (package--make-autoloads-and-compile): New helper fun.
2694
2695 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
2696
2697 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
2698
2699 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
2700
2701 * autorevert.el (auto-revert-handler): Ensure, that
2702 file-readable-p is applied only for local files or in
2703 auto-revert-tail-mode.
2704
2705 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
2706
2707 * server.el (server-eval-at): Handle non-tcp connections.
2708 Decode result string.
2709
2710 * server.el (server-msg-size): New constant.
2711 (server-reply-print): New function.
2712 (server-eval-and-print): Use it.
2713 (server-eval-at): Use server-quote-arg and server-unquote-arg.
2714 Handle -print-nonl.
2715
2716 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
2717
2718 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
2719 (Bug#10987).
2720
2721 2012-03-11 Chong Yidong <cyd@gnu.org>
2722
2723 * simple.el (goto-line): Doc fix (Bug#9938).
2724
2725 * subr.el (save-window-excursion): Doc fix (Bug#9979).
2726
2727 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
2728 when finished (Bug#10963).
2729
2730 2012-03-11 Martin Rudalics <rudalics@gmx.at>
2731
2732 * window.el (split-window-below): Fix bug in case where
2733 split-window-keep-point is nil (Bug#10971).
2734
2735 2012-03-11 Juri Linkov <juri@jurta.org>
2736
2737 * replace.el (replace-highlight): Set isearch-word to nil
2738 unconditionally. (Bug#10887)
2739
2740 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2741
2742 * net/mairix.el (mairix-replace-invalid-chars): Rename from
2743 mairix-replace-illegal-chars; all callers changed. Don't remove
2744 ^, ~, and = characters: they are meaningful in mairix search specs.
2745 (mairix-widget-create-query): Add usage information about mairix
2746 search forms: negating words, searching for substrings, etc.
2747
2748 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
2749
2750 * international/fontset.el (font-encoding-alist): Add an entry for
2751 ksx1001 (Bug#5667).
2752
2753 2012-03-10 Richard Stallman <rms@gnu.org>
2754
2755 * mail/sendmail.el (mail-encode-header):
2756 Set rfc2047-encode-encoded-words.
2757
2758 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
2759
2760 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
2761 view buffer means not swapped.
2762 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
2763 (rmail-write-region-annotate): Error if real text has disappeared.
2764
2765 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
2766
2767 2012-03-10 Chong Yidong <cyd@gnu.org>
2768
2769 * emulation/cua-rect.el (cua--init-rectangles):
2770 * emulation/cua-base.el (cua--init-keymaps):
2771 Add delete-forward-char to remappings (Bug#9666).
2772
2773 2012-03-10 Martin Rudalics <rudalics@gmx.at>
2774
2775 * speedbar.el (speedbar-unhighlight-one-tag-line):
2776 Avoid unhighlighting due to frame switching (Bug#10275).
2777
2778 2012-03-10 Chong Yidong <cyd@gnu.org>
2779
2780 * minibuffer.el (completion-in-region, completion-help-at-point):
2781 Give the completion field overlay a high priority (Bug#6830).
2782
2783 * dired.el (dired-goto-file): Recognize absolute file name
2784 listings (Bug#7126).
2785 (dired-goto-file-1): New helper function.
2786 (dired-toggle-read-only): Inhibit warnings.
2787
2788 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
2789
2790 * net/dbus.el (dbus-property-handler): Return empty array if
2791 there are no properties.
2792
2793 2012-03-09 Leo Liu <sdl.web@gmail.com>
2794
2795 * savehist.el (savehist-printable): Stricter check for string
2796 value (Bug#10937).
2797
2798 2012-03-09 Eli Zaretskii <eliz@gnu.org>
2799
2800 * mail/smtpmail.el (smtpmail-send-it):
2801 Bind coding-system-for-write to *-unix, so that FCC files are kept in
2802 valid mbox format.
2803
2804 2012-03-09 Glenn Morris <rgm@gnu.org>
2805
2806 * files.el (dir-locals-find-file):
2807 Don't check result is regular, readable.
2808 (dir-locals-read-from-file): Demote errors.
2809
2810 2012-03-08 Eli Zaretskii <eliz@gnu.org>
2811
2812 * international/quail.el (quail-insert-kbd-layout):
2813 Insert invisible LRM characters before each character in a keyboard
2814 layout cell, to prevent their reordering by bidi display engine.
2815 For details, see the discussion in
2816 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2817
2818 2012-03-08 Alan Mackenzie <acm@muc.de>
2819
2820 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2821 the starting position; make it extend the marked region when
2822 invoked repeatedly - all under appropriate circumstances.
2823 Fixes bugs #5525, #10906.
2824
2825 2012-03-08 Glenn Morris <rgm@gnu.org>
2826
2827 * files.el (locate-dominating-file, dir-locals-find-file):
2828 Undo 2012-03-06 change.
2829
2830 2012-03-07 Eli Zaretskii <eliz@gnu.org>
2831
2832 * international/quail.el (quail-help):
2833 Force bidi-paragraph-direction be left-to-right. See discussion in
2834 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2835 for the reason.
2836
2837 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
2838
2839 Avoid superfluous registering of signals. (Bug#10807)
2840
2841 * notifications.el (notifications-on-action-object)
2842 (notifications-on-close-object): New defvars.
2843 (notifications-on-action-signal, notifications-on-closed-signal):
2844 Unregister the signal if not needed any longer.
2845 (notifications-notify): Register `notifications-action-signal' or
2846 `notifications-closed-signal', if :on-action or :on-close has been
2847 passed as argument.
2848
2849 2012-03-07 Chong Yidong <cyd@gnu.org>
2850
2851 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2852 non-X platforms.
2853
2854 2012-03-06 Glenn Morris <rgm@gnu.org>
2855
2856 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2857 (x-disown-selection-internal, x-get-selection-internal):
2858 Doc fix (add arglist signatures). (Bug#10783)
2859
2860 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2861
2862 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2863 Handle breakpoints with no "type".
2864
2865 2012-03-06 Glenn Morris <rgm@gnu.org>
2866
2867 * files.el (locate-dominating-file): Add optional predicate argument.
2868 (dir-locals-find-file): Make use of above change.
2869
2870 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2871
2872 * info.el (Info-insert-dir): Also try "dir.gz".
2873
2874 2012-03-06 Glenn Morris <rgm@gnu.org>
2875
2876 * files.el (dir-locals-find-file):
2877 Ignore non-readable or non-regular files. (Bug#10928)
2878
2879 * files.el (locate-dominating-file): Doc fix.
2880
2881 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2882
2883 * calendar/calendar.el (calendar-set-mode-line):
2884 `getenv' returns a string. (Bug#10951)
2885
2886 2012-03-05 Leo Liu <sdl.web@gmail.com>
2887
2888 * simple.el (backward-delete-char-untabify): Constrain point to
2889 field (Bug#10939).
2890
2891 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2892
2893 2012-03-05 Chong Yidong <cyd@gnu.org>
2894
2895 * simple.el (count-words): If called from Lisp, return the word
2896 count, for symmetry with `count-lines'. Arglist changed.
2897 (count-words--message): Args changed. Consolidate counting code
2898 from count-words and count-words-region.
2899 (count-words-region): Caller changed.
2900 (count-lines-region): Make it an obsolete alias.
2901
2902 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2903
2904 * saveplace.el (save-place-to-alist)
2905 (save-place-ignore-files-regexp): Allow value nil to disable this
2906 feature.
2907
2908 2012-03-04 Chong Yidong <cyd@gnu.org>
2909
2910 * faces.el (face-spec-reset-face): For the default face, reset the
2911 attributes to default values (Bug#10748).
2912
2913 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2914
2915 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2916 previous patch: Check `message-send-mail-function', and not the
2917 default function (bug#10897).
2918
2919 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
2920
2921 * notifications.el (notifications-on-action-signal)
2922 (notifications-on-closed-signal): Check for unique service name of
2923 incoming event. Fix error in removing entry.
2924 (top): Register for signals with wildcard service name.
2925 (notifications-notify): Use daemon unique service name for map entries.
2926
2927 2012-03-04 Chong Yidong <cyd@gnu.org>
2928
2929 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
2930
2931 2012-03-04 Glenn Morris <rgm@gnu.org>
2932
2933 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2934 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2935 (expand-abbrev, define-abbrev-table): Doc fixes.
2936
2937 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2938
2939 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2940 `message-default-send-mail-function' and not `send-mail-function'
2941 when doing the prompting for `sendmail-query-once' before sending
2942 in Message buffers (bug#10897).
2943
2944 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2945 This is inconsistent with all the other stream functions, which leave
2946 the setting up to the higher levels (if so wanted) (bug#10931).
2947
2948 2012-03-02 Alan Mackenzie <acm@muc.de>
2949
2950 Depessimize the handling of very large macros.
2951
2952 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2953 (c-macro-cache-syntactic): New variables to implement a one
2954 element macro cache.
2955 (c-invalidate-macro-cache): New function.
2956 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2957 Adapt to use the new cache.
2958 (c-state-safe-place): Use better the cache of safe positions.
2959 (c-state-semi-nonlit-pos-cache)
2960 (c-state-semi-nonlit-pos-cache-limit):
2961 New variables for...
2962 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2963 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
2964 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2965 Use c-state-semi-safe-place.
2966
2967 * progmodes/cc-langs.el (c-get-state-before-change-functions):
2968 Add c-invalidate-macro-cache to the C, C++, Obj entries.
2969
2970 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
2971
2972 * jka-compr.el (jka-compr-call-process):
2973 Apply `file-accessible-directory-p' only when the default directory is
2974 not remote.
2975
2976 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
2977
2978 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2979 access of FILE2, if FILE1 does not exist.
2980
2981 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2982 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2983
2984 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2985 Add "PAGER=" to `process-environment'.
2986
2987 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2988
2989 * progmodes/sql.el: Bug fix
2990 (sql-get-login-ext): Save login values in globals.
2991 (sql-get-login): Use new version of `sql-get-login-ext'.
2992 (sql-interactive-mode): Set global `sql-connection' to nil.
2993 (sql-connect): Set global values for connection.
2994 (sql-product-interactive): Save global values as buffer local.
2995
2996 2012-02-29 Leo Liu <sdl.web@gmail.com>
2997
2998 * abbrev.el (define-abbrevs): Reset sys to nil.
2999
3000 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3001
3002 * files.el (file-equal-p): Rename from `files-equal-p'.
3003 Return nil when one or both files don't exist.
3004 (file-subdir-of-p): Now only top directory must exists,
3005 return nil if it doesn't.
3006 (copy-directory): No need to test with `file-subdir-of-p' after
3007 creating dir.
3008 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
3009 to `file-equal-p'.
3010
3011 2012-02-28 Glenn Morris <rgm@gnu.org>
3012
3013 * shell.el (shell-mode):
3014 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
3015 * play/landmark.el (landmark-font-lock-face-O):
3016 * play/handwrite.el (handwrite):
3017 * play/gomoku.el (gomoku-O):
3018 * net/browse-url.el (browse-url-browser-display):
3019 * international/mule.el (define-charset):
3020 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
3021 * filesets.el (filesets-find-file-delay):
3022 * eshell/em-xtra.el (eshell-xtra):
3023 * eshell/em-unix.el (eshell-grep):
3024 * emulation/viper.el (viper-mode):
3025 * emacs-lisp/regexp-opt.el (regexp-opt-group):
3026 * emacs-lisp/easymenu.el (easy-menu-define):
3027 * calendar/timeclock.el (timeclock-use-display-time):
3028 * bs.el (bs-mode):
3029 * bookmark.el (bookmark-save-flag):
3030 Doc fix (standardize possessive apostrophe usage).
3031
3032 2012-02-27 Chong Yidong <cyd@gnu.org>
3033
3034 * emulation/viper-cmd.el (viper-intercept-ESC-key):
3035 Fix key-binding lookup for ESC key (Bug#9146).
3036
3037 * font-lock.el (font-lock-specified-p): Rename from
3038 font-lock-spec-present. Callers changed.
3039
3040 2012-02-27 Daniel Hackney <dan@haxney.org>
3041
3042 * emacs-lisp/package.el (package-compute-transaction):
3043 Handle holding a package version to t in package-load-list.
3044
3045 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
3046
3047 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
3048 (tramp-get-inode, tramp-get-device): Use cached values.
3049
3050 2012-02-26 Alan Mackenzie <acm@muc.de>
3051
3052 Check there is a font-lock specification before doing initial
3053 fontification.
3054
3055 * font-core.el (font-lock-mode): Move the conditional from
3056 :after-hook to font-lock-initial-fontify.
3057 (font-lock-default-function): Move the check for a specification
3058 to font-lock-spec-present.
3059
3060 * font-lock.el (font-lock-initial-fontify): Call ...
3061 (font-lock-spec-present): New function.
3062
3063 2012-02-26 Jim Blandy <jimb@red-bean.com>
3064
3065 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
3066 (gdb-send): Apply it to the operand of the '-interpreter-exec
3067 console' command, so that we can pass arguments with (say) quotes
3068 in them. Store exact string sent in gdb-debug-log (Bug#10765).
3069
3070 2012-02-26 Chong Yidong <cyd@gnu.org>
3071
3072 * help-fns.el (describe-function-1): Clarify description of
3073 remapping (Bug#10844).
3074
3075 * files.el (files-equal-p): Doc fix.
3076 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
3077 and quit the loop once a mismatch is found.
3078
3079 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
3080
3081 * bs.el (bs--show-with-configuration): Don't throw an error
3082 if the window cannot be split; otherwise, subsequent calls to
3083 bs-show fail, restoring a stale window config. (Bug#10882)
3084
3085 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
3086
3087 * term/ns-win.el (global-map): Bind ns-drag-file to
3088 ns-find-file (Bug#5855, Bug#10050).
3089
3090 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
3091
3092 * calendar/parse-time.el (parse-time-string): Allow extractor to
3093 return nil.
3094
3095 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
3096
3097 * net/tramp.el (tramp-file-name-for-operation):
3098 Add `files-equal-p' and `file-subdir-of-p'.
3099
3100 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
3101 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3102 Add COPY-CONTENTS argument.
3103
3104 2012-02-25 Chong Yidong <cyd@gnu.org>
3105
3106 Add custom groups for VC backends, for consistency with vc-bzr.
3107
3108 * vc/vc-arch.el (vc-arch):
3109 * vc/vc-cvs.el (vc-cvs):
3110 * vc/vc-git.el (vc-git):
3111 * vc/vc-hg.el (vc-hg):
3112 * vc/vc-mtn.el (vc-mtn):
3113 * vc/vc-rcs.el (vc-rcs):
3114 * vc/vc-sccs.el (vc-sccs):
3115 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
3116 All relevant defcustoms reassigned.
3117
3118 2012-02-25 Chong Yidong <cyd@gnu.org>
3119
3120 * newcomment.el (comment-styles): Add autoload (Bug#10868).
3121
3122 * term/x-win.el (x-initialize-window-system): Reduce default for
3123 x-selection-timeout to 5 seconds (Bug#8869).
3124
3125 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3126
3127 * files.el (files-equal-p, file-subdir-of-p): New functions.
3128 (copy-directory): Error when trying to copy a directory on itself.
3129 Add missing copy-contents arg to tramp handler.
3130 * dired-aux.el (dired-copy-file-recursive): Same.
3131 (dired-create-files): Modify destination when source is equal to
3132 dest when copying files.
3133 Return also when dest is a subdir of source. (Bug#10489)
3134
3135 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
3136
3137 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
3138 (Bug#10874)
3139
3140 2012-02-23 Alan Mackenzie <acm@muc.de>
3141
3142 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
3143 parameter "after-hook:" to allow the expansion to run code after
3144 the execution of the mode hooks.
3145
3146 * font-lock.el (font-lock-initial-fontify): New function extracted
3147 from font-lock-mode-internal.
3148
3149 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
3150 :after-hook.
3151
3152 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
3155 (completion--cache-all-sorted-completions): New function.
3156 (completion-all-sorted-completions): Use it.
3157 (completion--do-completion, minibuffer-force-complete):
3158 Use it to re-instate the flush hook.
3159
3160 * icomplete.el (icomplete-completions): Replace last fix with a better
3161 one (bug#10850).
3162
3163 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
3164
3165 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
3166 when it might call us back infinitely (bug#10797).
3167
3168 2012-02-23 Glenn Morris <rgm@gnu.org>
3169
3170 * minibuffer.el (completion-category-overrides): Doc fix.
3171
3172 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3173
3174 * minibuffer.el (completion-table-with-context): Fix inf-loop.
3175 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
3176
3177 2012-02-23 Glenn Morris <rgm@gnu.org>
3178
3179 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
3180 (authors-obsolete-files-regexps, authors-ignored-files)
3181 (authors-ambiguous-files, authors-renamed-files-alist):
3182 Add more entries.
3183
3184 2012-02-23 Juri Linkov <juri@jurta.org>
3185
3186 * isearch.el (isearch-occur): Sync interactive spec with occur's
3187 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
3188
3189 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
3190
3191 2012-02-22 Juri Linkov <juri@jurta.org>
3192
3193 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
3194 (ucs-insert): Doc fix. Check for hex digits in the string.
3195 Don't display `nil' in the error message. (Bug#10857)
3196
3197 2012-02-22 Alan Mackenzie <acm@muc.de>
3198
3199 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
3200
3201 2012-02-22 Glenn Morris <rgm@gnu.org>
3202
3203 * ffap.el (ffap-c-path):
3204 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
3205
3206 2012-02-22 Chong Yidong <cyd@gnu.org>
3207
3208 * custom.el (load-theme): Doc fix.
3209
3210 2012-02-22 Glenn Morris <rgm@gnu.org>
3211
3212 * dired-x.el (dired-guess-shell-alist-default):
3213 Remove escape sequences from nroff output. (Bug#172)
3214
3215 2012-02-21 Glenn Morris <rgm@gnu.org>
3216
3217 * vc/emerge.el (emerge-defvar-local):
3218 Set `permanent-local' property rather than unused `preserved'.
3219
3220 * textmodes/picture.el (picture-delete-char): New alias.
3221 (picture-mode-map): Use it. (Bug#10860)
3222 (picture-mode): Doc fix.
3223
3224 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
3225
3226 * newcomment.el (uncomment-region-default): Remove unused binding.
3227
3228 2012-02-21 Glenn Morris <rgm@gnu.org>
3229
3230 * textmodes/picture.el (picture-motion, picture-motion-reverse)
3231 (picture-self-insert, picture-tab-chars): Doc fix.
3232 (picture-mode-map): Fix C-a, C-e.
3233
3234 2012-02-20 Glenn Morris <rgm@gnu.org>
3235
3236 * emacs-lisp/authors.el (authors-aliases): Add another entry.
3237
3238 2012-02-20 Leo Liu <sdl.web@gmail.com>
3239
3240 * icomplete.el (icomplete-completions): Check FROM arg before
3241 passing to substring (Bug#10850).
3242
3243 2012-02-19 Chong Yidong <cyd@gnu.org>
3244
3245 * comint.el: Require ansi-color.
3246 (comint-output-filter-functions): Add ansi-color-process-output.
3247
3248 * ansi-color.el: Don't set comint-output-filter-functions; it is
3249 now in the initial value defined in comint.el.
3250 (ansi-color-apply-face-function): New variable.
3251 (ansi-color-apply-on-region): Use it.
3252 (ansi-color-apply-overlay-face): New function.
3253
3254 * shell.el (shell): No need to require ansi-color.
3255 (shell-mode): Use ansi-color-apply-face-function to highlight
3256 color escapes using font-lock-face property (Bug#10835).
3257
3258 2012-02-19 Chong Yidong <cyd@gnu.org>
3259
3260 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
3261 mode-line formats (Bug#10839).
3262
3263 2012-02-18 Glenn Morris <rgm@gnu.org>
3264
3265 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
3266
3267 * mail/undigest.el (unforward-rmail-message): Doc fix.
3268
3269 * saveplace.el (save-place-ignore-files-regexp): Add :version.
3270
3271 2012-02-18 Eli Zaretskii <eliz@gnu.org>
3272
3273 * international/characters.el (script-list): Sync with the latest
3274 Unicode Character Database.
3275
3276 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
3277
3278 * international/titdic-cnv.el: Remove duplicate coding tag.
3279 * language/cham.el: Likewise.
3280 * language/tai-viet.el: Likewise.
3281
3282 2012-02-18 Glenn Morris <rgm@gnu.org>
3283
3284 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
3285 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
3286 (calendar-bahai-all-holidays-flag, calendar-other-dates):
3287 * calendar/diary-lib.el (diary-abbreviated-year-flag):
3288 * calendar/holidays.el (holiday-bahai-holidays)
3289 (calendar-holidays, list-holidays):
3290 Use utf-8 Bahá'í in doc-strings, menus, etc.
3291
3292 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
3293
3294 * saveplace.el (save-place-ignore-files-regexp): New variable
3295 allowing for excluding files from saving their location of point.
3296 The default value matches the temporary commit message editing
3297 files from Git, SVN, Bazaar, and Mercurial.
3298 (save-place-to-alist): Use it.
3299
3300 2012-02-17 Lawrence Mitchell <wence@gmx.li>
3301 Stefan Monnier <monnier@iro.umontreal.ca>
3302
3303 * newcomment.el (uncomment-region-default): Don't leave extra space
3304 when an arg is provided (bug#8150).
3305
3306 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3307
3308 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
3309
3310 2012-02-17 Glenn Morris <rgm@gnu.org>
3311
3312 * net/socks.el: Require network-stream. (Bug#10599)
3313
3314 2012-02-17 Kenichi Handa <handa@m17n.org>
3315
3316 * international/charprop.el:
3317 * international/uni-name.el:
3318 * international/uni-old-name.el:
3319 * international/uni-comment.el: Regenerate.
3320
3321 2012-02-16 Glenn Morris <rgm@gnu.org>
3322
3323 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
3324 Interactively in calendar buffer, give an error if not on a date.
3325
3326 2012-02-15 Glenn Morris <rgm@gnu.org>
3327
3328 * shell.el (shell-delimiter-argument-list):
3329 Revert 2011-02-17 change. (Bug#8027)
3330
3331 2012-02-15 Chong Yidong <cyd@gnu.org>
3332
3333 * minibuffer.el (completion-at-point-functions): Doc fix.
3334
3335 * custom.el (defcustom): Doc fix; note use of defvar.
3336
3337 2012-02-15 Glenn Morris <rgm@gnu.org>
3338
3339 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
3340 Doc fixes.
3341
3342 2012-02-14 Glenn Morris <rgm@gnu.org>
3343
3344 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
3345
3346 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3347
3348 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
3349 way the ports list is computed.
3350 (smtpmail-query-smtp-server): Prompt the user for a port number if
3351 we can't connect to any of the standard ports (bug#10810).
3352
3353 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3354
3355 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
3356
3357 2012-02-13 Glenn Morris <rgm@gnu.org>
3358
3359 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
3360
3361 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3362
3363 * net/gnutls.el (gnutls-trustfiles): New variable.
3364 (gnutls-negotiate): Use it.
3365
3366 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3367
3368 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
3369 does its stuff if Gnus is running.
3370
3371 2012-02-13 Alan Mackenzie <acm@muc.de>
3372
3373 Fix a loop in c-set-fl-decl-start.
3374
3375 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
3376 c-backward-syntactic-ws actually moves backwards.
3377
3378 2012-02-13 Leo Liu <sdl.web@gmail.com>
3379
3380 * net/rcirc.el (rcirc-markup-attributes): Move point to the
3381 beginning so that all \C-o chars are removed.
3382
3383 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
3384
3385 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
3386
3387 2012-02-12 Alan Mackenzie <acm@muc.de>
3388
3389 Fix infinite loop with long macros.
3390 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
3391
3392 2012-02-12 Chong Yidong <cyd@gnu.org>
3393
3394 * window.el (display-buffer): Doc fix (Bug#10785).
3395
3396 2012-02-12 Glenn Morris <rgm@gnu.org>
3397
3398 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3399 (x-disown-selection-internal, x-get-selection-internal):
3400 Sync docs with the xselect.c versions.
3401
3402 * allout-widgets.el: Add missing license notice.
3403
3404 2012-02-11 Glenn Morris <rgm@gnu.org>
3405
3406 * select.el (x-get-selection-internal, x-own-selection-internal)
3407 (x-disown-selection-internal):
3408 * x-dnd.el (x-get-selection-internal): Update declarations.
3409
3410 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
3411
3412 * window.el (window-sides-slots):
3413 * tool-bar.el (tool-bar-position):
3414 * term/xterm.el (xterm-extra-capabilities):
3415 * ses.el (ses-self-reference-early-detection):
3416 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
3417 (verilog-auto-wire-type)
3418 (verilog-auto-delete-trailing-whitespace)
3419 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
3420 (verilog-auto-tieoff-declaration):
3421 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
3422 (sql-oracle-statement-starters, sql-oracle-scan-on):
3423 * progmodes/prolog.el (prolog-align-comments-flag)
3424 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
3425 (prolog-left-indent-regexp, prolog-paren-indent-p)
3426 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
3427 (prolog-types, prolog-mode-specificators)
3428 (prolog-determinism-specificators, prolog-directives)
3429 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
3430 (prolog-electric-dot-flag)
3431 (prolog-electric-dot-full-predicate-template)
3432 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
3433 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
3434 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
3435 (prolog-program-switches, prolog-prompt-regexp)
3436 (prolog-debug-on-string, prolog-debug-off-string)
3437 (prolog-trace-on-string, prolog-trace-off-string)
3438 (prolog-zip-on-string, prolog-zip-off-string)
3439 (prolog-use-standard-consult-compile-method-flag)
3440 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
3441 (prolog-imenu-max-lines, prolog-info-predicate-index)
3442 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
3443 (prolog-char-quote-workaround):
3444 * progmodes/cc-vars.el (c-defun-tactic):
3445 * net/tramp.el (tramp-encoding-command-interactive)
3446 (tramp-local-end-of-line):
3447 * net/soap-client.el (soap-client):
3448 * net/netrc.el (netrc-file):
3449 * net/gnutls.el (gnutls):
3450 * minibuffer.el (completion-category-overrides)
3451 (completion-cycle-threshold)
3452 (completion-pcm-complete-word-inserts-delimiters):
3453 * man.el (Man-name-local-regexp):
3454 * mail/feedmail.el (feedmail-display-full-frame):
3455 * international/characters.el (glyphless-char-display-control):
3456 * eshell/em-ls.el (eshell-ls-date-format):
3457 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
3458 (lisp-lambda-list-keyword-parameter-indentation)
3459 (lisp-lambda-list-keyword-parameter-alignment):
3460 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
3461 * dired-x.el (dired-omit-verbose):
3462 * cus-theme.el (custom-theme-allow-multiple-selections):
3463 * calc/calc.el (calc-highlight-selections-with-faces)
3464 (calc-lu-field-reference, calc-lu-power-reference)
3465 (calc-note-threshold):
3466 * battery.el (battery-mode-line-limit):
3467 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3468 (archive-7z-update):
3469 * allout.el (allout-prefixed-keybindings)
3470 (allout-unprefixed-keybindings)
3471 (allout-inhibit-auto-fill-on-headline)
3472 (allout-flattened-numbering-abbreviation):
3473 * allout-widgets.el (allout-widgets-auto-activation)
3474 (allout-widgets-icons-dark-subdir)
3475 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
3476 (allout-widgets-theme-dark-background)
3477 (allout-widgets-theme-light-background)
3478 (allout-widgets-item-image-properties-emacs)
3479 (allout-widgets-item-image-properties-xemacs)
3480 (allout-widgets-run-unit-tests-on-load)
3481 (allout-widgets-time-decoration-activity)
3482 (allout-widgets-hook-error-post-time)
3483 (allout-widgets-track-decoration):
3484 Add missing :version tags to new defcustoms and defgroups.
3485
3486 * progmodes/sql.el (sql-ansi-statement-starters)
3487 (sql-oracle-statement-starters): Add custom type.
3488
3489 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
3490 (prolog-system-version): Give it a type.
3491
3492 2012-02-11 Eli Zaretskii <eliz@gnu.org>
3493
3494 * term/pc-win.el (x-select-text, x-selection-owner-p)
3495 (x-own-selection-internal, x-disown-selection-internal)
3496 (x-get-selection-internal): Sync doc strings and argument lists
3497 with xselect.c, common-win.el and x-win.el. (Bug#10783)
3498
3499 2012-02-11 Leo Liu <sdl.web@gmail.com>
3500
3501 * progmodes/python.el (python-end-of-statement): Fix infinite
3502 loop. (Bug#10788)
3503
3504 2012-02-10 Glenn Morris <rgm@gnu.org>
3505
3506 * international/mule-cmds.el (unify-8859-on-encoding-mode)
3507 (unify-8859-on-decoding-mode): Properly mark as obsolete.
3508
3509 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3510
3511 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
3512 about SMTP before checking the From header.
3513
3514 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
3515 into own function for reuse by emacsbug.el.
3516
3517 2012-02-10 Leo Liu <sdl.web@gmail.com>
3518
3519 * subr.el (condition-case-unless-debug): Rename from
3520 condition-case-no-debug. All callers changed.
3521 (with-demoted-errors): Fix caller.
3522
3523 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
3524 * nxml/rng-valid.el (rng-do-some-validation):
3525 * emacs-lisp/package.el (package-refresh-contents)
3526 (package-menu-execute):
3527 * desktop.el (desktop-create-buffer):
3528 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
3529
3530 2012-02-10 Glenn Morris <rgm@gnu.org>
3531
3532 * textmodes/bibtex.el:
3533 Add missing :version tags for new/changed defcustoms.
3534
3535 * files.el (remote-file-name-inhibit-cache): Doc fixes.
3536
3537 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
3538
3539 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
3540 (smtpmail-via-smtp): Use it, or fall back on the From address.
3541 (smtpmail-send-it): Ditto.
3542
3543 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3544
3545 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3546 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
3547 (byte-compile-tmp-var): New const.
3548 (byte-compile-defvar): Use it to minimize .elc size.
3549 Just use `defvar' rather than simulate it (bug#10761).
3550
3551 2012-02-09 Glenn Morris <rgm@gnu.org>
3552
3553 * files.el (rename-uniquely): Doc fix. (Bug#3806)
3554
3555 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
3556 Add :version tags.
3557
3558 * progmodes/compile.el (compilation-error-screen-columns)
3559 (compilation-first-column, compilation-filter-start): Doc fixes.
3560
3561 * vc/log-view.el (log-view-toggle-entry-display):
3562 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
3563
3564 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
3565 (report-emacs-bug-can-use-xdg-email):
3566 (report-emacs-bug-insert-to-mailer): Doc fixes.
3567 (report-emacs-bug): Message fix.
3568
3569 * net/browse-url.el (browse-url-can-use-xdg-open)
3570 (browse-url-xdg-open): Doc fixes.
3571
3572 * electric.el (electric-indent-mode, electric-pair-mode)
3573 (electric-layout-rules, electric-layout-mode): Doc fixes.
3574 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
3575
3576 2012-02-08 Martin Rudalics <rudalics@gmx.at>
3577
3578 * server.el (server-unselect-display): Don't inadvertently kill
3579 the current buffer. (Bug#10729)
3580
3581 2012-02-08 Glenn Morris <rgm@gnu.org>
3582
3583 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
3584 (sql-list-table): Doc fixes.
3585
3586 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
3587 Comment out (does nothing).
3588
3589 * completion.el (dynamic-completion-mode):
3590 * dirtrack.el (dirtrack-debug-mode):
3591 * electric.el (electric-layout-mode):
3592 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
3593 * face-remap.el (text-scale-mode, buffer-face-mode):
3594 * iimage.el (iimage-mode):
3595 * image-mode.el (image-transform-mode):
3596 * minibuffer.el (completion-in-region-mode):
3597 * scroll-lock.el (scroll-lock-mode):
3598 * simple.el (next-error-follow-minor-mode):
3599 * tar-mode.el (tar-subfile-mode):
3600 * tooltip.el (tooltip-mode):
3601 * vcursor.el (vcursor-use-vcursor-map):
3602 * wid-browse.el (widget-minor-mode):
3603 * emulation/tpu-edt.el (tpu-edt-mode):
3604 * emulation/tpu-extras.el (tpu-cursor-free-mode):
3605 * international/iso-ascii.el (iso-ascii-mode):
3606 * language/thai-util.el (thai-word-mode):
3607 * mail/supercite.el (sc-minor-mode):
3608 * net/goto-addr.el (goto-address-mode):
3609 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
3610 * progmodes/cwarn.el (cwarn-mode):
3611 * progmodes/flymake.el (flymake-mode):
3612 * progmodes/glasses.el (glasses-mode):
3613 * progmodes/hideshow.el (hs-minor-mode):
3614 * progmodes/pascal.el (pascal-outline-mode):
3615 * textmodes/enriched.el (enriched-mode):
3616 * vc/smerge-mode.el (smerge-mode):
3617 Doc fixes (minor mode argument).
3618
3619 2012-02-07 Eli Zaretskii <eliz@gnu.org>
3620
3621 * ls-lisp.el (ls-lisp-sanitize): New function.
3622 (ls-lisp-insert-directory): Use it to fix or remove any elements
3623 in file-alist with missing attributes. (Bug#4673)
3624
3625 2012-02-07 Alan Mackenzie <acm@muc.de>
3626
3627 Fix spurious recognition of c-in-knr-argdecl.
3628
3629 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
3630 putative K&R region.
3631
3632 2012-02-07 Alan Mackenzie <acm@muc.de>
3633
3634 * progmodes/cc-engine.el (c-forward-objc-directive):
3635 Prevent looping in "#pragma mark @implementation".
3636
3637 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
3638
3639 * notifications.el (notifications-on-closed-signal): Make `reason'
3640 optional. (Bug#10744)
3641
3642 2012-02-07 Glenn Morris <rgm@gnu.org>
3643
3644 * emacs-lisp/easy-mmode.el (define-minor-mode):
3645 Doc fixes for the macro and the mode it defines.
3646
3647 * image.el (imagemagick-types-inhibit): Doc fix.
3648
3649 * cus-start.el (imagemagick-render-type): Add it.
3650
3651 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3652
3653 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
3654 Set the default at load time, too, so that `font-lock-fontify-buffer'
3655 can be called without setting up the entire mode first. This fixes
3656 a bug in `mm-inline-text' with C MIME parts.
3657
3658 2012-02-06 Chong Yidong <cyd@gnu.org>
3659
3660 * simple.el (list-processes--refresh): Delete exited processes
3661 (Bug#8094).
3662
3663 * comint.el (comint-next-prompt): next-single-char-property-change
3664 and prev-single-char-property-change never return nil (Bug#8657).
3665
3666 * custom.el (defcustom): Doc fix (Bug#9711).
3667
3668 2012-02-05 Chong Yidong <cyd@gnu.org>
3669
3670 * cus-edit.el (custom-variable-reset-backup): Quote the value
3671 before storing it in the customized-value property (Bug#6712).
3672 (custom-display): Add a customization type tag.
3673 (custom-buffer-create-internal): Improve tooltip message.
3674
3675 * wid-edit.el (widget-field-value-get): New optional arg to
3676 suppress trailing whitespace truncation.
3677 (character): Use it (Bug#2689).
3678
3679 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
3680
3681 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
3682 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
3683
3684 2012-02-05 Chong Yidong <cyd@gnu.org>
3685
3686 * cus-edit.el (custom-variable-value-create): For mismatched
3687 types, show the current value (Bug#7600).
3688
3689 * custom.el (defcustom): Doc fix.
3690
3691 2012-02-05 Glenn Morris <rgm@gnu.org>
3692
3693 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
3694
3695 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
3696
3697 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
3698 (pp-buffer): Use `ignore-errors', `looking-at-p'.
3699 (pp-last-sexp): Use `looking-at-p'.
3700
3701 2012-02-04 Glenn Morris <rgm@gnu.org>
3702
3703 * files.el (revert-buffer):
3704 Doc fix (mention revert-buffer-in-progress-p).
3705
3706 * emacs-lisp/ert-x.el (ert-simulate-command):
3707 Check deferred-action-list (which is obsolete) is bound.
3708
3709 * subr.el (with-wrapper-hook): Doc fixes.
3710
3711 * simple.el (filter-buffer-substring-functions)
3712 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
3713
3714 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
3715
3716 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
3717 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
3718
3719 2012-02-04 Leo Liu <sdl.web@gmail.com>
3720
3721 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
3722
3723 2012-02-04 Glenn Morris <rgm@gnu.org>
3724
3725 * image.el (image-extension-data): Add obsolete alias.
3726
3727 * isearch.el (isearch-update): Doc fix.
3728
3729 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
3730
3731 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
3732
3733 2012-02-03 Glenn Morris <rgm@gnu.org>
3734
3735 * image.el (image-animated-p): Doc fix. Use image-animated-types.
3736 (image-animate-timeout): Doc fix.
3737
3738 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
3739
3740 2012-02-02 Glenn Morris <rgm@gnu.org>
3741
3742 * server.el (server-auth-dir): Doc fix.
3743 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
3744
3745 * subr.el (run-mode-hooks): Doc fix.
3746
3747 2012-02-02 Juri Linkov <juri@jurta.org>
3748
3749 * image-mode.el (image-toggle-display-image): Remove tautological
3750 `major-mode' from the `derived-mode-p' test.
3751
3752 2012-02-02 Kenichi Handa <handa@m17n.org>
3753
3754 * composite.el (compose-region): Cancel previous change.
3755
3756 2012-02-02 Kenichi Handa <handa@m17n.org>
3757
3758 * composite.el (compose-region, compose-string): Signal error for
3759 a null string component (Bug#6988).
3760
3761 2012-02-01 Chong Yidong <cyd@gnu.org>
3762
3763 * view.el (view-buffer-other-window, view-buffer-other-frame):
3764 Handle special modes like view-buffer (Bug#10650).
3765 (view-buffer): Simplify.
3766
3767 * frame.el (set-frame-font): Tweak meaning of third argument.
3768
3769 * dynamic-setting.el (font-setting-change-default-font):
3770 Use set-frame-font (Bug#9982).
3771
3772 2012-02-01 Glenn Morris <rgm@gnu.org>
3773
3774 * progmodes/compile.el (compilation-internal-error-properties):
3775 Respect compilation-first-column in the "*compilation*" buffer.
3776
3777 * emacs-lisp/easy-mmode.el (define-minor-mode):
3778 Relax :variable's test for a named function.
3779
3780 2012-01-31 Alan Mackenzie <acm@muc.de>
3781
3782 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
3783 off by one error.
3784
3785 2012-01-31 Chong Yidong <cyd@gnu.org>
3786
3787 * frame.el (set-frame-font): New arg ALL-FRAMES.
3788
3789 * menu-bar.el (menu-set-font): Use set-frame-font.
3790
3791 * faces.el (face-spec-reset-face): Don't apply unspecified
3792 attribute values to the default face.
3793
3794 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
3795
3796 * progmodes/cwarn.el (cwarn): Remove dead link.
3797 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
3798 Remove * from defcustom docstrings.
3799 (turn-on-cwarn-mode): Make obsolete.
3800 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3801 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3802
3803 2012-01-31 Glenn Morris <rgm@gnu.org>
3804
3805 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3806 Fix :variable handling of mode a symbol not equal to modefun.
3807 Allow named functions to be used as the cdr of :variable.
3808
3809 2012-01-30 Glenn Morris <rgm@gnu.org>
3810
3811 * emacs-lisp/authors.el (authors-fixed-entries):
3812 Remove reference to deleted file rnewspost.el.
3813
3814 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
3815
3816 * window.el (window-with-parameter): Remove unused variable `windows'.
3817 (window--side-check): Remove unused variable `code'.
3818 (window--resize-siblings): Remove unused variable `first'.
3819 (adjust-window-trailing-edge): Remove unused variable `failed'.
3820 (window-deletable-p, window--delete): Remove unused variable `buffer'.
3821 Use `let', not `let*'.
3822 (balance-windows-2): Remove unused variable `found'.
3823 (window--state-put-2): Remove unused variable `splits'.
3824 (window-state-put): Remove unused variable `selected'.
3825 (same-window-p): Use `string-match-p'.
3826 (display-buffer-assq-regexp): Remove unused variable `value'.
3827 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3828 Mark argument ALIST as ignored.
3829 (pop-to-buffer): Remove unused variable `old-window'.
3830
3831 2012-01-29 Eli Zaretskii <eliz@gnu.org>
3832
3833 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3834 and .lzma compressed files.
3835
3836 2012-01-29 Chong Yidong <cyd@gnu.org>
3837
3838 * frame.el (window-system-default-frame-alist): Doc fix.
3839
3840 * dynamic-setting.el (font-setting-change-default-font): Don't
3841 change the default face if SET-FONT argument is non-nil (Bug#9982).
3842
3843 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3844
3845 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3846
3847 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
3848
3849 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3850 breakpoints in files outside current directory (Bug#6098).
3851
3852 2012-01-29 Chong Yidong <cyd@gnu.org>
3853
3854 * progmodes/python.el: Require ansi-color at top-level.
3855
3856 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3857 Define and use in Emacs Lisp mode (Bug#9360).
3858 (lisp-mode-abbrev-table): Add doc.
3859 (lisp-mode-variables): Don't set local-abbrev-table.
3860 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3861
3862 2012-01-28 Roland Winkler <winkler@gnu.org>
3863
3864 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3865
3866 2012-01-28 Roland Winkler <winkler@gnu.org>
3867
3868 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3869 (bibtex-set-dialect): Use it. Either set global values of
3870 dialect-dependent variables or bind these variables buffer-locally
3871 (Bug#10254).
3872 (bibtex-mode): Call bibtex-set-dialect via
3873 hack-local-variables-hook.
3874 (bibtex-dialect): Update docstring.
3875 Add safe-local-variable predicate.
3876 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3877 bibtex-set-dialect.
3878 (bibtex-mode-map): Define menu for each dialect.
3879 (bibtex-entry): Fix docstring.
3880
3881 2012-01-28 Chong Yidong <cyd@gnu.org>
3882
3883 * eshell/esh-arg.el (eshell-quote-argument): New function.
3884
3885 * eshell/esh-ext.el (eshell-invoke-batch-file):
3886 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3887 first arg to eshell-parse-command (Bug#10523).
3888
3889 2012-01-28 Drew Adams <drew.adams@oracle.com>
3890
3891 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3892 `default-directory' is non-nil.
3893
3894 2012-01-28 Eli Zaretskii <eliz@gnu.org>
3895
3896 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3897 line that displays system-configuration-options. (Bug#9924)
3898
3899 2012-01-28 Drew Adams <drew.adams@oracle.com>
3900
3901 * descr-text.el (describe-char): Show information about POS, in
3902 addition to information about the character at POS. Improve and
3903 update the doc string. Change "code point" to "code point in
3904 charset", to avoid confusion with the character's Unicode code
3905 point shown above that. (Bug#10129)
3906
3907 2012-01-28 Eli Zaretskii <eliz@gnu.org>
3908
3909 * descr-text.el (describe-char): Show the raw character, not only
3910 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3911 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3912 for the reasons.
3913
3914 2012-01-28 Phil Hagelberg <phil@hagelb.org>
3915
3916 * emacs-lisp/package.el (package-install):
3917 Run package-refresh-contents if there is no archive yet (Bug#9798).
3918
3919 2012-01-28 Chong Yidong <cyd@gnu.org>
3920
3921 * emacs-lisp/package.el (package-maybe-load-descriptor):
3922 New function, split from package-maybe-load-descriptor.
3923 (package-maybe-load-descriptor): Use it.
3924 (package-download-transaction): Fully load required packages
3925 inside the loop, so that `require' calls work (Bug#10593).
3926 (package-install): No need to call package-initialize now.
3927
3928 2012-01-28 Chong Yidong <cyd@gnu.org>
3929
3930 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3931
3932 * tooltip.el (tooltip-mode): Doc fix.
3933 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3934
3935 * frame.el (set-cursor-color): Doc fix (Bug#352).
3936
3937 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3938 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3939
3940 * cus-edit.el (custom-buffer-create-internal): Fix search button
3941 action (Bug#10542).
3942 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
3943
3944 2012-01-27 Eduard Wiebe <usenet@pusto.de>
3945
3946 * dired.el (dired-mark-files-regexp):
3947 Include any subdirectory components. (Bug#10445)
3948
3949 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3950
3951 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3952 Handle [host]:port syntax. (Bug#10533)
3953
3954 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
3955
3956 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3957
3958 2012-01-26 Glenn Morris <rgm@gnu.org>
3959
3960 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3961 * term.el (term-raw-escape-map): Use Control-X-prefix.
3962 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3963
3964 2012-01-25 Martin Rudalics <rudalics@gmx.at>
3965
3966 * window.el (window-state-get, window--state-get-1): Don't deal
3967 with fixed-sizeness of windows. Simplify code.
3968
3969 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
3970
3971 * window.el (window--state-get-1, window--state-put-2):
3972 Don't save and restore the mark.
3973
3974 2012-01-25 Chong Yidong <cyd@gnu.org>
3975
3976 * custom.el (custom-variable-p): Doc fix.
3977
3978 2012-01-25 Glenn Morris <rgm@gnu.org>
3979
3980 * dired.el (dired-goto-file): Handle some of the more common
3981 characters that `ls -b' escapes. (Bug#10596)
3982
3983 * progmodes/compile.el (compilation-next-error-function):
3984 Respect compilation-first-column in the "*compilation*" buffer.
3985 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3986
3987 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3988
3989 2012-01-24 Glenn Morris <rgm@gnu.org>
3990
3991 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3992
3993 2012-01-24 Julien Danjou <julien@danjou.info>
3994
3995 * color.el (color-rgb-to-hsl): Fix value computing.
3996 (color-hue-to-rgb): New function.
3997 (color-hsl-to-rgb): New function.
3998 (color-clamp, color-saturate-hsl, color-saturate-name)
3999 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4000 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4001
4002 2012-01-24 Glenn Morris <rgm@gnu.org>
4003
4004 * vc/vc-rcs.el (vc-rcs-create-tag):
4005 * vc/vc-sccs.el (vc-sccs-create-tag):
4006 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
4007
4008 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
4009
4010 * eshell/esh-util.el (eshell-read-hosts-file):
4011 Skip comment lines. (Bug#10549)
4012
4013 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
4014
4015 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
4016
4017 * subr.el (display-delayed-warnings): Doc fix.
4018 (collapse-delayed-warnings): New function to collapse identical
4019 adjacent warnings.
4020 (delayed-warnings-hook): Add it.
4021
4022 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
4023
4024 * net/tramp.el (tramp-action-login): Set connection property "login-as".
4025
4026 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
4027 properties, when "login-as" is set.
4028
4029 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
4030 (tramp-default-user-alist): Don't add "pscp".
4031 (tramp-do-copy-or-rename-file-out-of-band): Use connection
4032 property "login-as", if set. (Bug#10530)
4033
4034 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
4035
4036 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
4037 "plink1" and "psftp". (Bug#10530)
4038
4039 2012-01-21 Kenichi Handa <handa@m17n.org>
4040
4041 * international/mule-cmds.el (prefer-coding-system): Show a
4042 warning message if the default value of file-name-coding-system
4043 was not changed.
4044
4045 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4046
4047 * windmove.el (windmove-reference-loc):
4048 Fix windmove-reference-loc miscalculation.
4049
4050 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
4051
4052 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
4053 default unit.
4054
4055 2012-01-21 Glenn Morris <rgm@gnu.org>
4056
4057 * international/mule.el (auto-coding-alist): Add .tbz.
4058
4059 * files.el (local-enable-local-variables): Doc fix.
4060 (inhibit-local-variables-regexps): Rename from
4061 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
4062 Doc fix. Add some extensions from auto-coding-alist.
4063 (inhibit-local-variables-suffixes):
4064 Rename from inhibit-first-line-modes-suffixes. Doc fix.
4065 (inhibit-local-variables-p):
4066 New function, extracted from set-auto-mode-1.
4067 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
4068 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
4069 (hack-local-variables): Doc fix. Make the mode-only case
4070 respect enable-local-variables and friends.
4071 Respect inhibit-local-variables-regexps for file-locals, but
4072 not for directory-locals.
4073 (set-visited-file-name):
4074 Take account of inhibit-local-variables-regexps.
4075 Whether it applies may change as the file name is changed.
4076 * jka-cmpr-hook.el (jka-compr-install):
4077 * jka-compr.el (jka-compr-uninstall):
4078 Update for inhibit-first-line-modes-suffixes name change.
4079
4080 2012-01-20 Martin Rudalics <rudalics@gmx.at>
4081
4082 * help-macro.el (make-help-screen): Temporarily restore original
4083 binding for minor-mode-map-alist (Bug#10454).
4084
4085 2012-01-19 Julien Danjou <julien@danjou.info>
4086
4087 * color.el (color-name-to-rgb): Use the white color to find the max
4088 color component value and return correctly computed values.
4089 (color-name-to-rgb): Add missing float conversion for max value.
4090
4091 2012-01-19 Martin Rudalics <rudalics@gmx.at>
4092
4093 * window.el (window--state-get-1, window-state-get): Do not use
4094 special state value for window-persistent-parameters.
4095 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
4096 (window--state-put-2): Reset all window parameters to nil before
4097 assigning values of persistent parameters.
4098
4099 2012-01-18 Alan Mackenzie <acm@muc.de>
4100
4101 Eliminate sluggishness and hangs in fontification of "semicolon
4102 deserts".
4103
4104 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
4105 Change value 10000 -> 3000.
4106 (c-state-safe-place): Reformulate so it doesn't stack up an
4107 infinite number of wrong entries in c-state-nonlit-pos-cache.
4108 (c-determine-limit-get-base, c-determine-limit): New functions to
4109 determine backward search limits disregarding literals.
4110 (c-find-decl-spots): Amend commenting.
4111 (c-cheap-inside-bracelist-p): New function which detects "={".
4112
4113 * progmodes/cc-fonts.el
4114 (c-make-font-lock-BO-decl-search-function): Give a limit to a
4115 backward search.
4116 (c-font-lock-declarations): Fix an occurrence of point being
4117 undefined. Check additionally for point being in a bracelist or
4118 near a macro invocation without a semicolon so as to avoid a
4119 fruitless time consuming search for a declarator. Give a more
4120 precise search limit for declarators using the new
4121 c-determine-limit.
4122
4123 2012-01-18 Glenn Morris <rgm@gnu.org>
4124
4125 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
4126 (set-auto-mode): Doc fixes.
4127
4128 2012-01-17 Glenn Morris <rgm@gnu.org>
4129
4130 * isearch.el (search-nonincremental-instead): Fix doc typo.
4131
4132 * dired.el (dired-insert-directory): Handle newlines in directory name.
4133 (dired-build-subdir-alist): Unescape newlines in directory name.
4134
4135 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
4136
4137 * net/tramp.el (tramp-local-end-of-line): New defcustom.
4138 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
4139 (tramp-action-terminal): Use it. (Bug#10530)
4140
4141 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4142
4143 * minibuffer.el (completion--replace): Strip properties (bug#10062).
4144
4145 2012-01-16 Martin Rudalics <rudalics@gmx.at>
4146
4147 * window.el (window-state-ignored-parameters): Remove variable.
4148 (window--state-get-1): Rename argument MARKERS to IGNORE.
4149 Handle persistent window parameters. Make copy of clone-of
4150 parameter only if requested. (Bug#10348)
4151 (window--state-put-2): Install a window parameter only if it has
4152 a non-nil value or an existing parameter shall be overwritten.
4153
4154 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
4155
4156 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
4157
4158 2012-01-14 Eli Zaretskii <eliz@gnu.org>
4159
4160 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
4161 don't pass the (nil) value of `upnode' to string-match.
4162
4163 2012-01-14 Chong Yidong <cyd@gnu.org>
4164
4165 * startup.el (command-line): Fix X resource class for cursorColor.
4166 Fix values recognized by the cursorBlink resource.
4167
4168 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
4169
4170 * epg.el (epg--make-temp-file): Avoid permission race condition
4171 when running on old Emacs versions (bug#10403).
4172
4173 2012-01-14 Glenn Morris <rgm@gnu.org>
4174
4175 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
4176
4177 2012-01-13 Alan Mackenzie <acm@muc.de>
4178
4179 Fix filling for when filladapt mode is enabled.
4180
4181 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
4182 c-mask-paragraph, pass in `fill-paragraph' rather than
4183 `fill-region-as-paragraph'. (This is a reversion of a previous
4184 change.)
4185 * progmodes/cc-mode.el (c-basic-common-init):
4186 Make fill-paragraph-handle-comment buffer local and set it to nil.
4187
4188 2012-01-13 Glenn Morris <rgm@gnu.org>
4189
4190 * dired.el (dired-switches-escape-p): New function.
4191 (dired-insert-directory): Use dired-switches-escape-p.
4192 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
4193
4194 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
4195
4196 2012-01-12 Glenn Morris <rgm@gnu.org>
4197
4198 * mail/sendmail.el (mail-mode): Update paragraph-separate for
4199 changes in adaptive-fill-regexp. (Bug#10276)
4200
4201 2012-01-11 Alan Mackenzie <acm@muc.de>
4202
4203 Fix Emacs bug #10463 - put `widen's around the critical spots.
4204
4205 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
4206 widen around each invocation of c-state-pp-to-literal. Remove an
4207 unused let variable.
4208
4209 2012-01-11 Glenn Morris <rgm@gnu.org>
4210
4211 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
4212 Doc fix.
4213
4214 2012-01-10 Chong Yidong <cyd@gnu.org>
4215
4216 * net/network-stream.el (network-stream-open-starttls):
4217 Avoid emitting a confusing error message when the server gives a bad
4218 response to the capability command.
4219
4220 2012-01-10 Glenn Morris <rgm@gnu.org>
4221
4222 * mail/unrmail.el (unrmail): Tweak previous change.
4223
4224 2012-01-09 Chong Yidong <cyd@gnu.org>
4225
4226 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
4227
4228 2012-01-08 Alan Mackenzie <acm@muc.de>
4229
4230 Optimise font locking in long enum definitions.
4231
4232 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
4233 arm to a cond form to handle enums.
4234 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
4235 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
4236
4237 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
4238
4239 * files.el (move-file-to-trash): Preserve default file modes on error.
4240 (Bug#10401)
4241
4242 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4243
4244 * faces.el (set-face-attribute): Clarify the meaning of the nil
4245 frame (bug#10294).
4246
4247 * subr.el (with-selected-frame): Mention that the selected frame
4248 is restored (bug#9980).
4249
4250 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
4251 (bug#9759).
4252
4253 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
4254 (password-read): Don't autoload unused function.
4255
4256 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
4257
4258 * progmodes/which-func.el (which-func-mode): Turn into a
4259 non-interactive function and mark as obsolete (bug#10428).
4260
4261 2012-01-06 Chong Yidong <cyd@gnu.org>
4262
4263 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
4264 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
4265 functions, along with 1 and -1.
4266
4267 2012-01-06 Eli Zaretskii <eliz@gnu.org>
4268
4269 * time.el (display-time-load-average)
4270 (display-time-default-load-average): Doc fixes. See the thread
4271 starting at
4272 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
4273 for the details.
4274
4275 2012-01-06 Glenn Morris <rgm@gnu.org>
4276
4277 * mail/unrmail.el (unrmail): Give an explicit error if the input file
4278 has no messages. (Bug#10377)
4279
4280 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
4281 than Info-edit. (Bug#10385)
4282
4283 * time.el (display-time-load-average, display-time-next-load-average):
4284 Doc fixes.
4285
4286 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
4287 local setting of buffer-read-only to the input buffer. (Bug#10419)
4288
4289 * calendar/calendar.el (calendar-mode):
4290 Locally set scroll-margin to 0. (Bug#10379)
4291
4292 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
4293
4294 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
4295
4296 2012-01-05 Glenn Morris <rgm@gnu.org>
4297
4298 * eshell/em-unix.el (diff-no-select): Autoload it.
4299 (eshell/diff): Use diff-no-select. (Bug#10420)
4300
4301 2012-01-05 Chong Yidong <cyd@gnu.org>
4302
4303 * shell.el (shell-dynamic-complete-functions): Revert last change.
4304 (shell-command-completion-function): New function.
4305 (shell-completion-vars): Use it to implement
4306 shell-completion-execonly (Bug#10417).
4307
4308 * custom.el (enable-theme): Don't set custom-safe-themes.
4309
4310 * cus-theme.el (custom-theme-merge-theme):
4311 Ignore custom-enabled-themes and custom-safe-themes.
4312
4313 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
4314
4315 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
4316 first prompt in `sql-interacive-mode'.
4317 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
4318 keywords.
4319 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
4320 (sql-product-interactive): Bug fix: Set `sql-buffer' in
4321 context of original buffer. Invoke `sql-login-hook'.
4322
4323 2012-01-04 Eli Zaretskii <eliz@gnu.org>
4324
4325 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
4326 letters in cite-prefix.
4327
4328 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4329
4330 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
4331
4332 2012-01-03 Chong Yidong <cyd@gnu.org>
4333
4334 * shell.el (shell-dynamic-complete-functions):
4335 Put pcomplete-completions-at-point, so as to try
4336 comint-filename-completion first (Bug#10417).
4337
4338 2012-01-02 Richard Stallman <rms@gnu.org>
4339
4340 * battery.el (battery-status-function):
4341 Detect when to use battery-yeeloong-sysfs.
4342 (battery-echo-area-format): Add string for Yeeloong.
4343 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
4344 (battery-yeeloong-sysfs): New function.
4345
4346 2012-01-02 Chong Yidong <cyd@gnu.org>
4347
4348 * dirtrack.el (dirtrack-list): Eliminate unused third element.
4349 (dirtrack): Merge code for handling relative filenames in prompt
4350 from shell-dir-cookie-watcher.
4351 (dirtrack-debug-message): New arg to avoid excess format calls.
4352
4353 * shell.el (shell-dir-cookie-re): Variable deleted.
4354 (shell-dir-cookie-watcher): Function deleted.
4355 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
4356 with dirtrack-mode.
4357
4358 2012-01-01 Eli Zaretskii <eliz@gnu.org>
4359
4360 * term/w32-win.el (dynamic-library-alist) <gnutls>:
4361 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
4362 libgnutls-26.dll.
4363
4364 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
4365
4366 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
4367
4368 2011-12-31 Eli Zaretskii <eliz@gnu.org>
4369
4370 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
4371 headers of non-MIME messages, when rmail-enable-mime is non-nil.
4372
4373 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
4374
4375 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
4376 also for alternative shells.
4377 (tramp-open-connection-setup-interactive-shell): Check, whether
4378 the shell is a busybox.
4379 (tramp-send-command): Don't suppress multiple prompts for
4380 busyboxes, it hurts.
4381
4382 2011-12-28 Chong Yidong <cyd@gnu.org>
4383
4384 * progmodes/gdb-mi.el (gdb-get-source-file-list)
4385 (gdb-get-source-file): Move mode line update to
4386 gdb-get-source-file (Bug#10087).
4387
4388 2011-12-25 Chong Yidong <cyd@gnu.org>
4389
4390 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
4391 gud-gdb-marker-filter without taking it as an argument.
4392 (gud-gdb-run-command-fetch-lines): Caller changed.
4393 (gud-gdb-completion-function): New variable.
4394 (gud-gdb-completion-at-point): Use it.
4395 (gud-gdb-completions-1): Split from gud-gdb-completions.
4396
4397 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
4398 function as separate arguments.
4399 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
4400 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
4401 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
4402 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
4403 (gdb-stopped, def-gdb-auto-update-trigger)
4404 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
4405 (gdb-get-changed-registers, gdb-get-main-selected-frame):
4406 Callers changed.
4407 (gud-gdbmi-completions): New function.
4408 (gdb): Use it for generating the completion table.
4409
4410 2011-12-24 Alan Mackenzie <acm@muc.de>
4411
4412 Introduce a mechanism to widen the region used in context font
4413 locking. Use this to protect declarations from losing their contexts.
4414
4415 * progmodes/cc-langs.el (c-before-font-lock-functions):
4416 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
4417 (c-before-context-fontification-functions): New defvar, a list of
4418 functions to be run just before context (etc.) font locking.
4419
4420 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
4421 New, functionality extracted from
4422 c-neutralize-syntax-in-and-mark-CPP.
4423 (c-in-after-change-fontification): New variable.
4424 (c-after-change): Set c-in-after-change-fontification.
4425 (c-set-fl-decl-start): Rejig its interface, so it can be called
4426 from both after-change and context fontifying.
4427 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
4428 New functions.
4429 (c-standard-font-lock-fontify-region-function): New variable.
4430 (c-font-lock-fontify-region): New function.
4431
4432 2011-12-24 Juri Linkov <juri@jurta.org>
4433
4434 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
4435 (Bug#10348)
4436
4437 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
4438
4439 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
4440 existence of source file. (Bug#10325)
4441
4442 2011-12-23 Alan Mackenzie <acm@muc.de>
4443
4444 Fix unstable fontification inside templates.
4445
4446 * progmodes/cc-langs.el (c-before-font-lock-functions):
4447 Newly created from the singular version. The (c c++ objc) entry now
4448 additionally has c-set-fl-decl-start. The other languages (apart
4449 from AWK) have that as a single entry.
4450
4451 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4452 The functionality for "local" declarations has been extracted to
4453 c-set-fl-decl-start.
4454
4455 * progmodes/cc-mode.el (c-common-init, c-after-change):
4456 Changes due to pluralisation of c-before-font-lock-functions.
4457 (c-set-fl-decl-start): New function, extracted from
4458 c-font-lock-enclosing-decls and enhanced.
4459
4460 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
4461
4462 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
4463
4464 2011-12-22 Juri Linkov <juri@jurta.org>
4465
4466 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
4467
4468 2011-12-22 Chong Yidong <cyd@gnu.org>
4469
4470 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4471
4472 2011-12-21 Drew Adams <drew.adams@oracle.com>
4473
4474 * files.el (file-remote-p): Fix docstring. (Bug#10319)
4475
4476 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4477
4478 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
4479
4480 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
4481
4482 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
4483 highlighting and support. Fix up comments for capitalization.
4484 (cfengine-mode-debug): New var.
4485 (cfengine3-mode): Change the modeline indicator to "CFE3".
4486 (cfengine3-font-lock-keywords): Improve defun highlighting.
4487 (cfengine2-actions): Rename from `cfengine-actions'.
4488 (cfengine2-font-lock-keywords): Rename from
4489 `cfengine-font-lock-keywords'.
4490 (cfengine2-imenu-expression): Rename from
4491 `cfengine-imenu-expression'.
4492 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
4493 (cfengine2-beginning-of-defun): Rename from
4494 `cfengine-beginning-of-defun'.
4495 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
4496 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
4497 (cfengine2-mode): Rename from `cfengine-mode'. Change the
4498 modeline indicator to "CFE2".
4499 (cfengine-mode): Defalias to `cfengine-auto-mode'.
4500 (cfengine-mode-abbrevs): Mark obsolete.
4501
4502 2011-12-21 Chong Yidong <cyd@gnu.org>
4503
4504 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
4505 filename argument.
4506
4507 2011-12-20 Martin Rudalics <rudalics@gmx.at>
4508
4509 * window.el (window-normalize-buffer-to-display): Remove.
4510 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
4511
4512 2011-12-19 Chong Yidong <cyd@gnu.org>
4513
4514 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
4515 Don't signal an error in a predicate function; return non-nil.
4516 (vc-dir-mark-file): Move the error here.
4517 (vc-dir-mark-unmark): If acting on the region, keep going if one
4518 of the entries cannot be marked/unmarked.
4519 (vc-dir-mark-all-files): If current entry is a directory, mark
4520 only child files, as documented.
4521
4522 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
4523
4524 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
4525 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
4526 addition.
4527
4528 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
4529
4530 * term/ns-win.el (ns-get-selection-internal)
4531 (ns-store-selection-internal): Declare.
4532 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
4533 Declare as obsolete.
4534 (ns-get-pasteboard, ns-paste-secondary):
4535 Use ns-get-selection-internal.
4536 (ns-set-pasteboard, ns-copy-including-secondary):
4537 Use ns-store-selection-internal.
4538
4539 2011-12-17 Chong Yidong <cyd@gnu.org>
4540
4541 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
4542 (vc-deduce-fileset): Doc fix.
4543
4544 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
4545
4546 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
4547
4548 2011-12-13 Sam Steingold <sds@gnu.org>
4549
4550 * man.el (Man-getpage-in-background): When running under a
4551 window-system, ignore $MANWIDTH and $COLUMNS.
4552
4553 2011-12-15 Kenichi Handa <handa@m17n.org>
4554
4555 * language/ethio-util.el: Change coding tag to utf-8-emacs.
4556 (setup-ethiopic-environment-internal): Comment out key-binding for
4557 ethio-toggle-punctuation.
4558
4559 2011-12-13 Alan Mackenzie <acm@muc.de>
4560
4561 Add the switch statement to AWK Mode.
4562
4563 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
4564 "default" to the keywords regexp.
4565
4566 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
4567 expression as the rest.
4568 (c-nonlabel-token-key): Allow string literals for AWK.
4569 Refactor for the other modes.
4570
4571 Large brace-block initialisation makes CC Mode slow: Fix.
4572 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
4573 routines. Limit backward searching in c-font-lock-enclosing.decl.
4574
4575 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
4576 pp-state and literal type in addition to the limits.
4577 (c-state-safe-place): New defun, extracted from c-state-literal-at.
4578 (c-state-literal-at): Use the above new defun.
4579 (c-slow-in-literal, c-fast-in-literal): Remove.
4580 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
4581
4582 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
4583 being in a literal. Add a limit for backward searching.
4584
4585 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
4586 c-slow-in-literal.
4587
4588 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4589
4590 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
4591
4592 2011-12-13 Martin Rudalics <rudalics@gmx.at>
4593
4594 * window.el (delete-other-windows): Use correct frame in call to
4595 window-with-parameter.
4596
4597 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
4598
4599 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
4600 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
4601 (makefile-gmake-statements, makefile-makepp-statements):
4602 Use it and add new makepp keywords.
4603 (makefile-makepp-font-lock-keywords): Add new patterns.
4604 (makefile-match-function-end): Match new [...] and [[...]].
4605
4606 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
4607
4608 * ses.el (ses-call-printer-return, ses-cell-property-get)
4609 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
4610 (ses-create-cell-variable, ses-reset-header-string)
4611 (ses-cell-set-formula, ses-repair-cell-reference-all)
4612 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
4613 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
4614 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
4615 (ses-aset-with-undo, ses-load, ses-truncate-cell)
4616 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
4617 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
4618 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
4619 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
4620 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
4621 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
4622 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
4623 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
4624
4625 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
4626
4627 * ses.el: The overall change is to add cell renaming, that is
4628 setting fancy names for cell symbols other than name matching
4629 "\\`[A-Z]+[0-9]+\\'" regexp .
4630 (ses-create-cell-variable): New defun.
4631 (ses-relocate-formula): Relocate formulas only for cells the
4632 symbols of which are not renamed, i.e. symbols whose names do not
4633 match regexp "\\`[A-Z]+[0-9]+\\'".
4634 (ses-relocate-all): Relocate values only for cells the symbols of
4635 which are not renamed.
4636 (ses-load): Create cells variables as the (ses-cell ...) are read,
4637 in order to check row col consistency with cell symbol name only
4638 for cells that are not renamed.
4639 (ses-replace-name-in-formula): New defun.
4640 (ses-rename-cell): New defun.
4641
4642 2011-12-11 Chong Yidong <cyd@gnu.org>
4643
4644 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
4645 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
4646
4647 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
4648
4649 * window.el (other-window): Fix docstring.
4650
4651 2011-12-10 Eli Zaretskii <eliz@gnu.org>
4652
4653 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
4654 `from' or `to' address before taking its substring.
4655 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
4656 encoded name is chopped in the middle of the encoded string, and
4657 thus displayed encoded.
4658
4659 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
4660
4661 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
4662
4663 2011-12-10 Eli Zaretskii <eliz@gnu.org>
4664
4665 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
4666 to use texinfo-update-node and commands that call it if the
4667 Texinfo file uses @node lines without next/prev/up pointers.
4668 Correct outdated description about texinfo-master-menu.
4669 (texinfo-all-menus-update, texinfo-master-menu)
4670 (texinfo-update-node, texinfo-every-node-update)
4671 (texinfo-multiple-files-update): Doc fix. Warn against updating
4672 all the @node lines.
4673 (texinfo-master-menu): Only call texinfo-update-node if the prefix
4674 argument is numeric. Explain better in the doc string what the
4675 function really does.
4676 (texinfo-insert-master-menu-list): Improve the error message
4677 displayed if there's no menu in the Top node.
4678 (Bug#2975) See also this thread:
4679 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
4680
4681 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
4682
4683 * speedbar.el (speedbar-supported-extension-expressions):
4684 Add .adb and .ads, commonly used for Ada source code (bug#10256).
4685
4686 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
4687
4688 * printing.el (pr-mode-alist):
4689 * simple.el (filter-buffer-substring-functions)
4690 (completion-list-insert-choice-function):
4691 * window.el (window-with-parameter, window-atom-root)
4692 (window-sides-slots, window-size-fixed, window-min-delta)
4693 (window-max-delta, window--resize-mini-window)
4694 (window--resize-child-windows-normal, window-tree)
4695 (delete-other-windows, quit-window, split-window)
4696 (display-buffer-record-window, special-display-buffer-names)
4697 (special-display-regexps, special-display-popup-frame)
4698 (same-window-p, split-window-sensibly)
4699 (display-buffer-overriding-action, display-buffer-alist)
4700 (display-buffer-base-action, display-buffer, switch-to-buffer)
4701 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
4702 (fit-window-to-buffer, recenter-positions)
4703 (mouse-autoselect-window-state, mouse-autoselect-window-select):
4704 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
4705 and remove unneeded backslashes in docstrings.
4706
4707 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4708
4709 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
4710
4711 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
4712 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
4713 end in ".mk".
4714 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
4715 when reading the makefile (bug#10116).
4716
4717 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4718
4719 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
4720 (bug#10116).
4721
4722 2011-12-06 Glenn Morris <rgm@gnu.org>
4723
4724 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
4725
4726 2011-12-06 Chong Yidong <cyd@gnu.org>
4727
4728 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
4729
4730 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
4731
4732 * textmodes/table.el (table-shorten-cell): Fix typo.
4733
4734 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
4735
4736 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
4737
4738 2011-12-05 Eli Zaretskii <eliz@gnu.org>
4739
4740 * descr-text.el (describe-char): Fix display of strong
4741 right-to-left characters and directional embeddings and overrides.
4742
4743 * simple.el (what-cursor-position): Fix display of codepoints of
4744 strong right-to-left characters.
4745
4746 2011-12-05 Chong Yidong <cyd@gnu.org>
4747
4748 * faces.el (read-color): Doc fix.
4749
4750 2011-12-05 Glenn Morris <rgm@gnu.org>
4751
4752 * align.el (align--set-marker): Add doc-string.
4753 Don't try to move something that is not a marker. (Bug#10216)
4754
4755 2011-12-04 Glenn Morris <rgm@gnu.org>
4756
4757 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
4758 overly zealous deletion of trailing whitespace.
4759
4760 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
4761
4762 * server.el (server-delete-client): On Windows, do not try to delete
4763 the only terminal.
4764 (server-process-filter): On Windows, treat requests for a tty frame as
4765 if they were for a GUI frame if the running server is in GUI mode.
4766
4767 2011-12-03 Glenn Morris <rgm@gnu.org>
4768
4769 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
4770
4771 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4772
4773 * electric.el: Streamline electric-indent's hook.
4774 (electric-indent-chars): Revert to simple list.
4775 (electric-indent-functions): New var.
4776 (electric-indent-post-self-insert-function): Use it.
4777
4778 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
4779 there's no inferior buffer (bug#10196).
4780 (prolog-consult-compile): Don't use toggle-read-only.
4781
4782 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
4783
4784 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4785 interrupt. (Bug#10187)
4786
4787 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4788
4789 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
4790 (bug#9160).
4791
4792 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
4793 (bug#10191).
4794
4795 2011-12-02 Juri Linkov <juri@jurta.org>
4796
4797 * info.el (Info-search): Display "end of manual" when Isearch
4798 reaches the end of single-file Info manual. (Bug#9918)
4799
4800 2011-12-02 Eli Zaretskii <eliz@gnu.org>
4801
4802 * isearch.el (isearch-message-prefix): Run the input method part
4803 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
4804
4805 2011-12-02 Juri Linkov <juri@jurta.org>
4806
4807 * isearch.el (isearch-occur): Use `word-search-regexp' for
4808 `isearch-word'.
4809 (isearch-search-and-update): Add condition for `isearch-word' and
4810 call `word-search-regexp'. (Bug#10145)
4811
4812 2011-12-01 Glenn Morris <rgm@gnu.org>
4813
4814 * eshell/em-hist.el (eshell-hist-initialize):
4815 Handle eshell-history-size nil and HISTSIZE set or unset.
4816 (eshell-history-file-name, eshell-history-size): Fix custom type.
4817
4818 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4819
4820 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4821
4822 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
4823
4824 * progmodes/verilog-mode.el (verilog-pretty-expr):
4825 Rework verilog-pretty-expr to handle new assignment operators in system
4826 verilog, such as += *= and the like.
4827 (verilog-assignment-operator-re): Regular expression to find the
4828 assigment operator in a verilog assignment.
4829 (verilog-assignment-operation-re): Regular expression to find an
4830 assignment statement for pretty-expr.
4831 (verilog-in-attribute-p): Query returns true if point is in an
4832 attribute context; used to skip these for expression line up from
4833 pretty-expr.
4834 (verilog-in-parameter-p): Query returns true if point is in an
4835 parameter definition context; used to skip these for expression
4836 line up from pretty-expr.
4837 (verilog-in-parenthesis-p): Query returns true if point is in a
4838 parenthetical expression, specifically ( ) but not [ ] or { };
4839 used by pretty-expr.
4840 (verilog-just-one-space): If there is no space, don't add one.
4841 (verilog-get-lineup-indent-2): Specifically skip just attribute
4842 contexts for expression lineup, rather than skipping all
4843 parenthetical expressions.
4844 (verilog-calculate-indent): Fix comment, and fix indent.
4845 (verilog-do-indent): Indent declarations in lists (suggested by
4846 Joachim Lechner).
4847 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4848 skeleton items.
4849 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4850 by Alain Mellan).
4851
4852 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
4853
4854 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4855 parameters with embedded comments. Reported by Ray Stevens.
4856 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4857 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4858 Reported by Tim Holt.
4859 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4860 instantiated by upper module causing wrong expansion until AUTOed a
4861 second time. Reported by K C Buckenmaier.
4862 (verilog-diff-auto): Fix showing .* as a difference when
4863 `verilog-auto-star-save' off. Reported by Dan Dever.
4864 (verilog-auto-reset, verilog-read-always-signals)
4865 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4866 temporary signals in reset list if
4867 verilog-auto-reset-blocking-in-non is nil, and match assignment
4868 style to each signal's assignment type, bug381.
4869 Reported by Thomas Esposito.
4870 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4871 (verilog-uvm-statement-re): Support UVM indentation and
4872 highlighting, with old OVM keywords only.
4873 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
4874 Support AUTOTIEOFF creating non-wire data types.
4875 Suggested by Jonathan Greenlaw.
4876 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4877 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4878 (verilog-inject-sense, verilog-read-inst-pins)
4879 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4880 Fix mismatching parenthesis inside commented out code when deleting
4881 AUTOINST, bug383. Reported by Jonathan Greenlaw.
4882 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4883 non-numeric vector width. Reported by Alex Reed.
4884 (verilog-auto-ascii-enum): Add "onehot" option to work around not
4885 detecting signals with parameter widths. Reported by Alex Reed.
4886 (verilog-auto-delete-trailing-whitespace):
4887 With `verilog-auto-delete-trailing-whitespace' remove trailing
4888 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4889 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4890 Fix verilog-scan-cache corruption when running user AUTO expansion
4891 hooks that call indentation routines.
4892 (verilog-simplify-range-expression): Fix typo ignoring lower case
4893 identifiers.
4894 (verilog-delete-auto): Fix delete-autos to also remove user created
4895 automatics, as long as they start with AUTO.
4896 (verilog-batch-diff-auto, verilog-diff-auto)
4897 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4898 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4899 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4900 (verilog-in-paren-quick, verilog-re-search-backward-quick)
4901 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4902 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
4903 is disabled and its cache will get corrupt, causing AUTOS not to
4904 expand. Instead use only -quick functions.
4905 (verilog-scan-region): Fix scanning over escaped quotes.
4906 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4907 (verilog-re-search-backward-quick)
4908 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4909 related functions now ignore strings, to fix misparsing of strings
4910 with magic comments embedded in them.
4911 (verilog-read-auto-template):
4912 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4913 Reported by Brad Dobbie.
4914 (verilog-read-auto-template):
4915 Fix 'verilog-auto-inst-template-numbers' with comments.
4916 Reported by Brad Dobbie.
4917 (verilog-auto-inst, verilog-auto-inst-param)
4918 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4919 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4920 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
4921 debugging templates without merge conflicts, bug357.
4922 Reported by Brad Dobbie.
4923 (verilog-read-auto-template):
4924 Fix verilog-auto-inst-template-numbers with multiple templates.
4925 Reported by Brad Dobbie.
4926 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4927 abbrevs so user won't be asked to save.
4928 (verilog-read-auto-lisp-present): Fix to start at beginning of
4929 buffer in case called outside of verilog-auto.
4930 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4931 to "X-2". Reported by Matthew Myers.
4932 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4933 all inputs from module templates. Reported by Leith Johnson.
4934 (verilog-module-inside-filename-p): Fix locating programs as with
4935 modules.
4936 (verilog-auto-inst-port): Fix vl-width expressions when using
4937 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4938 (verilog-decls-get-regs, verilog-decls-get-signals,
4939 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4940 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4941 verilog-read-decls): Combine reg and wire structures into one var
4942 structure to represent SystemVerilog concepts.
4943 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4944 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
4945 (verilog-auto-wire-type, verilog-insert-definition):
4946 Add verilog-auto-wire-type and AUTOLOGIC to support using
4947 SystemVerilog "logic" keyword instead of "wire"/"reg".
4948 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4949 to declares outputs that also have assignments (presumably in an
4950 ifdef or generate if so there's not a driver conflict).
4951 Reported by Matthew Myers.
4952 (verilog-auto-declare-nettype, verilog-insert-definition):
4953 Add verilog-auto-declare-nettype to fix declarations using
4954 `default_nettype none. Reported by Julian Gorfajn.
4955 (verilog-read-always-signals-recurse, verilog-read-decls)
4956 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4957 malformed end statement, bug325. Reported by Joshua Wise and
4958 Andrew Drake.
4959 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4960 (verilog-inst-comment-re): Fix not deleting Interfaced comment
4961 when expanding .* in interfaces, bug320.
4962 Reported by Pierre-David Pfister.
4963 (verilog-read-module-name): Fix import statements between module
4964 name and open parenthesis, bug317.
4965 Reported by Pierre-David Pfister.
4966 (verilog-simplify-range-expression): Fix simplification of
4967 multiplications inside AUTOWIRE connections, bug303.
4968 (verilog-auto-inst-port): Support parameter expansion in
4969 multidimensional arrays.
4970 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4971 after "assert property". Reported by Julian Gorfajn.
4972 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4973 with multiplication, bug303.
4974 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4975 Reported by Jan Frode Lonnum.
4976
4977 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
4978
4979 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4980 (hfy-shell-file-name, hfy-shell):
4981 * international/fontset.el (x-decompose-font-name): Fix typos.
4982
4983 2011-11-29 Ken Brown <kbrown@cornell.edu>
4984
4985 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4986 (gdb-version): Remove defvar.
4987 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4988 (gdb-gud-context-command, gdb-non-stop-handler)
4989 (gdb-current-context-command, gdb-stopped): Use it.
4990 (gdb-init-1): Enable pretty printing here.
4991 (gdb-non-stop-handler): Don't enable pretty-printing here.
4992 Check to see if the target supports non-stop mode; if not, turn off
4993 non-stop mode. Use the following.
4994 (gdb-check-target-async): New defun.
4995 (gud-watch, gdb-stopped): Fix whitespace.
4996 (gdb-get-source-file): Don't try to display the source file if
4997 `gdb-main-file' is nil.
4998
4999 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * align.el: Try to generate fewer markers (bug#10047).
5002 (align--set-marker): New macro.
5003 (align-region): Use it.
5004
5005 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5006
5007 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
5008
5009 2011-11-29 Chong Yidong <cyd@gnu.org>
5010
5011 * indent.el (indent-for-tab-command, indent-according-to-mode):
5012 Doc fix.
5013 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
5014
5015 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
5016
5017 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
5018 aware of remote file names. (Bug#10124)
5019
5020 2011-11-29 Chong Yidong <cyd@gnu.org>
5021
5022 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
5023
5024 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * files.el (find-file): Don't use force-same-window (bug#10144).
5027 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
5028 use pop-to-buffer if the selected window can't be used.
5029 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
5030
5031 2011-11-28 Eli Zaretskii <eliz@gnu.org>
5032
5033 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
5034 special-mode-map.
5035
5036 2011-11-28 Chong Yidong <cyd@gnu.org>
5037
5038 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
5039
5040 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
5041
5042 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
5043 gdb-get-source-file-list on gdb-create-source-file-list.
5044
5045 2011-11-26 Eli Zaretskii <eliz@gnu.org>
5046
5047 * whitespace.el (whitespace-newline): Use a different foreground
5048 color for 16-color light-background displays.
5049
5050 2011-11-24 Chong Yidong <cyd@gnu.org>
5051
5052 * window.el (display-buffer--special-action): Doc fix.
5053
5054 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
5055
5056 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
5057 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
5058 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
5059 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
5060 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
5061 (avl-tree-stack-first):
5062 * emacs-lisp/cconv.el (cconv--analyse-use):
5063 * net/gnutls.el (gnutls-negotiate): Fix typos.
5064
5065 2011-11-24 Glenn Morris <rgm@gnu.org>
5066
5067 * lpr.el (lpr-windows-system, lpr-lp-system):
5068 * mail/binhex.el (binhex-begin-line):
5069 * progmodes/grep.el (grep-history, grep-find-history):
5070 * textmodes/flyspell.el:
5071 * vc/pcvs-defs.el (cvs-global-menu):
5072 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
5073 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
5074 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
5075
5076 * net/tls.el: Fix case of "GnuTLS".
5077
5078 * paths.el (rmail-file-name): Format doc-string for make-docfile.
5079
5080 * version.el (emacs-build-system): Give it a doc-string.
5081
5082 2011-11-24 Juri Linkov <juri@jurta.org>
5083
5084 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
5085
5086 2011-11-24 Glenn Morris <rgm@gnu.org>
5087
5088 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
5089 if called on a non-mime message just toggle the headers. (Bug#8006)
5090
5091 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
5092
5093 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
5094 (allout-lead-with-comment-string, allout-structure-deleted-hook)
5095 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
5096 (allout-rebullet-heading, allout-open-sibtopic)
5097 (allout-toggle-current-subtree-encryption)
5098 (allout-toggle-subtree-encryption, allout-encrypt-string)
5099 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
5100 (allout-distinctive-bullets-string, allout-auto-activation):
5101 * window.el (window-normalize-buffer-to-display):
5102 * progmodes/verilog-mode.el (verilog-batch-indent):
5103 * textmodes/bibtex.el (bibtex-field-braces-opt)
5104 (bibtex-field-strings-opt):
5105 * vc/cvs-status.el (cvs-tree-merge):
5106 Fix typos.
5107
5108 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
5109
5110 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
5111 `non-essential' to t, in order to avoid remote connections.
5112
5113 2011-11-23 Eli Zaretskii <eliz@gnu.org>
5114
5115 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5116 On MS-DOS and MS-Windows, compare with loaddefs.el
5117 case-insensitively.
5118
5119 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5120
5121 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
5122
5123 2011-11-23 Glenn Morris <rgm@gnu.org>
5124
5125 * paths.el (rmail-file-name): Reformat the doc-string so that it
5126 is picked up.
5127
5128 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
5129 (rmail-auto-file): Ignore case in the "special" field names,
5130 as mail-fetch-field does for all others.
5131
5132 * mail/rmail.el (rmail-forward):
5133 * mail/rmailkwd.el (rmail-set-label):
5134 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
5135 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
5136
5137 * mail/rmail.el (rmail-current-message): Doc fix.
5138
5139 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
5140
5141 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5142
5143 * server.el (server-eval-and-print): Allow C-g (bug#6585).
5144
5145 2011-11-22 Glenn Morris <rgm@gnu.org>
5146
5147 * mail/rmailmm.el (test-rmail-mime-handler)
5148 (test-rmail-mime-bulk-handler)
5149 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
5150
5151 2011-11-21 Juri Linkov <juri@jurta.org>
5152
5153 * calc/calc.el (calc-read-key-sequence):
5154 Let-bind `input-method-function' to nil. (Bug#10018)
5155
5156 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5157
5158 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
5159 Tell the caller that the next line needs recomputation, even
5160 though it doesn't start a sexp (bug#10094).
5161
5162 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5163
5164 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
5165
5166 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5167
5168 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5169 Use force-same-window.
5170
5171 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
5172
5173 * descr-text.el (describe-char-unicode-data):
5174 * json.el (json-string-escape):
5175 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
5176 (Footnote-unicode, Footnote-style-p):
5177 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
5178
5179 2011-11-20 Chong Yidong <cyd@gnu.org>
5180
5181 * window.el (replace-buffer-in-windows): Restore interactive spec.
5182
5183 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5184
5185 * electric.el (electric-indent-mode): Fix last change (too optimistic).
5186
5187 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
5188 (byte-compile-global-not-obsolete-vars): New var.
5189 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
5190 Use it.
5191 (byte-compile-warn-obsolete): Align text with the one in *Help*.
5192
5193 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
5194
5195 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
5196 * progmodes/pascal.el (electric-pascal-equal):
5197 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
5198 * xml.el (xml-substitute-special): Fix typos.
5199
5200 2011-11-20 Glenn Morris <rgm@gnu.org>
5201
5202 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
5203 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
5204 Doc fixes.
5205 (rmail-decode-mime-charset): Mark as obsolete.
5206
5207 * mail/rmailsum.el (rmail-message-regexp-p-1):
5208 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
5209 Before using mime functions, check they are set. (Bug#10077)
5210
5211 2011-11-19 Juri Linkov <juri@jurta.org>
5212
5213 * info.el (Info-finder-find-node): Use `package--builtins' instead
5214 of `package-alist'. Use node names formed by the pattern "Keyword "
5215 and the keyword name.
5216
5217 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5218
5219 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
5220
5221 2011-11-19 Juri Linkov <juri@jurta.org>
5222
5223 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
5224 that calls `revert-buffer' on all Info buffers. (Bug#9915)
5225 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
5226 `old-history', `old-history-forward'. Add let-binding
5227 `window-selected'. Remove calls to `kill-buffer',
5228 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
5229 before calling `Info-find-node', so `Info-find-node-2' will reread
5230 the Info file. Restore window positions only when `window-selected'
5231 is non-nil.
5232
5233 2011-11-19 Juri Linkov <juri@jurta.org>
5234
5235 * isearch.el (isearch-lazy-highlight-new-loop):
5236 Remove condition `(not isearch-error)'. (Bug#9918)
5237
5238 * misearch.el (multi-isearch-search-fun): Add condition
5239 `(not bound)' to ignore lazy-highlighting search.
5240 Add the search-failed message "end of multi" when the end of
5241 multi-sequence is reached. Uncapitalize the search-failed
5242 message "Repeat for next buffer".
5243
5244 * info.el (Info-search): Add the search-failed message
5245 "end of the manual" when the end of the manual is reached
5246 in Isearch mode.
5247
5248 2011-11-19 Juri Linkov <juri@jurta.org>
5249
5250 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
5251 Use non-destructive `remove' instead of `delete' because
5252 `Info-history-list' stored to `Info-isearch-initial-history-list' in
5253 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
5254
5255 2011-11-19 Juri Linkov <juri@jurta.org>
5256
5257 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
5258 to nil instead of binding `search-ring' and `regexp-search-ring'.
5259 (Bug#9185)
5260
5261 2011-11-19 Eli Zaretskii <eliz@gnu.org>
5262
5263 * simple.el (line-move): Force movement by logical lines for any
5264 hscrolled window, not only when auto-hscroll-mode is on.
5265 (line-move-visual): Update doc string to that effect. (Bug#10076)
5266
5267 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5268
5269 * language/european.el (macintosh): Define as alias for mac-roman.
5270
5271 2011-11-19 Eli Zaretskii <eliz@gnu.org>
5272
5273 * mail/rmailmm.el (rmail-mime-display-header)
5274 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
5275 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
5276 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
5277 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
5278 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
5279 of a raw aref.
5280 (rmail-mime-entity-segment): To get past the tagline, move forward
5281 2 more lines, to account for the 2 empty lines that precede and
5282 follow the line with the buttons.
5283 (rmail-mime-update-tagline): Move one more line, to get past the
5284 empty line that follows the buttons in the tagline. (Bug#9520)
5285
5286 2011-11-19 Martin Rudalics <rudalics@gmx.at>
5287
5288 * window.el (window-max-delta-1, window-min-delta-1)
5289 (window-min-size-1, window-state-get-1, window-state-put-1)
5290 (window-state-put-2): Use "window--" prefix.
5291
5292 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 * emacs-lisp/smie.el: Improve warnings and conflict detection.
5295 (smie-warning-count): New var.
5296 (smie-set-prec2tab): Use it.
5297 (smie-bnf->prec2): Improve warnings. Add docstring.
5298 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
5299 (smie-bnf--set-class): New function.
5300 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
5301 corner case.
5302
5303 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
5304 (compilation-error-properties, compilation-move-to-column):
5305 Handle compilation-first-column while in the target buffer.
5306
5307 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
5308 Don't hardcode point-min==1.
5309
5310 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
5311 (eshell-rewrite-for-command): Remove workaround.
5312 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
5313 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
5314 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
5315
5316 * files-x.el (modify-file-local-variable): Obey commenting conventions.
5317
5318 2011-11-17 Glenn Morris <rgm@gnu.org>
5319
5320 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5321 Ignore buffer-local generated-autoload-file if it is the same
5322 as the global value. (Bug#10049)
5323
5324 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
5325
5326 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
5327 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
5328 (reftex-toc-previous-heading, reftex-toc-max-level)
5329 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
5330 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
5331 (reftex-toc-do-promote, reftex-toc-promote-prepare)
5332 (reftex-toc-promote-action, reftex-toc-extract-section-number)
5333 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
5334 (reftex-toc-rename-label, reftex-toc-visit-location)
5335 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
5336 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
5337 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
5338 leaving "*toc*" only for references to the buffer.
5339
5340 2011-11-17 Martin Rudalics <rudalics@gmx.at>
5341
5342 * window.el (window-resize, delete-window, split-window):
5343 Replace window-splits by window-combination-resize.
5344 * cus-start.el (window-splits): Replace by window-combination-resize.
5345
5346 2011-11-17 Glenn Morris <rgm@gnu.org>
5347
5348 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5349 Make bash entry derive from sh entry, not shell entry.
5350
5351 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
5352
5353 * net/tramp-cache.el (tramp-flush-file-property): Flush also
5354 properties of linked files. (Bug#9879)
5355
5356 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
5357 local file name.
5358
5359 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
5360
5361 * menu-bar.el (menu-bar-file-menu):
5362 * printing.el (pr-ps-utility):
5363 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
5364 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
5365 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
5366 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
5367 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
5368 (icalendar--convert-cyclic-to-ical)
5369 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
5370 (icalendar--convert-ical-to-diary)
5371 (icalendar--convert-recurring-to-diary)
5372 (icalendar--convert-non-recurring-all-day-to-diary)
5373 (icalendar-import-format-sample):
5374 * progmodes/idlw-shell.el (idlwave-shell-mode):
5375 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
5376 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
5377 (vhdl-ps-print-init): Fix typos.
5378
5379 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
5380
5381 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
5382 FSF and collapse date sequence, obscure author/maintainer email address
5383 better, remove extra version line, track relocation of author's webpage.
5384
5385 * progmodes/python.el (python-pdbtrack-input-prompt)
5386 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
5387 regular python pdb prompts. Adjustments shamelessly taken exactly as
5388 suggested in EmacsWiki page (tiny change):
5389 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
5390
5391 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
5392
5393 * expand.el (expand-pos, expand-index, expand-point):
5394 Remove redundant info from docstring.
5395 (expand-add-abbrevs): Doc fix.
5396 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
5397 (expand-sample-perl-mode-expand-list): Fix typos.
5398
5399 * net/dbus.el (dbus-event-member-name):
5400 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
5401 * term/pc-win.el (msdos-create-frame-with-faces):
5402 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
5403
5404 2011-11-16 Martin Rudalics <rudalics@gmx.at>
5405
5406 * window.el (split-window, window-state-get-1)
5407 (window-state-put-1, window-state-put-2): Rename occurrences of
5408 window-nest to window-combination-limit.
5409 * cus-start.el (window-nest): Rename to window-combination-limit.
5410
5411 2011-11-16 Chong Yidong <cyd@gnu.org>
5412
5413 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
5414 regexp (Bug#10033).
5415
5416 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5417
5418 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
5419 `completing-read' will remove *Completions* and will preserve
5420 current-buffer for us.
5421 (tmm-add-prompt): Users of *Completions* will always (re)set its
5422 major mode.
5423 (tmm-old-comp-map): Remove.
5424
5425 2011-11-16 Glenn Morris <rgm@gnu.org>
5426
5427 * mail/rmailedit.el: Require rmailmm when compiling.
5428 (rmail-old-mime-state): New declaration.
5429 (rmail-edit-current-message): If editing a mime message,
5430 edit the "raw" message from the mbox buffer.
5431 (rmail-cease-edit): Handle mime messages. (Bug#9840)
5432
5433 2011-11-15 Glenn Morris <rgm@gnu.org>
5434
5435 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
5436 which wasn't being used. Add optional arg to force given state.
5437 (rmail-mime): Add optional arg to force given state.
5438
5439 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
5440
5441 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5442 * frame.el (display-mm-dimensions-alist):
5443 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
5444 (outline-move-subtree-down):
5445 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
5446 (newsticker--treeview-do-get-node):
5447 * net/quickurl.el (quickurl-list-buffer-name):
5448 * progmodes/dcl-mode.el (dcl-mode):
5449 * progmodes/gdb-mi.el (gdb-mapcar*):
5450 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
5451
5452 2011-11-15 Glenn Morris <rgm@gnu.org>
5453
5454 * mail/rmail.el (rmail-file-coding-system): It's only ever used
5455 in a boolean sense, so just make it a boolean, and fix the doc.
5456 (rmail-show-mime-function, rmail-mime-feature)
5457 (rmail-require-mime-maybe): Doc fixes.
5458 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
5459
5460 * mail/rmailmm.el (rmail-show-mime): Doc fix.
5461
5462 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
5463
5464 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
5465 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5466 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
5467 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
5468
5469 2011-11-15 Glenn Morris <rgm@gnu.org>
5470
5471 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
5472 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
5473 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
5474 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
5475 (rmail-mime, rmail-show-mime): Doc fixes.
5476
5477 * term/ns-win.el (mode-line-frame-identification):
5478 Leave it alone. (Bug#10051)
5479
5480 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
5481
5482 * mail/rmailout.el (rmail-output-to-rmail-buffer):
5483 Handle empty buffers. (Bug#9978)
5484
5485 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
5486
5487 * international/mule.el (define-charset):
5488 * mail/rmailmm.el (rmail-mime-find-header-encoding):
5489 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
5490 * progmodes/verilog-mode.el (verilog-backward-token):
5491 * textmodes/ispell.el (lookup-words):
5492 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
5493
5494 2011-11-14 Glenn Morris <rgm@gnu.org>
5495
5496 * progmodes/executable.el
5497 (executable-make-buffer-file-executable-if-script-p):
5498 Handle file-modes returning nil.
5499
5500 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
5501 message - not necessary, and causes problems. (Bug#9831)
5502
5503 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
5504
5505 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
5506
5507 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
5508 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
5509 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
5510
5511 2011-11-12 Martin Rudalics <rudalics@gmx.at>
5512
5513 * window.el (window-resize, delete-window): Use window-splits
5514 variable instead of function.
5515 (window-state-get-1, window-state-put-2, window-state-put):
5516 Don't deal with windows' splits status.
5517
5518 2011-11-12 Glenn Morris <rgm@gnu.org>
5519
5520 * apropos.el (apropos-do-all, apropos-library, apropos-value)
5521 (apropos-documentation): Doc fixes.
5522
5523 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
5524
5525 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
5526 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
5527
5528 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5529
5530 * electric.el (electric-indent-post-self-insert-function): Make it
5531 possible for a char to only indent in some circumstances.
5532 (electric-indent-mode): Simplify.
5533
5534 2011-11-11 Martin Rudalics <rudalics@gmx.at>
5535
5536 * window.el (windows-with-parameter): Remove unused function.
5537 (windows-at-side): Rename to window-at-side-list.
5538 (window-check, window-atom-check, window-atom-check-1)
5539 (window-side-check, window-size-ignore, window-size-fixed-1)
5540 (window-in-direction-2): Prefix with "window--".
5541 (window-tree-1): Rename to window--subtree, fix doc-string.
5542
5543 2011-11-11 Glenn Morris <rgm@gnu.org>
5544
5545 * subr.el (eval-after-load): If FILE is already loaded,
5546 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
5547
5548 2011-11-10 Glenn Morris <rgm@gnu.org>
5549
5550 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
5551 Call svn via vc-svn-command rather than vc-do-command.
5552 (vc-svn-command): Add --non-interactive. (Bug#9993)
5553 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
5554
5555 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5556 Add toggle-read-only. (Bug#7292)
5557 * files.el (toggle-read-only): Mention that it should only
5558 be used interactively. (Bug#10006)
5559
5560 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5561
5562 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5563 Adjust regexp for OCaml warnings.
5564
5565 * electric.el (electric-pair-post-self-insert-function): Let user
5566 turn it off buffer-locally (bug#9932).
5567
5568 * progmodes/python.el (python-beginning-of-statement):
5569 Rewrite (bug#2703).
5570
5571 * progmodes/compile.el: Better handle TABs (bug#9749).
5572 (compilation-internal-error-properties)
5573 (compilation-next-error-function): Obey the target buffer's
5574 compilation-error-screen-columns.
5575
5576 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
5577
5578 * progmodes/meta-mode.el: Remove obsolete comments.
5579 (meta-right-comment-regexp, meta-ignore-comment-regexp):
5580 Fix typos in docstrings.
5581
5582 2011-11-09 Martin Rudalics <rudalics@gmx.at>
5583
5584 * window.el (window-size-fixed-p): Rewrite doc-string.
5585 (window-resizable-p): Rename to window--resizable-p. Update callers.
5586 (window--resizable): New function. Make all callers of
5587 window-resizable call window--resizable instead.
5588 (window-resizable): Rewrite in terms of window--resizable.
5589
5590 2011-11-08 Glenn Morris <rgm@gnu.org>
5591
5592 * progmodes/delphi.el (delphi-mode-syntax-table):
5593 Let define-derived-mode define a proper syntax table. (Bug#9994)
5594
5595 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5596
5597 * window.el: Stay away from defsubst.
5598 (window-list-no-nils): Remove.
5599 (window-state-get-1, window-state-get): Use backquote instead.
5600
5601 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5602
5603 * emacs-lisp/find-func.el (find-function-read):
5604 Fix incorrect use of default argument in `completing-read'.
5605
5606 2011-11-08 Martin Rudalics <rudalics@gmx.at>
5607
5608 * window.el (display-buffer-function, special-display-function):
5609 Mention display-buffer-record-window but do not mention
5610 help-setup parameter in doc-strings.
5611 (window-min-delta): Fix doc-string typo.
5612
5613 2011-11-08 Chong Yidong <cyd@gnu.org>
5614
5615 * window.el (window-total-height, window-total-width): Doc fix.
5616 (window-body-size): Move from C.
5617 (window-body-height, window-body-width): Move to C.
5618
5619 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * window.el: Make special-display like display-buffer-alist (bug#9532).
5622 (display-buffer--special-action): New function, morphed
5623 from display-buffer--special.
5624 (display-buffer): Use it to handle special-display-buffers at higher
5625 priority (just after display-buffer-alist).
5626 (display-buffer-fallback-action, display-buffer--other-frame-action)
5627 (pop-to-buffer-same-window): Remove display-buffer--special.
5628
5629 2011-11-07 Glenn Morris <rgm@gnu.org>
5630
5631 * calendar/cal-menu.el (cal-menu-set-date-title):
5632 Do nothing if not in a calendar. (Bug#9976)
5633
5634 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5636 * files.el (find-file): Always use selected-window.
5637
5638 2011-11-07 Martin Rudalics <rudalics@gmx.at>
5639
5640 * window.el (window-combinations): Make WINDOW argument
5641 mandatory. Rewrite doc-string.
5642 (walk-window-subtree, window-atom-check, window-min-delta)
5643 (window-max-delta, window--resize-this-window)
5644 (window--resize-root-window-vertically, window-tree)
5645 (balance-windows, window-state-put): Rewrite doc-strings as to
5646 not mention the term "subwindow".
5647 (window--resize-subwindows-skip-p): Rename to
5648 window--resize-child-windows-skip-p.
5649 (window--resize-subwindows-normal): Rename to
5650 window--resize-child-windows-normal.
5651 (window--resize-subwindows): Rename to
5652 window--resize-child-windows.
5653 (window-or-subwindow-p): Rename to window--in-subtree-p.
5654
5655 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5656
5657 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
5658 Ensure that mbox format messages end in two newlines (Bug#9974).
5659
5660 2011-11-06 Chong Yidong <cyd@gnu.org>
5661
5662 * window.el (window-combination-p): Function deleted; its
5663 side-effect is not used in any existing code.
5664 (window-combinations, window-combined-p): Call window-*-child
5665 directly.
5666
5667 2011-11-05 Chong Yidong <cyd@gnu.org>
5668
5669 * window.el (window-valid-p): Rename from window-any-p.
5670 (window-size-ignore, window-state-get): Callers changed.
5671 (window-normalize-window): Rename from window-normalize-any-window.
5672 New arg LIVE-ONLY, replacing window-normalize-live-window.
5673 (window-normalize-live-window): Delete.
5674 (window-combination-p, window-combined-p, window-combinations)
5675 (walk-window-subtree, window-atom-root, window-min-size)
5676 (window-sizable, window-sizable-p, window-size-fixed-p)
5677 (window-min-delta, window-max-delta, window-resizable)
5678 (window-resizable-p, window-full-height-p, window-full-width-p)
5679 (window-current-scroll-bars, window-point-1, set-window-point-1)
5680 (window-at-side-p, window-in-direction, window-resize)
5681 (adjust-window-trailing-edge, maximize-window, minimize-window)
5682 (window-deletable-p, delete-window, delete-other-windows)
5683 (record-window-buffer, unrecord-window-buffer)
5684 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
5685 (quit-window, split-window, window-state-put)
5686 (set-window-text-height, fit-window-to-buffer)
5687 (shrink-window-if-larger-than-buffer): Callers changed.
5688
5689 2011-11-04 Eli Zaretskii <eliz@gnu.org>
5690
5691 * mail/rmail.el (rmail-simplified-subject): Decode subject with
5692 rfc2047-decode-string.
5693 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
5694 warnings.
5695
5696 * window.el (window-body-height, window-body-width): Mention in
5697 the doc string that the return values are in frame's canonical
5698 units. (Bug#9949)
5699
5700 2011-11-03 Alan Mackenzie <acm@muc.de>
5701
5702 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
5703 change in cc-engine.el.
5704
5705 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5706
5707 * window.el (switch-to-buffer): Use `force-same-window' interactively.
5708
5709 2011-11-02 Martin Rudalics <rudalics@gmx.at>
5710
5711 * window.el (quit-window): Call unrecord-window-buffer after
5712 showing another buffer in the window. (Bug#9937)
5713 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
5714
5715 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
5716
5717 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
5718 Accept status with more than 9 shelves. (Bug#9935)
5719 Reported by Colin D Bennett <colin@gibibit.com>.
5720
5721 2011-11-01 Martin Rudalics <rudalics@gmx.at>
5722
5723 * help.el (with-help-window): Don't reference
5724 temp-buffer-show-specifiers in doc-string.
5725
5726 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
5727
5728 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
5729 menu-item.
5730
5731 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5732
5733 * whitespace.el: New version 13.2.2.
5734 (whitespace-newline-mode): Disable properly. Reported by Sarah
5735 <EmacsWiki>.
5736
5737 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
5738
5739 * net/newst-treeview.el: Remove "Time-stamp".
5740 (newsticker--group-manage-orphan-feeds): Do not call
5741 newsticker--treeview-tree-update.
5742 (newsticker-treeview-update, newsticker-treeview):
5743 Call newsticker--treeview-tree-update if necessary.
5744
5745 2011-10-30 Martin Rudalics <rudalics@gmx.at>
5746
5747 * window.el (window-iso-combination-p, window-iso-combined-p)
5748 (window-iso-combinations): Remove "iso-" infix.
5749 Suggested by Chong Yidong.
5750 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
5751 (window-max-delta-1, window-resize, window--resize-siblings)
5752 (window--resize-this-window, adjust-window-trailing-edge)
5753 (split-window, balance-windows-1)
5754 (shrink-window-if-larger-than-buffer):
5755 * calendar/calendar.el (calendar-generate-window):
5756 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
5757
5758 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5759
5760 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
5761 in place (bug#9907).
5762 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
5763 (eshell-rewrite-if-command, eshell-rewrite-for-command)
5764 (eshell-structure-basic-command, eshell-rewrite-while-command)
5765 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
5766 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
5767 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
5768 (eshell-do-pipelines-synchronously, eshell-eval-command):
5769 Use backquotes and prefer setq to set.
5770 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
5771 (eshell-macrop): Use functionp.
5772 (eshell-do-eval): Handle multiple expressions in `while' body.
5773
5774 2011-10-30 Chong Yidong <cyd@gnu.org>
5775
5776 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
5777 instead of set-mark (Bug#9810).
5778
5779 2011-10-30 Chong Yidong <cyd@gnu.org>
5780
5781 * window.el (split-window-below, split-window-right): Rename from
5782 split-window-above-each-other and split-window-side-by-side
5783 respectively. All callers changed.
5784 (split-window-sensibly, split-window-sensibly): Use them.
5785 (split-window-keep-point): Doc fix.
5786
5787 * isearch.el: Add isearch-scroll property to split-window-below
5788 and split-window-right.
5789
5790 * follow.el (follow-mode):
5791 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5792 * progmodes/ada-xref.el (ada-gdb-application):
5793 * emulation/vip.el (vip-buffer-in-two-windows):
5794 * image-dired.el (image-dired-dired-with-window-configuration):
5795 * dired-x.el (dired-do-find-marked-files):
5796 * dired.el (dired-pop-to-buffer):
5797 * bs.el (bs--show-with-configuration):
5798 * vc/emerge.el (emerge-setup-windows):
5799 * textmodes/two-column.el (2C-two-columns):
5800 * textmodes/reftex-toc.el (reftex-toc):
5801 * progmodes/gdb-mi.el (gdb-setup-windows):
5802 * progmodes/fortran.el (fortran-window-create):
5803 * net/newst-treeview.el (newsticker--treeview-window-init):
5804 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5805 * emulation/tpu-edt.el (tpu-gold-map):
5806 * emulation/crisp.el (crisp-mode-map):
5807 * calendar/calendar.el (calendar-basic-setup): Callers changed.
5808
5809 2011-10-29 Chong Yidong <cyd@gnu.org>
5810
5811 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5812
5813 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5814
5815 * textmodes/flyspell.el (flyspell-word): Fix char offset for
5816 forged Ispell output (Bug#7904).
5817
5818 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5819
5820 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5821
5822 * doc-view.el: Avoid ugly errors about not finding nil.
5823 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5824 (doc-view-dvipdf-program, doc-view-unoconv-program)
5825 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5826 Avoid nil or absolute file name as default value.
5827 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5828
5829 2011-10-28 Alan Mackenzie <acm@muc.de>
5830
5831 * progmodes/cc-defs.el (c-version): -> 5.32.2.
5832
5833 2011-10-28 Alan Mackenzie <acm@muc.de>
5834
5835 Amend the handling of c-beginning/end-of-defun in nested declaration
5836 scopes.
5837
5838 * progmodes/cc-vars.el (c-defun-tactic): Move here from
5839 cc-langs.el. Change it to a defcustom.
5840
5841 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5842 cc-vars.el.
5843
5844 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5845 Prevent "class foo : bar" being spuriously recognized as a label.
5846
5847 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
5848 Add parameter `inclusive' (to include enclosing braces in the region).
5849 (c-widen-to-enclosing-decl-scope): New function.
5850 (c-while-widening-to-decl-block): New macro.
5851 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5852 outward for defun boundaries, and correspondingly change symbol
5853 `respect-enclosure' to `go-outward'.
5854 (c-declaration-limits): Change algorithm to report only the "innermost"
5855 defun's boundaries.
5856
5857 2011-10-28 Deniz Dogan <deniz@dogan.se>
5858
5859 * net/rcirc.el (rcirc-mode): Use hard newlines.
5860
5861 2011-10-28 Alan Mackenzie <acm@muc.de>
5862
5863 Amend to indent and fontify macros "which include their own semicolon"
5864 correctly, using the "virtual semicolon" mechanism.
5865
5866 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
5867
5868 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
5869 Recode to scan one line at a time rather than having \n and \r
5870 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
5871 (c-forward-label): Amend for virtual semicolons.
5872 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
5873
5874 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5875 of the new C macros.
5876
5877 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
5878 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5879 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
5880 (c-opt-cpp-macro-define): Make into a full language variable.
5881 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5882 AWK Mode (including \n, \r) removed, no longer needed.
5883
5884 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5885 Invoke c-make-macro-with-semi-re.
5886
5887 * progmodes/cc-vars.el (c-macro-with-semi-re):
5888 (c-macro-names-with-semicolon): New variables.
5889 (c-make-macro-with-semi-re): New function.
5890
5891 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 * vc/log-edit.el: Fill empty field rather than adding new one.
5894 (log-edit-add-field): New function.
5895 (log-edit-insert-changelog): Use it.
5896
5897 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5898
5899 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5900
5901 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5902
5903 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5904 (gdb--check-interpreter): New function.
5905 (gdb): Use it.
5906
5907 2011-10-27 Glenn Morris <rgm@gnu.org>
5908
5909 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5910 (least-positive-float, least-negative-float)
5911 (least-positive-normalized-float, least-negative-normalized-float)
5912 (float-epsilon, float-negative-epsilon):
5913 Remove unnecessary declarations.
5914
5915 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5916 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5917 (least-positive-float, least-negative-float)
5918 (least-positive-normalized-float, least-negative-normalized-float)
5919 (float-epsilon, float-negative-epsilon): Add doc-strings,
5920 based on those in cl.texi.
5921
5922 * files.el (set-visited-file-name): If the major-mode changed,
5923 reload the local variables. (Bug#9796)
5924
5925 2011-10-27 Chong Yidong <cyd@gnu.org>
5926
5927 * subr.el (change-major-mode-after-body-hook): New hook.
5928 (run-mode-hooks): Run it.
5929
5930 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5931 Use change-major-mode-before-body-hook.
5932
5933 * simple.el (fundamental-mode):
5934 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5935 change introducing fundamental-mode-hook.
5936
5937 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
5938
5939 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5940
5941 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
5942
5943 * ido.el (ido-file-name-all-completions-1): Do not require
5944 tramp.el explicitly. (Bug#7583)
5945
5946 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5947
5948 * progmodes/octave-mod.el:
5949 * progmodes/octave-inf.el: Update maintainer.
5950
5951 2011-10-26 Chong Yidong <cyd@gnu.org>
5952
5953 * subr.el (with-wrapper-hook): Rewrite doc.
5954
5955 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
5956
5957 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
5958 filenames "/method:foo:". (Bug#9793)
5959
5960 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5961
5962 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5963 (bug#9865).
5964
5965 2011-10-24 Glenn Morris <rgm@gnu.org>
5966
5967 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
5968
5969 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
5970
5971 * notifications.el: Add the requirement of a running D-Bus session
5972 bus to the Commentary.
5973
5974 2011-10-24 Juri Linkov <juri@jurta.org>
5975
5976 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5977 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5978 (Bug#9364)
5979
5980 2011-10-24 Juri Linkov <juri@jurta.org>
5981
5982 * info.el (Info-following-node-name-re): Add newline to the list
5983 of allowed characters for leading space. (Bug#9824)
5984
5985 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5986
5987 * progmodes/octave-inf.el (inferior-octave-mode-map):
5988 Fix C-c C-h binding.
5989 * progmodes/octave-mod.el (octave-help): Remove.
5990
5991 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
5992
5993 Sync with Tramp 2.2.3.
5994
5995 * net/tramp-cache.el (top): Pacify byte-compiler using
5996 `init-file-user' and `site-run-file'.
5997
5998 * net/trampver.el: Update release number.
5999
6000 2011-10-23 Chong Yidong <cyd@gnu.org>
6001
6002 * files.el (toggle-read-only): Remove obsolete comment about
6003 version control.
6004
6005 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
6006 for toggle-read-only. Note that this hasn't called vc-next-action
6007 since 2008-05-02, though it wasn't documented at the time.
6008
6009 * vc/ediff-init.el (ediff-toggle-read-only-function):
6010 Use toggle-read-only.
6011
6012 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
6013
6014 Fix bug #9560, sporadic wrong indentation; improve instrumentation
6015 of c-parse-state.
6016
6017 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
6018 correct faulty logical expression.
6019 (c-parse-state-state, c-record-parse-state-state):
6020 (c-replay-parse-state-state): New defvar/defuns.
6021 (c-debug-parse-state): Use new functions.
6022
6023 2011-10-22 Martin Rudalics <rudalics@gmx.at>
6024
6025 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
6026 last fix. Use window-in-direction correctly.
6027
6028 2011-10-21 Chong Yidong <cyd@gnu.org>
6029
6030 * progmodes/idlwave.el (idlwave-mode):
6031 * progmodes/vera-mode.el (vera-mode): No need to set
6032 require-final-newline; that's done in prog-mode.
6033 Suggested by Stefan Monnier.
6034
6035 2011-10-21 Martin Rudalics <rudalics@gmx.at>
6036
6037 * mouse.el (mouse-drag-window-above)
6038 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
6039 (mouse-drag-mode-line-1, mouse-drag-header-line)
6040 (mouse-drag-vertical-line-rightward-window): Remove.
6041 (mouse-drag-line): New function.
6042 (mouse-drag-mode-line, mouse-drag-header-line)
6043 (mouse-drag-vertical-line): Call mouse-drag-line.
6044 * window.el (window-at-side-p, windows-at-side): New functions.
6045
6046 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
6047
6048 * tar-mode.el (tar-grind-file-mode):
6049 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
6050
6051 2011-10-21 Chong Yidong <cyd@gnu.org>
6052
6053 * progmodes/idlwave.el (idlwave-mode):
6054 * progmodes/vera-mode.el (vera-mode):
6055 Use mode-require-final-newline.
6056
6057 2011-10-20 Glenn Morris <rgm@gnu.org>
6058
6059 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
6060
6061 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
6062
6063 * emulation/cua-base.el (cua-set-mark): Fix case of string.
6064
6065 2011-10-20 Chong Yidong <cyd@gnu.org>
6066
6067 * emulation/cua-base.el (cua-mode):
6068 * mail/footnote.el (footnote-mode):
6069 * mail/mailabbrev.el (mail-abbrevs-mode):
6070 * net/xesam.el (xesam-minor-mode):
6071 * progmodes/bug-reference.el (bug-reference-mode):
6072 * progmodes/cap-words.el (capitalized-words-mode):
6073 * progmodes/compile.el (compilation-minor-mode)
6074 (compilation-shell-minor-mode):
6075 * progmodes/gud.el (gud-tooltip-mode):
6076 * progmodes/hideif.el (hide-ifdef-mode):
6077 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6078 * progmodes/subword.el (subword-mode):
6079 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6080 * progmodes/which-func.el (which-function-mode):
6081 * term/tvi970.el (tvi970-set-keypad-mode):
6082 * term/vt100.el (vt100-wide-mode):
6083 * textmodes/flyspell.el (flyspell-mode):
6084 * textmodes/ispell.el (ispell-minor-mode):
6085 * textmodes/nroff-mode.el (nroff-electric-mode):
6086 * textmodes/paragraphs.el (use-hard-newlines):
6087 * textmodes/refill.el (refill-mode):
6088 * textmodes/reftex.el (reftex-mode):
6089 * textmodes/rst.el (rst-minor-mode):
6090 * textmodes/sgml-mode.el (html-autoview-mode)
6091 (sgml-electric-tag-pair-mode):
6092 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
6093 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
6094 * emulation/crisp.el (crisp-mode):
6095 * emacs-lisp/eldoc.el (eldoc-mode):
6096 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
6097 minor mode behavior.
6098
6099 2011-10-19 Juri Linkov <juri@jurta.org>
6100
6101 * descr-text.el (describe-char): Add #x2010 and #x2011 to
6102 the list of hard-coded chars with escape-glyph face.
6103
6104 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6105
6106 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
6107
6108 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
6109
6110 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
6111 running process.
6112
6113 2011-10-19 Glenn Morris <rgm@gnu.org>
6114
6115 * vc/vc-bzr.el (vc-bzr-after-dir-status):
6116 Ignore ignored files. (Bug#9726)
6117
6118 2011-10-19 Chong Yidong <cyd@gnu.org>
6119
6120 Doc fix for minor modes, stating that an omitted argument enables
6121 the mode unconditionally when called from Lisp.
6122
6123 * abbrev.el (abbrev-mode):
6124 * allout.el (allout-mode):
6125 * autoinsert.el (auto-insert-mode):
6126 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6127 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
6128 (global-auto-revert-mode):
6129 * battery.el (display-battery-mode):
6130 * composite.el (global-auto-composition-mode)
6131 (auto-composition-mode):
6132 * delsel.el (delete-selection-mode):
6133 * desktop.el (desktop-save-mode):
6134 * dired-x.el (dired-omit-mode):
6135 * dirtrack.el (dirtrack-mode):
6136 * doc-view.el (doc-view-minor-mode):
6137 * double.el (double-mode):
6138 * electric.el (electric-indent-mode, electric-pair-mode):
6139 * emacs-lock.el (emacs-lock-mode):
6140 * epa-hook.el (auto-encryption-mode):
6141 * follow.el (follow-mode):
6142 * font-core.el (font-lock-mode):
6143 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
6144 * help.el (temp-buffer-resize-mode):
6145 * hilit-chg.el (highlight-changes-mode)
6146 (highlight-changes-visible-mode):
6147 * hi-lock.el (hi-lock-mode):
6148 * hl-line.el (hl-line-mode, global-hl-line-mode):
6149 * icomplete.el (icomplete-mode):
6150 * ido.el (ido-everywhere):
6151 * image-file.el (auto-image-file-mode):
6152 * image-mode.el (image-minor-mode):
6153 * iswitchb.el (iswitchb-mode):
6154 * jka-cmpr-hook.el (auto-compression-mode):
6155 * linum.el (linum-mode):
6156 * longlines.el (longlines-mode):
6157 * master.el (master-mode):
6158 * mb-depth.el (minibuffer-depth-indicate-mode):
6159 * menu-bar.el (menu-bar-mode):
6160 * minibuf-eldef.el (minibuffer-electric-default-mode):
6161 * mouse-sel.el (mouse-sel-mode):
6162 * msb.el (msb-mode):
6163 * mwheel.el (mouse-wheel-mode):
6164 * outline.el (outline-minor-mode):
6165 * paren.el (show-paren-mode):
6166 * recentf.el (recentf-mode):
6167 * reveal.el (reveal-mode, global-reveal-mode):
6168 * rfn-eshadow.el (file-name-shadow-mode):
6169 * ruler-mode.el (ruler-mode):
6170 * savehist.el (savehist-mode):
6171 * scroll-all.el (scroll-all-mode):
6172 * scroll-bar.el (scroll-bar-mode):
6173 * server.el (server-mode):
6174 * shell.el (shell-dirtrack-mode):
6175 * simple.el (auto-fill-mode, transient-mark-mode)
6176 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
6177 (line-number-mode, column-number-mode, size-indication-mode)
6178 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
6179 * strokes.el (strokes-mode):
6180 * time.el (display-time-mode):
6181 * t-mouse.el (gpm-mouse-mode):
6182 * tool-bar.el (tool-bar-mode):
6183 * tooltip.el (tooltip-mode):
6184 * type-break.el (type-break-mode-line-message-mode)
6185 (type-break-query-mode):
6186 * view.el (view-mode):
6187 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6188 (global-whitespace-mode, global-whitespace-newline-mode):
6189 * xt-mouse.el (xterm-mouse-mode): Doc fix.
6190
6191 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6192 Fix autogenerated docstring.
6193
6194 2011-10-19 Juri Linkov <juri@jurta.org>
6195
6196 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
6197 by checking environment variables "DESKTOP_SESSION" and
6198 "XDG_CURRENT_DESKTOP". (Bug#9779)
6199
6200 2011-10-19 Juri Linkov <juri@jurta.org>
6201
6202 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
6203 (browse-url-chromium-program, browse-url-chromium-arguments):
6204 New defcustoms.
6205 (browse-url-default-browser): Check for `browse-url-chromium' and
6206 call `browse-url-chromium-program'.
6207 (browse-url-chromium): New command. (Bug#9779)
6208
6209 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
6210
6211 * facemenu.el (list-colors-duplicates): On Windows, detect more
6212 duplicates by assuming that only colors matching "^System" are
6213 special "system colors". (Bug#9722)
6214
6215 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6216
6217 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
6218 to distinguish the author from the committer.
6219
6220 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
6221
6222 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
6223
6224 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
6225
6226 * international/mule.el (sgml-html-meta-auto-coding-function):
6227 Add support for detecting encoding in HTML5 specified only as
6228 <meta charset="UTF-8">. Implementation just makes http-equiv and
6229 content-type parts from HTML4 encoding string optional. (Bug#9716)
6230
6231 2011-10-18 Glenn Morris <rgm@gnu.org>
6232
6233 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
6234
6235 2011-10-18 Chong Yidong <cyd@gnu.org>
6236
6237 * faces.el (cursor): Doc fix.
6238
6239 2011-10-17 Chong Yidong <cyd@gnu.org>
6240
6241 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
6242
6243 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
6244
6245 * dirtrack.el (dirtrack): Support shell buffers with path
6246 prefixes, e.g. tramp-based remote shells. (Bug#9647)
6247
6248 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
6249
6250 * json.el: Bump version to 1.3 and note change in History.
6251 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
6252
6253 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6254
6255 * comint.el (comint-insert-input, comint-send-input)
6256 (comint-get-old-input-default, comint-backward-matching-input)
6257 (comint-next-prompt): Use nil instead of `input' for field property of
6258 past user input (bug#114).
6259
6260 * minibuffer.el (completion--replace): Inherit surrounding properties
6261 (bug#114).
6262 (minibuffer-complete-and-exit): Use it.
6263
6264 * comint.el (comint--table-subvert): Quote the all-completions output
6265 (bug#9160).
6266
6267 2011-10-17 Martin Rudalics <rudalics@gmx.at>
6268
6269 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
6270
6271 * menu-bar.el (menu-bar-file-menu): Add entry for making new
6272 window on right of selected. (Bug#9350) Reword other window
6273 entries and separate them from frame entries.
6274
6275 2011-10-15 Glenn Morris <rgm@gnu.org>
6276
6277 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
6278 Doc fixes.
6279
6280 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
6281
6282 * net/network-stream.el (network-stream-open-starttls):
6283 Improve detection of failure due to lack of TLS support.
6284
6285 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
6286 putting the input text in front and in bold.
6287
6288 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6289
6290 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
6291
6292 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
6293 empty buffer.
6294
6295 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
6296 unread-command-events rather than pushing yet-another event.
6297
6298 2011-10-14 Eli Zaretskii <eliz@gnu.org>
6299
6300 * mail/sendmail.el (sendmail-query-once): Improve the wording of
6301 the explanation of the possible choices. Make the options passed
6302 to completing-read shorter.
6303
6304 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6305
6306 * textmodes/flyspell.el (flyspell-large-region): Make sure
6307 extended character mode is used if defined (Bug#1339).
6308
6309 2011-10-13 Eli Zaretskii <eliz@gnu.org>
6310
6311 * simple.el (what-cursor-position): Fix the display of the
6312 character info for LRE, LRO, RLE, and RLO characters by appending
6313 an invisible PDF.
6314
6315 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6316
6317 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
6318 even in case of error; add debug spec; simplify data flow.
6319 (with-timeout-handler): Remove.
6320
6321 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
6322
6323 Fix Bug#6019, Bug#9315.
6324
6325 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
6326 complete `buffer-file-name', the local file name part could look
6327 remotely (for example on VMS).
6328
6329 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
6330 `tramp-run-real-handler'.
6331 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
6332 already quoted by '"'.
6333
6334 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
6335 Let `file-name-handler-alist' be nil, the local file name part
6336 could look remotely (for example on VMS).
6337
6338 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6339
6340 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
6341 from here...
6342 (flyspell-post-command-hook): ...to here.
6343
6344 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6345
6346 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
6347 if not needed.
6348 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
6349 using completion. Protect against "slow" callers.
6350 Remove the "message hack".
6351
6352 2011-10-11 Juri Linkov <juri@jurta.org>
6353
6354 * isearch.el (isearch-lazy-highlight-word): New variable.
6355 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6356 Use it. (Bug#9727)
6357
6358 2011-10-11 Glenn Morris <rgm@gnu.org>
6359
6360 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
6361 like f90-previous-statement does.
6362
6363 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6364
6365 * eshell/eshell.el (eshell-command): History should be saved
6366 only in interactive use, to avoid error.
6367
6368 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6369
6370 * minibuffer.el (completion-file-name-table): Fix last change,
6371 i.e. ignore normal errors but not the other ones.
6372
6373 2011-10-10 Martin Rudalics <rudalics@gmx.at>
6374
6375 * window.el (special-display-buffer-names)
6376 (special-display-regexps): Remove some remnants of earlier
6377 changes from doc-strings.
6378 (quit-windows-on): New function.
6379
6380 * vc/vc.el (vc-revert, vc-rollback):
6381 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
6382 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
6383 (Bug#6183) (Bug#7074) (Bug#7447)
6384
6385 2011-10-09 Martin Rudalics <rudalics@gmx.at>
6386
6387 * window.el (frame-auto-hide-function): Add version tag.
6388 (Bug#9699)
6389
6390 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
6391
6392 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
6393 condition.
6394
6395 2011-10-09 Leo Liu <sdl.web@gmail.com>
6396
6397 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
6398 (Bug#9701)
6399
6400 2011-10-08 Glenn Morris <rgm@gnu.org>
6401
6402 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
6403 before the first code statement zero indent. (Bug#9690)
6404
6405 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
6406
6407 * simple.el (count-words-region): Always count in the region.
6408 Report the number of lines and characters too.
6409 (count-words): New command, which counts in the buffer if the
6410 region is inactive, as count-words-region used to.
6411 (count-words--message): New function. Handle plurals.
6412 (count-lines-region): Make it an alias for count-words-region.
6413
6414 * bindings.el (esc-map): Replace count-lines-region with
6415 count-words-region.
6416
6417 2011-10-08 Martin Rudalics <rudalics@gmx.at>
6418
6419 * window.el (window--delete): Delete dedicated frame
6420 unconditionally when argument KILL is non-nil. (Bug#9699)
6421 (switch-to-buffer): Fix doc-string typo.
6422
6423 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6424
6425 * eshell/eshell.el (eshell-command): Avoid using hooks.
6426
6427 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
6428
6429 * bindings.el ([M-left],[M-right]): Bind to left-word and
6430 right-word respectively.
6431
6432 2011-10-07 Glenn Morris <rgm@gnu.org>
6433
6434 * cus-start.el (debug-on-quit): Fix custom type.
6435
6436 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6437
6438 * subr.el (define-key-after): Clarify that the function is not
6439 useful for non-menu keymaps.
6440
6441 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
6442
6443 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6444
6445 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
6446 in current minibuffer (Fix bug with recursive minibuffers).
6447
6448 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
6449
6450 * progmodes/gdb-mi.el (gdb): Doc fix.
6451
6452 2011-10-05 Martin Rudalics <rudalics@gmx.at>
6453
6454 * window.el (frame-auto-hide-function): New option replacing
6455 frame-auto-delete. Suggested by Stefan Monnier.
6456 (window--delete): Call frame-auto-hide-function instead of
6457 investigating frame-auto-delete.
6458 (window-point-1, set-window-point-1): New functions.
6459 (window-in-direction, record-window-buffer, window-state-get-1)
6460 (display-buffer-record-window): Use window-point-1 instead of
6461 window-point.
6462 (set-window-buffer-start-and-point): Use set-window-point-1.
6463
6464 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6465
6466 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
6467
6468 2011-10-05 Glenn Morris <rgm@gnu.org>
6469
6470 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
6471 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
6472
6473 2011-10-05 Leo Liu <sdl.web@gmail.com>
6474
6475 * subr.el (read-char-choice): Fix argument to buffer-live-p which
6476 works with buffer object.
6477
6478 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6479
6480 * mpc.el (mpc-tool-bar-map): Add labels.
6481
6482 2011-10-04 Glenn Morris <rgm@gnu.org>
6483
6484 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6485
6486 2011-10-04 Martin Rudalics <rudalics@gmx.at>
6487
6488 * window.el (window--delete): New function.
6489 (frame-auto-delete): Resuscitate option.
6490 (bury-buffer, replace-buffer-in-windows)
6491 (quit-window): Rewrite using window--delete.
6492 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6493 Pass display-buffer-mark-dedicated to window--display-buffer-2
6494 (Bug#9639).
6495
6496 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6497
6498 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
6499 returns a list (bug#9554). Add remote file name completion.
6500 * comint.el (comint--table-subvert): Curry and get quote&unquote
6501 functions as arguments.
6502 (comint--complete-file-name-data): Adjust call accordingly.
6503 * pcomplete.el (pcomplete--table-subvert): Remove.
6504 (pcomplete-completions-at-point): Use comint--table-subvert instead.
6505
6506 * minibuffer.el (completion-table-case-fold): Use currying.
6507 (completion--styles-type, completion--cycling-threshold-type):
6508 New constants.
6509 (completion-styles, completion-category-overrides)
6510 (completion-cycle-threshold): Use them.
6511 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
6512 completion-table-case-fold.
6513
6514 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
6515
6516 * minibuffer.el (completion-category-overrides): Fix type of styles
6517 and add more user friendly tags (bug#9660).
6518
6519 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6520
6521 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
6522 (mule-input-method-string): New widget.
6523 (default-input-method, language-info-custom-alist): Use it.
6524
6525 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6526
6527 * pcomplete.el: Require comint.
6528 (pcomplete--common-suffix): Remove.
6529 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
6530 (pcomplete--table-subvert): Sync with comint--table-subvert.
6531 (pcomplete--entries): Use comint-completion-file-name-table.
6532 * comint.el (comint-unquote-filename): Simplify.
6533 (comint-completion-file-name-table): New function (bug#9616).
6534 (comint--complete-file-name-data): Use it.
6535
6536 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
6537 (pcmpl-gnu-tar-buffer): Remove.
6538 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
6539 around. Make sure pcomplete-suffix-list is only changed temporarily.
6540 Don't look inside the tar's file if it's too large.
6541
6542 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
6543
6544 * cus-edit.el (custom-mode-map):
6545 * epa.el (epa-key-list-mode-map):
6546 * man.el (Man-mode-map):
6547 * startup.el (splash-screen-keymap):
6548 * simple.el (special-mode-map): Use scroll-up-command and
6549 scroll-down-command.
6550
6551 * progmodes/idlw-help.el (idlwave-help-mode-map):
6552 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
6553 * net/newst-plainview.el (newsticker-mode-map):
6554 * emulation/ws-mode.el (wordstar-mode-map):
6555 * emulation/vi.el (vi-com-map):
6556 * calc/calc-graph.el (calc-graph-show-dumb):
6557 * term/sun.el (terminal-init-sun):
6558 * term/ns-win.el (global-map):
6559 * progmodes/grep.el (grep-mode-map):
6560 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
6561 * mail/rmail.el (rmail-mode-map):
6562 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
6563
6564 * custom.el (custom-safe-themes, load-theme): Treat value of t for
6565 custom-safe-themes as special.
6566
6567 2011-10-01 Julien Danjou <julien@danjou.info>
6568
6569 * notifications.el (notifications-notify): Fix docstring.
6570
6571 2011-10-01 Per Starbäck <per@starback.se>
6572
6573 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
6574
6575 2011-09-30 Martin Rudalics <rudalics@gmx.at>
6576
6577 * startup.el (command-line-1): Fix last fix by inserting
6578 initial-scratch-message into *scratch* before displaying it.
6579 (Bug#9605) and (Bug#9636)
6580
6581 2011-09-29 Eli Zaretskii <eliz@gnu.org>
6582
6583 * simple.el (line-move): If auto-hscroll-mode is disabled and the
6584 window is hscrolled, move by logical lines. (Bug#9607)
6585 (line-move-visual): Update the doc string to the above effect.
6586
6587 2011-09-29 Martin Rudalics <rudalics@gmx.at>
6588
6589 * window.el (display-buffer-record-window): When WINDOW is the
6590 selected window use `point' instead of `window-point'. (Bug#9626)
6591
6592 * startup.el (command-line-1): Use insert-before-markers when
6593 inserting initial-scratch-message. (Bug#9605)
6594
6595 * help.el (help-window): Remove variable.
6596
6597 2011-09-29 Glenn Morris <rgm@gnu.org>
6598
6599 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
6600
6601 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
6602
6603 * descr-text.el (describe-char-categories): Accept category
6604 descriptions more than one line long.
6605
6606 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6607
6608 * simple.el (delete-trailing-whitespace): Fix last change.
6609
6610 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6611 Don't confuse "y => 3" as the beginning of a `y' operation.
6612
6613 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
6614 object has more than 4 slots (bug#9613).
6615
6616 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
6617
6618 * subr.el (with-output-to-temp-buffer):
6619 * net/quickurl.el (quickurl, quickurl-browse-url):
6620 Fix typos in docstrings.
6621
6622 2011-09-27 Eli Zaretskii <eliz@gnu.org>
6623
6624 * minibuffer.el (completion-styles)
6625 (completion-category-overrides): Cross reference each other in doc
6626 strings.
6627
6628 2011-09-27 Glenn Morris <rgm@gnu.org>
6629
6630 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
6631 to split-string. (Bug#9606)
6632
6633 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6634
6635 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
6636 (bug#9615).
6637
6638 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
6639
6640 * emacs-lisp/package.el (list-packages): Fix echo area message.
6641
6642 2011-09-27 Leo Liu <sdl.web@gmail.com>
6643
6644 * ido.el (ido-read-internal): Accept cons cell HIST arg.
6645
6646 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
6647
6648 * net/dbus.el (dbus-unregister-object): Don't release services for
6649 registered signals. (Bug#9581)
6650
6651 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6652
6653 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
6654 function that picks between cfengine 2 and 3 support
6655 automatically. Update docs accordingly.
6656
6657 2011-09-22 Kenichi Handa <handa@m17n.org>
6658
6659 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
6660 ZERO.
6661 (indian-itrans-v5-table-for-tamil): New variable.
6662 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
6663
6664 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
6665
6666 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
6667 that's true if the current command involved collapsing of text.
6668 It's reset to false at the beginning of the next command.
6669 (allout-post-command-business): Move the cursor to the beginning
6670 of entry if the cursor is hidden and collapsing activity just
6671 happened.
6672
6673 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
6674
6675 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
6676 tracking (Bug#9541).
6677
6678 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
6679
6680 * net/newst-reader.el (newsticker-html-renderer)
6681 (newsticker-show-news): Automatically load html rendering package
6682 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
6683 because w3m-fill-column is let-bound" and the error "Symbol's value
6684 as variable is void: w3m-fill-column".
6685
6686 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
6687
6688 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
6689 Release services only if they are defined. (Bug#9581)
6690
6691 2011-09-23 Richard Stallman <rms@gnu.org>
6692
6693 * textmodes/paragraphs.el (forward-sentence): For backwards case,
6694 distinguish start of paragraph from start of its text.
6695
6696 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
6697
6698 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
6699 (rmail-generate-viewer-buffer): Put that hook on view buffer.
6700 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
6701
6702 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
6703
6704 * international/mule-diag.el (mule-diag): Insert a newline after
6705 each fontset description.
6706
6707 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6708
6709 * simple.el (delete-trailing-whitespace):
6710 Document last change; simplify.
6711
6712 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
6713
6714 * simple.el (delete-trailing-whitespace): Also delete
6715 extra newlines at the end of the buffer.
6716
6717 * textmodes/picture.el: Make motion commands obey shift-select-mode.
6718 (picture-newline): Use forward-line so as to ignore fields.
6719
6720 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6721
6722 * subr.el (with-wrapper-hook): Fix edebug spec.
6723
6724 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6725
6726 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
6727 (bug#4538).
6728
6729 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
6730
6731 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6732 Fix nasty bug using wrong cached values.
6733
6734 2011-09-23 Alan Mackenzie <acm@muc.de>
6735
6736 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
6737
6738 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
6739
6740 * window.el (pop-to-buffer): Ensure right window is selected if we
6741 chose another frame.
6742
6743 2011-09-22 Eli Zaretskii <eliz@gnu.org>
6744
6745 * simple.el (what-cursor-position): Use get-char-property-change
6746 and next-single-char-property-change, to be able to show display
6747 properties that come from overlays as well as text properties.
6748
6749 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
6750
6751 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
6752
6753 * cmuscheme.el (run-scheme, switch-to-scheme):
6754 * cus-edit.el (customize-group, custom-buffer-create)
6755 (customize-browse):
6756 * info.el (info):
6757 * shell.el (shell):
6758 * mail/sendmail.el (mail):
6759 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
6760
6761 2011-09-22 Richard Stallman <rms@gnu.org>
6762
6763 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
6764 move back only to line beg, don't move back over blank lines.
6765
6766 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
6767
6768 * files.el (copy-directory): Set directory attributes only in case
6769 they could be retrieved from the source directory. (Bug#9565)
6770
6771 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
6772
6773 * progmodes/hideshow.el (hs-looking-at-block-start-p)
6774 (hs-find-block-beginning, hs-hide-level-recursive):
6775 Ignore strings as well as comments. (Bug#9502)
6776
6777 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
6778
6779 * progmodes/sql.el (sql-comint-postgres):
6780 Convert port number to a string. (Bug#9566)
6781
6782 2011-09-22 Martin Rudalics <rudalics@gmx.at>
6783
6784 * window.el (quit-window): Undedicate window when switching to
6785 previous buffer. Reported by Thierry Volpiatto
6786 <thierry.volpiatto@gmail.com>.
6787 (special-display-popup-frame): When popping up a new frame reset
6788 its previous buffers to nil. Simplify code.
6789
6790 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
6791
6792 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
6793 and process filter, as done also in `shell-command'.
6794
6795 2011-09-21 Martin Rudalics <rudalics@gmx.at>
6796
6797 * window.el (set-window-buffer-start-and-point):
6798 Call set-window-start with NOFORCE argument t.
6799 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
6800 (quit-window): Reword doc-string. Handle new format of
6801 quit-restore parameter. Don't delete window if it has a
6802 previous buffer we can show instead of the present one.
6803 (display-buffer-record-window): Rewrite using a new format for
6804 the quit-restore window parameter
6805 (special-display-popup-frame, display-buffer-same-window)
6806 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6807 (display-buffer-pop-up-window, display-buffer-use-some-window):
6808 Adapt symbol passed to display-buffer-record-window.
6809 * help.el (help-window-setup): Handle new format of quit-restore
6810 parameter.
6811
6812 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6813
6814 * faces.el (face-list): Fix docstring (bug#9564).
6815
6816 * window.el (display-buffer--action-function-custom-type):
6817 Don't include internal functions in the Custom interface.
6818
6819 2011-09-20 Juri Linkov <juri@jurta.org>
6820
6821 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6822 (Info-forward-node, Info-backward-node, Info-next-preorder)
6823 (Info-last-preorder): Use it. (Bug#9528)
6824
6825 2011-09-20 Juri Linkov <juri@jurta.org>
6826
6827 * info.el (Info-last-preorder): Visit last menu item only when
6828 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6829
6830 2011-09-20 Julien Danjou <julien@danjou.info>
6831
6832 * password-cache.el (password-cache-remove): Remove entries even if the
6833 value is nil, so that password with a nil value (negative caching) is
6834 possible to invalidate.
6835
6836 2011-09-20 Lawrence Mitchell <wence@gmx.li>
6837
6838 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6839 all whitespace around breakpoint. (Bug#9553)
6840 (f90-find-breakpoint): Only break at whitespace inside a comment.
6841
6842 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6843
6844 * minibuffer.el (completion-file-name-table): Keep track of errors.
6845 (completion-table-with-predicate): Handle the case where pred1 is nil.
6846 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6847
6848 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6849
6850 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6851 (debugger-return-value): Signal an error if the debugging context does
6852 not await any return value.
6853
6854 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6855 * image-mode.el (image-toggle-display-text)
6856 (image-toggle-display-image): Stay away from evil `intangible'.
6857
6858 2011-09-19 Leo Liu <sdl.web@gmail.com>
6859
6860 * replace.el (occur-revert-arguments): Make it permanent-local.
6861 (occur-mode): Don't call font-lock-defontify.
6862
6863 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
6864
6865 * net/ldap.el (ldap-search-internal): Don't push empty search
6866 result (Bug#9508).
6867
6868 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6871
6872 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
6873
6874 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6875 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6876
6877 2011-09-18 Juri Linkov <juri@jurta.org>
6878
6879 * buff-menu.el (Buffer-menu-mode-map):
6880 * dired.el (dired-mode-map):
6881 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6882 (lisp-interaction-mode-map):
6883 * emacs-lisp/package.el (package-menu-mode-map):
6884 * epa.el (epa-key-list-mode-map):
6885 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6886 (menu-bar-options-menu):
6887 * outline.el (outline-mode-menu-bar-map):
6888 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6889 * vc/vc-dir.el (vc-dir-menu-map):
6890 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6891 Capitalize non-function content words in menu item strings.
6892
6893 * dired.el (dired-mode-map): Add menu item for
6894 `image-dired-dired-toggle-marked-thumbs'.
6895
6896 2011-09-18 Juri Linkov <juri@jurta.org>
6897
6898 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6899 to `isearch-case-fold-search' and restore its original value
6900 after the `isearch-mode' call.
6901
6902 2011-09-18 Juri Linkov <juri@jurta.org>
6903
6904 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6905 because `zgrep' returns 1 for successful matches (bug#9226).
6906
6907 2011-09-18 Juri Linkov <juri@jurta.org>
6908
6909 * info.el (Info-extract-menu-node-name): Check the second match
6910 for empty string (second test-case of bug#9528).
6911 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6912 intermediate nodes to the history (first test-case of bug#9528).
6913
6914 2011-09-18 Juri Linkov <juri@jurta.org>
6915
6916 * info.el (Info-mode-syntax-table): New variable.
6917 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
6918
6919 2011-09-18 Juri Linkov <juri@jurta.org>
6920
6921 * info.el (Info-file-supports-index-cookies):
6922 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6923 outputs one more line for long file names (bug#4142).
6924
6925 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
6926
6927 * newcomment.el (comment-normalize-vars): If prompting for
6928 comment-start, set comment-start-skip too (Bug#8424).
6929
6930 2011-09-18 Johan Bockgård <bojohan@gnu.org>
6931
6932 * icomplete.el: Fix previous fix of Bug#5849.
6933 (icomplete-mode): Don't set completion-show-inline-help.
6934 (icomplete-minibuffer-setup): Set completion-show-inline-help
6935 locally during icompletion.
6936
6937 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
6938
6939 * woman.el (woman2-process-escapes): Don't delete unrecognized
6940 escapes (Bug#7843).
6941
6942 * files.el (inhibit-first-line-modes-regexps): Add image files.
6943 (hack-local-variables-prop-line): Return nil for malformed
6944 prop-lines (Bug#9044).
6945
6946 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
6947
6948 * net/tramp.el (top): Don't require 'shell.
6949 (tramp-methods): Fix docstring.
6950 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
6951 Return complete remote file name. Handle "smb" case.
6952 Use `tramp-tmpdir', if defined for the respective method.
6953 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6954
6955 * net/tramp-compat.el (top): Require 'shell.
6956
6957 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6958 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6959 `tramp-current-host'.
6960 (tramp-get-remote-tmpdir): Remove.
6961
6962 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6963 `tramp-tmpdir' entries.
6964 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6965 (tramp-smb-handle-file-attributes): Ignore errors.
6966 (tramp-smb-wait-for-output): Check also for process end.
6967
6968 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6969
6970 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6971 when sending QUIT (bug#9312).
6972
6973 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
6974
6975 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6976 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6977 occur-mode-display-occurrence.
6978 (occur-edit-mode): Add usage message.
6979 (occur-cease-edit): New command.
6980 (occur-after-change-function): Use text properties to find the
6981 position of the prefix text.
6982 (occur-engine): Set stickiness of prefix text properties.
6983
6984 2011-09-17 Glenn Morris <rgm@gnu.org>
6985
6986 * progmodes/etags.el (complete-tag):
6987 Fix call to completion-in-region. (Bug#9526)
6988
6989 2011-09-17 Juri Linkov <juri@jurta.org>
6990
6991 * textmodes/ispell.el (ispell-word): Add to the error message
6992 the word, ispell program name and current dictionary (bug#9121).
6993 (ispell-tex-arg-end): Capitalize "error" in the error message.
6994
6995 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6996
6997 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6998 check. (Bug#4251)
6999
7000 2011-09-17 Juri Linkov <juri@jurta.org>
7001
7002 * window.el (window-safe-min-height, window-safe-min-width):
7003 Fix typos (followup to bug#9522).
7004
7005 2011-09-17 Sven Joachim <svenjoac@gmx.de>
7006
7007 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
7008
7009 2011-09-16 Eli Zaretskii <eliz@gnu.org>
7010
7011 * simple.el (line-move): If goal-column is set, move by logical
7012 lines, not by display lines. (Bug#971)
7013 (next-line, previous-line, goal-column, line-move-visual): Doc fix
7014 to reflect the above change.
7015
7016 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7017
7018 * image.el (imagemagick-register-types): Use regexp-opt.
7019
7020 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
7021
7022 * window.el (display-buffer-base-action): Rename from
7023 display-buffer-default-action. Make default value empty.
7024 (display-buffer-overriding-action): Convert to defvar.
7025 (display-buffer-fallback-action): New var.
7026
7027 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
7028
7029 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
7030 declaration.
7031 (package--add-to-archive-contents): If there is a duplicate entry
7032 with an older version, remove it.
7033 (package-menu-mark-delete, package-menu-mark-install)
7034 (package-menu-mark-unmark): Make unused args optional.
7035 (package-menu-mark-obsolete-for-deletion):
7036 Use package-menu-get-status instead of a regexp search.
7037 (package-menu-get-status): Use tabulated-list-entry.
7038 (package-menu-mark-upgrades): New command.
7039 (package-menu-mode-map): Bind it to U. Add it to menu bar.
7040 (package-menu-execute): Do installation before deletion.
7041 (package-menu-refresh, package-menu-execute): Use derived-mode-p
7042 instead of checking major-mode.
7043 (package-menu--find-upgrades): New function.
7044
7045 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7046
7047 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
7048 passwords in the log buffer.
7049 (smtpmail-process-filter): Update the process marker so that the
7050 "broken by peer" status message is inserted in the right place.
7051
7052 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
7055 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
7056 bibtex-completion-at-point-function.
7057 (bibtex-completion-at-point-function): Use them.
7058
7059 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
7060
7061 * mpc.el (mpc-constraints-tag-lookup): New function.
7062 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
7063 also to browser "album|playlist".
7064
7065 2011-09-14 Juri Linkov <juri@jurta.org>
7066
7067 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
7068 (isearch-edit-string): Use length of `isearch-string' when
7069 `isearch-fail-pos' returns nil.
7070 (isearch-message): Remove duplicate code and call
7071 `isearch-fail-pos' with arg `t'.
7072
7073 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
7074
7075 * replace.el (occur-mode-goto-occurrence): Don't force using other
7076 window (Bug#9499).
7077
7078 * dired-aux.el (dired-do-chmod): Don't provide initial input.
7079
7080 2011-09-14 Martin Rudalics <rudalics@gmx.at>
7081
7082 * window.el (display-buffer-window): Remove.
7083 (display-buffer-record-window): Use help-setup window parameter
7084 instead of variable display-buffer-window.
7085 (display-buffer-function, special-display-buffer-names)
7086 (special-display-function): Mention help-setup parameter instead
7087 of display-buffer-window in doc-string.
7088 * help.el (help-window-setup): New argument help-window.
7089 Use help-window-setup parameter instead of display-buffer-window.
7090 Reword some messages.
7091 (with-help-window): Pass window used for displaying the buffer
7092 to help-window-setup. Don't set display-buffer-window.
7093
7094 2011-09-13 Glenn Morris <rgm@gnu.org>
7095
7096 * emacs-lisp/debug.el (debugger-make-xrefs):
7097 Preserve point. (Bug#9462)
7098
7099 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
7100
7101 * window.el (window-deletable-p): Use next-frame.
7102
7103 2011-09-13 Martin Rudalics <rudalics@gmx.at>
7104
7105 * window.el (window-auto-delete): Remove.
7106 (window-deletable-p): Remove argument FORCE. Don't deal with
7107 dedication and previous buffers.
7108 (switch-to-prev-buffer): Don't delete window.
7109 (delete-windows-on): Delete a window's frame if and only if the
7110 window is dedicated.
7111 (replace-buffer-in-windows): Delete buffer's window or frame if
7112 and only if window is dedicated.
7113 (quit-window): Handle quit-restore as before last change.
7114 (bury-buffer): Delete window only if window-deletable-p returns t.
7115
7116 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
7117
7118 * window.el (window-deletable-p): Never delete the last frame on a
7119 given terminal.
7120
7121 2011-09-13 Glenn Morris <rgm@gnu.org>
7122
7123 * help.el (describe-key-briefly): Copy previous standard-output change.
7124
7125 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
7126
7127 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
7128
7129 2011-09-13 Glenn Morris <rgm@gnu.org>
7130
7131 * emacs-lisp/lisp-mode.el (lisp-indent-function):
7132 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
7133
7134 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
7135
7136 * dired-aux.el (dired-mark-read-string): Don't return default
7137 value on empty input (Bug#9361).
7138 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
7139 Omit initial minibuffer contents.
7140 (dired-do-chmod): Signal an error on empty input.
7141 (dired-mark-read-string): Don't return default on empty input.
7142
7143 * files.el (file-modes-symbolic-to-number): Doc fix.
7144
7145 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7146
7147 * international/mule-cmds.el (ucs-completions): Remove.
7148 (read-char-by-name): Use complete-with-action instead; add metadata.
7149
7150 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
7151
7152 * window.el (display-buffer--action-function-custom-type)
7153 (display-buffer--action-custom-type): New vars.
7154 (display-buffer-alist, display-buffer-default-action)
7155 (display-buffer-overriding-action): Add defcustom types.
7156
7157 * frame.el (delete-other-frames): Doc fix (Bug#276).
7158
7159 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7160
7161 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
7162
7163 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
7164
7165 Change modes that used same-window-* vars to use switch-to-buffer.
7166
7167 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
7168 Use switch-to-buffer.
7169
7170 * cus-edit.el (customize-group, custom-buffer-create)
7171 (customize-browse, custom-buffer-create-other-window):
7172 Use switch-to-buffer or switch-to-buffer-other-window.
7173
7174 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
7175 (Info-prev, Info-up, Info-speedbar-goto-node)
7176 (info-display-manual): Use switch-to-buffer.
7177 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
7178
7179 * mail/sendmail.el (mail): Use switch-to-buffer.
7180 (mail-recover): Use switch-to-buffer-other-window.
7181
7182 * cmuscheme.el (run-scheme, switch-to-scheme):
7183 * ielm.el (ielm):
7184 * shell.el (shell):
7185 * net/rlogin.el (rlogin):
7186 * net/telnet.el (telnet, rsh):
7187 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
7188
7189 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
7190
7191 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
7192
7193 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7194
7195 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
7196 so don't mention it (bug#9301).
7197 (dired-sort-toggle-or-edit): Clarify string further.
7198
7199 * faces.el (face-spec-set-match-display): Make `(type graphic)'
7200 match `x', `w32' and `ns', like the manual says (bug#9029).
7201
7202 * subr.el (eval-after-load): Doc string clarification (bug#9125).
7203 (process-kill-buffer-query-function): Mention the buffer name in
7204 the query.
7205
7206 * image-mode.el (image-next-line): The line parameter is mandatory
7207 (bug#9258).
7208
7209 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
7210 which can be useful (bug#9301).
7211
7212 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
7213
7214 * subr.el (match-string): Mention that the current buffer should
7215 be the same as the search was done in (bug#9282).
7216
7217 * facemenu.el: Disable the remove-* commands if the mark isn't
7218 active (bug#9162).
7219
7220 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
7221
7222 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
7223 of display-buffer.
7224 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
7225
7226 * replace.el (occur-mode-goto-occurrence)
7227 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
7228 and display-buffer.
7229
7230 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
7231 display-buffer.
7232
7233 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
7234 special-display and same-window variables.
7235 (mail-other-window): Use switch-to-buffer-other-window.
7236 (mail-other-frame): USe switch-to-buffer-other-frame.
7237
7238 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
7239 Use display-buffer-other-frame.
7240 (gdb-display-gdb-buffer): Use pop-to-buffer.
7241
7242 * progmodes/gud.el (gud-goto-info): Use info-other-window.
7243
7244 * progmodes/python.el: Don't set same-window-buffer-names.
7245
7246 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
7247
7248 * window.el (display-buffer-alist): Add *Python*.
7249
7250 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
7251
7252 * window.el (display-buffer-alist): Add entry for buffers
7253 previously handled same-window-*.
7254 (display-buffer-alist, display-buffer-default-action)
7255 (display-buffer-overriding-action): Mark as risky.
7256 (display-buffer-alist): Document action function changes.
7257 (display-buffer--same-window-action)
7258 (display-buffer--other-frame-action): New variables.
7259 (switch-to-buffer, display-buffer-other-frame): Use them.
7260 (display-buffer): Rename reuse-frame entry to reusable-frames.
7261 (display-buffer-reuse-selected-window): Function deleted.
7262 (display-buffer-reuse-window): Handle reusable-frames alist entry.
7263 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
7264 (display-buffer-special): New function.
7265 (display-buffer--maybe-pop-up-frame-or-window): Rename from
7266 display-buffer-reuse-or-pop-window. Split off special-display
7267 part into display-buffer-special.
7268 (display-buffer-use-some-window): Don't perform any special
7269 pop-up-frames handling.
7270 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
7271 (display-buffer--maybe-same-window): Rename from
7272 display-buffer-maybe-same-window.
7273
7274 * info.el: Don't set same-window-regexps.
7275 (info-setup): New function.
7276 (info-other-window, info): Call it.
7277
7278 * cus-edit.el: Don't set same-window-regexps.
7279 (customize-group): New argument.
7280 (customize-group-other-window): Use it.
7281 (customize-face, customize-face-other-window): Likewise.
7282 (custom-buffer-create-other-window): Use pop-to-buffer directly.
7283
7284 * net/rlogin.el:
7285 * net/telnet.el:
7286 * progmodes/gud.el: Don't set same-window-regexps.
7287
7288 * cmuscheme.el:
7289 * ielm.el:
7290 * shell.el:
7291 * mail/sendmail.el:
7292 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
7293
7294 2011-09-10 Juri Linkov <juri@jurta.org>
7295
7296 * isearch.el (isearch-edit-string): Remove obsolete mention of
7297 `C-w' (`isearch-yank-word-or-char') from docstring.
7298 (isearch-query-replace): Fix typo in docstring (bug#9466).
7299
7300 2011-09-10 Juri Linkov <juri@jurta.org>
7301
7302 * paren.el (show-paren-function): Don't show escaped parens.
7303 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
7304
7305 2011-09-10 Eli Zaretskii <eliz@gnu.org>
7306
7307 * mail/sendmail.el (mml-to-mime, mml-attach-file)
7308 (mm-default-file-encoding): Remove autoload forms, they are
7309 replaced with autoload cookies in mml.el and mm-encode.el.
7310 (mail-add-attachment): New command.
7311 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
7312 (mail-mode): Mention mail-insert-file and mail-add-attachment in
7313 the doc string.
7314 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
7315
7316 2011-09-10 Reuben Thomas <rrt@sc3d.org>
7317
7318 * simple.el (count-words-region): Use buffer if there's no region
7319 (bug#9429).
7320
7321 2011-09-09 Juri Linkov <juri@jurta.org>
7322
7323 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
7324 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
7325 (wdired-isearch-filter-read-only): New function. (Bug#6362)
7326
7327 2011-09-09 Alan Mackenzie <acm@muc.de>
7328
7329 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
7330 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
7331
7332 2011-09-09 Eli Zaretskii <eliz@gnu.org>
7333
7334 Fix for Savannah bug#9392.
7335 * simple.el (mail-encode-mml): New defvar.
7336
7337 * mail/rmail.el (mail-encode-mml): Add a defvar.
7338 (rmail-enable-mime-composing): Default to t.
7339 (rmail-forward): Use MIME method of forwarding only if both
7340 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
7341 Set mail-encode-mml non-nil if the MIME method was used.
7342
7343 * mail/sendmail.el (mml-to-mime): Add autoload form.
7344 (mail-encode-mml): Add a defvar.
7345 (mail-mode): Make mail-encode-mml buffer-local and initialize it
7346 to nil.
7347 (mail-send): If mail-encode-mml is non-nil, run the outgoing
7348 message through mml-to-mime, and reset mail-encode-mml to nil.
7349
7350 2011-09-09 Glenn Morris <rgm@gnu.org>
7351
7352 * woman.el (woman-if-body): When processing an .el block,
7353 do not delete the next .el block as well. (Bug#9447)
7354 (woman-special-characters): Add oq, cq, and hy characters.
7355
7356 2011-09-08 Martin Rudalics <rudalics@gmx.at>
7357
7358 * window.el (window-deletable-p): Make sure window is live before
7359 invoking window-prev-buffers.
7360
7361 2011-09-08 Leo Liu <sdl.web@gmail.com>
7362
7363 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
7364
7365 2011-09-08 Juri Linkov <juri@jurta.org>
7366
7367 * progmodes/compile.el (compilation-environment): Make it
7368 a defcustom (bug#8340).
7369
7370 2011-09-08 Martin Rudalics <rudalics@gmx.at>
7371
7372 * window.el (frame-auto-delete): Rename to window-auto-delete.
7373 Make it control auto-deletion of windows and/or frames.
7374 (window-deletable-p): New argument FORCE. Rewrite conditions
7375 for deleting window/frame. (Bug#9419)
7376 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
7377 Rewrite handling of case when window/frame can be deleted.
7378 (delete-windows-on): Call window-deletable-p with new FORCE
7379 argument t. (Bug#9456)
7380
7381 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
7382
7383 * help-mode.el (help-mode): Restore autoload.
7384
7385 2011-09-07 Juri Linkov <juri@jurta.org>
7386
7387 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
7388 `compilation-environment'. Set buffer-local
7389 `compilation-environment' to `thisenv' later after (funcall mode).
7390 (Bug#8340)
7391
7392 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
7393 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
7394 instead of replacing its value. (Bug#8340)
7395
7396 2011-09-07 Juri Linkov <juri@jurta.org>
7397
7398 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
7399 based on text properties put by `grep-filter' instead of matching
7400 escape sequences.
7401 (grep-mode): Set buffer-local `compilation-error-screen-columns'
7402 to the value of `grep-error-screen-columns' (bug#9438).
7403
7404 2011-09-07 Juri Linkov <juri@jurta.org>
7405
7406 * simple.el (next-error-highlight, next-error-highlight-no-select):
7407 Doc fix (bug#9432).
7408
7409 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7410
7411 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7412 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
7413
7414 2011-09-07 Leo Liu <sdl.web@gmail.com>
7415
7416 * net/rcirc.el (rcirc-mode): Conditionally initialize
7417 rcirc-input-ring.
7418
7419 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7420
7421 * emacs-lisp/find-func.el (find-function-C-source): Only set
7422 find-function-C-source-directory after checking that we found a source
7423 file there (bug#9440).
7424
7425 2011-09-06 Alan Mackenzie <acm@muc.de>
7426
7427 * isearch.el (isearch-other-meta-char): Wherever a key list is
7428 unread, "unread" the prefix arg, too. This fixes bug #8901.
7429
7430 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7431
7432 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
7433
7434 2011-09-05 Juri Linkov <juri@jurta.org>
7435
7436 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
7437
7438 2011-09-05 Juri Linkov <juri@jurta.org>
7439
7440 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
7441 keeping point where processing of grep matches begins, and
7442 continue to delete remaining escape sequences from the same point.
7443 (grep-filter): Make leading zero optional in "0?1;31m" because
7444 git-grep emits "\033[1;31m" escape sequences unlike expected
7445 "\033[01;31m" as GNU Grep does (bug#9408).
7446 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
7447
7448 2011-09-05 Juri Linkov <juri@jurta.org>
7449
7450 * subr.el (y-or-n-p): Capitalize "yes".
7451
7452 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
7453
7454 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
7455 `tramp-cache-unload-hook' where appropriate.
7456 (tramp-methods): Rename `tramp-remote-sh' to
7457 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
7458 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
7459
7460 * net/tramp-sh.el (top): Don't require 'shell.
7461 (tramp-methods): Add `tramp-remote-shell' and
7462 `tramp-remote-shell-args' entries.
7463 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
7464 (tramp-sh-handle-shell-command): Remove.
7465 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7466 Use `tramp-remote-shell'.
7467
7468 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
7469
7470 * mail/sendmail.el (sendmail-query-once-function): Delete.
7471 (sendmail-query-once): Save directly to send-mail-function.
7472 Update message-send-mail-function too.
7473
7474 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
7475
7476 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7477
7478 * progmodes/python.el (python-mode-map): Use correct function to
7479 start python interpreter from menu-bar (as reported by Geert
7480 Kloosterman).
7481 (inferior-python-mode-map): Fix typo.
7482 (python-shell-map): Remove.
7483
7484 2011-09-03 Deniz Dogan <deniz@dogan.se>
7485
7486 * net/rcirc.el (rcirc-print): Simplify code for
7487 rcirc-scroll-show-maximum-output. There is no need to walk
7488 through all windows to find the right one.
7489
7490 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7491
7492 * help.el (help-return-method): Doc fix.
7493
7494 2011-09-03 Martin Rudalics <rudalics@gmx.at>
7495
7496 * window.el (window-deletable-p): Don't return a non-nil value
7497 when there's a buffer that was shown in the window before.
7498 (Bug#9419)
7499 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7500 Set window's previous buffers to nil.
7501
7502 2011-09-03 Eli Zaretskii <eliz@gnu.org>
7503
7504 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
7505 newline before and after the tag line, so it doesn't interfere
7506 with determining the paragraph direction of bidirectional text.
7507
7508 2011-09-03 Leo Liu <sdl.web@gmail.com>
7509
7510 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
7511
7512 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
7513
7514 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
7515 (pop-to-buffer): Change interactive spec. Pass second argument
7516 directly to display-buffer.
7517 (display-buffer): Fix interactive spec. Use functionp to
7518 distinguish between a function and a list of functions.
7519
7520 * abbrev.el (edit-abbrevs):
7521 * arc-mode.el (archive-extract):
7522 * autoinsert.el (auto-insert):
7523 * bookmark.el (bookmark-bmenu-list):
7524 * files.el (find-file):
7525 * view.el (view-buffer):
7526 * progmodes/compile.el (compilation-goto-locus):
7527 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
7528
7529 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
7530
7531 * window.el (display-buffer-alist): Doc fix.
7532 (display-buffer): Add docstring. Don't treat
7533 display-buffer-default specially.
7534 (display-buffer-reuse-selected-window)
7535 (display-buffer-same-window, display-buffer-maybe-same-window)
7536 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7537 (display-buffer-pop-up-window)
7538 (display-buffer-reuse-or-pop-window)
7539 (display-buffer-use-some-window): New functions.
7540 (display-buffer-default-action): Use them.
7541 (display-buffer-default): Delete.
7542 (pop-to-buffer-1): Fix choice of actions.
7543
7544 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7545
7546 * minibuffer.el (completion--insert-strings): Don't get confused by
7547 completion entries that end with an LF char.
7548
7549 2011-09-01 Eli Zaretskii <eliz@gnu.org>
7550
7551 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
7552
7553 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
7554
7555 * window.el (display-buffer): Restore interactive spec.
7556 (display-buffer-same-window, display-buffer-other-window):
7557 New functions.
7558 (pop-to-buffer-1): New function. Use the above.
7559 (pop-to-buffer, pop-to-buffer-same-window): Use it.
7560 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
7561
7562 * view.el (view-buffer-other-window, view-buffer-other-frame):
7563 Just use pop-to-buffer.
7564
7565 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7566
7567 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
7568
7569 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
7570
7571 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
7572
7573 2011-08-31 Richard Stallman <rms@gnu.org>
7574
7575 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
7576 of the separation of rmail-view-buffer from rmail-buffer.
7577 If you say no to "replace original", the decrypt is in the
7578 view buffer. If you say yes, the decrypt goes into the
7579 rmail buffer also.
7580
7581 2011-08-31 Martin Rudalics <rudalics@gmx.at>
7582
7583 * window.el (display-buffer-window): Rewrite doc-string.
7584 (display-buffer-record-window): New function.
7585 (display-buffer-macro-specifiers)
7586 (display-buffer-even-window-sizes, display-buffer-set-height)
7587 (display-buffer-set-width, display-buffer-in-window)
7588 (display-buffer-reuse-window, display-buffer-split-specifiers)
7589 (display-buffer-side-specifiers, display-buffer-split-window-1)
7590 (display-buffer-split-window, display-buffer-split-atom-window)
7591 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7592 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
7593 (display-buffer-other-window-means-other-frame)
7594 (display-buffer-normalize-special)
7595 (display-buffer-normalize-default)
7596 (display-buffer-normalize-argument)
7597 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
7598 (display-buffer-normalize-specifiers, display-buffer-frame)
7599 (display-buffer-same-window, display-buffer-same-frame)
7600 (display-buffer-other-window)
7601 (display-buffer-same-frame-other-window)
7602 (display-buffer-other-frame, pop-to-buffer-same-window)
7603 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
7604 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
7605 (switch-to-buffer-same-frame)
7606 (switch-to-buffer-other-window-same-frame)
7607 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
7608 (display-buffer-alist-set-1, display-buffer-alist-set-2)
7609 (display-buffer-alist-set): Remove.
7610 (display-buffer-function, special-display-buffer-names)
7611 (special-display-regexps, special-display-function):
7612 In doc-string refer to display-buffer-window and quit-restore
7613 parameter.
7614 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
7615 (special-display-frame-alist, special-display-popup-frame)
7616 (same-window-buffer-names, same-window-regexps, same-window-p)
7617 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7618 (split-window-preferred-function, split-height-threshold)
7619 (split-width-threshold, window-splittable-p)
7620 (split-window-sensibly, window--try-to-split-window)
7621 (window--frame-usable-p, even-window-heights)
7622 (window--even-window-heights, window--display-buffer-1)
7623 (window--display-buffer-2, display-buffer-other-frame):
7624 Restore old Emacs 23 code, order and doc-strings where applicable.
7625 (display-buffer-default, display-buffer-assq-regexp): New functions.
7626 (display-buffer-alist): Rewrite doc-string.
7627 (display-buffer-default-action)
7628 (display-buffer-overriding-action): New variables.
7629 (display-buffer, switch-to-buffer): Rewrite.
7630 (pop-to-buffer): Restore Emacs 23 behavior but use
7631 window-normalize-buffer-to-display.
7632 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7633 Restore Emacs 23 behavior but use
7634 window-normalize-buffer-to-switch-to.
7635 (pop-to-buffer-same-window): Rewrite.
7636 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
7637 Rewrite using Emacs 23 options.
7638
7639 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
7640
7641 * net/tramp.el (tramp-root-regexp): Remove.
7642 (tramp-completion-file-name-regexp-unified)
7643 (tramp-completion-file-name-regexp-separate)
7644 (tramp-completion-file-name-regexp-url): Don't use leading volume
7645 letter on win32 systems. (Bug#5303, Bug#9311)
7646 (tramp-drop-volume-letter): Simplify definition.
7647 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7648
7649 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7650
7651 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
7652 (bug#9356).
7653
7654 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
7655
7656 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
7657
7658 2011-08-29 Juri Linkov <juri@jurta.org>
7659
7660 * isearch.el (isearch-done): Don't display message "Mark saved"
7661 when arg `edit' is non-nil to prevent its flicker in the echo area.
7662
7663 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
7664
7665 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
7666 obsolete packages for deletion.
7667
7668 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
7669
7670 * help-mode.el (help-mode-map): Add special-mode-map to parent.
7671 (help-mode): Derive help-mode from special-mode. Don't invoke
7672 view-mode from help-mode.
7673 (help-xref-override-view-map): Remove.
7674 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
7675 view-mode is not used anymore.
7676
7677 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
7678
7679 * server.el (server-port): Doc fix.
7680
7681 * cus-theme.el (custom-theme-choose-mode): Inherit from
7682 special-mode (Bug#9124).
7683 (custom-theme-choose-mode-map): Add special-mode to parent.
7684
7685 2011-08-28 Alan Mackenzie <acm@muc.de>
7686
7687 * progmodes/cc-fonts.el
7688 (c-make-font-lock-BO-decl-search-function): New function.
7689 (c-basic-matchers-after - "Fontify the clauses after various
7690 keywords"): Extract the three keyword lists for the 3 erroneous
7691 constructs from the list of four, and use the new function above
7692 in place of an old one.
7693
7694 2011-08-28 Deniz Dogan <deniz@dogan.se>
7695
7696 * net/rcirc.el (rcirc-insert-prev-input)
7697 (rcirc-insert-next-input): Remove unused argument.
7698
7699 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
7702
7703 2011-08-27 Alan Mackenzie <acm@muc.de>
7704
7705 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
7706 handle function pointer parameters properly.
7707
7708 2011-08-27 Martin Rudalics <rudalics@gmx.at>
7709
7710 * window.el (display-buffer-reuse-window): Fix case where
7711 selected window was reused with non-nil OTHER-WINDOW argument.
7712 (Bug#9381)
7713
7714 2011-08-27 Deniz Dogan <deniz@dogan.se>
7715
7716 * net/rcirc.el (rcirc-check-auth-status): Adding support for
7717 oftc's NickServ messages.
7718
7719 2011-08-27 Glenn Morris <rgm@gnu.org>
7720
7721 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
7722
7723 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
7724
7725 * emacs-lisp/package.el (package-install): Call package-initialize
7726 if called interactively.
7727
7728 2011-08-26 Leo Liu <sdl.web@gmail.com>
7729
7730 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
7731
7732 2011-08-25 Juri Linkov <juri@jurta.org>
7733
7734 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7735 `search-whitespace-regexp' (bug#9364).
7736
7737 2011-08-25 Juri Linkov <juri@jurta.org>
7738
7739 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
7740 `regexp-search-ring' to their global values to protect from
7741 updating by `read-from-minibuffer' (bug#9185).
7742
7743 2011-08-25 Juri Linkov <juri@jurta.org>
7744
7745 * textmodes/ispell.el (ispell-command-loop): Add newline
7746 at the end of the "Use option `i'..." line.
7747
7748 2011-08-25 Juri Linkov <juri@jurta.org>
7749
7750 * battery.el (display-battery-mode): If `battery-status-function'
7751 or `battery-mode-line-format' is nil, display the message and set
7752 `display-battery-mode' to nil (bug#9363).
7753
7754 2011-08-25 Eli Zaretskii <eliz@gnu.org>
7755
7756 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
7757 bidi-string-mark-left-to-right; they are unnecessary now.
7758
7759 2011-08-25 Deniz Dogan <deniz@dogan.se>
7760
7761 * net/quickurl.el: Documentation typo fixes.
7762
7763 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
7764
7765 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
7766
7767 2011-08-25 Glenn Morris <rgm@gnu.org>
7768
7769 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7770
7771 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
7772 (smtpmail-via-smtp): Handle nil response from smtp.
7773
7774 2011-08-24 Juri Linkov <juri@jurta.org>
7775
7776 * proced.el (proced-marked): Inherit from `error' instead of
7777 `font-lock-warning-face'.
7778
7779 * ibuffer.el (ibuffer-marked-face): Change default face from
7780 `font-lock-warning-face' to `warning'.
7781 (ibuffer-deletion-face): Change default face from
7782 `font-lock-type-face' to `error'.
7783
7784 * battery.el (battery-update): Use the face `error' instead of
7785 `font-lock-warning-face' (bug#6117).
7786
7787 2011-08-24 Juri Linkov <juri@jurta.org>
7788
7789 * faces.el (success): Change face color from "Green3" to
7790 "ForestGreen" on light background (bug#9353).
7791
7792 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
7793
7794 * window.el (quit-window): Rename from quit-restore-window.
7795 Use same arglist as old quit-window.
7796 (frame-auto-delete): Doc fix.
7797
7798 * view.el (view-mode-exit): Use quit-window.
7799
7800 2011-08-24 Juri Linkov <juri@jurta.org>
7801
7802 * isearch.el (isearch-ring-adjust1): Start visiting previous
7803 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7804 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7805 for empty search string (when the last search string is reused
7806 automatically) to adjust the isearch ring to the last element and
7807 prepare the correct index for further M-p commands (bug#9185).
7808
7809 2011-08-24 Kenichi Handa <handa@m17n.org>
7810
7811 * international/ucs-normalize.el: If decomposition property of
7812 CHAR is the default one (i.e. a list of CHAR itself), treat it as
7813 nil.
7814 (nfd, nfkd): Likewise.
7815
7816 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7817
7818 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7819 from process filters aren't reliably transmitted to the surrounding
7820 accept-process-output.
7821 (mpc-proc-check): New function.
7822 (mpc-proc-sync): Use it (bug#8293)
7823
7824 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7827 Add compatibility functions (bug#9313).
7828
7829 2011-08-23 Eli Zaretskii <eliz@gnu.org>
7830
7831 * cus-start.el (all): Add entry for bidi-paragraph-direction.
7832
7833 * international/uni-bidi.el: Regenerate.
7834
7835 2011-08-23 Kenichi Handa <handa@m17n.org>
7836
7837 * international/charprop.el:
7838 * international/uni-bidi.el:
7839 * international/uni-category.el:
7840 * international/uni-combining.el:
7841 * international/uni-comment.el:
7842 * international/uni-decimal.el:
7843 * international/uni-decomposition.el:
7844 * international/uni-digit.el:
7845 * international/uni-lowercase.el:
7846 * international/uni-mirrored.el:
7847 * international/uni-name.el:
7848 * international/uni-numeric.el:
7849 * international/uni-old-name.el:
7850 * international/uni-titlecase.el:
7851 * international/uni-uppercase.el: Regenerate.
7852
7853 2011-08-23 Martin Rudalics <rudalics@gmx.at>
7854
7855 * help.el (help-window-setup): Fix message displayed when other
7856 window is reused. (Bug#9341)
7857
7858 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7861 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7862
7863 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7864 Mark obsolete.
7865 * shell.el (shell-parse-pcomplete-arguments): New function.
7866 (shell-completion-vars): Use it instead (bug#9160).
7867
7868 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7869
7870 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7871 strings and comments (bug#9333).
7872
7873 * emacs-lisp/debug.el (debug-arglist): New function.
7874 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7875 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7876
7877 2011-08-22 Juri Linkov <juri@jurta.org>
7878
7879 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7880 Revert regexp that highlights output switches to its old
7881 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7882
7883 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7884 to check for empty output (bug#9226).
7885
7886 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
7887
7888 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7889 symbol-constituent as the default, as that stops font-lock from
7890 working properly (Bug#8843).
7891
7892 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7893
7894 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7895 `coding-system-for-*' around the process open call to avoid
7896 auth-source side effects.
7897 (smtpmail-try-auth-methods): Expand the secret password.
7898 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7899 probe hangs.
7900
7901 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
7902
7903 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7904
7905 * emacs-lisp/find-func.el (find-function-noselect): New arg
7906 lisp-only.
7907
7908 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7909 signal an error for built-in functions (Bug#6664).
7910
7911 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7912
7913 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7914 (smtpmail-try-auth-methods): Use it.
7915
7916 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
7917
7918 * font-lock.el (font-lock-fontify-region)
7919 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7920 (font-lock-default-unfontify-buffer)
7921 (font-lock-default-fontify-region)
7922 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7923
7924 * progmodes/compile.el (compilation-error-properties):
7925 Fix confusion between file struct and message struct (Bug#9319).
7926 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7927 `ant' regexp.
7928
7929 * net/browse-url.el (browse-url-firefox): Don't call
7930 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7931
7932 2011-08-20 Glenn Morris <rgm@gnu.org>
7933
7934 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7935
7936 * tutorial.el (tutorial--default-keys): Update some default bindings.
7937
7938 * files.el (hack-local-variables): Fully ignore case for "mode:".
7939
7940 2011-08-20 Alan Mackenzie <acm@muc.de>
7941
7942 Resolve invalid use of a regexp in regexp-opt.
7943
7944 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7945 detection for a java annotation.
7946
7947 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
7948 detection for a java annotation.
7949
7950 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7951 handling for java.
7952 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7953
7954 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
7955
7956 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7957 (Bug#9274).
7958
7959 2011-08-20 Alan Mackenzie <acm@muc.de>
7960
7961 Fontify CPP expressions correctly when starting in the middle of
7962 such a construct. Mainly for when jit-lock etc. starts a chunk
7963 here.
7964
7965 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
7966 variable.
7967 (c-make-font-lock-search-form): New function, extracted from
7968 c-make-font-lock-search-function.
7969 (c-make-font-lock-search-function): Use the above function.
7970 (c-make-font-lock-context-search-function): New function.
7971 (c-cpp-matchers): Enhance the preprocessor expression case with
7972 the above function
7973 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7974 which takes an expression.
7975
7976 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7977
7978 2011-08-20 Martin Rudalics <rudalics@gmx.at>
7979
7980 * window.el (display-buffer-reuse-window)
7981 (display-buffer-pop-up-window): Don't reuse or split a side
7982 window.
7983
7984 2011-08-19 Glenn Morris <rgm@gnu.org>
7985
7986 * files.el (hack-local-variables-prop-line, hack-local-variables):
7987 Downcase "Mode:". (Bug#9331)
7988
7989 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
7990
7991 * international/characters.el: Add L and R categories.
7992
7993 * subr.el (bidi-string-mark-left-to-right): Rename from
7994 string-mark-left-to-right. Use category search.
7995
7996 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7997
7998 2011-08-18 Juri Linkov <juri@jurta.org>
7999
8000 * faces.el (error, warning, success): New faces with definitions
8001 copied from old default values of `font-lock-warning-face',
8002 `compilation-warning', `compilation-info' (bug#6117).
8003
8004 * font-lock.el (font-lock-warning-face): Inherit from `error'.
8005
8006 * progmodes/compile.el (compilation-error): Inherit from `error'.
8007 (compilation-warning): Inherit from `warning'.
8008 (compilation-info): Inherit from `success'.
8009
8010 * dired.el (dired-marked): Inherit from `warning'.
8011 (dired-flagged): Inherit from `error'.
8012
8013 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8014
8015 * mail/smtpmail.el (auth-source): Require to avoid problems with
8016 binding variables (bug#9298). Also clean up some unused
8017 autoloads.
8018
8019 * net/network-stream.el (network-stream-open-starttls):
8020 Support using starttls.el without using gnutls-cli.
8021
8022 2011-08-17 Juri Linkov <juri@jurta.org>
8023
8024 * progmodes/grep.el (rgrep): Handle the case when
8025 `grep-find-command' is a cons cell (bug#9278).
8026
8027 2011-08-17 Martin Rudalics <rudalics@gmx.at>
8028
8029 * window.el (display-buffer-pop-up-frame): Run frame creation
8030 function with BUFFER current (as special-display-popup-frame
8031 does). Reported by Drew Adams.
8032
8033 2011-08-17 Daiki Ueno <ueno@unixuser.org>
8034
8035 * epa-mail.el: Simplify GnuPG group expansion using
8036 epg-expand-group.
8037 (epa-mail-group-alist, epa-mail-group-modtime)
8038 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
8039 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
8040 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
8041 Remove.
8042
8043 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
8044
8045 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
8046
8047 2011-08-16 Alan Mackenzie <acm@muc.de>
8048
8049 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
8050 Correct, to avoid the inside of macros.
8051
8052 2011-08-16 Richard Stallman <rms@gnu.org>
8053
8054 * epa-mail.el: Handle GnuPG group definitions.
8055 (epa-mail-group-alist, epa-mail-group-modtime)
8056 (epa-mail-gnupg-conf-file): New variables.
8057 (epa-mail-parse-groups, epa-mail-sync-groups)
8058 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
8059 (epa-mail-expand-recipients): New functions.
8060 (epa-mail-encrypt): Call epa-mail-expand-recipients.
8061
8062 * mail/rmail.el (rmail-epa-decrypt): New command.
8063
8064 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
8065 Don't bind buffer-read-only, just inhibit-read-only.
8066 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
8067 (epa-decrypt-armor-in-region): Make error message clearer.
8068
8069 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8070
8071 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
8072 and "a2b" to "ab" for `prefix'.
8073
8074 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
8075
8076 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
8077 filter groups.
8078 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
8079 Fourquet (Bug#8804).
8080
8081 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
8082
8083 * startup.el (argi): Declare as global variable (bug#9275).
8084
8085 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
8086
8087 * subr.el (string-mark-left-to-right): Search the entire string
8088 for RTL script, not just the terminating character. Doc fix.
8089
8090 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8091
8092 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
8093 New function.
8094 (js--regexp-literal, js-syntax-propertize-function): Remove.
8095 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
8096 (js-mode-map): Don't rebind electric keys.
8097 (js-insert-and-indent): Remove.
8098 (js-mode): Setup electric-layout and electric-indent instead.
8099
8100 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
8101
8102 2011-08-12 Daiki Ueno <ueno@unixuser.org>
8103
8104 * epa.el (epa-progress-callback-function): Fix the logic of
8105 displaying progress.
8106 * epa-file.el (epa-file-insert-file-contents): Make progress
8107 display more user-friendly.
8108 (epa-file-write-region): Ditto.
8109
8110 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
8111
8112 * subr.el (string-mark-left-to-right): New function.
8113
8114 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
8115 Use string-mark-left-to-right.
8116 (list-buffers-noselect): Caller changed.
8117
8118 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8119 Use string-mark-left-to-right.
8120 (tabulated-list-print): Recenter after moving point.
8121
8122 2011-08-10 Juri Linkov <juri@jurta.org>
8123
8124 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
8125 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
8126 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
8127
8128 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
8129
8130 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
8131 (Bug#7554).
8132
8133 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
8134
8135 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
8136 character. (Bug#6594)
8137
8138 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
8139
8140 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
8141 (image-dired--with-db-file): New macro.
8142 (image-dired-write-tags, image-dired-remove-tag)
8143 (image-dired-create-gallery-lists, image-dired-write-comments)
8144 (image-dired-get-comment, image-dired-mark-tagged-files)
8145 (image-dired-list-tags, image-dired-gallery-generate): Use it.
8146 (image-dired-gallery-generate): Use insert-file-contents.
8147
8148 * time.el (display-time-world-list, display-time-world-display):
8149 * time-stamp.el (time-stamp-string):
8150 * vc/add-log.el (add-change-log-entry): Use setenv instead of
8151 set-time-zone-rule (Bug#7337).
8152
8153 2011-08-08 Daiki Ueno <ueno@unixuser.org>
8154
8155 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
8156 (epg-error-to-string, epg-errors-to-string): New function.
8157 (epg-wait-for-completion): Reverse errors list.
8158 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
8159 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
8160 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
8161 (epg-sign-keys, epg-generate-key-from-file)
8162 (epg-generate-key-from-string): Format errors by using
8163 epg-errors-to-string (bug#9255).
8164 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
8165
8166 2011-08-07 Juri Linkov <juri@jurta.org>
8167
8168 * faces.el (list-faces-display): Remove extra angle bracket
8169 from `help-mode-map'.
8170
8171 * info.el (Info-history-toc-nodes): Doc fix.
8172
8173 * longlines.el (longlines-mode): Doc fix.
8174
8175 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8176
8177 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
8178 of statements and in a few more cases (bug#9183).
8179
8180 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
8181 New functions.
8182 (cl-transform-lambda): Use them (bug#9239).
8183
8184 2011-08-05 Martin Rudalics <rudalics@gmx.at>
8185
8186 * window.el (display-buffer-same-window)
8187 (display-buffer-same-frame, display-buffer-other-window)
8188 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8189 (pop-to-buffer-other-window)
8190 (pop-to-buffer-same-frame-other-window)
8191 (pop-to-buffer-other-frame): Make them defuns.
8192 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
8193
8194 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8195
8196 * subr.el (make-composed-keymap): Move from C. Change calling
8197 convention, and improve docstring to bring attention to a subtle point.
8198 * minibuffer.el (completing-read-default): Adjust accordingly.
8199
8200 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
8201
8202 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8203 (tramp-open-shell): Use `tramp-shell-quote-argument'.
8204
8205 * net/trampver.el: Update release number.
8206
8207 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8208
8209 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
8210 "in" (bug#9190).
8211
8212 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8213
8214 * mail/sendmail.el (sendmail-query-once): Restore the current
8215 buffer after querying (bug#9074).
8216
8217 * dired.el (dired-flagged): Use different faces for marked and
8218 flagged files (bug#6117).
8219
8220 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
8221 (bug#4433).
8222
8223 * ido.el (ido-mode): Switch off the message if called
8224 non-interactively.
8225
8226 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
8227 before 587, since it appears that that's more likely to work for
8228 more people.
8229
8230 * cus-edit.el (custom-file): When running under emacs -q, always
8231 refuse to save the customizations, even if the .emacs file doesn't
8232 exist.
8233
8234 * info.el: Remove the `Info-beginning-of-buffer' function
8235 (bug#8325).
8236
8237 * net/network-stream.el (network-stream-open-starttls):
8238 Use `starttls-available-p' to see whether starttls.el can be used.
8239
8240 2011-08-01 Martin Rudalics <rudalics@gmx.at>
8241
8242 * window.el (display-buffer-in-window): Don't set dedicated status
8243 of window here (Bug#9215).
8244 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8245 (display-buffer-pop-up-side-window)
8246 (display-buffer-in-side-window): Set dedicated status of window here.
8247
8248 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8249
8250 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
8251 before binding generated-autoload-file.
8252
8253 2011-08-01 Deniz Dogan <deniz@dogan.se>
8254
8255 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
8256
8257 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
8258
8259 Sync with Tramp 2.2.2.
8260
8261 * net/trampver.el: Update release number.
8262
8263 2011-07-30 Juri Linkov <juri@jurta.org>
8264
8265 * dired-aux.el (dired-touch-initial): Remove function.
8266 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
8267 current time, and `default' to the last modification time of the
8268 current marked file (bug#6887).
8269
8270 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
8271
8272 * simple.el (goto-line): Use string-to-number to provide a
8273 numeric argument to read-number (bug#9163).
8274
8275 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
8276
8277 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
8278 connection process, it could be nil.
8279
8280 2011-07-27 Leo Liu <sdl.web@gmail.com>
8281
8282 Simplify url handling in rcirc-mode.
8283
8284 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
8285 (rcirc-browse-url-at-mouse): Remove.
8286 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
8287
8288 2011-07-26 Alan Mackenzie <acm@muc.de>
8289
8290 Fontify bitfield declarations properly.
8291
8292 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
8293 (c-symbol-chars): Now exported as a lang variable.
8294 (c-not-primitive-type-keywords): New lang variable.
8295
8296 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
8297 QT keyword "more" to prevent "more slots: ...." being spuriously
8298 parsed as a bitfield declaration.
8299
8300 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8301 Refactor and enhance to handle bitfield declarations.
8302 (c-punctuation-in): New function.
8303 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
8304 declarations properly.
8305
8306 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
8307
8308 * calendar/icalendar.el (icalendar--all-events): Take care of
8309 multiple vcalendars in a single file.
8310 (icalendar--convert-float-to-ical): Checkdoc fixes.
8311
8312 2011-07-25 Deniz Dogan <deniz@dogan.se>
8313
8314 * image.el (insert-image): Clarifying docstring.
8315
8316 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
8317
8318 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
8319 `tramp-send-command-and-check' if there is no error.
8320 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
8321
8322 2011-07-22 Alan Mackenzie <acm@muc.de>
8323
8324 Prevent cc-langs.elc being loaded at run time.
8325
8326 * progmodes/cc-mode.el: Remove two autoload forms which loaded
8327 cc-langs.
8328
8329 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
8330 "(require 'cc-langs)". Quote a form so it will evaluate at
8331 (cc-mode's) compilation time.
8332
8333 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
8334
8335 * net/tramp.el (tramp-file-name-handler): Avoid recursive
8336 loading. (Bug#9114)
8337
8338 2011-07-21 Martin Rudalics <rudalics@gmx.at>
8339
8340 * window.el (display-buffer-pop-up-window)
8341 (display-buffer-pop-up-side-window)
8342 (display-buffer-in-side-window): Call display-buffer-set-height
8343 and display-buffer-set-width after setting the new window's
8344 buffer so `fit-window-to-buffer' and friends work on the right buffer.
8345
8346 2011-07-20 Sam Steingold <sds@gnu.org>
8347
8348 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
8349 (etags-tags-included-tables): Call `convert-standard-filename' on
8350 the file names contained in TAGS so that windows Emacs can handle
8351 TAGS files created by cygwin ctags.
8352
8353 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8354
8355 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
8356 which apparently didn't work.
8357
8358 2011-07-19 Roland Winkler <winkler@gnu.org>
8359
8360 * proced.el (proced-send-signal): For *Marked Processes* buffer
8361 put point at beginning of buffer.
8362
8363 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
8364
8365 * proced.el (proced-format): Make header lines align with the text
8366 (bug#1779).
8367
8368 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8369
8370 * view.el (view-buffer): Allow running in `special' modes if we're
8371 visiting a file (bug#8615).
8372
8373 2011-07-19 Martin Rudalics <rudalics@gmx.at>
8374
8375 * window.el (display-buffer-alist-of-strings-p)
8376 (display-buffer-alist-set-1, display-buffer-alist-set-2):
8377 New functions.
8378 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
8379 more accurately.
8380
8381 2011-07-18 Alan Mackenzie <acm@muc.de>
8382
8383 Fontify declarators properly when, e.g., a jit-lock chunk begins
8384 inside a declaration.
8385
8386 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
8387
8388 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8389 New function.
8390 (c-complex-decl-matchers): Insert reference to
8391 c-font-lock-enclosing-decls.
8392
8393 * progmodes/cc-engine.el (c-backward-single-comment):
8394 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
8395 to nil around calls to (forward-comment -1).
8396
8397 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8398
8399 * image.el (put-image): Doc typo fix.
8400
8401 * progmodes/etags.el (tags-search): Doc typo fix.
8402
8403 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
8404 password if we get errors 550 to 554.
8405
8406 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8407
8408 * net/gnutls.el (gnutls-log-level): Remove.
8409
8410 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
8411 indentation character (bug#6380).
8412
8413 * files.el (buffer-offer-save): Made permanently local (bug#6241).
8414
8415 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
8416 to clarify what the problem is (bug#4291).
8417
8418 * simple.el (current-kill): Clarify what
8419 `interprogram-paste-function' does (bug#7500).
8420 (auto-fill-mode): Document `auto-fill-function' in relation to
8421 `auto-fill-mode' (bug#2470).
8422
8423 2011-07-16 Lawrence Mitchell <wence@gmx.li>
8424
8425 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
8426 method if slot is read-only (bug#9035).
8427
8428 2011-07-16 Martin Rudalics <rudalics@gmx.at>
8429
8430 * frame.el (select-frame-set-input-focus): New argument NORECORD.
8431 * window.el (pop-to-buffer): Select window used even if it was
8432 selected before, see discussion of (Bug#8615), (Bug#6954).
8433 Pass argument NORECORD on to select-frame-set-input-focus.
8434
8435 2011-07-15 Glenn Morris <rgm@gnu.org>
8436
8437 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
8438 Respect help-form.
8439
8440 2011-07-09 Lawrence Mitchell <wence@gmx.li>
8441
8442 * net/gnutls.el (gnutls-min-prime-bits): New variable.
8443 (gnutls-negotiate): Use it.
8444
8445 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8446
8447 * net/gnutls.el (gnutls-negotiate):
8448 Upcase `gnutls-algorithm-priority'.
8449
8450 2011-07-15 Glenn Morris <rgm@gnu.org>
8451
8452 * jka-compr.el (jka-compr-verbose): Move from here...
8453 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
8454 Add missing :version tag.
8455 * info.el: No need to require jka-compr when compiling.
8456
8457 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8458
8459 * net/gnutls.el (gnutls-algorithm-priority): New variable.
8460 (gnutls-negotiate): Use it.
8461
8462 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
8463
8464 * info.el (Info-beginning-of-buffer): New command.
8465 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
8466 announcing `b' as the key (bug#8325).
8467 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
8468
8469 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
8470
8471 * international/mule-cmds.el
8472 (describe-specified-language-support): Make the error message
8473 clearer (bug#8905).
8474
8475 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
8476
8477 * isearch.el (isearch-barrier): Add a doc string, since it's
8478 mentioned in a function doc string (bug#8678).
8479
8480 2011-07-15 Martin Rudalics <rudalics@gmx.at>
8481
8482 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
8483 buffer argument (Bug#9083) and self-identifying label argument.
8484
8485 2011-07-15 Glenn Morris <rgm@gnu.org>
8486
8487 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
8488
8489 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8490
8491 * man.el (Man-fontify-manpage): Fix message when formatting the
8492 man page (bug#7929).
8493
8494 2011-07-14 Eli Zaretskii <eliz@gnu.org>
8495
8496 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
8497 argument LRM; if non-nil, append an invisible LRM character to the
8498 buffer name.
8499 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
8500 last argument non-nil, when formatting buffer names.
8501 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
8502 paragraph direction.
8503
8504 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8505
8506 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
8507 the man page name (bug#7929).
8508
8509 * image.el (put-image): Mention the `put-image' overlay property
8510 (bug#7834).
8511
8512 * scroll-bar.el (set-scroll-bar-mode): Mention that
8513 `scroll-bar-mode' lists the values (bug#7772).
8514
8515 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
8516 command (bug#7729).
8517
8518 * rect.el (apply-on-rectangle): Return the point after the last
8519 operation.
8520 (string-rectangle): Go to the point after the last operation
8521 (bug#7522).
8522
8523 * printing.el (pr-toggle-region): Clarify the documentation
8524 slightly (bug#7493).
8525
8526 * time.el (display-time-update):
8527 Allow `display-time-mail-function' to return nil (bug#7158).
8528 Fix suggested by Detlev Zundel.
8529
8530 * vc/diff.el (diff): Clarify the order the file names are read
8531 (bug#7111).
8532
8533 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
8534 the doc string (bug#7015).
8535
8536 * font-lock.el (font-lock-maximum-decoration): Mention what
8537 numeric levels mean (bug#6935).
8538
8539 * startup.el (initial-buffer-choice): Don't mention the `none'
8540 selection, which is against policy.
8541
8542 2011-07-14 Martin Rudalics <rudalics@gmx.at>
8543
8544 * window.el (display-buffer-normalize-special):
8545 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
8546
8547 2011-07-14 Eli Zaretskii <eliz@gnu.org>
8548
8549 * subr.el (version<, version<=, version=): Mention "-CVS" and
8550 "-12345" alpha version numbers.
8551
8552 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
8553
8554 * bindings.el: Add advertised binding for set-mark-command
8555 (Bug#5772).
8556
8557 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
8558
8559 * bindings.el (mode-line-other-buffer):
8560 * bookmark.el (bookmark-bmenu-2-window):
8561 * bs.el (bs-cycle-next, bs-cycle-previous):
8562 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
8563 switch-to-buffer.
8564
8565 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8566 Delete.
8567
8568 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
8569
8570 * follow.el (follow-debug-message, follow-redisplay):
8571 * jka-cmpr-hook.el (with-auto-compression-mode):
8572 Fix typos in docstrings.
8573
8574 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8575
8576 * subr.el (with-silent-modifications): Clarify somewhat what the
8577 macro inhibits (bug#6525).
8578
8579 * simple.el (eval-expression): Note what it does if called
8580 interactively (bug#6495).
8581
8582 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
8583
8584 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
8585 Use pop-to-buffer buffer-or-name if it is nil.
8586
8587 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8588 Remove switch-to-buffer.
8589
8590 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8591
8592 * files.el (make-directory): Clarify that an error will be raised
8593 if there's an error (bug#6397).
8594
8595 * startup.el (initial-buffer-choice): Add `none' as a choice
8596 (bug#6234).
8597
8598 * subr.el (add-hook): Clarify section about buffer-local hooks
8599 (bug#6218).
8600
8601 * dired.el (dired-flagged): Clarify doc string (bug#6117).
8602
8603 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
8604
8605 * tabify.el (untabify): Preserve the current column so that point
8606 doesn't move (bug#6032).
8607
8608 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8609
8610 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
8611 Rewrite to avoid awkward possessive "s" (bug#5986).
8612
8613 2011-07-13 Glenn Morris <rgm@gnu.org>
8614
8615 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
8616 (dired-insert-directory): Give a message the first time
8617 if ls is found not to support --dired.
8618
8619 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8620
8621 * simple.el (toggle-truncate-lines): Clarify what is toggled
8622 (bug#5580). Text by Drew Adams.
8623
8624 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
8625
8626 * simple.el (blink-matching-open): Make the error message from the
8627 last change less verbose.
8628
8629 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8630
8631 * font-lock.el (font-lock-comment-face): Use the high contrast
8632 "yellow" color for font-lock-comment-face on low color terminals
8633 using a dark background color (bug#4221).
8634
8635 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8636
8637 * dired.el (dired-insert-set-properties): Make the doc string
8638 reflect what it does now (bug#5325).
8639
8640 * simple.el (blink-matching-open): Say that we were unable to find
8641 the match within the limit, if we're limited (bug#5122).
8642
8643 * international/mule-cmds.el (prefer-coding-system): Add an
8644 example (bug#4869).
8645
8646 * progmodes/etags.el (tags-search): Document `file-list-form'
8647 (bug#4731).
8648
8649 2011-07-13 Lawrence Mitchell <wence@gmx.li>
8650
8651 * net/browse-url.el (browse-url-default-browser)
8652 (browse-url-browser-function): Make the default browser choice a
8653 bit more logical (bug#4300). Also clean up the doc string.
8654
8655 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
8656
8657 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
8658 binary endings (bug#4440).
8659
8660 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8661
8662 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
8663 which can be pretty annoying (bug#8971).
8664
8665 * jka-compr.el (jka-compr-verbose): New variable, and use
8666 throughout (bug#8971).
8667
8668 * info.el (Info-find-file): Fall back on the installation
8669 directory if we can't find the info node anywhere else.
8670
8671 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
8672
8673 * vc/vc.el (vc-revert-file):
8674 Don't set file time-stamp in the past. (Bug#5181)
8675
8676 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8677
8678 * files.el (after-find-file): Give a better error message when
8679 trying to find a symlink that points to a file that doesn't exist
8680 (bug#4398).
8681
8682 * progmodes/cc-vars.el: Remove (probably) misleading comment
8683 (bug#4396).
8684
8685 2011-07-12 Johan Bockgård <bojohan@gnu.org>
8686
8687 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
8688
8689 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
8690
8691 * mouse-sel.el: Hack restoring functionality, while keeping
8692 compatibility with 2010-07-03 changes to mouse selection.
8693 (mouse-sel-primary-overlay): New var.
8694 (mouse-sel-selection-alist): Use it.
8695 (mouse-sel-mode): Doc fix; remove points that are default features
8696 of mouse.el.
8697
8698 2011-07-12 Johan Bockgård <bojohan@gnu.org>
8699
8700 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8701 Fix previous fix (bug#2490).
8702
8703 2011-07-12 Roland Winkler <winkler@gnu.org>
8704
8705 * textmodes/bibtex.el (bibtex-initialize):
8706 Use pop-to-buffer-same-window.
8707 (bibtex-search-entries): Fix interactive call.
8708
8709 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8710
8711 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8712 Fontise bytecomp Error lines more correctly (bug#2490).
8713 Fix suggested by Johan Bockgård.
8714
8715 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
8716
8717 * dired-x.el (dired-guess-default): Use `delete-dups'.
8718
8719 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
8720
8721 * dired.el (dired-mark-prompt):
8722 * dired-aux.el (dired-read-shell-command): Doc fix.
8723
8724 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8725
8726 * mail/sendmail.el (sendmail-query-once):
8727 Use `customize-save-variable' unconditionally, now that it works under
8728 emacs -Q.
8729
8730 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8731
8732 * cus-edit.el (custom-file): Take an optional no-error variable.
8733 (customize-save-variable): Set the variable, and give a warning if
8734 running under "emacs -q".
8735
8736 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
8737
8738 * loadhist.el (unload-feature-special-hooks):
8739 Add `auto-coding-functions', `fill-nobreak-predicate' and
8740 `find-directory-functions' (bug#5327).
8741
8742 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8743
8744 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
8745
8746 * cus-edit.el (custom-guess-name-alist): -alist variables should
8747 use the `alist' type (bug#3120). Suggested by Drew Adams.
8748
8749 * printing.el: Add documentation to all the `pr-toggle-' commands.
8750
8751 2011-07-11 Leo Liu <sdl.web@gmail.com>
8752
8753 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
8754 backends where it makes sense (bug#2623).
8755
8756 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8757
8758 * dired-x.el (dired-guess-default): Remove duplicate shell command
8759 entries (bug#2028).
8760 (dired-guess-default): Fix grammar in doc string (bug#2028).
8761 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
8762
8763 * subr.el (remove-duplicates): New conveniency function.
8764
8765 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8766
8767 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
8768 (bug#1526).
8769
8770 2011-07-10 Martin Rudalics <rudalics@gmx.at>
8771
8772 * window.el (display-buffer-normalize-default): Don't invert
8773 meaning of even-window-heights. Reported by Eli Zaretskii
8774 <eliz@gnu.org>.
8775
8776 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
8777
8778 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
8779
8780 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
8781
8782 * window.el (display-buffer): Fix arguments to
8783 display-buffer-reuse-window in last change.
8784
8785 * faces.el (link): Use a less saturated blue on light backgrounds.
8786
8787 * startup.el (fancy-startup-text, fancy-about-text)
8788 (fancy-startup-tail): Use font-lock faces, for background safety.
8789
8790 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
8791
8792 * emulation/viper-cmd.el (viper-change-state-to-vi):
8793 Limit triggering of abbrev expansion (Bug#9038).
8794
8795 2011-07-09 Martin Rudalics <rudalics@gmx.at>
8796
8797 * window.el (display-buffer-default-specifiers): Remove.
8798 (display-buffer-macro-specifiers): Remove default specifiers.
8799 (display-buffer-alist): Default to nil.
8800 (display-buffer-reuse-window): New optional argument other-window.
8801 (display-buffer-pop-up-window): Allow splitting internal
8802 windows. Check whether a live window was created.
8803 (display-buffer-other-window-means-other-frame)
8804 (display-buffer-normalize-arguments): Rename to
8805 display-buffer-normalize-argument and rewrite. Set the
8806 other-window specifier.
8807 (display-buffer-normalize-special): New function.
8808 (display-buffer-normalize-options): Rename to
8809 display-buffer-normalize-default and rewrite.
8810 (display-buffer-normalize-options-inhibit): Remove.
8811 (display-buffer-normalize-specifiers): Rewrite.
8812 (display-buffer): Process other-window specifier and call
8813 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
8814 more faithfully.
8815 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
8816 (display-buffer-alist-set): Don't handle 'unset default values.
8817 (display-buffer-in-window, display-buffer-alist-set):
8818 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
8819 <tassilo@member.fsf.org>.
8820
8821 2011-07-09 Leo Liu <sdl.web@gmail.com>
8822
8823 * register.el (insert-register): Restore accidental change on
8824 2011-06-26. (Bug#9028)
8825
8826 2011-07-09 Glenn Morris <rgm@gnu.org>
8827
8828 * subr.el (remq): Handle the empty list. (Bug#9024)
8829
8830 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
8831
8832 * mail/sendmail.el (send-mail-function): No longer delay custom
8833 initialization.
8834 * custom.el (custom-initialize-delay): Doc fix.
8835
8836 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8837
8838 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8839
8840 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
8841
8842 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8843 human-friendly prompt.
8844
8845 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8848 provided by a particular plugin.
8849
8850 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8851
8852 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8853 save customizations (with "emacs -Q"), just set the variable
8854 instead of erroring out.
8855
8856 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8857
8858 2011-07-08 Juri Linkov <juri@jurta.org>
8859
8860 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8861 (archive-zip-update-case): Use 7z if found by `executable-find'.
8862 The order of searching the available programs is the same as in
8863 `archive-zip-extract' (bug#8968).
8864
8865 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
8866
8867 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8868 (menu-bar-options-menu): Tweak descriptions.
8869
8870 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8871
8872 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8873 menu items into verb phrases (bug#1421). Also refill to fit under
8874 80 columns.
8875
8876 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
8877
8878 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8879 (Info-read-node-name): Doc fix (Bug#1084).
8880
8881 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8882 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8883 (end-of-sexp, beginning-of-sexp)
8884 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8885 (forward-symbol, forward-same-syntax, word-at-point)
8886 (sentence-at-point): Doc fix (Bug#1144).
8887
8888 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8889
8890 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8891 should cover it (bug#1281).
8892
8893 * cus-edit.el (custom-show): Mark as obsolete.
8894
8895 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
8896 negotiation fails, then possibly try again with a non-encrypted
8897 connection (bug#9017).
8898
8899 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8900 be used.
8901
8902 2011-07-07 Richard Stallman <rms@gnu.org>
8903
8904 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8905 property, and handle its changed format.
8906 Look for the correct line number.
8907 Use file's line contents (but not past first =) to find
8908 correct line in message.
8909
8910 2011-07-07 Kenichi Handa <handa@m17n.org>
8911
8912 * international/characters.el (build-unicode-category-table):
8913 Delete it.
8914 (unicode-category-table): Set it by unicode-property-table-internal.
8915
8916 * international/mule-cmds.el (char-code-property-alist): Move to
8917 to src/chartab.c.
8918 (get-char-code-property): Call unicode-property-table-internal to
8919 load a file. Call get-unicode-property-internal where necessary.
8920 (put-char-code-property): Call unicode-property-table-internal to
8921 load a file. Call put-unicode-property-internal where necessary.
8922 put-unicode-property-internal where necessary.
8923 (char-code-property-description):
8924 Call unicode-property-table-internal to load a file.
8925
8926 * international/charprop.el:
8927 * international/uni-bidi.el:
8928 * international/uni-category.el:
8929 * international/uni-combining.el:
8930 * international/uni-comment.el:
8931 * international/uni-decimal.el:
8932 * international/uni-decomposition.el:
8933 * international/uni-digit.el:
8934 * international/uni-lowercase.el:
8935 * international/uni-mirrored.el:
8936 * international/uni-name.el:
8937 * international/uni-numeric.el:
8938 * international/uni-old-name.el:
8939 * international/uni-titlecase.el:
8940 * international/uni-uppercase.el: Regenerate.
8941
8942 * loadup.el: Load international/charprop.el before
8943 international/characters.
8944
8945 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
8946
8947 * window.el (next-buffer, previous-buffer): Signal an error if
8948 called from a minibuffer window.
8949
8950 * bindings.el: Revert 2011-07-04 change.
8951
8952 2011-07-06 Richard Stallman <rms@gnu.org>
8953
8954 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8955 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8956 Treat markers like ints.
8957 (rmail-mime-entity): Doc fix.
8958
8959 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8960
8961 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8962 defcustom again for backwards compatibility.
8963
8964 * simple.el (shell-command-on-region): Fill.
8965
8966 * dired-aux.el (dired-kill-line): Add a doc string.
8967
8968 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8969 to "\\sw\\|\\s_" (bug#358).
8970
8971 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8972 (dired-unmark-backward): Ditto.
8973 (dired-flag-backup-files): Ditto.
8974
8975 * dired-x.el (dired-mark-sexp): Ditto.
8976
8977 2011-07-06 Richard Stallman <rms@gnu.org>
8978
8979 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8980 (rmail-mime-entity): New arg TRUNCATED.
8981 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8982 New functions.
8983 (rmail-mime-save): Warn if entity is truncated.
8984 (rmail-mime-toggle-hidden): Likewise, for showing.
8985 (rmail-mime-process-multipart): Record when an entity is truncated.
8986
8987 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8988 if ENTITY is a string.
8989
8990 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8991
8992 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
8993 of faces when `M-C-x'-ing their definitions (bug#8378).
8994 Also clean up the code slightly.
8995
8996 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
8997 because that makes the colors go away.
8998
8999 * mail/sendmail.el (send-mail-function): Change the default to
9000 `sendmail-query-once'.
9001 (sendmail-query-once): Add an autoload cookie.
9002
9003 * net/network-stream.el (network-stream-open-starttls): Try using
9004 a plain connection even if the server offered STARTTLS, and we
9005 kinda wanted to use it, if Emacs doesn't have any STARTTLS
9006 capability. This should make smtpmail.el work in slightly more
9007 configurations.
9008
9009 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
9010
9011 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
9012 New defun.
9013 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
9014
9015 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
9016
9017 * progmodes/sql.el: Version 3.0
9018 (sql-product-alist): Add product :completion-object,
9019 :completion-column, and :statement attributes.
9020 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
9021 (sql-mode-syntax-table): Mark all punctuation.
9022 (sql-font-lock-keywords-builder): Temporarily remove fallback on
9023 ansi keywords.
9024 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
9025 (sql-mode-oracle-font-lock-keywords): Improve.
9026 (sql-oracle-show-reserved-words): New function for development.
9027 (sql-product-font-lock): Simplify for source code buffers.
9028 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
9029 New functions.
9030 (sql-highlight-product): Set product specific syntax table.
9031 (sql-mode-map): Add statement movement functions.
9032 (sql-ansi-statement-starters, sql-oracle-statement-starters):
9033 New variable.
9034 (sql-statement-regexp, sql-beginning-of-statement)
9035 (sql-end-of-statement, sql-signum): New functions.
9036 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
9037 (sql-show-sqli-buffer): Bug fix.
9038 (sql-interactive-mode): Store connection data as buffer local.
9039 (sql-connect): Add NEW-NAME parameter. Redesign interaction
9040 with sql-interactive-mode.
9041 (sql-save-connection): Save buffer local settings.
9042 (sql-connection-menu-filter): Change menu entry name.
9043 (sql-product-interactive): Bug fix.
9044 (sql-preoutput-hold): New variable.
9045 (sql-interactive-remove-continuation-prompt): Bug fixes.
9046 (sql-debug-redirect): New variable.
9047 (sql-str-literal): New function.
9048 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
9049 Redesign.
9050 (sql-oracle-save-settings, sql-oracle-restore-settings)
9051 (sql-oracle-list-all, sql-oracle-list-table): New functions.
9052 (sql-completion-object, sql-completion-column)
9053 (sql-completion-sqlbuf): New variables.
9054 (sql-build-completions-1, sql-build-completions)
9055 (sql-try-completion): New functions.
9056 (sql-read-table-name): Use them.
9057 (sql-contains-names): New buffer local variable.
9058 (sql-list-all, sql-list-table): Use it.
9059 (sql-oracle-completion-types): New variable.
9060 (sql-oracle-completion-object, sql-sqlite-completion-object)
9061 (sql-postgres-completion-object): New functions.
9062
9063 2011-07-06 Glenn Morris <rgm@gnu.org>
9064
9065 * window.el (pop-to-buffer): Doc fix.
9066
9067 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
9068
9069 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
9070
9071 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
9072
9073 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
9074
9075 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
9076
9077 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
9078
9079 * button.el (button): Inherit from link face. Suggested by Dan
9080 Nicolaescu.
9081
9082 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9083
9084 * progmodes/gdb-mi.el: Fit in 80 columns.
9085 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
9086 switch-to-buffer.
9087
9088 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
9089 if imenu is simply not configured (bug#8941).
9090
9091 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
9092
9093 * allout.el (allout-post-undo-hook): New allout outline-change
9094 event hook to signal undo activity.
9095 (allout-post-command-business): Run allout-post-undo-hook if an
9096 undo just occurred.
9097 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
9098 * allout-widgets.el (allout-widgets-after-undo-function):
9099 Ensure the integrity of the current item's decoration after it has been
9100 in the vicinity of an undo.
9101 (allout-widgets-mode): Include allout-widgets-after-undo-function
9102 on the new allout-post-undo-hook.
9103
9104 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9105
9106 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
9107 Let define-derived-mode define it.
9108 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
9109 cycles of abbrev-table inheritance (bug#8998).
9110
9111 2011-07-05 Roland Winkler <winkler@gnu.org>
9112
9113 * textmodes/bibtex.el: Add support for biblatex.
9114 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
9115 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
9116 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
9117 (bibtex-entry-alist, bibtex-field-alist): New variables.
9118 (bibtex-entry-field-alist): Obsolete alias for
9119 bibtex-BibTeX-entry-alist.
9120 (bibtex-entry-alist, bibtex-field-alist): New widgets.
9121 (bibtex-set-dialect): New command.
9122 (bibtex-entry-type, bibtex-entry-head)
9123 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
9124 Bind via bibtex-set-dialect.
9125 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
9126 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
9127 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
9128 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
9129 Define via bibtex-set-dialect.
9130 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
9131 Obey bibtex-no-opt-remove-re.
9132 (bibtex-vec-push, bibtex-vec-incr): New functions.
9133 (bibtex-format-entry, bibtex-field-list)
9134 (bibtex-print-help-message, bibtex-validate)
9135 (bibtex-search-entries): Use new format of bibtex-entry-alist.
9136
9137 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9138
9139 * progmodes/compile.el (compilation-goto-locus):
9140 * net/tramp-cmds.el (tramp-append-tramp-buffers):
9141 * bs.el (bs-cycle-next, bs-cycle-previous):
9142 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
9143 * bindings.el (mode-line-other-buffer):
9144 * autoinsert.el (auto-insert):
9145 * arc-mode.el (archive-extract):
9146 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
9147
9148 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
9149
9150 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
9151 Fix check of `emacs-lock-unlockable-modes'.
9152 Coerce true values of `emacs-lock--try-unlocking' to t.
9153
9154 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
9155
9156 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
9157 * emacs-lock.el: New file.
9158
9159 2011-07-05 Julien Danjou <julien@danjou.info>
9160
9161 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
9162 than `boundp' to check if face is set.
9163
9164 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
9165
9166 * register.el (registerv-make):
9167 * window.el (window-min-height): Fix typos in docstrings.
9168
9169 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
9170
9171 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
9172 Update doc string.
9173
9174 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
9175
9176 * server.el (server-execute): Catch quit and call
9177 `server-return-error' to pass the error back to emacsclient and
9178 close the connection (bug#8942).
9179
9180 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
9181
9182 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
9183 insecure exception for current topic. Also note that auto-saves
9184 are handled differently.
9185
9186 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
9187 State variables for tracking auto-save inhibition situation.
9188
9189 (allout-write-contents-hook-handler): Rename from
9190 'allout-write-file-hook-handler', and describe how it depends on
9191 write-contents-functions sensitivity to non-nil value to prevent
9192 file write.
9193
9194 (allout-auto-save-hook-handler): Remove. auto-save does not check
9195 this in individual buffers, only in the starting buffer, so this
9196 is not the right way for us to inhibit auto-save in a buffer
9197 according to its condition.
9198
9199 (allout-mode): Use new allout-write-contents-hook-handler, and
9200 only with write-contents-functions. Remove auto-save provisions -
9201 they're implemented elsewhere.
9202
9203 (allout-before-change-handler): If undo is in progress, note that
9204 for attention of allout-post-command-business.
9205
9206 (allout-post-command-business): If the command we're following was
9207 an undo, check for change in the status of encrypted items and
9208 adjust auto-save inhibitions accordingly.
9209
9210 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
9211 according to whether there are or aren't any plain-text topics
9212 pending encryption.
9213
9214 (allout-inhibit-auto-save-info-for-decryption):
9215 Adjust buffer-saved-size and some allout state to inhibit auto-saves
9216 if there are plain-text topics pending encryption.
9217
9218 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
9219 buffer-saved-size and some allout state to not inhibit auto-saves
9220 if there are no longer any plain-text topics pending encryption.
9221
9222 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
9223 No longer provide for exemption of the current topic.
9224
9225 2011-07-04 Juri Linkov <juri@jurta.org>
9226
9227 Add 7z operations to delete and save changed members (bug#8968).
9228 * arc-mode.el (archive-7z-expunge, archive-7z-update):
9229 New defcustoms.
9230 (archive-7z-write-file-member): New function.
9231 (archive-7z-summarize): Fix the number of dashes in the
9232 listing output.
9233
9234 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9235
9236 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
9237 (bug#8958).
9238
9239 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
9240
9241 * bindings.el: Ignore next-buffer and previous-buffer in
9242 minibuffer-local-map.
9243
9244 * font-lock.el (font-lock-builtin-face): Change light background
9245 color to dark slate blue (Bug#6693).
9246
9247 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
9248
9249 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
9250
9251 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9252
9253 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
9254 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9255 Add switch-to-buffer.
9256
9257 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9258
9259 * isearch.el (isearch-search-fun-function): Clarify further the
9260 meaning of the function returned.
9261
9262 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
9263
9264 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
9265
9266 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
9267 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
9268 Use it.
9269 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
9270 `tramp-default-remote-path' does not exist.
9271 (tramp-send-command-and-read): New optional argument NOERROR.
9272 (tramp-open-connection-setup-interactive-shell)
9273 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
9274 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
9275 (tramp-process-sentinel): Flush also process' connection property.
9276 (tramp-sh-handle-start-file-process): Do not set process
9277 sentinel. It is done now ...
9278 (tramp-maybe-open-connection): ... here. (Bug#8929)
9279
9280 2011-07-04 MON KEY <monkey@sandpframing.com>
9281
9282 * play/animate.el (animate-string): Doc fixes and allow changing
9283 the buffer name (bug#5417).
9284
9285 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9286
9287 * play/animate.el (animation-buffer-name): Rename from *animate*.
9288
9289 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
9290
9291 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
9292 This is simpler and helps future-proof the code.
9293 (timer-until): Use time-subtract and float-time.
9294 (timer--time-less-p): Use time-less-p.
9295
9296 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
9297
9298 * type-break.el (timep): Use the value of `float-time' to avoid a
9299 byte-compiler warning.
9300
9301 * server.el (server-eval-and-print): Return any result, even nil.
9302
9303 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
9304
9305 * type-break.el: Accept time formats that the builtins accept.
9306 (timep, type-break-time-difference): Accept any format that
9307 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
9308 This is simpler and helps future-proof the code.
9309 (type-break-time-difference): Round rather than ignoring
9310 subseconds components.
9311
9312 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9313
9314 * info.el (Info-apropos-matches): Make non-interactive, since it
9315 doesn't seem to do anything useful as a command (bug#8829).
9316
9317 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
9318
9319 * frame.el (frame-background-mode, frame-set-background-mode):
9320 Move from faces.el.
9321 (frame-default-terminal-background): New function.
9322
9323 * custom.el (custom-push-theme): Don't record faces in `changed'
9324 theme; this doesn't work correctly for per-frame face settings.
9325 (disable-theme): Use face-set-after-frame-default to reset faces.
9326 (custom--frame-color-default): New function.
9327
9328 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9329
9330 * dired.el (dired-flagging-regexp): Remove unused variable
9331 (bug#8769).
9332
9333 2011-03-29 Kevin Ryde <user42@zip.com.au>
9334
9335 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9336 `perl-Test2' extend to match possible "fail #N" rep count
9337 (bug#8377).
9338
9339 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9340
9341 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
9342 `smtpmail-via-smtp' now returns the error instead of nil.
9343
9344 * isearch.el (isearch-search-fun-function): Clarify the doc string
9345 (bug#8101).
9346
9347 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9348
9349 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
9350 unnecessary spaces (bug#8987).
9351
9352 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9353
9354 * net/network-stream.el (open-network-stream): Use the
9355 :end-of-capability command thoughout.
9356
9357 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9358
9359 * net/network-stream.el (open-network-stream): Add the
9360 :end-of-capability command parameter, used by pop3.el.
9361
9362 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9363
9364 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
9365
9366 * fringe.el (fringe-query-style): Remove redundant text " (type ?
9367 for list)" (bug#6475).
9368
9369 * files.el (file-expand-wildcards): Ignore non-readable
9370 sub-directories while trying to find matches instead of signaling
9371 an error (bug#6297).
9372
9373 * man.el (Man-reference-regexp): Allow matching possible
9374 word-wrapped references (bug#6289).
9375
9376 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
9377 for consistency with the other vc buffers (bug#6197).
9378 (vc-checkin): Ditto.
9379
9380 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
9381
9382 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
9383
9384 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9385
9386 * custom.el (defcustom): Clarify that :set is only used in the
9387 Customize user interface (bug#6089).
9388
9389 * progmodes/flymake.el (flymake-mode): If the buffer isn't
9390 associated with a file, refuse to run instead of erroring out
9391 (bug#6084).
9392
9393 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
9394 the doc string, since it appears that using `fill-column' always
9395 controls the width (bug#7845).
9396
9397 * simple.el (shell-command-on-region): Say where the error output
9398 went if `shell-command-default-error-buffer' is set (bug#6857).
9399
9400 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
9401
9402 * allout.el (allout-yank-processing): Adjust cursor position for
9403 backwards-deleted space.
9404
9405 (allout-rebullet-heading): Register changes with
9406 allout-exposure-changed-hook, so the modified topic is properly
9407 decorated.
9408
9409 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9410
9411 * minibuffer.el (completion-in-region): Document PREDICATE
9412 (bug#7136).
9413
9414 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
9415 of keyword/argument pairs (bug#6904).
9416
9417 * replace.el (multi-occur):
9418 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
9419
9420 2011-07-02 Drew Adams <drew.adams@oracle.com>
9421
9422 * dired.el (dired-mark-if): Make the message about whether it's
9423 marking or unmarking clearer (bug#8523).
9424
9425 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9426
9427 * disp-table.el (display-table-print-array): New function.
9428 (describe-display-table): Use it to print the vectors more pretty
9429 (Bug#8859).
9430
9431 2011-07-02 Martin Rudalics <rudalics@gmx.at>
9432
9433 * window.el (window-state-get-1): Don't assign clone numbers.
9434 Add clone-of item to list of window parameters.
9435 (window-state-put-2): Don't process clone numbers.
9436 (display-buffer-alist): Fix doc-string.
9437
9438 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9439
9440 * subr.el (remq): Don't allocate if it's not needed.
9441 (keymap--menu-item-binding, keymap--menu-item-with-binding)
9442 (keymap--merge-bindings): New functions.
9443 (keymap-canonicalize): Use them to refine the canonicalization.
9444 * minibuffer.el (minibuffer-local-completion-map)
9445 (minibuffer-local-must-match-map): Move initialization from C.
9446 (minibuffer-local-filename-completion-map): Move initialization from C;
9447 don't inherit from anything here.
9448 (minibuffer-local-filename-must-match-map): Make obsolete.
9449 (completing-read-default): Use make-composed-keymap to combine
9450 minibuffer-local-filename-completion-map with either
9451 minibuffer-local-must-match-map or
9452 minibuffer-local-filename-completion-map.
9453
9454 2011-07-01 Glenn Morris <rgm@gnu.org>
9455
9456 * type-break.el (type-break-time-sum): Use dolist.
9457
9458 * textmodes/flyspell.el (flyspell-word-search-backward):
9459 Replace CL function.
9460
9461 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9462
9463 * mouse.el (mouse--strip-first-event): New function.
9464 (function-key-map): Use it to map fringe clicks to normal clicks
9465 by default.
9466
9467 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
9468 (vc-bzr-revision-completion-table): Add support for annotate and date.
9469
9470 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
9471 inherit from parent.
9472
9473 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9474
9475 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
9476 (dired-show-file-type): Doc fixup (bug#8818).
9477
9478 * dired.el (dired-mode): Fix up the doc string as suggested by
9479 Drew Adams (bug#8817).
9480
9481 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
9482 cookie, since the manual says that it should be possible to add
9483 this function to `find-file-hook' (bug#8709).
9484
9485 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9486
9487 * progmodes/cfengine.el: Moved all cfengine3.el functionality
9488 here. Noted Ted Zlatanov as the maintainer.
9489 (cfengine-common-settings, cfengine-common-syntax): New functions
9490 to set up common things between `cfengine-mode' and
9491 `cfengine3-mode'.
9492 (cfengine3-mode): New mode.
9493 (cfengine3-defuns cfengine3-defuns-regex
9494 (cfengine3-class-selector-regex cfengine3-category-regex)
9495 (cfengine3-vartypes cfengine3-font-lock-keywords)
9496 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
9497 (cfengine3-indent-line): Add from cfengine3.el.
9498
9499 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
9500
9501 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
9502
9503 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
9504
9505 2011-07-01 Martin Rudalics <rudalics@gmx.at>
9506
9507 * window.el (same-window-buffer-names, same-window-regexps)
9508 (same-window-p, special-display-frame-alist)
9509 (special-display-popup-frame, special-display-function)
9510 (special-display-buffer-names, special-display-regexps)
9511 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
9512 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9513 (split-window-preferred-function, split-height-threshold)
9514 (split-width-threshold, even-window-heights)
9515 (display-buffer-mark-dedicated, window-splittable-p)
9516 (split-window-sensibly, window-safely-shrinkable-p):
9517 Un-obsolete.
9518 (display-buffer): Don't spread args with function specifier
9519 because special-display-popup-frame won't like it.
9520
9521 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
9522
9523 Time-stamp simplifications and fixes.
9524 These improve accuracy slightly, and future-proof the code
9525 against some potential changes to current-time format.
9526
9527 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
9528 by using time-since and float-time.
9529
9530 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
9531 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
9532 + NNN microseconds".
9533
9534 * type-break.el (type-break-time-sum): Rewrite using time-add.
9535
9536 * play/hanoi.el (hanoi-current-time-float): Remove.
9537 All uses replaced by float-time.
9538
9539 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
9540 This yields a more-accurate answer.
9541 (rng-time-to-float): Remove; no longer needed.
9542
9543 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
9544
9545 * calendar/timeclock.el (timeclock-seconds-to-time):
9546 Defalias to seconds-to-time, since they're the same thing.
9547
9548 * emacs-lisp/elp.el (elp-elapsed-time):
9549 * emacs-lisp/benchmark.el (benchmark-elapse):
9550 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
9551
9552 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9553
9554 * window.el (bury-buffer): Don't iconify the only frame.
9555 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
9556 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
9557
9558 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
9559
9560 * eshell/em-smart.el (eshell-smart-display-navigate-list):
9561 Add mouse-yank-primary.
9562
9563 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9564
9565 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
9566
9567 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9568
9569 * emacs-lisp/find-func.el (find-library--load-name): New fun.
9570 (find-library-name): Use it to find relative load names when provided
9571 absolute file name (bug#8803).
9572
9573 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9574
9575 * textmodes/flyspell.el (flyspell-word): Consider words that
9576 differ only in case as potential doublons (bug#5687).
9577
9578 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
9579 Remove two rather uninteresting debugging-like messages to make
9580 debbugs.el more silent.
9581
9582 * comint.el (comint-password-prompt-regexp): Accept "Response" as
9583 a password-like phrase.
9584
9585 2011-06-30 Masatake YAMATO <yamato@redhat.com>
9586
9587 * progmodes/cc-guess.el: New file.
9588
9589 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
9590
9591 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
9592 derived from `c-basic-common-init'.
9593
9594 * progmodes/cc-mode.el (top-level): Require cc-guess.
9595 (c-basic-common-init): Use `cc-choose-style-for-mode'.
9596
9597 2011-06-30 Lawrence Mitchell <wence@gmx.li>
9598
9599 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
9600
9601 2011-06-30 Alan Mackenzie <acm@muc.de>
9602
9603 * progmodes/cc-engine.el (c-guess-continued-construct):
9604 Correct the handling of template-args-cont, particularly for when font
9605 lock is disabled. Name this case as "CASE G".
9606
9607 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
9608
9609 * allout.el (allout-yank-processing): Fix injection of extra space
9610 between bullet and non-whitespace character in first topic when
9611 pasting, ensuring that the actual spacing in the pasted topic
9612 following the bullet char is preserved. This extra space was
9613 causing pasted encrypted topics to get a decrypted status even
9614 when the content was actually still encrypted. Now the decryption
9615 status from before the paste is preserved.
9616
9617 (allout-flag-region): Set all allout overlays so they evaporate
9618 when reduced to zero length (evanescent), to prevent overlay
9619 leakage.
9620
9621 2011-06-30 Glenn Morris <rgm@gnu.org>
9622
9623 * w32-fns.el (w32-charset-info-alist): Declare.
9624
9625 * find-dired.el (find-grep-options): Simplify.
9626
9627 * term/ns-win.el (ns-set-resource): Declare.
9628
9629 * ses.el (row, col): Declare dynamic variables honestly.
9630
9631 * textmodes/reftex-parse.el (index-tags): Declare.
9632
9633 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
9634
9635 * cus-edit.el (customize-push-and-save): New function.
9636
9637 * files.el (hack-local-variables-confirm): Use it.
9638
9639 * custom.el (load-theme): New arg NO-CONFIRM.
9640 Use customize-push-and-save (Bug#8720).
9641 (custom-enabled-themes): Doc fix.
9642
9643 * cus-theme.el (customize-create-theme)
9644 (custom-theme-merge-theme): Callers to load-theme changed.
9645
9646 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9647
9648 * thingatpt.el (thing-at-point-short-url-regexp): Require that
9649 short URLs have at least one dot in them (bug #7614).
9650
9651 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
9652 nil, because using a pty is apparently too slow (bug #895).
9653
9654 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9655
9656 * mail/sendmail.el (sendmail-query-once): New function.
9657 (sendmail-query-once-function): New variable.
9658
9659 2011-06-29 Glenn Morris <rgm@gnu.org>
9660
9661 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
9662
9663 * ses.el (top-level): Require cl when compiling.
9664 (ses-set-localvars): Fix error statement.
9665 Call it at compile time to silence a storm of warnings.
9666
9667 2011-06-29 Martin Rudalics <rudalics@gmx.at>
9668
9669 * window.el (normalize-live-buffer): Rename to
9670 window-normalize-buffer.
9671 (normalize-live-frame): Rename to window-normalize-frame.
9672 (normalize-any-window): Rename to window-normalize-any-window.
9673 (normalize-live-window): Rename to window-normalize-live-window.
9674 (make-window-atom): Rename to window-make-atom.
9675 (window-resize-reset): Rename to window--resize-reset.
9676 (window-resize-reset-1): Rename to window--resize-reset-1.
9677 (resize-mini-window): Rename to window--resize-mini-window.
9678 (resize-subwindows-skip-p): Rename to
9679 window--resize-subwindows-skip-p.
9680 (resize-subwindows-normal): Rename to
9681 window--resize-subwindows-normal.
9682 (resize-subwindows): Rename to window--resize-subwindows.
9683 (resize-other-windows): Rename to window--resize-siblings.
9684 (resize-this-window): Rename to window--resize-this-window.
9685 (resize-root-window): Rename to window--resize-root-window.
9686 (resize-root-window-vertically): Rename to
9687 window--resize-root-window-vertically.
9688 (normalize-buffer-to-display): Rename to
9689 window-normalize-buffer-to-display.
9690 (normalize-buffer-to-switch-to): Rename to
9691 window-normalize-buffer-to-switch-to.
9692 Correspondingly update all callers of the functions listed
9693 above.
9694 (display-buffer-alist, display-buffer-normalize-arguments)
9695 (display-buffer-normalize-options, display-buffer)
9696 (display-buffer-alist-set): Use "function" instead of
9697 "fun-with-args".
9698
9699 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
9700
9701 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
9702 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
9703 debbugs.gnu.org. Mention acknowledgment email.
9704
9705 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9706
9707 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
9708 buffer multibyteness, since it shouldn't matter.
9709
9710 2011-06-28 Martin Rudalics <rudalics@gmx.at>
9711
9712 * window.el (display-buffer-in-side-window): Handle dedicated
9713 windows as in display-buffer-reuse-window.
9714 (display-buffer-normalize-alist): Use value of override
9715 specifier.
9716 (display-buffer-normalize-specifiers): Use value of
9717 other-window-means-other-frame specifier.
9718 (display-buffer-alist): Rewrite some texts in widgets.
9719 (display-buffer): Spread arguments when calling function
9720 specified by fun-with-args.
9721
9722 2011-06-28 Deniz Dogan <deniz@dogan.se>
9723
9724 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9725 Unnest `let'.
9726
9727 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
9728 selectors (Bug#5732).
9729 (css-proprietary-nmstart-re): Use `regexp-opt'.
9730
9731 2011-06-27 Jari Aalto <jari.aalto@cante.net>
9732
9733 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
9734 (eshell-ls-date-format): New defcustom.
9735 (eshell-ls-file): Use it.
9736
9737 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9738
9739 * help-fns.el (describe-variable): Fix message for terminal-local vars.
9740
9741 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
9742
9743 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
9744 (ange-ftp-make-tmp-name): New arg.
9745 (ange-ftp-file-local-copy): Use it.
9746
9747 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
9748
9749 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
9750 no-conversion (Bug#8870).
9751
9752 2011-06-27 Martin Rudalics <rudalics@gmx.at>
9753
9754 * window.el (window-right, window-left, window-child)
9755 (window-child-count, window-last-child)
9756 (window-iso-combination-p, walk-window-tree-1)
9757 (window-atom-check-1, window-tree-1, delete-window)
9758 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
9759 new naming conventions - window-vchild, window-hchild,
9760 window-next and window-prev are now called window-top-child,
9761 window-left-child, window-next-sibling and window-prev-sibling
9762 respectively.
9763 (resize-window-reset): Rename to window-resize-reset.
9764 (resize-window-reset-1): Rename to window-resize-reset-1.
9765 (resize-window): Rename to window-resize.
9766 (window-min-height, window-min-width)
9767 (resize-mini-window, resize-this-window, resize-root-window)
9768 (resize-root-window-vertically, adjust-window-trailing-edge)
9769 (enlarge-window, shrink-window, maximize-window)
9770 (minimize-window, delete-window, quit-restore-window)
9771 (split-window, balance-windows, balance-windows-area-adjust)
9772 (balance-windows-area, window-state-put-2)
9773 (display-buffer-even-window-sizes, display-buffer-set-height)
9774 (display-buffer-set-width, set-window-text-height)
9775 (fit-window-to-buffer): Rename all "resize-window" prefixed
9776 calls to use the "window-resize" prefix convention.
9777 (display-buffer-alist): Fix symbol for label specifier.
9778 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
9779 corresponding specifier.
9780 Reported by Juanma Barranquero <lekktu@gmail.com>.
9781
9782 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9783
9784 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
9785 convention.
9786 (ses-call-printer): Does not pass an empty string to formatter when the
9787 cell is empty to keep from barking printer Calc math-format-value.
9788
9789 2011-06-27 Richard Stallman <rms@gnu.org>
9790
9791 * battery.el (battery-mode-line-limit): New variable.
9792 (battery-update): Handle it.
9793
9794 * mail/rmailmm.el (rmail-mime-process-multipart):
9795 Handle truncated messages.
9796
9797 2011-06-27 Glenn Morris <rgm@gnu.org>
9798
9799 * progmodes/flymake.el (flymake-err-line-patterns):
9800 Allow for column numbers in the ant/javac pattern. (Bug#8866)
9801
9802 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9803
9804 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
9805 (ses--clean-!, ses--clean-_): New functions.
9806 (ses-range): Add configurability of readout order, and conversion
9807 to Calc vector.
9808
9809 * ses.el (ses-repair-cell-reference-all): New function.
9810 (ses-cell-symbol): Set macro as safe, so that it can be used in
9811 formulas.
9812
9813 * ses.el: Update cycle detection algorithm.
9814 (ses-localvars): Add ses--Dijkstra-attempt-nb and
9815 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
9816 (ses-set-localvars): New function.
9817 (ses-make-cell): Add property-list as a cell element.
9818 (ses-cell-property-get-fun, ses-cell-property-get)
9819 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
9820 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9821 New functions.
9822 (ses-cell-property-set, ses-cell-property-pop)
9823 (ses-cell-property-get-handle): New macro.
9824 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9825 New aliases, used for code readability.
9826 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9827 cycle detection.
9828 (ses-self-reference-early-detection): New defcustom.
9829 (ses-formula-references): Robustify against self-referring cells.
9830 (ses-mode): Use ses-set-localvars.
9831 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9832 before lauching the update processing.
9833 (ses-initialize-Dijkstra-attempt): New function.
9834 (ses-recalculate-cell): Update for cycle detection based on
9835 Dijkstra algorithm.
9836
9837 * ses.el: Fix commenting and indenting convention.
9838
9839 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9840
9841 * bs.el (bs-cycle-next): Complete last change.
9842
9843 2011-06-27 Drew Adams <drew.adams@oracle.com>
9844
9845 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9846
9847 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9848
9849 * net/network-stream.el (network-stream-open-starttls):
9850 Don't re-get capabilities unless we've reestablished connection.
9851 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9852
9853 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9854 to binary to possibly avoid line encoding issues on Windows (among
9855 other things).
9856
9857 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9858
9859 * net/network-stream.el (open-network-stream): Return an :error
9860 saying what the problem was, if possible.
9861
9862 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9863 server.
9864
9865 * net/network-stream.el (network-stream-open-starttls): If we
9866 wanted to use STARTTLS, and the server offered it, but we weren't
9867 able to because we had no STARTTLS support, then close the connection.
9868 (open-network-stream): Return an :error element, if present.
9869
9870 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
9871
9872 * hl-line.el (hl-line-sticky-flag): Doc fix.
9873 (global-hl-line-sticky-flag): New option (Bug#8323).
9874 (global-hl-line-highlight): Obey it.
9875
9876 * vc/vc.el (vc-revert-show-diff): Default to t.
9877
9878 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9879
9880 * allout-widgets.el (allout-widgets-post-command-business):
9881 Stop decorating intermediate isearch matches. They're not being
9882 undecorated when an isearch is continued past, and isearch
9883 automatically collapses them. This leads to "widget leaks", where
9884 decorated items accumulate in collapsed areas. Lines with lots of
9885 hidden widgets can slow down cursor travel, substantially.
9886 Too much complicated machinery would be needed to ensure undecoration,
9887 so we're doing without this nicety.
9888
9889 (allout-widgets-tally-string): Don't try to do a hash-table-count
9890 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9891 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9892 *Messages* when allout-widgets-maintain-tally is t.
9893
9894 2011-06-26 Martin Rudalics <rudalics@gmx.at>
9895
9896 * window.el (display-buffer-normalize-argument): Rename to
9897 display-buffer-normalize-arguments. Handle special meaning of
9898 LABEL argument. Respect special-display-function when popping up
9899 a new frame. Fix code searching for a window showing the buffer
9900 on another frame.
9901 (display-buffer-normalize-specifiers):
9902 Call display-buffer-normalize-arguments.
9903 (display-buffer-in-window): Don't undedicate the window if its
9904 buffer remains the same.
9905 Reported by Drew Adams <drew.adams@oracle.com>.
9906 (display-buffer-alist): Add choice for same-window macro
9907 specfier.
9908 (display-buffer): Mention special meaning of LABEL argument in
9909 doc-string. Fix quoting. Don't pop up a new frame even as
9910 fallback.
9911
9912 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
9913
9914 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9915 avoid deleting the current window in some cases (bug#8911).
9916
9917 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9918
9919 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9920 (Bug#8934)
9921
9922 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9923
9924 * net/network-stream.el (network-stream-open-starttls):
9925 Use built-in TLS support if `gnutls-available-p' is true.
9926 (network-stream-open-tls): Ditto.
9927
9928 2011-06-26 Leo Liu <sdl.web@gmail.com>
9929
9930 * register.el (registerv): New struct.
9931 (registerv-make): New function.
9932 (jump-to-register, describe-register-1, insert-register):
9933 Support the jump-func, print-func and insert-func slot of a registerv
9934 struct. (Bug#8415)
9935
9936 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
9937
9938 * vc/vc.el (vc-revert-show-diff): New defcustom.
9939 (vc-diff-internal): New arg specifying diff buffer.
9940 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9941 reuse an existing *vc-diff* buffer (Bug#8927).
9942
9943 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9944
9945 2011-06-26 Glenn Morris <rgm@gnu.org>
9946
9947 * progmodes/f90.el (f90-critical-indent): New option.
9948 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9949 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9950 (f90-mode): Doc fix.
9951 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9952 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9953 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9954 (f90-match-end): Handle block, critical.
9955
9956 2011-06-25 Glenn Morris <rgm@gnu.org>
9957
9958 * calendar/diary-lib.el (diary-included-files): Doc fix.
9959 (diary-include-files): New function, extracted from
9960 diary-include-other-diary-files and diary-mark-included-diary-files.
9961 (diary-include-other-diary-files, diary-mark-included-diary-files):
9962 Just call diary-include-files.
9963 (diary-mark-entries): Reset diary-included-files on first call.
9964
9965 * calendar/diary-lib.el (diary-mark-entries)
9966 (diary-mark-included-diary-files):
9967 Visit included diary-files in temp buffers.
9968
9969 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9970 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9971 (f90-start-block-re, f90-imenu-generic-expression)
9972 (f90-looking-at-program-block-start, f90-no-block-limit):
9973 Add support for submodules.
9974
9975 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9976 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
9977
9978 2011-06-25 Eli Zaretskii <eliz@gnu.org>
9979
9980 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9981 buffer-file-type before setting its value, to avoid disastrous
9982 global effects on decoding files for DOS/Windows systems. (Bug#8780)
9983
9984 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
9985
9986 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9987
9988 * ses.el (ses-unload-function):
9989 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9990
9991 * proced.el (proced-unload-function):
9992 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9993
9994 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9995
9996 * server.el (server-create-window-system-frame): Add parameters arg.
9997 (server-process-filter): Doc fix. Handle frame-parameters.
9998
9999 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
10000
10001 Fix bug#8730, bug#8781.
10002
10003 * loadhist.el (unload--set-major-mode): New function.
10004 (unload-feature): Use it.
10005
10006 * progmodes/python.el (python-after-info-look): Add autoload cookie.
10007 (python-unload-function): New function.
10008
10009 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10010
10011 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
10012
10013 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
10014
10015 * net/browse-url.el (browse-url-firefox-program): Add icecat to
10016 the candidates list.
10017
10018 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
10019
10020 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
10021
10022 2011-06-23 Richard Stallman <rms@gnu.org>
10023
10024 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
10025 (rmail-variables): Set next-error-move-function.
10026 (rmail-what-message): Take argument POS.
10027 (rmail-next-error-move): New function.
10028
10029 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10030
10031 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
10032 messages for adjacent non-terminals.
10033
10034 2011-06-23 Richard Stallman <rms@gnu.org>
10035
10036 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
10037 (rmail-show-message-1): Preserve buffer modified flag.
10038 (rmail-start-mail): Don't specify use of rmail-mail-return;
10039 that's done by mail-bury now.
10040 (rmail-mail-return): Handle arg NEWBUF.
10041
10042 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
10043
10044 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
10045 SIZE is a number.
10046
10047 2011-06-23 Martin Rudalics <rudalics@gmx.at>
10048
10049 * window.el (get-lru-window, get-mru-window)
10050 (get-largest-window): Never return a minibuffer window.
10051 (display-buffer-pop-up-window): Fix a bug that could lead to
10052 reusing the minibuffer window.
10053 (display-buffer): Pass original specifier argument to
10054 display-buffer-function instead of the normalized one.
10055 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
10056
10057 2011-06-22 Leo Liu <sdl.web@gmail.com>
10058
10059 * minibuffer.el (completing-read-function)
10060 (completing-read-default): Move from minibuf.c
10061
10062 2011-06-22 Richard Stallman <rms@gnu.org>
10063
10064 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
10065 to Rmail even if not started by a special Rmail command.
10066
10067 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
10068 Copy the buffer currently showing just one message.
10069
10070 2011-06-22 Roland Winkler <winkler@gnu.org>
10071
10072 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
10073 (bibtex-clean-entry): First delete the old key so that a
10074 customized algorithm for generating the new key does not get
10075 confused by the old key.
10076 (bibtex-url): Obey regexp of first step.
10077 (bibtex-search-entries): Do not use add-to-list with local
10078 list-var.
10079
10080 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10081
10082 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
10083 stored a user name, then query for the password first, instead of
10084 waiting for SMTP to give an error message and the trying again.
10085
10086 2011-06-22 Lawrence Mitchell <wence@gmx.li>
10087
10088 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
10089 BUFFER in call-process.
10090
10091 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10092
10093 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
10094 QUIT twice.
10095 (smtpmail-try-auth-methods): Require user name and password from
10096 auth-source.
10097
10098 2011-06-22 Martin Rudalics <rudalics@gmx.at>
10099
10100 * window.el (display-buffer-default-specifiers)
10101 (display-buffer-alist): Remove entries for pop-up-frame-alist.
10102 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
10103 (split-window): Normalize SIDE argument (Bug#8916).
10104
10105 * frame.el (pop-up-frame-alist, pop-up-frame-function)
10106 (special-display-frame-alist, special-display-popup-frame):
10107 Remove duplicate declarations. These are now in window.el.
10108
10109 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10110
10111 * mail/smtpmail.el (smtpmail-via-smtp):
10112 Set :use-starttls-if-possible so that we always use STARTTLS if the
10113 server supports it. SMTP servers that support STARTTLS commonly
10114 require it.
10115
10116 * net/network-stream.el (network-stream-open-starttls): Support
10117 upgrading to STARTTLS always, even if we don't have built-in support.
10118 (open-network-stream): Add the :always-query-capabilities keyword.
10119
10120 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
10121 upgrades with `open-network-stream', and rely solely on
10122 auth-source for all credentials. Big changes throughout the file,
10123 but in particular:
10124 (smtpmail-auth-credentials): Remove.
10125 (smtpmail-starttls-credentials): Remove.
10126 (smtpmail-via-smtp): Check for servers saying they want AUTH after
10127 MAIL FROM, too.
10128
10129 * net/network-stream.el (network-stream-open-starttls):
10130 Provide support for client certificates both for external and built-in
10131 STARTTLS.
10132 (auth-source): Require.
10133 (open-network-stream): Document the :client-certificate keyword.
10134 (network-stream-certificate): Change cert-cert to cert and
10135 cert-key to key.
10136
10137 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
10138
10139 * net/tramp-cache.el (top): Don't load the persistency file when
10140 "emacs -Q" has been called.
10141
10142 2011-06-21 Tim Harper <timcharper@gmail.com>
10143
10144 * term/ns-win.el (ns-initialize-window-system):
10145 Set application-specific `ApplePressAndHoldEnabled' system
10146 resource to NO as it is not yet supported by the NS port.
10147
10148 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
10149
10150 * misc.el (list-dynamic-libraries--refresh): Compute header here...
10151 (list-dynamic-libraries): ...not here.
10152
10153 2011-06-21 Leo Liu <sdl.web@gmail.com>
10154
10155 * subr.el (sha1): Implement sha1 using secure-hash.
10156
10157 2011-06-21 Martin Rudalics <rudalics@gmx.at>
10158
10159 * window.el (display-buffer-alist): In default value do not
10160 enforce searching a window on any but the selected frame.
10161 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10162 (display-buffer-select-window): Remove function.
10163 (display-buffer-in-window): When a window on another frame gets
10164 reused, do not select it any more but just raise its frame if
10165 necessary (Bug#8851) and (Bug#8856).
10166 (display-buffer-normalize-options): Handle pop-up-frames related
10167 options more faithfully.
10168 (pop-to-buffer): Don't rely on `display-buffer' selecting the
10169 window if it is on another frame.
10170 (display-buffer-alist, display-buffer-default-specifiers):
10171 Don't make new frame unsplittable by default.
10172 (display-buffer-normalize-argument): Fix doc-string typo and use
10173 'same-frame-other-window instead of 'other-window when associating
10174 with display-buffer-macro-specifiers.
10175
10176 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
10177
10178 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
10179 New functions.
10180 (5x5-mode-map, 5x5-mode-menu): Bind them.
10181 (5x5-draw-grid): Tweak the solver's rendering.
10182
10183 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10184
10185 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
10186 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
10187
10188 2011-06-21 Drew Adams <drew.adams@oracle.com>
10189
10190 * menu-bar.el: Use function variable instead of switch-to-buffer.
10191 (menu-bar-select-buffer-function): New variable.
10192 (menu-bar-update-buffers): Use it (bug#8876).
10193
10194 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10195
10196 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
10197 variable's status.
10198
10199 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
10200
10201 * x-dnd.el (x-dnd-version-from-flags)
10202 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
10203 and long as number (Bug#8899).
10204 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
10205
10206 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10207
10208 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
10209 (completion-try-completion, completion-all-completions): Compute the
10210 metadata argument if it's missing; make it optional (bug#8795).
10211
10212 * wid-edit.el: Use lex-bind and move towards completion-at-point.
10213 (widget-complete): Use new :completion-function property.
10214 (widget-completions-at-point): New function.
10215 (default): Use :completion-function instead of :complete.
10216 (widget-default-completions): Rename from widget-default-complete;
10217 Rewrite.
10218 (widget-string-complete, widget-file-complete, widget-color-complete):
10219 Remove functions.
10220 (file, symbol, function, variable, coding-system, color):
10221 * international/mule-cmds.el (default-input-method, charset)
10222 (language-info-custom-alist):
10223 * cus-edit.el (face): Use new property :completions.
10224
10225 * progmodes/pascal.el (pascal-completions-at-point): New function.
10226 (pascal-mode): Use it.
10227 (pascal-mode-map): Use completion-at-point.
10228 (pascal-toggle-completions): Make obsolete.
10229 (pascal-complete-word, pascal-show-completions):
10230 * progmodes/octave-mod.el (octave-complete-symbol):
10231 Redefine as obsolete alias.
10232 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
10233 Signal absence of completion info for old Octave,
10234 (inferior-octave-complete): Redefine as obsolete alias.
10235 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
10236 (meta-completions-at-point): Rename from meta-complete-symbol and
10237 adapt it for use on completion-at-point-functions.
10238 (meta-common-mode): Use it.
10239 (meta-looking-at-backward, meta-match-buffer): Remove.
10240 (meta-complete-symbol): Redefine as obsolete alias.
10241 (meta-common-mode-map): Use completion-at-point.
10242 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
10243 (makefile-mode-map): Use completion-at-point.
10244 (makefile-completions-at-point): Rename from makefile-complete and
10245 adapt it for use on completion-at-point-functions.
10246 (makefile-mode): Use it.
10247 (makefile-complete): Redefine as obsolete alias.
10248
10249 2011-06-20 Deniz Dogan <deniz@dogan.se>
10250
10251 * net/rcirc.el: Delete trailing whitespaces once and for all.
10252
10253 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
10254
10255 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
10256
10257 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
10258
10259 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
10260
10261 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
10262
10263 2011-06-19 Martin Rudalics <rudalics@gmx.at>
10264
10265 * window.el (display-buffer-other-window-means-other-frame):
10266 Call display-buffer-normalize-alist.
10267 (display-buffer-normalize-specifiers-1): Rename to
10268 display-buffer-normalize-argument. New argument other-frame.
10269 Rewrite.
10270 (display-buffer-normalize-specifiers-2): Rename to
10271 display-buffer-normalize-options.
10272 (display-buffer-normalize-alist-1): New function.
10273 (display-buffer-normalize-specifiers-3): Rename to
10274 display-buffer-normalize-alist.
10275 Call display-buffer-normalize-alist-1.
10276 (display-buffer-normalize-options-inhibit): New variable.
10277 (display-buffer-normalize-specifiers): Rewrite calling
10278 display-buffer-normalize-alist,
10279 display-buffer-normalize-argument, and
10280 display-buffer-normalize-options. Don't call the latter if
10281 display-buffer-normalize-options-inhibit is non-nil.
10282 (frame-auto-delete): New option.
10283 (window-deletable-p): Use frame-auto-delete.
10284 (window-list-no-nils, window-state-ignored-parameters)
10285 (window-state-get-1, window-state-get, window-state-put-list)
10286 (window-state-put-1, window-state-put-2, window-state-put):
10287 New functions.
10288 (display-buffer-normalize-options): Move special-display-p group
10289 after pop-up-frame group (Bug#8851) and (Bug#8856).
10290
10291 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
10292
10293 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
10294 groups (Bug#8776).
10295 (rx-submatch-n): New function.
10296 (rx): Document it.
10297
10298 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
10299 (Bug#8768).
10300
10301 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
10302
10303 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
10304
10305 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
10306 anytime existing face settings are present (Bug#8889).
10307
10308 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
10309 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
10310 Remove unused argument.
10311
10312 2011-06-18 Martin Rudalics <rudalics@gmx.at>
10313
10314 * window.el (display-buffer-default-specifiers):
10315 Remove pop-up-frame. Add pop-up-window-min-height,
10316 pop-up-window-min-width, and another reuse-window specifier
10317 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
10318 (display-buffer-normalize-specifiers-2):
10319 Handle split-height-threshold and split-width-threshold also when
10320 pop-up-windows is unset. Add a reuse-window specifier for the
10321 case popping up a new window fails.
10322 (special-display-popup-frame): Remove double quoting.
10323 (display-buffer-normalize-specifiers-1): Fix thinko.
10324
10325 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10326
10327 * shell.el (shell-completion-vars): Set pcomplete-termination-string
10328 according to comint-completion-addsuffix.
10329
10330 * pcomplete.el: Convert to lexical binding and fix bug#8819.
10331 (pcomplete-suffix-list): Mark as obsolete.
10332 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
10333 pcomplete-seen in the closure.
10334 (pcomplete-comint-setup): Setup completion-at-point as well.
10335 (pcomplete--entries): New function.
10336 (pcomplete--env-regexp): New var.
10337 (pcomplete-entries): Rewrite to work with partial-completion and
10338 without relying on pcomplete-suffix-list.
10339 (pcomplete-pare-list): Remove, unused.
10340
10341 2011-06-17 Martin Rudalics <rudalics@gmx.at>
10342
10343 * window.el (display-buffer-alist): Set pop-up-window-min-height
10344 and pop-up-window-min-width in default value. Reported by
10345 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
10346 other-window-means-other-frame.
10347 (display-buffer-macro-specifiers): Comment out entry for
10348 other-window specifier.
10349 (display-buffer-other-window-means-other-frame): New function.
10350 (display-buffer-normalize-specifiers-1): New arguments
10351 buffer-name and label. Treat other-window case specially.
10352 (display-buffer-normalize-specifiers-2): Treat other-window case
10353 specially.
10354 (display-buffer-normalize-specifiers-3): New function.
10355 (display-buffer-normalize-specifiers):
10356 Call display-buffer-normalize-specifiers-3.
10357
10358 2011-06-17 Martin Rudalics <rudalics@gmx.at>
10359
10360 * window.el (same-window-p): Fix two typos introduced when
10361 adding with-no-warnings.
10362 (display-buffer-normalize-specifiers-1): Don't check
10363 pop-up-frames for 'unset initialization.
10364 (display-buffer-normalize-specifiers-2): Major rewrite using
10365 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
10366 (pop-up-frames, display-buffer-reuse-frames)
10367 (display-buffer-mark-dedicated): Don't initialize to 'unset.
10368 Suggested by David Engster <deng@randomsample.de>.
10369 (even-window-heights): Initialize to 'unset.
10370 (display-buffer-alist-set): Handle new 'unset initializations.
10371 (display-buffer-macro-specifiers): Don't pop up a new frame in the
10372 other window case.
10373
10374 2011-06-16 Martin Rudalics <rudalics@gmx.at>
10375
10376 * window.el (display-buffer-normalize-specifiers-1):
10377 Respect current value of pop-up-frames for most reasonable values of
10378 second argument of display-buffer (Bug#8865).
10379 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
10380 (switch-to-buffer-other-window-same-frame)
10381 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
10382 Adams (Bug#8875).
10383 (display-buffer): Don't check noninteractive when calling
10384 display-buffer-pop-up-frame.
10385 (display-buffer-pop-up-frame): Never pop up a frame in
10386 noninteractive mode (Bug#8857).
10387 (enlarge-window, shrink-window): Don't report an error when the
10388 window can't be resized as requested (Bug#8862).
10389
10390 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
10393
10394 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
10395
10396 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
10397
10398 2011-06-15 Alan Mackenzie <acm@muc.de>
10399
10400 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
10401 for declarators, disable knr checking to speed up for normal files.
10402 2: Refactor, replacing a sequence of nested if forms by a cond form.
10403
10404 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10405
10406 * net/network-stream.el (open-network-stream): Add the keyword
10407 :always-query-capabilities for the case where you want to force a
10408 `plain' network connection, but the protocol still requires the
10409 capabilitiy command (i.e., SMTP and EHLO).
10410
10411 * subr.el (process-live-p): Rename from `process-alive-p' for
10412 consistency with other `-live-p' functions.
10413
10414 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10415
10416 * window.el (same-window-buffer-names, same-window-regexps)
10417 (special-display-frame-alist, special-display-popup-frame)
10418 (special-display-function, special-display-buffer-names)
10419 (special-display-regexps, pop-up-frame-alist)
10420 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
10421 (pop-up-windows, split-window-preferred-function)
10422 (split-height-threshold, split-width-threshold, even-window-heights)
10423 (display-buffer-mark-dedicated): Don't encourage the use of
10424 display-buffer-alist from Elisp code.
10425
10426 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10427
10428 * progmodes/python.el (python-mode): Derive from prog-mode.
10429 * progmodes/ps-mode.el (ps-mode):
10430 * progmodes/mixal-mode.el (mixal-mode):
10431 * progmodes/cfengine.el (cfengine-mode):
10432 * progmodes/ld-script.el (ld-script-mode): Likewise.
10433
10434 2011-06-15 Martin Rudalics <rudalics@gmx.at>
10435
10436 * window.el (display-buffer-alist): Trim default value to avoid
10437 popping up a new frame (Bug#8857) or reusing an arbitrary window
10438 on another frame.
10439 (display-buffer): Do not fall back on popping up a new frame in
10440 batch mode (Bug#8857).
10441
10442 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
10443
10444 * cus-theme.el (describe-theme-1): Use custom-theme-p.
10445 (custom-theme-summary): New function.
10446 (customize-themes): Use it.
10447
10448 2011-06-13 Glenn Morris <rgm@gnu.org>
10449
10450 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
10451
10452 2011-06-13 Martin Rudalics <rudalics@gmx.at>
10453
10454 * help.el (help-window): Remove variable.
10455 (help-window-point-marker, temp-buffer-max-height)
10456 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
10457 (help-print-return-message): Don't set help-window.
10458 (resize-temp-buffer-window): Rewrite cod eand doc-string.
10459 (help-window-setup-finish): Remove.
10460 (help-window-display-message, help-window-setup)
10461 (with-help-window): Major rewrite based on new
10462 display-buffer-window variable.
10463
10464 * help-mode.el (help-mode-finish): Remove help-window related
10465 code.
10466
10467 * view.el (view-exits-all-viewing-windows): Remove reference to
10468 view-return-to-alist in doc-string.
10469 (view-return-to-alist): Make obsolete.
10470 (view-buffer): Call pop-to-buffer-same-window and remove
10471 undo-window code.
10472 (view-buffer-other-window): Call pop-to-buffer-other-window and
10473 simplify code. Ignore second argument.
10474 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
10475 simplify code. Ignore second argument.
10476 (view-return-to-alist-update): Make obsolete.
10477 (view-mode-enter): Rename second argument to QUIT-RESTORE.
10478 Rewrite using quit-restore window parameters.
10479 (view-mode-exit): Rename second argument to EXIT-ONLY.
10480 Rewrite using quit-restore-window.
10481 (View-exit, View-exit-and-edit, View-leave, View-quit)
10482 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
10483 appropriate arguments.
10484 (view-end-message): Use quit-restore window parameter.
10485
10486 * window.el (display-buffer-function): Rewrite doc-string.
10487 (display-buffer-window, display-buffer-alist): New variables.
10488 (display-buffer-split-specifiers)
10489 (display-buffer-side-specifiers)
10490 (display-buffer-macro-specifiers): New constants.
10491 (display-buffer-even-window-sizes, display-buffer-set-height)
10492 (display-buffer-set-width, display-buffer-select-window)
10493 (display-buffer-in-window, display-buffer-reuse-window)
10494 (display-buffer-split-window-1, display-buffer-split-window)
10495 (display-buffer-split-atom-window, display-buffer-pop-up-window)
10496 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
10497 (display-buffer-in-side-window, normalize-buffer-to-display)
10498 (display-buffer-normalize-specifiers-1)
10499 (display-buffer-normalize-specifiers-2)
10500 (display-buffer-normalize-specifiers, display-buffer-frame):
10501 New functions.
10502 (display-buffer): Major rewrite.
10503 (display-buffer-other-window, display-buffer-other-frame)
10504 (pop-to-buffer, switch-to-buffer-other-window)
10505 (switch-to-buffer-other-frame): Rewrite.
10506 (display-buffer-same-window, display-buffer-same-frame)
10507 (display-buffer-same-frame-other-window)
10508 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10509 (pop-to-buffer-other-window)
10510 (pop-to-buffer-same-frame-other-window)
10511 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
10512 (switch-to-buffer-other-window-same-frame): New functions.
10513 (same-window-p, special-display-p): Rewrite disabling warnings.
10514 Make obsolete.
10515 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10516 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
10517 Make obsolete
10518 (same-window-buffer-names, same-window-regexps)
10519 (special-display-frame-alist, special-display-popup-frame)
10520 (special-display-function, special-display-buffer-names)
10521 (special-display-regexps, pop-up-frame-alist)
10522 (pop-up-frame-function, split-window-preferred-function)
10523 (split-height-threshold, split-width-threshold)
10524 (even-window-heights): Make obsolete.
10525
10526 2011-06-12 Glenn Morris <rgm@gnu.org>
10527
10528 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
10529 Misc simplifications.
10530
10531 2011-06-12 Martin Rudalics <rudalics@gmx.at>
10532
10533 * window.el (window-safely-shrinkable-p): Restore function which
10534 was inadvertently removed in change from 2011-06-11. Declare as
10535 obsolete.
10536
10537 * calendar/calendar.el (calendar-generate-window):
10538 Use window-iso-combined-p instead of combination of one-window-p and
10539 window-safely-shrinkable-p.
10540
10541 2011-06-12 Glenn Morris <rgm@gnu.org>
10542
10543 * progmodes/fortran.el (fortran-mode-syntax-table):
10544 * progmodes/f90.el (f90-mode-syntax-table):
10545 Set % to punctuation. (Bug#8820)
10546 (f90-find-tag-default): Remove, no longer needed.
10547
10548 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
10549
10550 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
10551
10552 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
10553
10554 * image.el (image-animated-p): Return animation delay in seconds.
10555 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
10556 (image-animate-timeout): Remove DELAY argument. Don't assume
10557 every subimage has the same delay; get it from image-animated-p.
10558 (image-animate): Caller changed.
10559
10560 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
10561
10562 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
10563 to ignored backtrace functions.
10564
10565 2011-06-11 Glenn Morris <rgm@gnu.org>
10566
10567 * calendar/appt.el (appt-disp-window-function): Doc fix.
10568 (appt-check): Handle overlapping appointments. (Bug#8337)
10569
10570 2011-06-11 Martin Rudalics <rudalics@gmx.at>
10571
10572 * window.el (window-tree-1, window-tree): New functions, moving
10573 the latter to window.el.
10574 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10575 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10576 (bw-refresh-edges): Remove.
10577 (balance-windows-1, balance-windows-2): New functions.
10578 (balance-windows): Rewrite in terms of window tree functions,
10579 balance-windows-1 and balance-windows-2.
10580 (bw-adjust-window): Remove.
10581 (balance-windows-area-adjust): New function with functionality of
10582 bw-adjust-window but using resize-window.
10583 (set-window-text-height): Rewrite doc-string.
10584 Use normalize-live-window and resize-window.
10585 (enlarge-window-horizontally, shrink-window-horizontally):
10586 Rename argument to DELTA.
10587 (window-buffer-height): New function.
10588 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
10589 Rewrite using new window resize routines.
10590 (kill-buffer-and-window, mouse-autoselect-window-select):
10591 Use ignore-errors instead of condition-case.
10592 (quit-window): Call delete-frame instead of delete-windows-on
10593 for the only buffer on frame.
10594
10595 2011-06-10 Martin Rudalics <rudalics@gmx.at>
10596
10597 * loadup.el (top-level): Load window before files for the sake
10598 of replace-buffer-in-windows.
10599
10600 * files.el (read-buffer-to-switch)
10601 (switch-to-buffer-other-window)
10602 (switch-to-buffer-other-frame, display-buffer-other-frame):
10603 Move to window.el.
10604
10605 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
10606 (previous-buffer): Move to window.el.
10607
10608 * bindings.el (unbury-buffer): Move to window.el.
10609
10610 * window.el (delete-other-windows-vertically): Move after
10611 definition of delete-other-windows.
10612 (other-window, delete-windows-on, replace-buffer-in-windows):
10613 Move here from window.c.
10614 (record-window-buffer, unrecord-window-buffer)
10615 (set-window-buffer-start-and-point, switch-to-prev-buffer)
10616 (switch-to-next-buffer): New functions.
10617 (get-next-valid-buffer, last-buffer, next-buffer): Move here
10618 from simple.el. Call switch-to-next-buffer.
10619 (previous-buffer): Move here from simple.el.
10620 Call switch-to-prev-buffer.
10621 (bury-buffer): Move here from buffer.c. Switch to previous
10622 buffer when window cannot be deleted.
10623 (unbury-buffer): Move here from bindings.el.
10624 (ctl-x-map): Move binding for other-window from window.c to
10625 here.
10626 (read-buffer-to-switch, switch-to-buffer-other-window)
10627 (switch-to-buffer-other-frame): Move here from files.el.
10628 (normalize-buffer-to-switch-to): New functions.
10629 (switch-to-buffer): Move here from buffer.c.
10630 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
10631
10632 2011-06-10 Martin Rudalics <rudalics@gmx.at>
10633
10634 * window.el (window-min-height, window-min-width): Move here
10635 from window.c. Add defcustoms and rewrite doc-strings.
10636 (resize-mini-window, resize-window): New functions.
10637 (adjust-window-trailing-edge, enlarge-window, shrink-window):
10638 Move here from window.c.
10639 (maximize-window, minimize-window): New functions.
10640 (delete-window, delete-other-windows, split-window): Move here
10641 from window.c.
10642 (window-split-min-size): New function.
10643 (split-window-keep-point): Mention split-window-above-each-other
10644 instead of split-window-vertically.
10645 (split-window-above-each-other, split-window-vertically):
10646 Rename split-window-vertically to split-window-above-each-other
10647 and provide defalias for old definition.
10648 (split-window-side-by-side, split-window-horizontally):
10649 Rename split-window-horizontally to split-window-side-by-side
10650 and provide defalias for the old definition.
10651 (ctl-x-map): Move bindings for delete-window,
10652 delete-other-windows and enlarge-window here from window.c.
10653 Replace bindings for split-window-vertically and
10654 split-window-horizontally by bindings for
10655 split-window-above-each-other and split-window-side-by-side.
10656
10657 * cus-start.el (all): Remove entries for window-min-height and
10658 window-min-width. Add entries for window-splits and
10659 window-nest.
10660
10661 2011-06-09 Glenn Morris <rgm@gnu.org>
10662
10663 * calendar/appt.el (appt-mode-line): New function.
10664 (appt-check, appt-disp-window): Use it.
10665
10666 * files.el (hack-one-local-variable-eval-safep):
10667 Allow minor-modes with explicit +/-1 arguments.
10668
10669 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
10670
10671 * term/xterm.el (xterm): Add defgroup.
10672 (xterm-extra-capabilities): Add defcustom to supply known xterm
10673 capabilities, skip querying them, or query them (default).
10674 (terminal-init-xterm): Use it.
10675 (terminal-init-xterm-modify-other-keys): New function to set up
10676 modifyOtherKeys support to simplify `terminal-init-xterm'.
10677
10678 2011-06-09 Martin Rudalics <rudalics@gmx.at>
10679
10680 * window.el (resize-window-reset, resize-window-reset-1)
10681 (resize-subwindows-skip-p, resize-subwindows-normal)
10682 (resize-subwindows, resize-other-windows, resize-this-window)
10683 (resize-root-window, resize-root-window-vertically)
10684 (window-deletable-p, window-or-subwindow-p)
10685 (frame-root-window-p): New functions.
10686
10687 2011-06-09 Glenn Morris <rgm@gnu.org>
10688
10689 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
10690 (ange-ftp-get-files): Use it.
10691
10692 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10693
10694 * mail/sendmail.el (mail-recover-1, mail-recover):
10695 * files.el (recover-file, recover-session):
10696 Handle dired-listing-switches not being just a single short option.
10697
10698 2011-06-09 Glenn Morris <rgm@gnu.org>
10699
10700 * calendar/appt.el (appt-display-message, appt-disp-window):
10701 Handle lists of appointments.
10702
10703 2011-06-08 Martin Rudalics <rudalics@gmx.at>
10704
10705 * window.el (one-window-p): Move down in code.
10706 Rewrite doc-string.
10707 (window-current-scroll-bars): Rewrite doc-string.
10708 Normalize live window argument.
10709 (walk-windows, get-window-with-predicate, count-windows):
10710 Rewrite doc-string. Use window-list-1.
10711 (window-in-direction-2, window-in-direction, get-mru-window):
10712 New functions.
10713
10714 2011-06-08 Reuben Thomas <rrt@sc3d.org>
10715
10716 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
10717 Doc fix (Bug#8713).
10718
10719 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
10720
10721 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
10722
10723 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
10724
10725 * loadhist.el (unload-feature-special-hooks):
10726 Add `comint-output-filter-functions'.
10727
10728 2011-06-08 Ivan Kanis <gnu@kanis.fr>
10729
10730 * calendar/appt.el (appt-check): Move some initializations into the let.
10731
10732 2011-06-08 Martin Rudalics <rudalics@gmx.at>
10733
10734 * window.el (window-height): Defalias to window-total-height.
10735 (window-width): Defalias to window-body-width.
10736
10737 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
10738
10739 * image-mode.el (image-toggle-animation): New command.
10740 (image-mode-map): Bind it to RET.
10741 (image-mode): Update message.
10742 (image-toggle-display-image): Avoid a spurious cache flush.
10743 (image-transform-rotation): Doc fix.
10744 (image-transform-properties): Return quickly in the normal case.
10745 (image-animate-loop): Rename from image-animate-max-time.
10746
10747 * image.el (image-animate-max-time): Move to image-mode.el.
10748 (create-animated-image): Remove unnecessary function.
10749 (image-animate): Rename from image-animate-start. New arg.
10750 (image-animate-stop): Remove; just use image-animate-timer.
10751 (image-animate-timer): Use car-safe.
10752 (image-animate-timeout): Rename argument.
10753
10754 2011-06-07 Martin Rudalics <rudalics@gmx.at>
10755
10756 * window.el (get-lru-window, get-largest-window): Move here from
10757 window.c. Rename first argument to ALL-FRAMES.
10758 Rephrase doc-strings.
10759 (get-buffer-window-list): Rewrite using window-list-1.
10760 Rephrase doc-string.
10761 (window-safe-min-height, window-safe-min-width): New constants.
10762 (window-size-ignore, window-min-size, window-min-size-1)
10763 (window-sizable, window-sizable-p, window-size-fixed-1)
10764 (window-size-fixed-p, window-min-delta-1, window-min-delta)
10765 (window-max-delta-1, window-max-delta, window-resizable)
10766 (window-resizable-p, window-total-height, window-total-width)
10767 (window-body-width): New functions.
10768 (window-full-height-p, window-full-width-p): Rewrite using
10769 window-total-size.
10770 (window-body-height): Rewrite using window-body-size.
10771
10772 2011-06-06 Martin Rudalics <rudalics@gmx.at>
10773
10774 * window.el (window-right, window-left, window-child)
10775 (window-child-count, window-last-child, window-any-p)
10776 (normalize-live-buffer, normalize-live-frame)
10777 (normalize-any-window, normalize-live-window)
10778 (window-iso-combination-p, window-iso-combined-p)
10779 (window-iso-combinations)
10780 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
10781 (windows-with-parameter, window-with-parameter)
10782 (window-atom-root, make-window-atom, window-atom-check-1)
10783 (window-atom-check, window-side-check, window-check):
10784 New functions.
10785 (ignore-window-parameters, window-sides, window-sides-vertical)
10786 (window-sides-slots): New variables.
10787 (window-size-fixed): Move down in code. Minor doc-string fix.
10788
10789 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
10790
10791 * comint.el (comint-dynamic-complete-as-filename)
10792 (comint-dynamic-complete-filename): Correctly call
10793 completion-in-region.
10794
10795 2011-06-05 Deniz Dogan <deniz@dogan.se>
10796
10797 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
10798 in last change.
10799
10800 2011-06-05 Deniz Dogan <deniz@dogan.se>
10801
10802 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10803 (rcirc): Use it to prompt for encryption.
10804
10805 2011-06-05 Roland Winkler <winkler@gnu.org>
10806
10807 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10808 (bibtex-search-entries): New command bound to C-c C-a.
10809 (bibtex-display-entries): New function.
10810
10811 2011-06-05 Roland Winkler <winkler@gnu.org>
10812
10813 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10814 (bibtex-insert-kill): After yanking insert newline if necessary.
10815 (bibtex-initialize): Call bibtex-string-files-init only once.
10816 (bibtex-mode): Do not call easy-menu-add.
10817 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10818 (bibtex-yank): Set arg properly if nil.
10819
10820 2011-06-05 Roland Winkler <winkler@gnu.org>
10821
10822 * textmodes/bibtex.el (bibtex-search-entry-globally):
10823 New variable.
10824 (bibtex-search-entry): Use it.
10825
10826 2011-06-05 Roland Winkler <winkler@gnu.org>
10827
10828 * textmodes/bibtex.el (bibtex-entry-format): New option
10829 sort-fields.
10830 (bibtex-format-entry, bibtex-reformat): Honor this option.
10831 (bibtex-parse-entry): Return fields in proper order.
10832
10833 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
10834
10835 * doc-view.el (doc-view-remove-if): Move computation of result out
10836 of `dolist' to silence misleading lexical-binding warning.
10837
10838 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
10839
10840 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10841 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10842
10843 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
10844
10845 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10846 "SunOS 5.10".
10847
10848 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
10849
10850 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10851 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10852 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10853 (tramp-parse-putty):
10854 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10855 (tramp-completion-function-alist-ssh)
10856 (tramp-completion-function-alist-telnet)
10857 (tramp-completion-function-alist-su)
10858 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10859 cookie.
10860
10861 * net/tramp-ftp.el:
10862 * net/tramp-sh.el:
10863 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10864 load "tramp.el" `tramp-set-completion-function'.
10865
10866 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10867
10868 * shell.el: Require and use pcomplete.
10869 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10870 (shell-completion-vars): Set pcomplete-default-completion-function.
10871
10872 2011-06-04 Deniz Dogan <deniz@dogan.se>
10873
10874 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10875 `memq' (Bug#8799).
10876
10877 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10878
10879 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10880
10881 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
10882
10883 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10884 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10885 * vc/log-view.el (log-view-beginning-of-defun):
10886 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10887 (smerge-refine-forward, smerge-refine-chopup-region):
10888 Silence warning for unused `dotimes' counter variables.
10889
10890 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10891
10892 * net/tramp.el (tramp-with-progress-reporter): Rename from
10893 with-progress-reporter. Use `declare'.
10894 * net/tramp-smb.el:
10895 * net/tramp-sh.el:
10896 * net/tramp-gvfs.el: Update all uses.
10897
10898 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10899
10900 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10901 buffer isn't killed before making it current.
10902
10903 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10904
10905 Silence various byte-compiler warnings.
10906 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10907 `access-type' and new obsolescence format.
10908 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10909 new format.
10910 (byte-compile-check-variable): New `access-type' argument.
10911 Only warn if the access-type is obsolete.
10912 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10913 (byte-compile-variable-set): Adjust callers.
10914 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10915 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10916 setting it as obsolete.
10917 * simple.el (minibuffer-completing-symbol):
10918 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10919 access as obsolete.
10920 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10921 obsolete yet.
10922 * international/quail.el (quail-mouse-choose-completion): Remove unused
10923 code referring to obsolete var.
10924 (quail-choose-completion-string): Remove.
10925 * server.el (server-clients-with, server-kill-buffer-query-function)
10926 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10927 * proced.el (proced-send-signal):
10928 * emacs-lisp/lisp.el (lisp-complete-symbol):
10929 Replace completion-annotate-function with completion-extra-properties.
10930
10931 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10932
10933 * simple.el (goto-line): Use read-number.
10934 (overriding-map-is-bound): Remove.
10935 (saved-overriding-map): Change default.
10936 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10937 Take the map as argument.
10938 (universal-argument, negative-argument, digit-argument): Use it.
10939 (restore-overriding-map): Adjust.
10940 (do-auto-fill): Use fill-forward-paragraph.
10941 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10942
10943 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10944 (minibuffer-inactive-mode): New major mode.
10945 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10946 the *Messages* buffer" hack.
10947 (mouse-popup-menubar): Don't burp if the event is a normal key.
10948
10949 Miscellaneous tweaks.
10950 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10951 lexical scoping as in subr.el's dolist and dotimes.
10952 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10953 Silence compiler warning.
10954 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10955 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10956 * international/ccl.el (ccl-compile): Trivial simplification.
10957 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10958 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10959 `printflag' argument.
10960 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10961 Purecopy the whole obsolescence data.
10962
10963 2011-06-01 Leo Liu <sdl.web@gmail.com>
10964
10965 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10966 improve doc-string as suggested by Marco Pessotto
10967 <melmothx@gmail.com>.
10968 (rcirc-print): Fix last change.
10969
10970 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10971
10972 * minibuffer.el (complete-with-action): Return nil for the metadata and
10973 boundaries of non-functional tables.
10974 (completion-table-dynamic): Return nil for the metadata.
10975 (completion-table-with-terminator): Add default case, using
10976 complete-with-action.
10977 (completion--metadata): New function.
10978 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10979 to try and avoid pathological performance problems.
10980 (completion--embedded-envvar-table): Return `category' metadata.
10981
10982 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10983
10984 * subr.el (process-alive-p): New tiny convenience function.
10985
10986 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10987
10988 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10989 content but also its previous major mode.
10990
10991 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
10992
10993 * emacs-lisp/debug.el (debug): Restore the previous content of the
10994 *Backtrace* buffer when we exit with C-M-c.
10995
10996 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10997
10998 * minibuffer.el: Add metadata method to completion tables.
10999 (completion-category-overrides): New defcustom.
11000 (completion-metadata, completion--field-metadata)
11001 (completion-metadata-get, completion--styles)
11002 (completion--cycle-threshold): New functions.
11003 (completion-try-completion, completion-all-completions):
11004 Add `metadata' argument to choose completion-styles.
11005 (completion--do-completion): Use metadata to choose cycling.
11006 (completion-all-sorted-completions): Use metadata for sorting.
11007 Remove :completion-cycle-penalty which is not needed any more.
11008 (completion--try-word-completion): Add `metadata' argument.
11009 (minibuffer-completion-help): Check metadata for annotation function
11010 and sorting.
11011 (completion-file-name-table): Return `category' metadata.
11012 (minibuffer-completing-file-name): Make obsolete.
11013 * simple.el (minibuffer-completing-symbol): Make obsolete.
11014 * icomplete.el (icomplete-completions): Pass new `metadata' param to
11015 completion-try-completion.
11016
11017 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11018
11019 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
11020
11021 2011-05-30 Leo Liu <sdl.web@gmail.com>
11022
11023 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
11024 (rcirc-print): Decode all incoming messages (bug#8744).
11025 (rcirc-decode-coding-system): Allow value nil for automatic coding
11026 system detection.
11027
11028 2011-06-01 Glenn Morris <rgm@gnu.org>
11029
11030 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
11031
11032 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
11033
11034 * image.el (image-animate-max-time): Allow nil and t values.
11035 Default to nil.
11036 (create-animated-image): Doc fix.
11037 (image-animate-start): Remove second arg; just use
11038 image-animate-max-time.
11039 (image-animate-timeout): Doc fix. Args changed.
11040
11041 * image-mode.el (image-toggle-display-image): Ensure that the
11042 image spec passed to the animate timer is the same object as in
11043 the buffer's display property (Bug#6981).
11044 (image-transform-properties): Doc fix.
11045
11046 * image.el (image-animate-max-time): Default to nil.
11047
11048 2011-05-29 Martin Rudalics <rudalics@gmx.at>
11049
11050 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
11051 entire buffer list (Bug#8184).
11052
11053 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
11054
11055 * image.el (imagemagick-types-inhibit)
11056 (imagemagick-register-types): Doc fix.
11057
11058 2011-05-29 Deniz Dogan <deniz@dogan.se>
11059
11060 * net/rcirc.el (rcirc): Use the user's stored encryption method by
11061 default.
11062
11063 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
11064
11065 * select.el: Don't perform clipboard-manager saving in hooks;
11066 leave the hooks empty.
11067
11068 2011-05-28 Leo Liu <sdl.web@gmail.com>
11069
11070 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
11071 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
11072 (occur-edit-mode): New major mode (Bug#8463).
11073 (occur-after-change-function): New function.
11074 (occur-engine): Give Occur tags a read-only property.
11075
11076 2011-05-28 Kevin Ryde <user42@zip.com.au>
11077
11078 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
11079
11080 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
11081
11082 * bindings.el (help-echo): Make the initial non-indicator dash
11083 empty on graphical terminals (Bug#7295).
11084
11085 * files.el (auto-mode-alist): Move config rule after the
11086 in-stripping one (Bug#8547).
11087
11088 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
11089
11090 * startup.el (normal-splash-screen): Remove gratuitous mode-line
11091 setting (Bug#8740).
11092
11093 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
11094
11095 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
11096 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
11097 (Bug#8539).
11098
11099 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
11100
11101 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
11102
11103 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
11104
11105 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
11106 (hs-hide-block-at-point, hs-find-block-beginning)
11107 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
11108 (Bug#8279).
11109
11110 2011-05-28 Glenn Morris <rgm@gnu.org>
11111
11112 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
11113
11114 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
11115
11116 * help-fns.el (describe-function-1): If the function is a derived
11117 major mode, print the parent mode.
11118
11119 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
11120 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
11121
11122 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11123
11124 * minibuffer.el (completion--capf-wrapper): Check applicability before
11125 returning non-nil for non-exclusive completion data.
11126 * progmodes/etags.el (tags-completion-at-point-function):
11127 * info-look.el (info-lookup-completions-at-point): Mark as
11128 non-exclusive.
11129 (info-complete): Adjust accordingly.
11130
11131 * info-look.el: Convert to lexical-binding and completion-at-point.
11132 (info-lookup-completions-at-point): New function.
11133 (info-complete): Use it and completion-in-region.
11134
11135 2011-05-28 Drew Adams <drew.adams@oracle.com>
11136
11137 * isearch.el: Let M-e start with point at the first mismatched char.
11138 (isearch-fail-pos): New function.
11139 (isearch-edit-string): Use it.
11140
11141 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11142
11143 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11144
11145 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
11146
11147 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
11148 traversal functions for avl-trees.
11149 (avl-tree--stack): New struct.
11150 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
11151 (avl-tree-enter): Add optional `updatefun' arg.
11152 (avl-tree--do-enter): Add optional `updatefun' arg.
11153 Change return value.
11154 (avl-tree-delete): Add optional `test' and `nilflag' args.
11155 (avl-tree--do-delete): Add `test' and `nilflag' args.
11156 Change return value.
11157 (avl-tree-member): Add optional `nilflag'
11158 (avl-tree-member-p): New function.
11159 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
11160 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
11161 (avl-tree-stack-empty-p): New functions.
11162
11163 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
11164 avl-tree--del-balance1 and make it work both ways.
11165 (avl-tree--del-balance2): Remove.
11166 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
11167 make it work both ways.
11168 (avl-tree--enter-balance2): Remove.
11169 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
11170 New macros.
11171 (avl-tree--mapc, avl-tree-map): Add direction argument.
11172
11173 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
11174
11175 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
11176
11177 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
11178
11179 * select.el: Support clipboard managers with built-in function
11180 x-clipboard-manager-save, via delete-frame-functions and
11181 kill-emacs-hook.
11182 (xselect-convert-to-targets): Add MULTIPLE target to list.
11183 (xselect-convert-to-save-targets): New function.
11184
11185 2011-05-27 Kenichi Handa <handa@m17n.org>
11186
11187 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
11188 let-binding rfc2047-encode-encoded-words to nil.
11189
11190 2011-05-27 Glenn Morris <rgm@gnu.org>
11191
11192 * mail/emacsbug.el: Don't require url-util.
11193
11194 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
11195
11196 * files.el (set-auto-mode):
11197 Also respect mode: entries at the end of the file. (Bug#8586)
11198
11199 2011-05-26 Glenn Morris <rgm@gnu.org>
11200
11201 * files.el (hack-local-variables-prop-line, hack-local-variables):
11202 Downcase mode names, as seems to be traditional.
11203 (hack-local-variables, hack-local-variables-apply): Doc fixes.
11204
11205 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
11206 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
11207
11208 2011-05-25 Julien Danjou <julien@danjou.info>
11209
11210 * textmodes/rst.el (rst-define-level-faces): Do not define face
11211 symbol if it is already defined.
11212
11213 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
11214
11215 * play/5x5.el (5x5-new-game, 5x5-randomize):
11216 Reset 5x5-solver-output to nil when a new grid is cast.
11217 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
11218 these debugging traces, as defmacro breaks the compiled code.
11219
11220 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11221
11222 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11223
11224 2011-05-24 Leo Liu <sdl.web@gmail.com>
11225
11226 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
11227 (vc-bzr-sha1): Adapt.
11228
11229 * sha1.el: Remove. Function `sha1' is now builtin.
11230
11231 * bindings.el: Provide sha1 feature.
11232
11233 2011-05-24 Kenichi Handa <handa@m17n.org>
11234
11235 * mail/sendmail.el: Require `rfc2047'.
11236 (mail-insert-from-field): Do not perform RFC2047 encoding.
11237 (mail-encode-header): New function.
11238 (sendmail-send-it): Set buffer-file-coding-system of the work
11239 buffer to the return value of select-message-coding-system.
11240 Call mail-encode-header.
11241
11242 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
11243
11244 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
11245
11246 * mail/supercite.el (sc-default-cite-frame):
11247 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
11248
11249 2011-05-24 Glenn Morris <rgm@gnu.org>
11250
11251 * progmodes/python.el (brm-menu): Declare.
11252
11253 * emulation/viper.el (viper-set-hooks): Declare.
11254
11255 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
11256 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
11257 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
11258 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
11259 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
11260 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
11261
11262 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11263
11264 Add an :exit-function for completion-at-point.
11265
11266 * minibuffer.el (completion--done): New fun.
11267 (completion--do-completion): Use it. New arg `expect-exact'.
11268 (minibuffer-complete, minibuffer-complete-word): Don't output message,
11269 since completion--do-completion does it for us now.
11270 (minibuffer-force-complete): Use completion--done and
11271 completion--replace. Handle sole-completion case with more care.
11272 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
11273 (completion-extra-properties): New var.
11274 (completion-annotate-function): Make obsolete.
11275 (minibuffer-completion-help): Adjust accordingly.
11276 Use completion-list-insert-choice-function.
11277 (completion-at-point, completion-help-at-point):
11278 Bind completion-extra-properties.
11279 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
11280 * simple.el (completion-list-insert-choice-function): New var.
11281 (completion-setup-function): Preserve it.
11282 (choose-completion): Pay attention to it, shuffle the code a bit.
11283 (choose-completion-string): New arg `insert-function'.
11284
11285 * textmodes/bibtex.el: Convert to lexical binding.
11286 (bibtex-mode-map): Use completion-at-point.
11287 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
11288 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
11289 (bibtex-complete): Define as obsolete alias.
11290 (bibtex-complete-internal): Remove.
11291 (bibtex-format-entry): Remove unused sub-group in regexp.
11292 * shell.el (shell--command-completion-data)
11293 (shell-environment-variable-completion):
11294 * pcomplete.el (pcomplete-completions-at-point):
11295 * comint.el (comint--complete-file-name-data): Use :exit-function
11296 instead of completion-table-with-terminator so it also works for
11297 choose-completion.
11298
11299 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11300
11301 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
11302
11303 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
11304 (bug#8710).
11305
11306 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
11307
11308 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
11309
11310 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
11311 customization variable and implement: If non-nil, auto-fill will
11312 be inhibited while on topic's header line.
11313
11314 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
11315
11316 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
11317 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
11318 always have a solution in grid size = 5 cases.
11319 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
11320 (5x5-solver-output, 5x5-log-buffer): New vars.
11321 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
11322 Make these variables buffer local to achieve 5x5 multi-session-ness.
11323 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
11324 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
11325 (5x5-solve-suggest): New funs.
11326 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
11327 randomize a grid so that we ensure that there is always a solution.
11328 (5x5-make-random-grid): Allow other movement than flipping.
11329
11330 2011-05-23 Kevin Ryde <user42@zip.com.au>
11331
11332 * emacs-lisp/advice.el (ad-read-advised-function):
11333 Use `function-called-at-point' as the default, if it has
11334 advice and passes PREDICATE.
11335
11336 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11337
11338 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
11339 byte-compile-lambda if it's actually a lambda.
11340
11341 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
11342 Fix function quoting. Use backquote better.
11343
11344 2011-05-22 Yuanle Song <sylecn@gmail.com>
11345
11346 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
11347 matching (Bug#8516).
11348
11349 2011-01-22 Jari Aalto <jari.aalto@cante.net>
11350
11351 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
11352 different face (Bug#8178).
11353
11354 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
11355
11356 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
11357 defface (Bug#8144).
11358
11359 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11360
11361 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
11362 funcall as well (bug#8712). Warn when performing those conversions.
11363 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
11364
11365 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
11366
11367 2011-05-22 Glenn Morris <rgm@gnu.org>
11368
11369 * files.el (hack-local-variables-prop-line): Small simplifications.
11370 (hack-local-variables, hack-local-variables-prop-line):
11371 If MODE-ONLY, return the mode, rather than just `t'.
11372
11373 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11374
11375 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
11376
11377 2011-05-21 Glenn Morris <rgm@gnu.org>
11378
11379 * files.el (hack-local-variables-prop-line, hack-local-variables):
11380 If only interested in the mode, don't bother doing the other stuff.
11381
11382 * image-mode.el (image-after-revert-hook):
11383 Redraw all frames on which the image is visible. (Bug#8567)
11384
11385 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
11386
11387 * wid-edit.el (widget-checklist-match-inline):
11388 Fix 2011-04-19 change. (Bug#8649)
11389
11390 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11391
11392 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11393 Also allow singlespace after single-letter capitals followed by a dot.
11394
11395 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
11396 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
11397
11398 2011-05-20 Nix <nix@esperi.org.uk>
11399
11400 * files.el (basic-save-buffer-2):
11401 Fix handling of break-hardlink-on-save with non-existent files.
11402
11403 2011-05-19 Deniz Dogan <deniz@dogan.se>
11404
11405 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
11406 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
11407
11408 2011-05-19 Glenn Morris <rgm@gnu.org>
11409
11410 * progmodes/f90.el (f90-type-def-re):
11411 Handle "type, bind(c)". (Bug#8691)
11412
11413 * emacs-lisp/autoload.el (batch-update-autoloads):
11414 Set autoload-excludes by parsing loadup.el rather than Makefiles.
11415
11416 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
11417
11418 * net/tramp.el (tramp-process-actions): Set "first-password-request"
11419 property for the correct connection in case of multihops.
11420
11421 2011-05-18 Glenn Morris <rgm@gnu.org>
11422
11423 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
11424 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
11425
11426 Rationalize calendar handling of day and month abbrev-arrays.
11427 * calendar/calendar.el (calendar-customized-p): New function.
11428 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
11429 (calendar-day-name-array, calendar-month-name-array): Doc fix.
11430 Add :set function.
11431 (calendar-abbrev-length, calendar-day-abbrev-array)
11432 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
11433 (calendar-day-abbrev-array, calendar-month-abbrev-array):
11434 Elements may no longer be nil.
11435 (calendar-day-name, calendar-month-name):
11436 Update for changed nature of abbrev arrays.
11437 * calendar/diary-lib.el (diary-name-pattern):
11438 Update for changed nature of abbrev arrays.
11439 (diary-mark-entries-1): Update calendar-make-alist calls.
11440 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
11441 * calendar/cal-html.el (cal-html-day-abbrev-array):
11442 Simply inherit from calendar-day-abbrev-array.
11443
11444 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11445
11446 * progmodes/grep.el (grep-mode): Disable default
11447 compilation-directory-matcher setting (bug#8684).
11448
11449 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
11450
11451 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
11452 instead of "head" and "tail". There were problems with SunOS 5.9,
11453 and it performs better.
11454
11455 2011-05-17 Glenn Morris <rgm@gnu.org>
11456
11457 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
11458
11459 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
11460 Replace obsolete function.
11461
11462 * shell.el (pcomplete-parse-arguments-function): Declare.
11463
11464 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
11465 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
11466 (appt-check): Doc fixes.
11467 (appt-disp-window-function, appt-delete-window-function):
11468 Remove needless special case in custom :type.
11469 (appt-display-count): Default to 0, not nil.
11470 (appt-check): Reset appt-display-count to 0, not nil.
11471
11472 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
11473
11474 * progmodes/python.el (python-font-lock-keywords):
11475 Add the Python 3.X keyword "nonlocal" (bug#8639).
11476
11477 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11478
11479 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
11480
11481 2011-05-16 Kevin Ryde <user42@zip.com.au>
11482
11483 * info-look.el (makefile-automake-mode): New setups, looking in
11484 automake manual, then makefile-mode.
11485 (makefile-mode): Remove automake manual, have it just in
11486 makefile-automake-mode since there's various things different or
11487 not relevant to plain make.
11488 (makefile-mode): Remove "other-modes" non-existent automake-mode,
11489 believe a hypothetical automake-mode would go to makefile-mode,
11490 not the other way around.
11491
11492 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
11493
11494 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
11495 hunk-end tags (Bug#8672).
11496
11497 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
11498 vc-annotate-show-diff-revision-at-line (Bug#8671).
11499
11500 2011-05-14 Glenn Morris <rgm@gnu.org>
11501
11502 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
11503 in the middle of an existing one with multiple authors. (Bug#8645)
11504 (change-log-font-lock-keywords): Also handle multiple author lines
11505 with leading tabs. (Bug#8644)
11506
11507 * calendar/appt.el (appt-check): Rename some local variables.
11508 Some simplification/reordering.
11509
11510 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
11511 (feedmail-sendmail-f-doesnt-sell-me-out)
11512 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11513 (feedmail-debug-sit-for, feedmail-queue-express-hook)
11514 (feedmail-queue-runner-message-sender): Set :version.
11515 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
11516 (bbdb-dwim-net-address, vm-mail): Declare.
11517 (feedmail-binmail-gnulinuxish-template):
11518 Rename from feedmail-binmail-linuxish-template.
11519 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
11520 Use insert-buffer-substring.
11521
11522 2011-05-14 Bill Carpenter <bill@carpenter.org>
11523
11524 * mail/feedmail.el (feedmail-patch-level): Increase.
11525 (feedmail-debug): New custom group.
11526 (feedmail-confirm-outgoing-timeout)
11527 (feedmail-sendmail-f-doesnt-sell-me-out)
11528 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11529 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
11530 (feedmail-sender-line, feedmail-from-line)
11531 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
11532 (feedmail-spray-this-address)
11533 (feedmail-spray-address-fiddle-plex-list)
11534 (feedmail-queue-use-send-time-for-date)
11535 (feedmail-queue-use-send-time-for-message-id)
11536 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
11537 (feedmail-buffer-eating-function):
11538 Doc fixes.
11539 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
11540 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
11541 (feedmail-message-action-scroll-down): New functions.
11542 (feedmail-queue-directory, feedmail-queue-draft-directory):
11543 Use expand-file-name.
11544 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
11545 Remove C-v help entry.
11546 (feedmail-queue-buffer-file-name): New variable.
11547 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
11548 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
11549 (feedmail-message-action-send-strong, feedmail-message-action-edit)
11550 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
11551 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
11552 (feedmail-message-action-toggle-spray)
11553 (feedmail-run-the-queue-no-prompts)
11554 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
11555 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
11556 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
11557 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
11558 (feedmail-envelope-deducer, feedmail-fiddle-from)
11559 (feedmail-fiddle-sender, feedmail-default-date-generator)
11560 (feedmail-fiddle-date, feedmail-fiddle-message-id)
11561 (feedmail-fiddle-spray-address)
11562 (feedmail-fiddle-list-of-spray-fiddle-plexes)
11563 (feedmail-fiddle-list-of-fiddle-plexes)
11564 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
11565 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
11566 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
11567 Change default. Doc fix.
11568 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
11569 (feedmail-binmail-linuxish-template): New constant.
11570 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
11571 Respect feedmail-sendmail-f-doesnt-sell-me-out.
11572 (feedmail-send-it): Add debug call.
11573 Use feedmail-queue-buffer-file-name, and
11574 feedmail-send-it-immediately-wrapper.
11575 (feedmail-message-action-send): Add debug call.
11576 Use feedmail-send-it-immediately-wrapper.
11577 (feedmail-queue-express-to-queue): Add debug call.
11578 Run feedmail-queue-express-hook.
11579 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
11580 (feedmail-message-action-help-blat):
11581 Rename from feedmail-queue-send-edit-prompt-help-first.
11582 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
11583 Check line-endings. Handle errors better.
11584 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
11585 Doc fix. Add debug call.
11586 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
11587 Use feedmail-queue-send-edit-prompt-inner.
11588 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
11589 (feedmail-queue-send-edit-prompt-inner): New function, extracted
11590 from feedmail-queue-send-edit-prompt.
11591 (feedmail-queue-send-edit-prompt-help)
11592 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
11593 (feedmail-tidy-up-slug): Add debug call.
11594 Respect feedmail-queue-slug-suspect-regexp.
11595 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
11596 (feedmail-dump-message-to-queue): Add debug call.
11597 Expand queue-directory.
11598 (feedmail-dump-message-to-queue): Change message slightly.
11599 Use feedmail-say-chatter.
11600 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
11601 (feedmail-send-it-immediately-wrapper): New function.
11602 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
11603 Insert empty string rather than newline. Handle full-frame case.
11604 Use catch/throw. Use feedmail-say-chatter.
11605 (feedmail-fiddle-from): Try mail-host-address.
11606 (feedmail-default-message-id-generator): Doc fix.
11607 Bind system-time-locale. Handle missing end.
11608 (feedmail-fiddle-x-mailer): Add debug call.
11609 Handle feedmail-x-mailer-line being nil.
11610 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
11611 Add debug call. Use buffer-substring-no-properties.
11612 (feedmail-say-debug, feedmail-say-chatter): New functions.
11613 (feedmail-find-eoh): Give an explicit error.
11614
11615 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
11616
11617 * net/newst-treeview.el (newsticker-treeview-face): Change default
11618 family from helvetica to sans.
11619 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
11620 etc/images/newsticker.
11621
11622 * net/newst-reader.el (newsticker-feed-face): Change default
11623 family from helvetica to sans.
11624
11625 * net/newst-plainview.el (newsticker-new-item-face)
11626 (newsticker-old-item-face, newsticker-immortal-item-face)
11627 (newsticker-obsolete-item-face, newsticker-date-face)
11628 (newsticker-statistics-face): Change default family from
11629 helvetica to sans.
11630 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
11631 etc/images/newsticker.
11632
11633 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
11634 (newsticker--process-auto-mark-filter-match): Tell user about
11635 auto-marking.
11636
11637 2011-05-13 Didier Verna <didier@xemacs.org>
11638
11639 Common Lisp indentation improvements on defmethod and lambda-lists.
11640 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
11641 TODO entries.
11642 (lisp-lambda-list-keyword-parameter-indentation)
11643 (lisp-lambda-list-keyword-parameter-alignment)
11644 (lisp-lambda-list-keyword-alignment): New customizable user options.
11645 (lisp-indent-defun-method): Improve docstring.
11646 (extended-loop-p): Fix comment.
11647 (lisp-indent-lambda-list-keywords-regexp): New variable.
11648 (lisp-indent-lambda-list): New function.
11649 (lisp-indent-259): Use it.
11650 (lisp-indent-defmethod): Support for more than one
11651 method qualifier and properly indent methods lambda-lists.
11652 (defgeneric): Provide a missing common-lisp-indent-function property.
11653
11654 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11655
11656 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
11657 bounds for the empty string (bug#8667).
11658
11659 2011-05-13 Glenn Morris <rgm@gnu.org>
11660
11661 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
11662
11663 * mail/sendmail.el (sendmail-program): Try executable-find first.
11664 (sendmail-send-it): `sendmail-program' cannot be unbound.
11665
11666 * calendar/appt.el (appt-make-list): Simplify.
11667 (appt-time-msg-list): Doc fix.
11668 (appt-check): Change mode-line message at the time of the appointment.
11669
11670 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
11671
11672 * progmodes/ld-script.el (ld-script-keywords)
11673 (ld-script-builtins): Update keywords list.
11674
11675 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11676
11677 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
11678
11679 * shell.el (shell-completion-vars): New function.
11680 (shell-mode):
11681 * simple.el (read-shell-command): Use it.
11682 (blink-matching-open): No need for " [...]" in minibuffer-message.
11683
11684 2011-05-12 Glenn Morris <rgm@gnu.org>
11685
11686 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
11687 (appt-check): Simplify.
11688
11689 2011-05-12 Eli Zaretskii <eliz@gnu.org>
11690
11691 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
11692 literal "/dev/null".
11693
11694 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11695
11696 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
11697 Fix typo.
11698
11699 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
11700
11701 * progmodes/which-func.el (which-function):
11702 Use add-log-current-defun instead of add-log-current-defun-function,
11703 which might not be defined (Bug#8260).
11704
11705 2011-05-12 Glenn Morris <rgm@gnu.org>
11706
11707 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11708 Let byte-compile-initial-macro-environment always take precedence.
11709
11710 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11711
11712 * net/rcirc.el: Add support for SSL/TLS connections.
11713 (rcirc-server-alist): New field `encryption'.
11714 (rcirc): Check `encryption' settings.
11715 (rcirc-connect): New arg `encryption'. Use open-network-stream.
11716 Merge make-local-variable into `set'.
11717 (rcirc--connection-open-p): New function.
11718 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
11719 the process is not a network process (e.g. running gnutls-cli).
11720 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11721 Make rcirc-(en|de)code-coding-system local here.
11722 (rcirc-mode): Merge make-local-variable into `set'.
11723 (rcirc-parent-buffer): Make permanent buffer-local.
11724 (rcirc-multiline-minor-mode): Don't do it here.
11725 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
11726 there's no server buffer.
11727
11728 2011-05-11 Glenn Morris <rgm@gnu.org>
11729
11730 * newcomment.el (comment-kill): Prefix "unused" local.
11731
11732 * term/w32console.el (get-screen-color): Declare.
11733
11734 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11735 Handle symbol elements of byte-compile-initial-macro-environment.
11736
11737 2011-05-10 Leo Liu <sdl.web@gmail.com>
11738
11739 * bookmark.el (bookmark-bmenu-mode-map):
11740 Bind bookmark-bmenu-search to `/'.
11741
11742 * mail/footnote.el: Convert to utf-8 encoding.
11743 (footnote-unicode-string, footnote-unicode-regexp): New variable.
11744 (Footnote-unicode): New function.
11745 (footnote-style-alist): Add unicode style to the list.
11746 (footnote-style): Doc fix.
11747
11748 2011-05-10 Jim Meyering <meyering@redhat.com>
11749
11750 Fix doubled-word typos.
11751 * international/quail.el (quail-insert-kbd-layout): and and -> and
11752 * kermit.el: and and -> and
11753 * net/ldap.el (ldap-search-internal): to to -> to
11754 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
11755 * progmodes/js.el (js-mode): and and -> and
11756 * textmodes/artist.el (artist-move-to-xy): at at -> at
11757 (artist-draw-region-trim-line-endings): if if -> if
11758 And Safetyc -> Safety.
11759 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
11760
11761 2011-05-10 Glenn Morris <rgm@gnu.org>
11762 Stefan Monnier <monnier@iro.umontreal.ca>
11763
11764 * files.el (hack-one-local-variable-eval-safep):
11765 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
11766
11767 2011-05-10 Glenn Morris <rgm@gnu.org>
11768
11769 * calendar/diary-lib.el (diary-list-entries-hook)
11770 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
11771 (diary-nongregorian-marking-hook, diary-list-entries)
11772 (diary-include-other-diary-files, diary-mark-entries)
11773 (diary-mark-included-diary-files): Doc fixes.
11774
11775 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
11776
11777 * misc.el: Require tabulated-list.el during compilation.
11778
11779 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
11780
11781 * progmodes/compile.el (compilation-start):
11782 Run compilation-filter-hook for the async case too.
11783 (compilation-filter-hook): Doc fix.
11784
11785 2011-05-09 Deniz Dogan <deniz@dogan.se>
11786
11787 * wdired.el: Remove outdated installation comment. Fix usage
11788 comment.
11789
11790 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
11791
11792 * misc.el: Implement new command `list-dynamic-libraries'.
11793 (list-dynamic-libraries--loaded-only-p): New variable.
11794 (list-dynamic-libraries--refresh): New function.
11795 (list-dynamic-libraries): New command.
11796
11797 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
11798
11799 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11800 Fix the ant regexp to handle end-line and end-column info from jikes.
11801 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
11802 higher priority to avoid clobbering by gnu.
11803
11804 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
11805
11806 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11807 if the face has existing theme settings (Bug#8454).
11808
11809 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
11810
11811 * progmodes/perl-mode.el (perl-imenu-generic-expression):
11812 Only match variables declared via `my' or `our' (Bug#8261).
11813
11814 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11815 special file names `.' and `..' (Bug#8259).
11816
11817 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
11818
11819 * progmodes/grep.el (grep-mode-font-lock-keywords):
11820 Remove buffer-changing entries.
11821 (grep-filter): New function.
11822 (grep-mode): Add it to compilation-filter-hook.
11823
11824 * progmodes/compile.el (compilation-filter-hook)
11825 (compilation-filter-start): New defvars.
11826 (compilation-filter): Call compilation-filter-hook prior to
11827 updating the process mark.
11828
11829 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11830
11831 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11832
11833 2011-05-07 Eli Zaretskii <eliz@gnu.org>
11834
11835 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11836 mailclient-send-it even if window-system is nil. (Bug#8595)
11837
11838 * term/w32console.el (terminal-init-w32console):
11839 Call get-screen-color and use its output to set the frame
11840 background-mode. (Bug#8597)
11841
11842 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11845 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11846 New functions.
11847 (defgeneric, eieio--defmethod): Use them.
11848 (eieio-defgeneric): Remove.
11849 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11850
11851 2011-05-07 Glenn Morris <rgm@gnu.org>
11852
11853 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11854 Use let rather than let*.
11855 (timeclock-find-discrep): Remove unused local.
11856
11857 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11858
11859 * calendar/appt.el (appt-time-msg-list): Doc fix.
11860
11861 2011-05-06 Noah Friedman <friedman@splode.com>
11862
11863 * apropos.el (apropos-print-doc): Only use
11864 emacs-lisp-docstring-fill-column when it is bound to an integer,
11865 per that variable's documentation.
11866
11867 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11868
11869 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
11870 and warnings are not silently discarded (e.g. use -d instead of -P).
11871
11872 2011-05-06 Glenn Morris <rgm@gnu.org>
11873
11874 * calendar/appt.el (appt-message-warning-time): Doc fix.
11875 (appt-warning-time-regexp): New option.
11876 (appt-make-list): Respect appt-message-warning-time.
11877
11878 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11879 New options.
11880 (diary-add-to-list): Strip comments from the displayed string.
11881 (diary-mode): Set comment-start and comment-end.
11882
11883 * vc/diff-mode.el (smerge-refine-subst): Declare.
11884 (diff-refine-hunk): Don't require smerge-mode when compiling.
11885
11886 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
11887
11888 * simple.el (list-processes): Return nil as the docstring says.
11889
11890 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
11891
11892 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11893 to "".
11894 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11895 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11896 determining of binary transfer. (Bug#7383)
11897
11898 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
11899
11900 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11901 Fix port computation bug. (Bug#8618)
11902
11903 2011-05-05 Glenn Morris <rgm@gnu.org>
11904
11905 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11906
11907 * simple.el (shell-dynamic-complete-functions)
11908 (comint-dynamic-complete-functions): Declare.
11909
11910 * net/network-stream.el (gnutls-negotiate):
11911 * simple.el (tabulated-list-print): Fix declarations.
11912
11913 * progmodes/gud.el (syntax-symbol, syntax-point):
11914 Remove unnecessary and incorrect declarations.
11915
11916 * emacs-lisp/check-declare.el (check-declare-scan):
11917 Handle byte-compile-initial-macro-environment in bytecomp.el
11918
11919 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11920
11921 Fix earlier half-done eieio-defmethod change (bug#8338).
11922 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11923 Streamline and change calling convention.
11924 (defmethod): Adjust accordingly and simplify.
11925 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11926 new eieio--defmethod.
11927 (slot-boundp): Minor CSE simplification.
11928
11929 2011-05-05 Milan Zamazal <pdm@zamazal.org>
11930
11931 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11932 (glasses-make-readable): Use glasses-separate-capital-groups.
11933
11934 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
11935
11936 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11937 (warning-series): Doc fix.
11938 (display-warning): Don't try to create the buffer if we just found it.
11939
11940 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
11941
11942 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11943 (autoload-find-generated-file): New function.
11944 (generate-file-autoloads): Bind generated-autoload-file to
11945 buffer-file-name.
11946 (update-file-autoloads, update-directory-autoloads):
11947 Use autoload-find-generated-file. If called interactively, prompt for
11948 output file (Bug#7989).
11949 (batch-update-autoloads): Doc fix.
11950
11951 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
11952
11953 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11954
11955 2011-05-04 Glenn Morris <rgm@gnu.org>
11956
11957 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11958 function, so it follows changes in calendar-date-style.
11959 (diary-fancy-date-matcher): New function.
11960 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11961 (diary-fancy-font-lock-fontify-region-function):
11962 Use diary-fancy-date-pattern as a function.
11963
11964 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11965 non-numbers for `year' etc pseudo-variables. (Bug#8583)
11966
11967 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
11968
11969 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11970 instead of positional arguments. Allow :keylist and :crlfiles
11971 arguments.
11972 (open-gnutls-stream): Call it.
11973
11974 * net/network-stream.el (network-stream-open-starttls): Adjust to
11975 call `gnutls-negotiate' with :process and :hostname arguments.
11976
11977 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11978
11979 * minibuffer.el (completion--message): New function.
11980 (completion--do-completion, minibuffer-complete)
11981 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11982 (completion--do-completion): Don't ignore completion-auto-help when in
11983 icomplete-mode.
11984
11985 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11986 internal encoding (e.g. tibetan zero is not whitespace).
11987 (global-whitespace-mode): Prefer save-current-buffer.
11988 (whitespace-trailing-regexp): Remove useless save-match-data.
11989 (whitespace-empty-at-bob-regexp): Minor simplification.
11990
11991 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
11992
11993 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11994
11995 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11996
11997 * textmodes/ispell.el (ispell-add-per-file-word-list):
11998 Use `concat' to create string for insertion.
11999
12000 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12001
12002 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
12003 Avoid open-line which runs post-self-insert-hook.
12004 (bibtex-fill-entry): Remove unused `end' var.
12005
12006 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
12007
12008 * textmodes/ispell.el (ispell-add-per-file-word-list):
12009 Protect against `nil' value of `comment-start' (Bug#8579).
12010
12011 2011-05-03 Leo Liu <sdl.web@gmail.com>
12012
12013 * isearch.el (isearch-yank-pop): New command.
12014 (isearch-mode-map): Bind it to `M-y'.
12015 (isearch-forward): Mention it.
12016
12017 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12018
12019 * simple.el (minibuffer-complete-shell-command): Remove.
12020 (minibuffer-local-shell-command-map): Use completion-at-point.
12021 (read-shell-command): Setup completion vars here instead.
12022 (read-expression-map): Bind TAB to symbol completion.
12023
12024 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
12025 error directly rather via storing it into `results'.
12026
12027 2011-05-02 Leo Liu <sdl.web@gmail.com>
12028
12029 * vc/diff.el: Fix description.
12030
12031 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12032
12033 * server.el (server-eval-at): New function.
12034
12035 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12036
12037 * net/network-stream.el (open-network-stream): Take a :nowait
12038 parameter and pass it on to `make-network-process'.
12039 (network-stream-open-plain): Ditto.
12040
12041 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
12042
12043 * faces.el (face-spec-set-match-display): Don't match toolkit
12044 options on terminal frames.
12045
12046 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12047
12048 * progmodes/pascal.el: Use lexical binding.
12049 (pascal-mode-map): Remove author preferences.
12050
12051 * pcomplete.el (pcomplete-std-complete): Don't abuse
12052 completion-at-point.
12053
12054 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
12055
12056 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
12057 removing code that has been dead since 1991 or so.
12058
12059 * startup.el (command-line): When warning about "_emacs", use a
12060 delayed warning to allow the user to filter it out.
12061
12062 2011-04-28 Deniz Dogan <deniz@dogan.se>
12063
12064 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
12065 user has not joined.
12066
12067 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12068
12069 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
12070 aren't any completions at point.
12071
12072 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
12073
12074 * subr.el (display-delayed-warnings): New function.
12075 (delayed-warnings-hook): New variable.
12076
12077 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12078
12079 * minibuffer.el (completion-at-point, completion-help-at-point):
12080 Don't presume that a given completion-at-point-function will always
12081 use the same calling convention.
12082
12083 * pcomplete.el (pcomplete-completions-at-point):
12084 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
12085 pcomplete-seen is non-nil.
12086 (pcomplete-comint-setup): Also recognize the new comint/shell
12087 completion functions.
12088 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
12089 pcomplete-seen is non-nil.
12090
12091 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
12092
12093 * calendar/icalendar.el (diary-lib): Add require statement.
12094 (icalendar--create-uid): Read out a uid from a text-property on
12095 the first character in the entry. This allows for code to add its
12096 own uid to the entry.
12097 (icalendar--convert-float-to-ical): Add export of
12098 `diary-float'-entries save for those with the optional DAY
12099 argument.
12100
12101 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
12102
12103 * subr.el (shell-quote-argument): Use alternate escaping strategy
12104 when we spot a variable reference in a string.
12105
12106 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
12107
12108 * cus-start.el (all): Define customization for debug-on-event.
12109
12110 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
12111
12112 * subr.el (shell-quote-argument): Escape correctly under Windows.
12113
12114 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12115
12116 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
12117
12118 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
12119
12120 * net/tramp.el (tramp-process-actions): Add POS argument.
12121 Delete region between POS and (pos).
12122
12123 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12124 Use `nil' position in `tramp-process-actions' call.
12125 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
12126
12127 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
12128 position in `tramp-process-actions' call.
12129
12130 * net/trampver.el: Update release number.
12131
12132 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12133
12134 * custom.el (defcustom): Obey lexical-binding.
12135
12136 Fix octave-inf completion problems reported by Alexander Klimov.
12137 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
12138 Inherit from octave-mode-syntax-table.
12139 (inferior-octave-mode): Set info-lookup-mode.
12140 (inferior-octave-completion-at-point): New function.
12141 (inferior-octave-complete): Use it and completion-in-region.
12142 (inferior-octave-dynamic-complete-functions): Use it as well, and use
12143 comint-filename-completion.
12144 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
12145 symbol elements which shouldn't be word elements.
12146 (octave-font-lock-keywords, octave-beginning-of-defun)
12147 (octave-function-header-regexp): Adjust regexps accordingly.
12148 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
12149
12150 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
12151
12152 * net/gnutls.el (gnutls-errorp): Declare before first use.
12153
12154 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
12155
12156 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
12157 verify-error, and verify-hostname-error parameters. Check whether
12158 default trustfile exists before going to use it. Add missing
12159 argument to gnutls-message-maybe call. Return value.
12160 Reported by Claudio Bley <claudio.bley@gmail.com>.
12161 (open-gnutls-stream): Add usage example.
12162
12163 * net/network-stream.el (network-stream-open-starttls): Give host
12164 parameter to `gnutls-negotiate'.
12165 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
12166 * subr.el (shell-quote-argument): Escape correctly under Windows.
12167
12168 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
12169
12170 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
12171 Use correct match group (bug#8438).
12172
12173 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
12174
12175 * emacs-lisp/package.el (package-built-in-p): Fix typo.
12176 (package-menu--generate): New arg specifying packages to show.
12177 (package-menu-refresh, package-menu-execute, list-packages):
12178 Callers changed.
12179 (package-show-package-list): New function, replacing deleted
12180 package--list-packages (renamed because it is non-internal).
12181
12182 * finder.el (finder-list-matches): Use package-show-package-list
12183 instead of deleted package--list-packages.
12184
12185 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
12186 Based on a previous implementation by Juanma Barranquero (Bug#8366).
12187 (vc-annotate-mode-map): Bind it to RET.
12188
12189 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
12190
12191 * progmodes/etags.el (next-file): Don't use set-buffer to change
12192 buffers (Bug#8478).
12193
12194 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
12195
12196 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
12197
12198 * apropos.el (apropos-label-face): Avoid variable-pitch face.
12199 (apropos-accumulator): Doc fix.
12200 (apropos-function, apropos-macro, apropos-command)
12201 (apropos-variable, apropos-face, apropos-group, apropos-widget)
12202 (apropos-plist): Add face property.
12203 (apropos-symbols-internal): Fix indentation.
12204 (apropos-print): Simplify help, and recognize apropos-multi-type.
12205 (apropos-print-doc): Use button-type-get to extract the button's
12206 face property. Fill docstring (Bug#8352).
12207
12208 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
12209
12210 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
12211
12212 * play/mpuz.el (mpuz-silent): Doc fix.
12213 (mpuz-mode-map): Use mapc.
12214 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
12215 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
12216 Fix typos in docstrings.
12217
12218 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
12219 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
12220
12221 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
12222
12223 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
12224
12225 * minibuffer.el (completion--do-completion): Avoid the "Next char
12226 not unique" prompt if icomplete-mode is enabled (Bug#5849).
12227
12228 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
12229 mouse-2 into unread-command-events, it is interpreted correctly.
12230
12231 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
12232 (image-toggle-display): Doc fix.
12233
12234 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
12235
12236 * textmodes/page.el (what-page): Use line-number-at-pos to
12237 calculate line number (Bug#6825).
12238
12239 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
12240
12241 * eshell/esh-mode.el (find-tag-interactive): Declare function.
12242 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
12243 Pass argument NO-DEFAULT to `find-tag-interactive'.
12244
12245 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
12246
12247 Lexical-binding cleanup.
12248
12249 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
12250 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
12251 * progmodes/ada-prj.el (ada-prj-initialize-values)
12252 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
12253 (ada-prj-show-value):
12254 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
12255 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
12256 (antlr-invalidate-context-cache, antlr-options-menu-filter)
12257 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
12258 * progmodes/bug-reference.el (bug-reference-push-button):
12259 * progmodes/fortran.el (fortran-line-length):
12260 * progmodes/glasses.el (glasses-change):
12261 * progmodes/octave-mod.el (octave-fill-paragraph):
12262 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
12263 (python-pdbtrack-grub-for-buffer, python-sentinel):
12264 * progmodes/sql.el (sql-save-connection):
12265 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
12266 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
12267 Mark unused parameters.
12268
12269 * progmodes/compile.el (compilation--flush-directory-cache)
12270 (compilation--flush-parse, compile-internal): Mark unused parameters.
12271 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
12272 (compilation-next-error-function): Remove unused variable `timestamp'.
12273
12274 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
12275 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
12276
12277 * progmodes/dcl-mode.el (dcl-end-of-command):
12278 Remove unused variable `start'.
12279 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
12280 (dcl-option-value-basic, dcl-option-value-offset)
12281 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
12282 Mark unused parameters.
12283 (dcl-save-local-variable): Remove unused variable `val'.
12284 (mode): Declare.
12285
12286 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
12287 Mark unused parameters.
12288 (delphi-ignore-changes): Move before first use.
12289 (delphi-charset-token-at): Remove unused variable `start'.
12290 (delphi-else-start): Remove unused variable `if-count'.
12291 (delphi-comment-block-start, delphi-comment-block-end):
12292 Remove unused variable `kind'.
12293 (delphi-indent-line): Remove unused variable `new-point'.
12294
12295 * progmodes/ebrowse.el (ebrowse-files-list)
12296 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
12297 Mark unused parameters. Don't quote `lambda'.
12298 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
12299 Don't quote `lambda'.
12300 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
12301 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
12302 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
12303 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
12304 Use `ignore-errors'.
12305 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
12306 (ebrowse-view/find-file-and-search-pattern)
12307 (ebrowse-view/find-member-declaration/definition):
12308 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
12309 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
12310 Rename parameter PREFIX-ARG to PREFIX.
12311 (ebrowse-tags-read-name): Remove unused variables `start' and
12312 `member-info'.
12313 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
12314 to `tags-file'.
12315
12316 * progmodes/etags.el (local-find-tag-hook): Declare.
12317 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
12318 Mark unused parameters.
12319
12320 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
12321 (executable-interpret): Mark unused parameter.
12322
12323 * progmodes/flymake.el (flymake-process-sentinel)
12324 (flymake-after-change-function)
12325 (flymake-create-temp-with-folder-structure)
12326 (flymake-get-include-dirs-dot): Mark unused parameters.
12327 (flymake-safe-delete-directory): Remove unused variable `err'.
12328
12329 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
12330 (speedbar-timer-fn, speedbar-line-text)
12331 (speedbar-change-expand-button-char, speedbar-delete-subblock)
12332 (speedbar-center-buffer-smartly): Declare functions.
12333 (gdb-find-watch-expression): Remove unused variable `array'.
12334 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
12335 (gdb-starting): Mark unused parameters.
12336 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
12337 (gdb-table-string): Remove unused variable `res'.
12338 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
12339 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
12340 (gdb-display-buffer): Remove unused variable `cur-size'.
12341
12342 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
12343 allow lexical-binding compilation.
12344 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
12345 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
12346 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
12347 Mark unused parameters.
12348 (gud-gdb-marker-filter): Remove unused variable `match'.
12349 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
12350 lambda expressions and funcall them, instead of using `fset'.
12351
12352 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
12353 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
12354
12355 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
12356 variable `header-beg'; use `let'.
12357
12358 * progmodes/icon.el (indent-icon-exp): Remove unused variables
12359 `restart', `last-sexp' and `at-do'.
12360
12361 * progmodes/js.el (js--debug): Mark unused parameter.
12362 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
12363 (js--splice-into-items): Remove unused variable `item'.
12364 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
12365
12366 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
12367 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
12368 (makefile-complete): Remove unused variable `try'.
12369 (makefile-fill-paragraph, makefile-match-function-end):
12370 Mark unused parameters.
12371
12372 * progmodes/octave-inf.el (inferior-octave-complete):
12373 Remove unused variable `proc'.
12374 (inferior-octave-output-digest): Mark unused parameter.
12375
12376 * progmodes/perl-mode.el (perl-calculate-indent):
12377 Remove unused variable `err'.
12378
12379 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
12380 (prolog-indent-line): Mark unused parameters.
12381 (prolog-indent-line): Remove unused variable `beg'.
12382
12383 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
12384 (reporter-dont-compact-list): Declare.
12385
12386 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
12387 Remove unused variable `char'.
12388 (sh-debug): Mark unused parameter.
12389 (sh-get-indent-info): Remove unused variable `start'.
12390 (sh-calculate-indent): Remove unused variable `var'.
12391
12392 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
12393 (simula-electric-keyword): Remove unused variable `null'.
12394 (simula-search-backward, simula-search-forward): Remove unused
12395 variables `begin' and `end'.
12396
12397 * progmodes/vera-mode.el (vera-guess-basic-syntax):
12398 Remove unused variable `pos'.
12399 (vera-electric-tab, vera-comment-uncomment-region):
12400 Mark unused parameters.
12401 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
12402
12403 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
12404
12405 * emacs-lisp/package.el (package--builtins, package-alist)
12406 (package-load-descriptor, package-built-in-p, package-activate)
12407 (define-package, package-installed-p)
12408 (package-compute-transaction, package-buffer-info)
12409 (package--push): Doc fix. Distinguish more clearly between
12410 version strings and version lists.
12411
12412 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
12413
12414 Lexical-binding cleanup.
12415
12416 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
12417 (5x5-make-mutate-best):
12418 * play/fortune.el (fortune-in-buffer):
12419 * play/gomoku.el (gomoku-init-display):
12420 * play/solitaire.el (solitaire, solitaire-do-check):
12421 * play/tetris.el (tetris-default-update-speed-function):
12422 Mark unused parameters.
12423
12424 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
12425 (bubbles--shift): Remove unused variable `char-org'.
12426 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
12427 (bubbles--show-images): Remove unused variable `char'.
12428
12429 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
12430 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
12431 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
12432 (decipher-analyze-buffer): Use ?\s.
12433 (decipher-make-checkpoint): Remove unused variable `mapping'.
12434
12435 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
12436
12437 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12438 Remove unused variable `result'; use `let'.
12439
12440 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
12441 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
12442 (gametree-children-shown-p, gametree-compute-reduced-score):
12443 Use `ignore-errors'.
12444
12445 * play/handwrite.el (ps-lpr-switches): Declare.
12446 (handwrite): Remove unused variables `pmin' and `lastp'.
12447
12448 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
12449
12450 * play/landmark.el (landmark-init-display)
12451 (landmark-update-naught-weights): Mark unused parameters.
12452 (landmark-y): Remove unused variable `noise'. Simplify.
12453 (landmark-human-plays): Remove unused variable `score'.
12454
12455 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
12456 (mpuz-try-proposal): Remove unused variable `game'.
12457
12458 * play/zone.el (life-patterns): Declare.
12459
12460 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
12461
12462 * vc/vc.el (ediff-vc-internal): Declare function.
12463
12464 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12465
12466 * shell.el: Use lexical-binding and std completion UI.
12467 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
12468 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
12469 comint-preoutput-filter-functions rather than on
12470 comint-output-filter-functions.
12471 (shell-command-completion, shell--command-completion-data)
12472 (shell-filename-completion, shell-environment-variable-completion)
12473 (shell-c-a-p-replace-by-expanded-directory): New functions.
12474 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
12475 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
12476 (shell-dynamic-complete-environment-variable): Use them.
12477 (shell-dynamic-complete-as-environment-variable)
12478 (shell-dynamic-complete-as-command): Remove.
12479 (shell-match-partial-variable): Match past point.
12480 * comint.el: Clean up use of completion-at-point-functions.
12481 (comint-completion-at-point): New function.
12482 (comint-mode): Use it completion-at-point-functions.
12483 (comint-dynamic-complete): Make it obsolete.
12484 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
12485 (comint-c-a-p-replace-by-expanded-history): New function.
12486 (comint-dynamic-complete-functions)
12487 (comint-replace-by-expanded-history): Use it.
12488 * minibuffer.el (completion-table-with-terminator): Allow dynamic
12489 termination strings. Try harder to avoid second try-completion.
12490 (completion-in-region-mode-map): Disable bindings that don't work yet.
12491
12492 * comint.el: Use lexical-binding. Require CL.
12493 (comint-dynamic-complete-functions): Use comint-filename-completion.
12494 (comint-completion-addsuffix): Tweak custom type.
12495 (comint-filename-completion, comint--common-suffix)
12496 (comint--common-quoted-suffix, comint--table-subvert)
12497 (comint--complete-file-name-data): New functions.
12498 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
12499 (comint-dynamic-list-filename-completions): Use them.
12500 (comint-dynamic-simple-complete): Make obsolete.
12501
12502 * minibuffer.el (completion-in-region-mode):
12503 Keep completion-in-region-mode--predicate global.
12504 (completion-in-region--postch):
12505 Assume completion-in-region-mode--predicate is not null.
12506
12507 * progmodes/flymake.el (flymake-start-syntax-check-process):
12508 Obey `dir'. Simplify.
12509
12510 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
12511 we're in VC after all.
12512
12513 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
12514
12515 * vc/vc.el (vc-diff-build-argument-list-internal)
12516 (vc-version-ediff, vc-ediff): New commands.
12517 (vc-version-diff): Use vc-diff-build-argument-list-internal.
12518
12519 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12520
12521 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
12522 add sanity check.
12523
12524 * obsolete/erc-hecomplete.el: Make obsolete.
12525 * obsolete/: Standardize obsolescence info in the header.
12526
12527 2011-04-20 Glenn Morris <rgm@gnu.org>
12528
12529 * calendar/solar.el (solar-horizontal-coordinates):
12530 Use the longitude argument rather than `calendar-longitude'.
12531 (solar-date-next-longitude): Remove unused locals.
12532
12533 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12534
12535 * whitespace.el: New version 13.2.1.
12536
12537 2011-04-20 felix <EmacsWiki> (tiny change)
12538
12539 * whitespace.el (global-whitespace-mode): Keep highlight when
12540 switching between major modes on a file.
12541
12542 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12543
12544 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
12545 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
12546 multi-line comments as well.
12547
12548 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
12549
12550 Lexical-binding cleanup.
12551
12552 * arc-mode.el (archive-mode-revert):
12553 * cmuscheme.el (scheme-interactively-start-process):
12554 * custom.el (custom-initialize-delay):
12555 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
12556 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
12557 * emacs-lock.el (emacs-lock-clear-sentinel):
12558 * ezimage.el (defezimage):
12559 * follow.el (follow-avoid-tail-recenter):
12560 * fringe.el (set-fringe-mode-1):
12561 * generic-x.el (bat-generic-mode-compile):
12562 * help-mode.el (help-info-variable, help-do-xref)
12563 (help-mode-revert-buffer):
12564 * help.el (view-emacs-todo):
12565 * iswitchb.el (iswitchb-completion-help):
12566 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
12567 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
12568 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
12569 * locate.el (locate-update):
12570 * longlines.el (longlines-encode-region)
12571 (longlines-after-change-function):
12572 * outline.el (outline-isearch-open-invisible):
12573 * ps-def.el (declare-function, charset-dimension, char-width)
12574 (encode-char):
12575 * ps-mule.el (ps-mule-plot-string):
12576 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
12577 (recentf-edit-list-select, recentf-edit-list-validate)
12578 (recentf-open-files-action):
12579 * rect.el (delete-whitespace-rectangle-line)
12580 (rectangle-number-line-callback):
12581 * register.el (window-configuration-to-register)
12582 (frame-configuration-to-register):
12583 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
12584 * select.el (xselect-convert-to-string, xselect-convert-to-length)
12585 (xselect-convert-to-targets, xselect-convert-to-delete)
12586 (xselect-convert-to-filename, xselect-convert-to-charpos)
12587 (xselect-convert-to-lineno, xselect-convert-to-colno)
12588 (xselect-convert-to-os, xselect-convert-to-host)
12589 (xselect-convert-to-user, xselect-convert-to-class)
12590 (xselect-convert-to-name, xselect-convert-to-integer)
12591 (xselect-convert-to-atom, xselect-convert-to-identity):
12592 * subr.el (declare, ignore, process-kill-without-query)
12593 (text-clone-maintain):
12594 * terminal.el (te-get-char, te-tic-sentinel):
12595 * tool-bar.el (tool-bar-make-keymap):
12596 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
12597 * type-break.el (type-break-mode, type-break-noninteractive-query):
12598 * view.el (View-back-to-mark):
12599 * wid-browse.el (widget-browse-action, widget-browse-widget)
12600 (widget-browse-widgets, widget-browse-sexp):
12601 * widget.el (define-widget-keywords):
12602 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
12603 Mark unused parameters.
12604
12605 * align.el (align-adjust-col-for-rule): Mark unused parameter.
12606 (align-areas): Remove unused variable `look'.
12607 (align-region): Remove unused variables `real-end' and `pos-list'.
12608
12609 * apropos.el (apropos-score-doc): Remove unused variable `i'.
12610
12611 * bindings.el (mode-line-modified, mode-line-remote):
12612 Mark unused parameters.
12613 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
12614
12615 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
12616 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
12617
12618 * comint.el (comint-history-isearch-pop-state)
12619 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
12620 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
12621 (comint-substitute-in-file-name): Doc fix.
12622
12623 * completion.el (cmpl-statistics-block): Mark unused parameter.
12624 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
12625 (save-completions-to-file, load-completions-from-file):
12626 Remove unused local variable `e'.
12627
12628 * composite.el (compose-chars): Remove unused variable `len'.
12629 (lgstring-insert-glyph): Remove unused variable `g'.
12630 (compose-glyph-string): Remove unused variables `ascent',
12631 `descent', `lbearing' and `rbearing'.
12632 (compose-glyph-string-relative): Remove unused variables
12633 `lbearing', `rbearing' and `wadjust'.
12634 (compose-gstring-for-graphic): Remove unused variables `header',
12635 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
12636 (compose-gstring-for-terminal): Remove unused variables `header'
12637 and `nchars'. Use `let', not `let*'.
12638
12639 * cus-edit.el (Custom-set, Custom-save, custom-reset)
12640 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
12641 (Custom-buffer-done, custom-buffer-create-internal)
12642 (custom-browse-visibility-action, custom-browse-group-tag-action)
12643 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
12644 (widget-magic-mouse-down-action, custom-toggle-parent)
12645 (custom-add-parent-links, custom-toggle-hide-variable)
12646 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
12647 (custom-toggle-hide-face, face, hook, custom-group-link-action)
12648 (custom-face-menu-create, custom-variable-menu-create, get)
12649 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
12650 (custom-reset-standard-save-and-update): Remove unused variable `value'.
12651 (customize-apropos): Remove unused variable `tests'.
12652 (custom-group-value-create): Remove unused variable `hidden-p'.
12653 (sort-fold-case): Declare.
12654
12655 * cus-theme.el (custom-reset-standard-faces-list)
12656 (custom-reset-standard-variables-list): Declare.
12657 (customize-create-theme, custom-theme-revert, custom-theme-write)
12658 (custom-theme-choose-mode, customize-themes, custom-theme-save):
12659 Mark unused parameters.
12660
12661 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
12662
12663 * delim-col.el (delimit-columns-max): Move defvar before first use.
12664
12665 * descr-text.el (describe-char-categories): Don't quote `lambda'.
12666 (describe-char): Don't quote `lambda'. Mark unused parameter.
12667
12668 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
12669 (auto-insert): Declare.
12670 (desktop-restore-file-buffer): Rename desktop-* parameters;
12671 mark unused ones.
12672 (desktop-create-buffer): Rename desktop-* parameters and bind them.
12673 (desktop-buffer): Rename desktop-* parameters.
12674
12675 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
12676 (dframe-reposition-frame-xemacs, dframe-help-echo)
12677 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
12678 Mark unused parameters.
12679
12680 * dired-aux.el (backup-extract-version-start, overwrite-query)
12681 (overwrite-backup-query, rename-regexp-query)
12682 (rename-non-directory-query): Declare.
12683 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
12684 (dired-add-entry): Remove unused variable `orig-file-name'.
12685 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
12686 Use parameter PRESERVE-TIME instead of accessing dynamic variable
12687 `dired-copy-preserve-time' directly.
12688 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
12689 (dired-insert-subdir-newpos): Rename unused variable `pos'.
12690
12691 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
12692 (dired-virtual-revert, dired-make-relative-symlink):
12693 Mark unused parameters.
12694 (manual-program): Declare.
12695 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
12696 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
12697 wrapped in `with-no-warnings' to avoid replacing one warning by another.
12698
12699 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
12700
12701 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
12702
12703 * echistory.el (electric-history-in-progress, Helper-return-blurb):
12704 Declare.
12705
12706 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
12707
12708 * electric.el (Electric-command-loop): Rename parameter
12709 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
12710
12711 * expand.el (expand-in-literal): Remove unused variable `here'.
12712
12713 * facemenu.el (facemenu-add-new-color):
12714 Remove unused variable `docstring'.
12715
12716 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
12717 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
12718 (face-attr-construct): Mark unused parameter. Doc fix.
12719 (read-color): Remove unused variable `hex-string'.
12720
12721 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
12722 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
12723 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
12724 (display-buffer-other-frame): Remove unused variable `old-window'.
12725 (kill-buffer-hook): Declare.
12726 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
12727 Mark unused parameters.
12728 (after-find-file): Pass 1 to `auto-save-mode', not t.
12729
12730 * files-x.el (auto-insert): Declare.
12731 (modify-file-local-variable-prop-line): Remove unused variable `val'.
12732
12733 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
12734 variable `buf'. Mark unused parameter.
12735 (find-lisp-insert-directory): Mark unused parameter.
12736
12737 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
12738 (format-encode-region): Remove unused variables `cur-buf' and `result'.
12739 (format-common-tail): Remove, unused.
12740 (format-deannotate-region): Remove unused variable `loc'.
12741 (format-annotate-region): Remove unused variable `p'.
12742 (format-annotate-single-property-change): Remove unused variables
12743 `default' and `tail'.
12744
12745 * forms.el (read-file-filter): Declare.
12746 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
12747
12748 * frame.el (frame-creation-function-alist): Mark unused parameter.
12749 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
12750
12751 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
12752 Remove unused parameters.
12753 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
12754 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
12755
12756 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
12757 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
12758 (hfy-prepare-tag-map): Mark unused parameters.
12759 (htmlfontify-buffer): Use `called-interactively-p'.
12760
12761 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
12762 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
12763 (ibuffer-do-occur): Mark unused parameters.
12764 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
12765 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
12766
12767 * ibuffer.el: Don't quote `lambda'.
12768 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
12769 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
12770 Mark unused parameters.
12771
12772 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
12773 (ido-completing-read): Mark unused parameters.
12774 (ido-copy-current-word): Mark unused parameters;
12775 remove unused variable `name'.
12776 (ido-sort-merged-list): Remove unused parameter `dirs'.
12777
12778 * ielm.el (ielm-input-sender): Mark unused parameter.
12779 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
12780 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
12781 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
12782 `ielm-string' as a dynamic variable accessible from the IELM prompt.
12783 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
12784
12785 * image-dired.el (image-dired-display-thumbs): Remove unused
12786 variables `curr-file' and `count'.
12787 (image-dired-remove-tag): Remove unused variable `start'.
12788 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
12789 variable `curr-file'
12790 (image-dired-rotate-original): Remove unused variable `temp-file'.
12791 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
12792 Remove unused variable `file'.
12793 (image-dired-gallery-generate): Remove unused variable `curr'.
12794 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
12795
12796 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
12797
12798 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12799
12800 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12801
12802 * isearch.el (minibuffer-history-symbol): Declare.
12803 (isearch-edit-string): Remove unused variable `err'.
12804 (isearch-message-prefix, isearch-message-suffix):
12805 Mark unused parameters.
12806
12807 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12808
12809 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12810
12811 * makesum.el (double-column): Remove unused variable `cnt'.
12812
12813 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12814 (ido-ignore-item-temp-list): Declare.
12815
12816 * mouse-drag.el (mouse-drag-throw): Remove unused variables
12817 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12818 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12819 (mouse-drag-drag): Remove unused variables `mouse-delta' and
12820 `mouse-col-delta'.
12821
12822 * mouse-sel.el (mouse-extend-internal):
12823 Remove unused variable `orig-window-frame'.
12824
12825 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12826 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12827 Move declarations before first use.
12828 (pcomplete-opt): Mark unused parameters; doc fix.
12829
12830 * proced.el (proced-revert): Mark unused parameter.
12831 (proced-send-signal): Remove unused variable `err'.
12832
12833 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12834 Rename parameter PREFIX-ARG to ARG.
12835 (ps-basic-plot-string, ps-basic-plot-whitespace):
12836 Mark unused parameters.
12837
12838 * replace.el (replace-count): Define.
12839 (occur-revert-function): Mark unused parameters.
12840 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12841 (isearch-case-fold-search, isearch-string): Declare.
12842 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12843 bind `case-fold-search'. Remove unused variables `beg' and `end',
12844 and simplify.
12845 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12846 COUNT and bind `replace-count'.
12847 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12848 to COUNT.
12849
12850 * savehist.el (print-readably, print-string-length): Declare.
12851
12852 * shadowfile.el (shadow-expand-cluster-in-file-name):
12853 Remove unused variable `cluster'.
12854 (shadow-copy-file): Remove unused variable `i'.
12855 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12856 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12857 (shadow-define-literal-group, shadow-define-regexp-group)
12858 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12859
12860 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12861 (shell): Use `called-interactively-p'.
12862 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12863
12864 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12865 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12866 (delete-backward-char): Remove unused variable `ocol'.
12867 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12868 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12869 (event-apply-hyper-modifier, event-apply-shift-modifier)
12870 (event-apply-control-modifier, event-apply-meta-modifier):
12871 Mark unused parameters.
12872 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12873 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12874
12875 * speedbar.el (speedbar-ignored-directory-expressions)
12876 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12877 (speedbar-find-file, speedbar-dir-follow)
12878 (speedbar-directory-buttons-follow, speedbar-tag-find)
12879 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12880 (speedbar-buffers-line-directory, speedbar-buffer-click):
12881 Mark unused parameters.
12882 (speedbar-tag-file): Remove unused variable `mode'.
12883 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12884
12885 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12886
12887 * talk.el (talk): Remove unused variable `display'.
12888
12889 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12890 (tar-write-region-annotate): Mark unused parameter.
12891
12892 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12893 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12894 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12895 warning by another.
12896
12897 * time-stamp.el (time-stamp-string-preprocess):
12898 Remove unused variable `require-padding'.
12899
12900 * tree-widget.el (widget-glyph-enable): Declare.
12901 (tree-widget-action): Mark unused parameter.
12902
12903 * w32-fns.el (x-get-selection): Mark unused parameter.
12904 (autoload-make-program, generated-autoload-file): Declare.
12905
12906 * wdired.el (wdired-revert): Mark unused parameters.
12907 (wdired-xcase-word): Remove unused variable `err'.
12908
12909 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12910 (whitespace-help-scroll): Remove unused variable `data-help'.
12911
12912 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12913 (widget-image-insert, widget-after-change, default)
12914 (widget-default-format-handler, widget-default-notify)
12915 (widget-default-prompt-value, widget-info-link-action)
12916 (widget-url-link-action, widget-function-link-action)
12917 (widget-variable-link-action, widget-file-link-action)
12918 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12919 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12920 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12921 (widget-insert-button-action, widget-delete-button-action, visibility)
12922 (widget-documentation-link-action, widget-documentation-string-action)
12923 (widget-const-prompt-value, widget-regexp-match, symbol)
12924 (widget-coding-system-prompt-value)
12925 (widget-key-sequence-value-to-external, sexp)
12926 (widget-sexp-value-to-internal, character, vector, cons)
12927 (widget-choice-prompt-value, widget-boolean-prompt-value)
12928 (widget-color--choose-action): Mark unused parameters.
12929 (widget-item-match-inline, widget-choice-match-inline)
12930 (widget-checklist-match, widget-checklist-match-inline)
12931 (widget-group-match): Rename parameter VALUES to VALS.
12932 (widget-field-value-set): Remove unused variable `size'.
12933 (widget-color-action): Remove unused variables `value' and `start'.
12934
12935 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
12936 variable `dir'. Doc fix.
12937 (windmove-find-other-window): Don't pass it.
12938
12939 * window.el (count-windows): Mark unused parameter.
12940 (bw-adjust-window): Remove unused variable `err'.
12941
12942 * woman.el (woman-file-name): Remove unused variable `default'.
12943 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12944 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12945 (global-font-lock-mode): Declare.
12946 (woman-decode-region): Mark unused parameter.
12947 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12948
12949 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12950 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12951 (x-dnd-handle-moz-url): Remove unused variable `title'.
12952 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12953
12954 * xml.el (xml-parse-tag, xml-parse-attlist):
12955 Remove unused variable `pos'.
12956
12957 2011-04-19 Glenn Morris <rgm@gnu.org>
12958
12959 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12960 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12961 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12962 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12963 * calendar/cal-html.el (cal-html-insert-minical):
12964 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12965 (calendar-mark-date-pattern):
12966 Prefix "unused" locals.
12967
12968 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12969 optional argument `style'.
12970
12971 * calendar/appt.el (appt-make-list):
12972 * calendar/cal-china.el (calendar-chinese-date-string):
12973 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12974 (diary-hebrew-yahrzeit):
12975 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12976 * calendar/calendar.el (calendar-generate-window):
12977 * calendar/time-date.el (time-to-days):
12978 Remove unused local variables.
12979
12980 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
12981
12982 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12983 glyphless-char-display table.
12984 (tabulated-list-glyphless-char-display): New var.
12985
12986 2011-04-18 Sam Steingold <sds@gnu.org>
12987
12988 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12989 to acknowledgments.
12990
12991 2011-04-17 Glenn Morris <rgm@gnu.org>
12992
12993 * calendar/diary-lib.el (diary-sexp-entry):
12994 * calendar/holidays.el (holiday-sexp):
12995 Set debug-on-error rather than the removed stack-trace-on-error.
12996
12997 2011-04-16 Glenn Morris <rgm@gnu.org>
12998
12999 * progmodes/f90.el: Use lexical-binding.
13000 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
13001
13002 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13003
13004 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
13005 (mail-mode): Setup mailalias completion here instead.
13006 * mail/mailalias.el: Use lexical-binding.
13007 (pattern, mailalias-done): Declare dynamic.
13008 (mail-completion-at-point-function): New function, from mail-complete.
13009 (mail-complete): Use it.
13010 (mail-completion-expand): New function.
13011 (mail-get-names): Use it.
13012 (mail-directory, mail-directory-process, mail-directory-stream):
13013 Don't use `pattern' for lexically bound arg.
13014
13015 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
13016
13017 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
13018 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
13019 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
13020
13021 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
13022 (byte-save-window-excursion, byte-temp-output-buffer-setup)
13023 (byte-interactive-p): Define them again, for use when inlining
13024 old code.
13025
13026 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
13027
13028 * loadup.el: Use `string-to-number', not `string-to-int'.
13029
13030 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13031
13032 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
13033 gud-gdb-complete-command.
13034 (gud-gdb-completions): New function, from gud-gdb-complete-command.
13035 (gud-gdb-completion-at-point): New function.
13036 (gud-gdb-completions): Remove.
13037
13038 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
13039
13040 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
13041 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
13042 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
13043 whether `executable-find' is bound.
13044
13045 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
13046
13047 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13048
13049 * minibuffer.el (completion-in-region-mode-predicate)
13050 (completion-in-region-mode--predicate): New vars.
13051 (completion-in-region, completion-in-region--postch)
13052 (completion-in-region-mode): Use them.
13053 (completion--capf-wrapper): Also return the hook function.
13054 (completion-at-point, completion-help-at-point):
13055 Adjust and provide a predicate.
13056
13057 Preserve arg names for advice of subr and lexical functions (bug#8457).
13058 * help-fns.el (help-function-arglist): Consolidate the subr and
13059 new-byte-code cases. Add argument `preserve-names' to extract names
13060 from the docstring when needed.
13061 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
13062 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
13063 (ad-arglist): Use help-function-arglist's new arg.
13064 (ad-definition-type): Use cond.
13065
13066 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
13067
13068 * autorevert.el (auto-revert-handler):
13069 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
13070 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
13071 Don't quote lambda.
13072
13073 * image-mode.el (image-transform-set-scale):
13074 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
13075
13076 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13077
13078 * net/network-stream.el (network-stream-open-starttls): Only do
13079 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
13080 Upgrades via gnutls-cli are too slow to be done opportunistically.
13081
13082 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
13083
13084 * dframe.el (dframe-current-frame): Remove spurious quote.
13085
13086 2011-04-12 Glenn Morris <rgm@gnu.org>
13087
13088 * calendar/cal-tex.el (cal-tex-end-document):
13089 Try to automatically use latin1 input if needed.
13090
13091 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
13092 Don't try to cons a mark onto an empty element.
13093
13094 2011-04-11 Leo Liu <sdl.web@gmail.com>
13095
13096 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
13097 buffers.
13098 (ido-kill-buffer-at-head): Support killing virtual buffers.
13099
13100 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
13101
13102 * minibuffer.el (completion-show-inline-help): New var.
13103 (completion--do-completion, minibuffer-complete)
13104 (minibuffer-force-complete, minibuffer-complete-word):
13105 Inhibit minibuffer messages if completion-show-inline-help is nil.
13106
13107 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
13108 to avoid interference from inline help (Bug#5849).
13109
13110 2011-04-10 Leo Liu <sdl.web@gmail.com>
13111
13112 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13113 Fix typo.
13114
13115 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
13116
13117 * image-mode.el (image-toggle-display-image): Signal an error if
13118 not in Image mode.
13119 (image-transform-mode, image-transform-resize)
13120 (image-transform-set-rotation): Doc fix.
13121 (image-transform-set-resize): Delete.
13122 (image-transform-set-scale, image-transform-fit-to-height)
13123 (image-transform-fit-to-width): Handle image-toggle-display-image
13124 and image-transform-resize directly.
13125
13126 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
13127
13128 * doc-view.el (doc-view-fit-width-to-window)
13129 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
13130 New functions for fitting the shown image to the Emacs window size.
13131 (doc-view-mode-map): Add bindings for the new functions.
13132
13133 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
13134
13135 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
13136 Fix typo in docstring.
13137
13138 2011-04-08 Eli Zaretskii <eliz@gnu.org>
13139
13140 * files.el (file-size-human-readable): Produce one digit after
13141 decimal, like "ls -lh" does.
13142
13143 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
13144 the file size representation.
13145
13146 * simple.el (list-processes): If async subprocesses are not
13147 available, error out with a clear error message.
13148
13149 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
13150
13151 * help.el (help-form-show): New function, to be called from C.
13152 Put help-form output in a buffer named differently than *Help*.
13153
13154 2011-04-08 Eli Zaretskii <eliz@gnu.org>
13155
13156 * files.el (file-size-human-readable): New function.
13157
13158 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
13159 computing the representation inline. Don't require `cl'.
13160
13161 2011-04-08 Glenn Morris <rgm@gnu.org>
13162
13163 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
13164
13165 * net/browse-url.el (browse-url-firefox):
13166 Test system-type, not system-configuration.
13167
13168 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
13169 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
13170 Use log-edit-empty-buffer-p. (Bug#7598)
13171
13172 * net/rlogin.el (rlogin-process-connection-type): Simplify.
13173 (rlogin-mode-map): Initialize in the defvar.
13174 (rlogin): Use ignore-errors.
13175
13176 * replace.el (occur-mode-map): Some fixes for menu items.
13177
13178 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13179
13180 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
13181
13182 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
13183
13184 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
13185 issuing unused warnings.
13186
13187 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
13188 macro directly.
13189
13190 * simple.el: Lisp reimplement of list-processes. Based on an
13191 earlier reimplementation by Leo Liu, but using tabulated-list.el.
13192 (process-menu-mode): New major mode.
13193 (list-processes--refresh, list-processes):
13194 (process-menu-visit-buffer): New functions.
13195
13196 * files.el (save-buffers-kill-emacs): Don't assume any return
13197 value of list-processes, which is undocumented anyway.
13198
13199 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
13200
13201 * emacs-lisp/tabulated-list.el: New file.
13202
13203 * emacs-lisp/package.el: Use Tabulated List mode.
13204 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
13205 (package-menu-mode): Derive from tabulated-list-mode. Set up the
13206 table format using Tabulated List mode variables.
13207 (package--push): New macro, replacing package-list-maybe-add.
13208 (package-menu--generate): Use package--push. Renamed from
13209 package--generate-package-list.
13210 (package-menu-refresh, list-packages): Use it.
13211 (package-menu--print-info): Rename from package-print-package.
13212 Return insertion data instead of inserting it directly.
13213 (package-menu-describe-package, package-menu-execute):
13214 Use tabulated-list-get-id.
13215 (package-menu-mark-delete, package-menu-mark-install)
13216 (package-menu-mark-unmark, package-menu-backup-unmark)
13217 (package-menu-mark-obsolete-for-deletion):
13218 Use tabulated-list-put-tag.
13219 (package--list-packages, package-menu-revert)
13220 (package-menu-get-package, package-menu-get-version)
13221 (package-menu-sort-by-column): Functions deleted.
13222 (package-menu-package-list, package-menu-sort-key): Vars deleted.
13223 (package-menu--status-predicate, package-menu--version-predicate)
13224 (package-menu--name-predicate)
13225 (package-menu--description-predicate): Handle arguments in the
13226 Tabulated List format.
13227 (package-list-packages-no-fetch): Call list-packages.
13228
13229 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
13230
13231 * files.el (after-find-file-from-revert-buffer): Remove variable.
13232 (after-find-file): Don't bind it.
13233 (revert-buffer-in-progress-p): New variable.
13234 (revert-buffer): Bind it.
13235 Pass nil for `after-find-file-from-revert-buffer'.
13236
13237 * saveplace.el (save-place-find-file-hook): Use new variable
13238 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
13239
13240 2011-04-06 Glenn Morris <rgm@gnu.org>
13241
13242 * Makefile.in (AUTOGEN_VCS): New variable.
13243 (autoloads): Use $AUTOGEN_VCS.
13244
13245 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
13246 * calendar/calendar.el (calendar-mode-map):
13247 Check for toolkit scroll bars. (Bug#8305)
13248
13249 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
13250
13251 * minibuffer.el (completion-in-region--postch)
13252 (completion-in-region-mode): Remove unnecessary messages.
13253
13254 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
13255
13256 * font-lock.el (font-lock-refresh-defaults):
13257 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
13258 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
13259
13260 * info.el (Info-directory-list, Info-read-node-name-2)
13261 (Info-split-parameter-string): Doc fixes.
13262 (Info-virtual-nodes): Reflow docstring.
13263 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
13264 (Info-apropos-toc-nodes, info-finder, Info-get-token)
13265 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
13266 Fix typos in docstrings.
13267 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
13268 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
13269 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
13270 (Info-restore-desktop-buffer): Mark unused parameters.
13271 (Info-directory-find-file, Info-directory-find-node)
13272 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
13273 (Info-virtual-index-find-node, Info-apropos-find-file)
13274 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
13275 Mark unused parameters; fix typos in docstrings.
13276 (Info-virtual-index): Remove unused local variable `nodename'.
13277
13278 2011-04-05 Deniz Dogan <deniz@dogan.se>
13279
13280 * net/rcirc.el: Update my e-mail address.
13281 (rcirc-mode-map): Remove M-o binding.
13282
13283 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
13284
13285 * startup.el (command-line): Save the cursor's theme-face
13286 directly, instead of using face-override-spec.
13287
13288 * custom.el (load-theme): Minor optimization in assigning faces.
13289
13290 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
13291
13292 * help-fns.el (describe-variable): Complete all variables having
13293 documentation, including keywords.
13294 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
13295
13296 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
13297
13298 Convert to lexical-binding.
13299
13300 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
13301 (bs--get-marked-string, bs--get-modified-string)
13302 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
13303 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
13304 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
13305
13306 * ehelp.el (electric-help-execute-extended)
13307 (electric-help-ctrl-x-prefix):
13308 * hexl.el (hexl-revert-buffer-function):
13309 * linum.el (linum-after-change, linum-after-scroll):
13310 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
13311
13312 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
13313
13314 2011-04-04 Daiki Ueno <ueno@unixuser.org>
13315
13316 * epa-dired.el:
13317 * epa-mail.el:
13318 * epa-hook.el:
13319 * epa-file.el:
13320 * epa.el:
13321 * epg.el: Use lexical binding.
13322
13323 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
13324
13325 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
13326
13327 * textmodes/flyspell.el (flyspell-word): Recognize default
13328 dictionary case for flyspell-mark-duplications-exceptions.
13329 Use regexp matching for languages.
13330 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
13331 default dictionary (Bug#7926).
13332
13333 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
13334
13335 * emacs-lisp/package.el (package--with-work-buffer):
13336 Recognize https URLs.
13337
13338 * net/network-stream.el: Move from gnus/proto-stream.el.
13339 Change prefix to network-stream throughout.
13340 (open-protocol-stream): Merge into open-network-stream, leaving
13341 open-protocol-stream as an alias. Handle nil BUFFER args.
13342
13343 * subr.el (open-network-stream): Move to net/network-stream.el.
13344
13345 2011-04-02 Glenn Morris <rgm@gnu.org>
13346
13347 * find-dired.el (find-exec-terminator): New option.
13348 (find-ls-option): Test for -ls support.
13349 (find-ls-subdir-switches): Test for -b in find-ls-option.
13350 (find-dired, find-grep-dired): Doc fixes.
13351 (find-dired): Use find-exec-terminator.
13352
13353 * find-dired.el (find-ls-option, find-ls-subdir-switches)
13354 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
13355 (find-name-arg): Remove purecopy.
13356
13357 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
13358 (grep-compute-defaults): Check for `-exec COMMAND +' support.
13359 Set grep-find-use-xargs, grep-find-command, and grep-find-template
13360 accordingly. Don't add the null-device if not needed.
13361
13362 * files.el (save-some-buffers): Doc fix.
13363
13364 2011-04-02 Eli Zaretskii <eliz@gnu.org>
13365
13366 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
13367
13368 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
13369
13370 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
13371 Use `dolist' rather than `mapcar'.
13372
13373 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13374
13375 Add lexical binding.
13376
13377 * subr.el (apply-partially): Use new closures rather than CL.
13378 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
13379 (dolist, dotimes): Use slightly different expansion for lexical code.
13380 (functionp): Move to C.
13381 (letrec): New macro.
13382 (with-wrapper-hook): Use it and apply-partially instead of CL.
13383 (eval-after-load): Preserve lexical-binding.
13384 (save-window-excursion, with-output-to-temp-buffer): Turn them
13385 into macros.
13386
13387 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
13388
13389 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
13390 than the arglist.
13391 (help-add-fundoc-usage): Don't add `Not documented'.
13392 (help-function-arglist): Handle closures, subroutines, and new
13393 byte-code-functions.
13394 (help-make-usage): Remove leading underscores.
13395 (describe-function-1): Handle closures.
13396 (describe-variable): Use special-variable-p for completion.
13397
13398 * files.el (lexical-binding): Declare safe.
13399
13400 * emacs-lisp/pcase.el: Don't use destructuring-bind.
13401 (pcase--memoize): Rename from pcase-memoize. Change weakness.
13402 (pcase): Add `let' pattern.
13403 Change memoization so it actually works.
13404 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
13405 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
13406 <let>: New case.
13407
13408 * emacs-lisp/macroexp.el: Use lexical binding.
13409 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
13410 Don't convert ' to #' without checking that it's indeed quoting
13411 a lambda.
13412
13413 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
13414 Use eval-sexp-add-defvars.
13415 (eval-sexp-add-defvars): New fun.
13416
13417 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
13418
13419 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
13420 Don't autoload.
13421 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
13422 than the internal `byte-compile-lambda'.
13423 (defmethod): Don't hide code under quotes.
13424 (eieio-defmethod): New `code' argument.
13425
13426 * emacs-lisp/eieio-comp.el: Remove.
13427
13428 * emacs-lisp/edebug.el (edebug-eval-defun)
13429 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
13430 (edebug-toggle): Avoid `eval'.
13431
13432 * emacs-lisp/disass.el (disassemble-internal): Handle new
13433 `closure' objects.
13434 (disassemble-1): Handle new byte codes.
13435
13436 * emacs-lisp/cl.el (pushnew): Silence warning.
13437
13438 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
13439 (cl-byte-compile-throw): Remove.
13440 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
13441
13442 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
13443 closures.
13444
13445 * emacs-lisp/cconv.el: New file.
13446
13447 * emacs-lisp/bytecomp.el: Use lexical binding instead of
13448 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
13449 (byte-compile-initial-macro-environment):
13450 Handle declare-function here.
13451 (byte-compile--lexical-environment): New var.
13452 (byte-stack-ref, byte-stack-set, byte-discardN)
13453 (byte-discardN-preserve-tos): New lap codes.
13454 (byte-interactive-p): Don't use any more.
13455 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
13456 New macros.
13457 (byte-compile-lapcode): Use them and handle new lap codes.
13458 (byte-compile-obsolete): Remove.
13459 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
13460 (byte-compile-arglist-warn): Check late def of inlinable funs.
13461 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
13462 since they should have been expanded by now.
13463 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
13464 (byte-compile-from-buffer): Remove unused second arg.
13465 (byte-compile-preprocess): New function.
13466 (byte-compile-toplevel-file-form): New function to distinguish
13467 file-form calls from outside from file-form calls from hunk-handlers.
13468 (byte-compile-file-form): Simplify.
13469 (byte-compile-file-form-defsubst): Remove.
13470 (byte-compile-file-form-defmumble): Simplify now that
13471 byte-compile-lambda always returns a byte-code-function.
13472 (byte-compile): Preprocess.
13473 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
13474 Remove, not used any more.
13475 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
13476 (byte-compile-make-args-desc): New funs.
13477 (byte-compile-lambda): Handle lexical functions. Always return
13478 a byte-code-function.
13479 (byte-compile-reserved-constants): New var, to make up room for
13480 closed-over variables.
13481 (byte-compile-constants-vector): Obey it.
13482 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
13483 (byte-compile-macroexpand-declare-function): New function.
13484 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
13485 byte-code-functions.
13486 (byte-compile-form): Check obsolescence here.
13487 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
13488 (byte-compile-variable-ref): Remove.
13489 (byte-compile-dynamic-variable-op): New fun.
13490 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13491 (byte-compile-variable-set): New funs.
13492 (byte-compile-discard): Add 2 args.
13493 (byte-compile-stack-ref, byte-compile-stack-set)
13494 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
13495 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
13496 macroexpand-all instead.
13497 (byte-compile-quote-form): Remove.
13498 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
13499 (byte-compile-bind, byte-compile-unbind): New funs.
13500 (byte-compile-let): Handle let* and lexical binding.
13501 (byte-compile-let*): Remove.
13502 (byte-compile-catch, byte-compile-unwind-protect)
13503 (byte-compile-track-mouse, byte-compile-condition-case):
13504 Handle a new :fun-body form, used for lexical scoping.
13505 (byte-compile-save-window-excursion)
13506 (byte-compile-with-output-to-temp-buffer): Remove.
13507 (byte-compile-defun): Simplify.
13508 (byte-compile-stack-adjustment): New fun.
13509 (byte-compile-out): Use it.
13510 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
13511
13512 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
13513 handler any more.
13514
13515 * emacs-lisp/byte-opt.el: Use lexical binding.
13516 (byte-inline-lapcode): Remove (to bytecomp).
13517 (byte-compile-inline-expand): Pay attention to inlining to/from
13518 lexically bound code.
13519 (byte-compile-unfold-lambda): Don't handle byte-code-functions
13520 any more.
13521 (byte-optimize-form-code-walker): Don't handle save-window-excursion
13522 any more and don't call compiler-macros.
13523 (byte-compile-splice-in-already-compiled-code): Remove.
13524 (byte-code): Don't inline any more.
13525 (disassemble-offset): Receive `bytes' as argument rather than via
13526 dynamic scoping.
13527 (byte-compile-tag-number): Declare before first use.
13528 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
13529 `return' even if make-spliceable.
13530 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
13531 obsolete interactive-p.
13532 (byte-optimize-lapcode): Optimize new lap-codes.
13533 Don't trip up on new form of `byte-constant' lap code.
13534
13535 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
13536
13537 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
13538
13539 * custom.el (custom-initialize-default, custom-declare-variable):
13540 Use `defvar'.
13541
13542 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
13543 New variables.
13544 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
13545 (COMPILE_FIRST): Add macroexp and cconv.
13546 * makefile.w32-in: Mirror changes in Makefile.in.
13547
13548 * vc/cvs-status.el:
13549 * vc/diff-mode.el:
13550 * vc/log-edit.el:
13551 * vc/log-view.el:
13552 * vc/smerge-mode.el:
13553 * textmodes/bibtex-style.el:
13554 * textmodes/css.el:
13555 * startup.el:
13556 * uniquify.el:
13557 * minibuffer.el:
13558 * newcomment.el:
13559 * reveal.el:
13560 * server.el:
13561 * mpc.el:
13562 * emacs-lisp/smie.el:
13563 * doc-view.el:
13564 * dired.el:
13565 * abbrev.el: Use lexical binding.
13566
13567 2011-04-01 Eli Zaretskii <eliz@gnu.org>
13568
13569 * info.el (info-display-manual): New function.
13570
13571 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13572
13573 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
13574
13575 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
13576
13577 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
13578 an entry for that server in rcirc-authinfo. (Bug#8385)
13579
13580 2011-03-31 Glenn Morris <rgm@gnu.org>
13581
13582 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
13583
13584 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
13585
13586 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
13587
13588 * progmodes/python.el (python-default-interpreter)
13589 (python-python-command-args, python-jython-command-args)
13590 (python-which-shell, python-which-args, python-which-bufname)
13591 (python-file-queue, python-comint-output-filter-function)
13592 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
13593 variables and functions.
13594
13595 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13596
13597 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
13598 (completion-in-region-mode): New minor mode.
13599 (completion-in-region): Use it.
13600 (completion-in-region--data, completion-in-region-mode-map): New vars.
13601 (completion-in-region--postch): New function.
13602 (completion--capf-misbehave-funs, completion--capf-safe-funs):
13603 New vars.
13604 (completion--capf-wrapper): New function.
13605 (completion-at-point): Use it to track well-behavedness of
13606 hook functions.
13607 (completion-help-at-point): New command.
13608
13609 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
13610
13611 * vc/add-log.el (add-change-log-entry): Don't use whitespace
13612 syntax class to search for whitespace on a single line
13613 (Message-ID: <4D938140.4030905@redhat.com>).
13614
13615 2011-03-30 Leo Liu <sdl.web@gmail.com>
13616
13617 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
13618 New commands.
13619 (edit-abbrevs-map): Bind them here.
13620 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
13621
13622 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
13623
13624 * allout.el (allout-hide-by-annotation, allout-flag-region):
13625 Reduce possibility of overlay leakage by making them volatile.
13626
13627 * allout-widgets.el (allout-widgets-tally): Define as nil so the
13628 hash is not shared between buffers. Mode initialization is
13629 responsible for giving it a useful starting value.
13630 (allout-item-span): Reduce possibility of overlay leakage by
13631 making them volatile.
13632 (allout-widgets-count-buttons-in-region): Add diagnostic function
13633 for tracking down button overlay leaks.
13634
13635 2011-03-29 Leo Liu <sdl.web@gmail.com>
13636
13637 * ido.el (ido-read-internal): Use the default history var
13638 minibuffer-history if no HISTORY is specified.
13639
13640 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
13641
13642 * net/imap.el (imap-shell-open, imap-process-connection-type):
13643 Use imap-process-connection-type for 'shell' streams as well as
13644 Kerberos, SSL, other subprocesses.
13645
13646 2011-03-28 Leo Liu <sdl.web@gmail.com>
13647
13648 * abbrev.el (abbrev-table-empty-p): New function.
13649 (prepare-abbrev-list-buffer): Place empty abbrev tables after
13650 nonempty ones. (Bug#5937)
13651
13652 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
13653
13654 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
13655
13656 2011-03-27 Leo Liu <sdl.web@gmail.com>
13657
13658 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
13659 for foreground and background colors.
13660 (ansi-color-make-color-map): Adapt.
13661
13662 2011-03-25 Leo Liu <sdl.web@gmail.com>
13663
13664 * midnight.el (midnight-time-float): Remove. Note it calculates
13665 the microsecond component incorrectly and seconds-to-time does the
13666 same job.
13667 Remove redundant (require 'timer).
13668
13669 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
13670 (ido-completions): Remove unused arguments. (Bug#8329)
13671
13672 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13673
13674 * minibuffer.el (completion--flush-all-sorted-completions):
13675 Remove itself from hook.
13676 (completion-at-point): Let the functions perform the completion
13677 immediately and return nil or t.
13678 * comint.el (comint-dynamic-complete-functions): Now identical to
13679 completion-at-point-functions.
13680 (comint-dynamic-list-input-ring): Remove unused var `index'.
13681 (comint--match-partial-filename, comint--unquote&expand-filename):
13682 New funs, split from comint-match-partial-filename.
13683 (comint-dynamic-complete): Use completion-at-point.
13684 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
13685
13686 2011-03-24 Drew Adams <drew.adams@oracle.com>
13687
13688 * thingatpt.el: Support `defun'.
13689
13690 2011-03-23 Leo Liu <sdl.web@gmail.com>
13691
13692 * abbrevlist.el: Move to obsolete/abbrevlist.el.
13693
13694 * help-mode.el (help-mode-finish): Tweak regexp.
13695
13696 2011-03-23 Glenn Morris <rgm@gnu.org>
13697
13698 * eshell/esh-opt.el (eshell-eval-using-options):
13699 Do not bind unused local variable `eshell-option-stub'.
13700
13701 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
13702
13703 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
13704
13705 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
13706 keymap variable in `with-no-warnings' to avoid a warning when the
13707 keymap has been already `defconst'ed.
13708
13709 2011-03-22 Leo Liu <sdl.web@gmail.com>
13710
13711 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
13712 encode all chars in abbrevs; otherwise use emacs-mule or
13713 utf-8-emacs. (Bug#8308)
13714
13715 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
13716
13717 * simple.el (backward-delete-char-untabify):
13718 Avoid warning about using `delete-backward-char'.
13719
13720 * image.el (image-type-file-name-regexps): Make it variable.
13721 `imagemagick-register-types' modifies it, and the user may want
13722 to add new extensions for known image types.
13723 (imagemagick-register-types): Throw error if not using ImageMagick.
13724
13725 2011-03-22 Leo Liu <sdl.web@gmail.com>
13726
13727 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
13728 located before rcirc-prompt-end-marker.
13729 (rcirc-complete): Error if point is not after rcirc prompt.
13730 Handle the case when table is nil.
13731 (rcirc-user-authenticated): Define to fix compiler warning.
13732
13733 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
13734
13735 * custom.el (custom--inhibit-theme-enable): Make it affect only
13736 custom-theme-set-variables and custom-theme-set-faces.
13737 (provide-theme): Ignore custom--inhibit-theme-enable.
13738 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
13739 (custom-enabling-themes): Delete variable.
13740 (enable-theme): Accept only loaded themes as arguments.
13741 Ignore the special custom-enabled-themes variable.
13742 (custom-enabled-themes): Forbid themes from setting this.
13743 Eliminate use of custom-enabling-themes.
13744 (custom-push-theme): Quote "changed" custom var entry.
13745
13746 2011-03-21 Leo Liu <sdl.web@gmail.com>
13747
13748 * ido.el (ido-read-internal): Add ido-selected to history instead
13749 of user input.
13750
13751 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13752
13753 * subr.el (deferred-action-list, deferred-action-function):
13754 Mark obsolete.
13755
13756 2011-03-21 Leo Liu <sdl.web@gmail.com>
13757
13758 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
13759 change on 2011-02-13 (bug#8309).
13760
13761 * minibuffer.el (read-file-name-function): Change default value.
13762 (read-file-name--defaults): Rename from read-file-name-defaults.
13763 (read-file-name-default): Rename from read-file-name.
13764 (read-file-name): Call read-file-name-function.
13765
13766 2011-03-21 Glenn Morris <rgm@gnu.org>
13767
13768 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
13769 Doc fixes.
13770
13771 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
13772
13773 * cus-theme.el: Add missing provide statement.
13774 (customize-create-theme): Extract theme value correctly.
13775 (custom-theme-visit-theme): Autoload.
13776 (customize-create-theme): Prompt before inserting default faces.
13777
13778 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13779
13780 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
13781 units and musical notes.
13782
13783 2011-03-20 Leo Liu <sdl.web@gmail.com>
13784
13785 * ido.el (ido-read-internal): Use completing-read-default.
13786 (ido-completing-read): Fix compatibility with completing-read.
13787
13788 2011-03-20 Christian Ohler <ohler@gnu.org>
13789
13790 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
13791 (ert-delete-all-tests): Use `called-interactively-p' rather than
13792 `interactive-p'.
13793 (ert--make-xrefs-region): Respect END.
13794
13795 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
13796
13797 * dired-aux.el (dired-create-directory): Signal an error if the
13798 directory already exists (Bug#8246).
13799
13800 * facemenu.el (list-colors-display): Call list-faces-display
13801 inside with-help-window.
13802 (list-colors-print): Use display property to align the final
13803 column, instead of checking window-width.
13804
13805 2011-03-19 Eli Zaretskii <eliz@gnu.org>
13806
13807 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
13808 windows-nt systems.
13809 (emerge-protect-metachars): Quote correctly for ms-dos and
13810 windows-nt systems.
13811
13812 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
13813
13814 * info.el (info-initialize): Replace all uses of `:' with
13815 path-separator for compatibility with non-Unix systems.
13816 Cache quoting of path-separator. (Bug#8258)
13817
13818 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
13819
13820 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13821 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13822 (mouse-avoidance-mode): Fix typos in docstrings.
13823
13824 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
13825
13826 * startup.el (package-subdirectory-regexp): Move from package.el.
13827 Omit \\` and \\', and let callers add them.
13828
13829 * emacs-lisp/package.el (package-strip-version)
13830 (package-load-all-descriptors): Add \\` and \\' to
13831 package-subdirectory-regexp before using it.
13832 (package-untar-buffer): New arg DIR; ensure that file untars only
13833 into this expected directory. Remove superfluous delete-region.
13834 (package-unpack): Caller changed.
13835 (package-tar-file-info): Use package-subdirectory-regexp.
13836
13837 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
13838
13839 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13840 diff-mode-shared-map (bug#8284).
13841 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
13842
13843 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13844
13845 * calendar/time-date.el (format-seconds): Use assoc instead of
13846 assoc-string, since assoc-string doesn't exist in XEmacs.
13847
13848 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
13849
13850 * custom.el (custom-known-themes): Reflow docstring.
13851 (custom-theme-load-path): Fix typo in docstring.
13852 (load-theme): Fix typo in error message.
13853 (custom-available-themes, custom-variable-theme-value):
13854 Use `let', not `let*'.
13855
13856 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13857
13858 * calc/README: Mention inclusion of musical notes.
13859
13860 * calc/calc-units.el (calc-lu-quant): Rename from
13861 `calc-logunits-quantity'.
13862 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13863 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13864 (calc-db): Rename from `calc-dblevel'.
13865 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13866 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13867 (calc-np): Rename from `calc-nplevel'.
13868 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13869 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13870 (calc-lu-plus): Rename from `calc-logunits-add'.
13871 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13872 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13873 (calc-lu-minus): Rename from `calc-logunits-sub'.
13874 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13875 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13876 (calc-lu-times): Rename from `calc-logunits-mul'.
13877 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13878 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13879 (calc-lu-divide): Rename from `calc-logunits-div'.
13880 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13881 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13882
13883 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13884 functions being autoloaded.
13885
13886 * calc/calc.el (calc-lu-power-reference): Rename from
13887 `calc-logunits-power-reference'.
13888 (calc-lu-field-reference): Rename from
13889 `calc-logunits-field-reference'.
13890
13891 * calc/calc-help.el (calc-l-prefix-help):
13892 Mention musical note functions.
13893
13894 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13895
13896 * minibuffer.el (completion-all-sorted-completions):
13897 Use :completion-cycle-penalty text property if present.
13898
13899 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13900
13901 * allout.el (allout-yank-processing): Adjust for new rebulleting
13902 regime so bullet being yanked is used without prompting the user
13903 for a choice.
13904
13905 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
13906
13907 * startup.el (command-line): Warn the user that _emacs is deprecated.
13908
13909 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
13910
13911 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13912 (delphi-verbose, delphi-comment-face, delphi-string-face)
13913 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13914 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13915 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13916 (delphi-new-comment-line, delphi-font-lock-defaults)
13917 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13918 Fix typos in docstrings.
13919
13920 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13921
13922 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
13923 Invert the roles of character and string values for INSTEAD, so a
13924 string is used for the more common case of a defaulting prompt.
13925
13926 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13927
13928 * progmodes/ruby-mode.el (ruby-backward-sexp):
13929 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13930 * play/gamegrid.el (gamegrid-make-face):
13931 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13932 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13933 * notifications.el (notifications-notify):
13934 * net/xesam.el (xesam-search-engines):
13935 * net/quickurl.el (quickurl-list-insert):
13936 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13937
13938 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
13939
13940 * startup.el (command-line): Update package subdirectory regexp.
13941
13942 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13943
13944 * allout.el (allout-abbreviate-flattened-numbering)
13945 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13946
13947 * subr.el (read-char-choice): Only show the cursor after the prompt,
13948 not after the answer.
13949
13950 2011-03-15 Kevin Ryde <user42@zip.com.au>
13951
13952 * help-fns.el (variable-at-point): Skip leading quotes, if any
13953 (bug#8253).
13954
13955 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13956
13957 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13958 warning message.
13959
13960 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
13961
13962 * shell.el (shell): When called interactively, offer to change the
13963 shell file name on remote hosts.
13964
13965 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13966
13967 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13968 integration for LDAP parameters. The host, base, user or binddn,
13969 and secret tokens can be specified in a netrc file, for instance.
13970 This is optional because an `auth-source' parameter must be
13971 specified in the search attributes.
13972
13973 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
13974
13975 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13976
13977 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13978
13979 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13980 into declaration. Remove redundant and harmful binding.
13981
13982 2011-03-12 Eli Zaretskii <eliz@gnu.org>
13983
13984 * files.el (file-ownership-preserved-p): Pass `integer' as an
13985 explicit 2nd argument to `file-attributes'. If the file's owner
13986 is the Administrators group on Windows, and the current user is
13987 Administrator, consider that a match.
13988
13989 * server.el (server-ensure-safe-dir): Consider server directory
13990 safe on MS-Windows if its owner is the Administrators group while
13991 the current Emacs user is Administrator. Use `=' to compare
13992 numerical UIDs, since they could be integers or floats.
13993
13994 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
13995
13996 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13997
13998 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
13999
14000 Sync with Tramp 2.2.1.
14001
14002 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
14003
14004 * net/trampver.el: Update release number.
14005
14006 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14007
14008 * progmodes/compile.el (compilation--previous-directory): Fix up
14009 various nil/dead-marker mismatches (bug#8014).
14010 (compilation-directory-properties, compilation-error-properties):
14011 Don't call it at a position past the one we're about to change.
14012
14013 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
14014 Disable obsolescence warnings in the file that declares it.
14015
14016 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
14017
14018 * allout-widgets.el (allout-widgets-tally):
14019 Initialize allout-widgets-tally as a hash table rather than nil to
14020 prevent mode-line redisplay warnings. Also, clarify the module
14021 description and fix a comment typo.
14022
14023 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
14024
14025 * help-fns.el (describe-variable): Don't complete keywords.
14026 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
14027
14028 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
14029
14030 * emacs-lisp/package.el (package-version-join): Impose a standard
14031 string representation for pre/alpha/beta version lists.
14032 (package-unpack-single): Standardize the directory name by passing
14033 it through package-version-join.
14034 (package-strip-rcs-id): Accept any version string that does not
14035 signal an error in version-to-list.
14036
14037 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
14038
14039 * simple.el (delete-trailing-whitespace): Return nil for the
14040 benefit of `write-file-functions'.
14041
14042 2011-03-10 Glenn Morris <rgm@gnu.org>
14043
14044 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
14045
14046 * vc/vc-git.el (vc-git-program): New option.
14047 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
14048 (vc-git--call): Use it.
14049
14050 * eshell/esh-util.el (eshell-condition-case): Doc fix.
14051
14052 * cus-edit.el (Custom-newline): If no button at point, look
14053 for a subgroup button at start-of-line. (Bug#2298)
14054
14055 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
14056
14057 2011-03-10 Julien Danjou <julien@danjou.info>
14058
14059 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
14060 `cursor-type' is nil.
14061
14062 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
14063
14064 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
14065
14066 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
14067
14068 * allout.el: Change so yank of distinctive-bullet items
14069 preserves the existing header prefix, rebulleting it if necessary,
14070 rather than replacing it. This is necessary for proper operation
14071 of cooperative addons like allout-widgets.
14072 (allout-make-topic-prefix, allout-rebullet-heading):
14073 Change SOLICIT arg to INSTEAD, and interpret additionally a string
14074 value as alternate bullet to be used, instead of prompting the user
14075 for a bullet character.
14076
14077 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
14078
14079 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14080 Do not use `tramp-file-name-port', because this returns also
14081 `tramp-default-port'.
14082
14083 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14084
14085 * net/rcirc.el (rcirc-handler-001): Remove useless
14086 with-rcirc-process-buffer.
14087 (rcirc-check-auth-status): Swap arguments to string-match.
14088
14089 2011-03-09 Glenn Morris <rgm@gnu.org>
14090
14091 * shell.el (shell-mode):
14092 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
14093
14094 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
14095 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
14096
14097 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
14098
14099 * emacs-lisp/package.el (package-refresh-contents)
14100 (package-menu-execute): Use condition-case-no-debug.
14101
14102 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
14103
14104 * simple.el (shell-command-to-string): Use `process-file'.
14105
14106 * emacs-lisp/package.el (package-tar-file-info): Handle also
14107 remote files.
14108
14109 * emacs-lisp/package-x.el (package-upload-buffer-internal):
14110 Use `equal' for upload base check.
14111
14112 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
14113
14114 * textmodes/texinfo.el (texinfo-environments):
14115 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
14116
14117 2011-03-08 Glenn Morris <rgm@gnu.org>
14118
14119 * cus-start.el (cursor-in-non-selected-windows):
14120 Fix :set quoting oddness. (Bug#8192)
14121
14122 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
14123 in some setf expressions. (Bug#2159)
14124
14125 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
14126
14127 * custom.el (custom-available-themes): Return themes in
14128 alphabetical order.
14129
14130 See ChangeLog.15 for earlier changes.
14131
14132 ;; Local Variables:
14133 ;; coding: utf-8
14134 ;; End:
14135
14136 Copyright (C) 2011-2012 Free Software Foundation, Inc.
14137
14138 This file is part of GNU Emacs.
14139
14140 GNU Emacs is free software: you can redistribute it and/or modify
14141 it under the terms of the GNU General Public License as published by
14142 the Free Software Foundation, either version 3 of the License, or
14143 (at your option) any later version.
14144
14145 GNU Emacs is distributed in the hope that it will be useful,
14146 but WITHOUT ANY WARRANTY; without even the implied warranty of
14147 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14148 GNU General Public License for more details.
14149
14150 You should have received a copy of the GNU General Public License
14151 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.