Make merging from gnulib a script, not a makefile action.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
b847032c
GM
12012-05-21 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4 Scrap superfluous subshells.
5
3858bfe7
SM
62012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
9 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
10
d14b0029
JB
112012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
12
13 * calc/calc.el (calc-ensure-consistent-units): New variable.
14
15 * calc/calc-units.el (math-consistent-units-p, math-check-unit-consistency):
16 New functions.
17 (calc-quick-units, calc-convert-units): Use `math-check-unit-consistency' when
18 `calc-ensure-consistent-units' is non-nil.
19 (calc-extract-units): Fix typo.
20
60c4db3a
SM
212012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
22
77f3b62e
SM
23 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
24
60c4db3a
SM
25 * textmodes/flyspell.el: Commenting style, plus code simplifications.
26 (flyspell-default-deplacement-commands): Don't spell check after
27 repeated window/frame switches (e.g. triggered by mouse-movement).
28 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
29 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
30 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
31 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
32 Remove unused vars.
33 (flyspell-get-casechars, flyspell-get-not-casechars):
34 Simplify; Don't bother removing a ] just to add it back.
35 * textmodes/ispell.el (ispell-program-name): Use executable-find.
36
b1a10716
RS
372012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
38
39 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
40 New functions.
41 (math-function-table): Add support for more C functions.
42
3f1b25b5
AM
432012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
44
45 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
46 (flyspell-debug-signal-word-checked): Protect delay handling for
47 otherchars against empty otherchars.
48
b581bb5c
SM
492012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
52 their respective macro declarations.
53 * skeleton.el (define-skeleton):
54 * progmodes/compile.el (define-compilation-mode):
55 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
56 (define-ibuffer-filter):
57 * emacs-lisp/generic.el (define-generic-mode):
58 * emacs-lisp/easy-mmode.el (define-minor-mode)
59 (define-globalized-minor-mode):
60 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
61 * emacs-lisp/byte-run.el (defsubst):
62 * custom.el (deftheme): Add doc-string metadata.
63
70b8ef8f
SM
642012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
67
b1198e17
SM
682012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
69
9abdc45d
SM
70 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
71
b1198e17
SM
72 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
73 * emacs-lisp/cl-macs.el: Idem.
74 * emacs-lisp/cl-specs.el: Remove.
75
4735906a
SM
762012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
77
78 Minor renaming of internal CL functions and variables.
79 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
80 (cl--position): Rename from cl-position.
81 (cl--delete-duplicates): Rename from cl-delete-duplicates.
82 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
83 (cl--random-state): Rename from *random-state*.
84
ac348012
SM
852012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
88 parens around the arg list (bug#11499).
89
a0a79cde
JL
902012-05-17 Juri Linkov <juri@jurta.org>
91
92 * isearch.el (word-search-regexp, word-search-backward)
93 (word-search-forward, word-search-backward-lax)
94 (word-search-forward-lax): Move functions from search.c
95 (bug#10145, bug#11381).
96
65034a51
AM
972012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
98
99 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
100 (flyspell-debug-signal-word-checked): Delay for otherchars as for
101 normal word components.
102
1a72a195
SM
1032012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * minibuffer.el (completion--sifn-requote): Fix last change.
106 (minibuffer-local-must-match-filename-map):
107 Move define-obsolete-variable-alias before its var.
108
fdb058c2
SM
1092012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
110
c41045e6
SM
111 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
112
036dfb8b
SM
113 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
114 behavior.
115 (completion--string-equal-p): New function.
116 (completion--twq-all): Use it to get better assertion failure data.
117
2473256d
SM
118 Only handle ".." and '..' quoting in shell-mode (bug#11466).
119 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
120 (shell--requote-argument): New functions.
121 (shell-completion-vars): Use them.
122 (shell--parse-pcomplete-arguments): Rename from
123 shell-parse-pcomplete-arguments.
124 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
125 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
126 Obey comint-file-name-quote-list.
127
fdb058c2
SM
128 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
129 (smie-indent-keyword): Use it.
130
51fa99f1
SM
1312012-05-14 Stefan Merten <smerten@oekonux.de>
132
133 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
134
e18afed7 1352012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
136
137 * net/rlogin.el (rlogin-mode-map): Fix last change.
138
e18afed7 1392012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
140
141 * mail/smtpmail.el (smtpmail-send-command): Send the command and
142 the following \r\n using a single `process-send-string', since the
143 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 144 with two `process-send-string's (Bug#11444).
8633b1f4 145
e18afed7 1462012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 147
fdb058c2
SM
148 * shell.el (shell-parse-pcomplete-arguments):
149 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 150
2d21d7f6
WJ
1512012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
152
e18afed7 153 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
154 (image-transform-scale, image-transform-right-angle-fudge): New vars.
155 (image-transform-width, image-transform-fit-width): New functions.
156 (image-transform-properties): Use them.
157 (image-transform-check-size): New function.
158 (image-toggle-display-image): Use it (for testing).
159 (image-transform-set-rotation): Reduce angle mod 360.
160 Delete obsolete comment.
161
7102e6d0
WJ
1622012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
163
164 * image-mode.el: Fix scaling (bug#11399).
165 (image-transform-resize): Doc fix.
166 (image-transform-properties): Default scale is 1 and height should
167 be an integer.
168
06bc5e6e
SM
1692012-05-13 Johan Bockgård <bojohan@gnu.org>
170
171 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
172 than hard-coding `car', to fix misbehavior when moving forward.
173
0ae03b6a
CY
1742012-05-13 Chong Yidong <cyd@gnu.org>
175
176 * emacs-lisp/tabulated-list.el (tabulated-list-format)
177 (tabulated-list-entries, tabulated-list-padding)
178 (tabulated-list-sort-key): Make permanent-local.
179
180 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
181 (electric-buffer-list): Put electric buffer menu
182 command descriptions in this docstring, instead of the docstring
183 of electric-buffer-menu-mode. Code cleanups.
184 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
185 Electric-buffer-menu-mode.
186 (electric-buffer-update-highlight): Minor code cleanup.
187
205a7391
MA
1882012-05-13 Michael Albinus <michael.albinus@gmx.de>
189
190 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
191 (Bug#11447)
192
e5bd0a28
SM
1932012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 Move define-obsolete-variable-alias before the var's definition.
196 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
197 * tooltip.el (tooltip-hook):
198 * textmodes/reftex-toc.el (reftex-toc-map):
199 * textmodes/reftex-sel.el (reftex-select-label-map)
200 (reftex-select-bib-map):
201 * textmodes/reftex-index.el (reftex-index-map)
202 (reftex-index-phrases-map):
203 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
204 * progmodes/meta-mode.el (meta-mode-map):
205 * novice.el (disabled-command-hook):
206 * loadhist.el (unload-hook-features-list):
207 * frame.el (blink-cursor):
208 * files.el (find-file-not-found-hooks, write-file-hooks)
209 (write-contents-hooks):
210 * emulation/tpu-edt.el (GOLD-map):
211 * emacs-lock.el (emacs-lock-from-exiting):
212 * emacs-lisp/generic.el (generic-font-lock-defaults):
213 * emacs-lisp/chart.el (chart-map):
214 * dos-fns.el (register-name-alist):
215 * dired-x.el (dired-omit-files-p):
216 * desktop.el (desktop-enable):
217 * cus-edit.el (custom-mode-hook):
218 * buff-menu.el (buffer-menu-mode-hook):
219 * bookmark.el (bookmark-read-annotation-text-func)
220 (bookmark-exit-hooks):
221 * allout.el (allout-mode-deactivate-hook)
222 (allout-exposure-change-hook, allout-structure-added-hook)
223 (allout-structure-deleted-hook, allout-structure-shifted-hook):
224 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
225 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
226 comes before the corresponding variable's definition.
227
ac59c2f6
CY
2282012-05-12 Chong Yidong <cyd@gnu.org>
229
230 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
231 (Buffer-menu-mouse-select): Restore function (Bug#11459).
232 (Buffer-menu-mode-map): Bind it.
233 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 234
dee6c9a3
SM
2352012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
236
2171cea5
SM
237 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
238 (prolog-upper-case-string, prolog-lower-case-string)
239 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
240 (prolog-use-smie, prolog-smie-grammar): New vars.
241 (prolog-smie-forward-token, prolog-smie-backward-token)
242 (prolog-smie-rules): New funs.
243 (prolog-comment-indent): Remove.
244 (prolog-mode-variables): Use default comment indentation instead.
245 Setup SMIE.
246 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
247 (prolog-mode): Don't call them any more.
248 (prolog-electric-colon, prolog-electric-dash)
249 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
250
aa0382bd
SM
251 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
252
dbacb4bd
SM
253 * minibuffer.el (completion--twq-all): Again, allow case differences.
254
13bdd94c
SM
255 * term.el: Move keymap initialization code to be more idiomatic.
256 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
257 (term-terminal-menu): Move initialization into declaration.
258 (term-escape-char): Let the user set it in her .emacs.
259
ff46c759
SM
260 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
261 Provide SMIE-based indentation (not enabled by default yet).
262 (sh-mode-map): Don't bind electric keys.
263 Use electric-pair-mode instead of skeleton-pair.
264 (sh-assignment-regexp): Fit within 80 columns.
265 (sh-indent-supported): Specify actual shell name instead of boolean.
266 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
267 (sh-maybe-here-document): Use it. Make obsolete.
268 (sh-electric-here-document-mode) New minor mode.
269 (sh-mode): Use it. Don't set sh-indent-supported-here here.
270 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
271 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
272 (sh-smie-rc-grammar, sh-use-smie): New vars.
273 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
274 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
275 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
276 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
277 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
278 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
279 (sh-set-shell): Use smie-setup if requested.
280
dee6c9a3
SM
281 * term.el (term-set-escape-char): Properly set term-escape-char.
282 See http://stackoverflow.com/questions/10524656.
283
9f9aa044
CY
2842012-05-10 Chong Yidong <cyd@gnu.org>
285
286 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
287 Use url-generic-parse-url, and handle host names and Windows
288 filenames properly.
289 (ffap-url-unwrap-remote): Use url-generic-parse-url.
290 (ffap-url-unwrap-remote): Accept list values, specifying a list of
291 URL schemes to work on.
292 (ffap--toggle-read-only): New function.
293 (ffap-read-only, ffap-read-only-other-window)
294 (ffap-read-only-other-frame): Use it.
295 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
296 necessary for ffap-url-unwrap-remote.
297
836d29b3
DA
2982012-05-10 Dave Abrahams <dave@boostpro.com>
299
300 * cus-start.el (create-lockfiles): Add it.
301
00fd78ed
CY
3022012-05-09 Chong Yidong <cyd@gnu.org>
303
304 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
305 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
306
666b903b 3072012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
308
309 * shell.el (shell-completion-vars): Fix last change (bug#11348).
310
666b903b 3112012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
312
313 * ansi-color.el (ansi-color-process-output): Check for validity of
314 comint-last-output-start before using it. This avoids a bad
315 interaction with gdb-mi's input/output buffer.
316
666b903b 3172012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
318
319 * files.el (dir-locals-read-from-file):
320 Mention dir-locals in any error message.
321
666b903b 3222012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
323
324 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
325 package (Bug#11410).
326
f677562b
CY
327 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
328 variables into description.
329
666b903b 3302012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
331
332 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
333 shell-delimiter-argument-list (bug#11348).
334 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
335
b499d8d0
JB
3362012-05-09 Juanma Barranquero <lekktu@gmail.com>
337
8f6b6da8
JB
338 * textmodes/rst.el: Silence byte-compiler warnings.
339 (rst-re-alist, rst-reset-section-caches): Move around.
340 (rst-re): Use `characterp', not `char-valid-p'.
341 (font-lock-beg, font-lock-end): Declare.
342
4824146a
JB
343 * progmodes/idlw-shell.el (specs): Remove reference to deleted
344 variable `idlwave-shell-activate-alt-keybindings' and simplify.
345
b499d8d0
JB
346 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
347
ad89bb83
GM
3482012-05-08 Glenn Morris <rgm@gnu.org>
349
350 * files.el (auto-mode-alist): Treat ".make" like ".mk".
351
8bba5a75
SM
3522012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
353
49ed9c8e
SM
354 * vc/log-edit.el: Add GNU coding standards highlighting.
355 (log-edit-font-lock-gnu-style)
356 (log-edit-font-lock-gnu-keywords): New vars.
357 (log-edit-font-lock-keywords): New fun.
358 (log-edit-mode): Don't fold case in font-lock.
359 (log-edit-font-lock-keywords): Do not assume case-folding.
360
07d00b56
SM
361 * imenu.el: Misc cleanup. Make docstrings out of comments.
362 Use lexical-binding.
363 (imenu--index-alist, imenu--last-menubar-index-alist)
364 (imenu-menubar-modified-tick): Use defvar-local.
365 (imenu--split-menu): Remove unused var.
366 (imenu--cleanup-seen): Declare as global.
367 (imenu--cleanup): Use dolist.
368
8bba5a75
SM
369 * subr.el (defvar-local): Add debug spec and doc-string position.
370
5075bdb5
GM
3712012-05-08 Glenn Morris <rgm@gnu.org>
372
c052c904
GM
373 * lisp/language/burmese.el, language/cham.el, language/czech.el:
374 * language/english.el, language/georgian.el, language/greek.el:
375 * language/japanese.el, language/khmer.el, language/korean.el:
376 * language/lao.el, language/misc-lang.el, language/romanian.el:
377 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
378 * language/thai.el, language/utf-8-lang.el:
379 Remove no-byte-compile setting.
380
5075bdb5
GM
381 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
382
06f679a7
AH
3832012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
384
385 * progmodes/make-mode.el (makefile-browse):
386 Remove unnecessary interactive. (Bug#11324)
387
03794570
GM
3882012-05-07 Glenn Morris <rgm@gnu.org>
389
af8630f4
GM
390 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
391
03794570
GM
392 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
393
f0809a9d
SM
3942012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
395
28be5ce7
SM
396 * loadup.el: Preload newcomment.el.
397 * newcomment.el: Move autoload-only code to toplevel.
398
f0809a9d
SM
399 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
400 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
401 Handle new :right-align column property.
402 (tabulated-list-print-col): Idem, plus use `display' text-property to
403 try and preserve alignment for variable pitch fonts.
404
1241b724
CY
4052012-05-07 Chong Yidong <cyd@gnu.org>
406
407 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
408 (tabulated-list-use-header-line): New var.
409 (tabulated-list-init-header): Use it.
410 (tabulated-list-print-fake-header): New function.
411 (tabulated-list-print): Use it.
412 (tabulated-list-sort-button-map): Add non-header-line commands.
413 (tabulated-list-init-header): Add column name property to basic
414 labels as well.
415 (tabulated-list-col-sort): Handle non-header-line button case.
416 (tabulated-list--sort-by-column-name): Fix a corner case.
417
f0809a9d
SM
418 * buff-menu.el (list-buffers--refresh):
419 Handle Buffer-menu-use-header-line.
1241b724 420
e5f9458f
CY
4212012-05-06 Chong Yidong <cyd@gnu.org>
422
423 * buff-menu.el: Convert to Tabulated List mode.
424 (Buffer-menu-buffer+size-width): Make obsolete.
425 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
426 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
427 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
428 documentation into docstring of buffer-menu.
429 (Buffer-menu-toggle-files-only): Add an informative message.
430 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
431 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
432 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
433 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
434 (Buffer-menu-execute, Buffer-menu-select)
435 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
436 (Buffer-menu-bury): Use Tabulated List machinery.
437 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
438 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 439 Delete.
e5f9458f
CY
440 (list-buffers--refresh): New function.
441 (list-buffers-noselect): Use it.
442 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
443 (Buffer-menu--pretty-file-name): New helper functions.
444
445 * loadup.el: Preload tabulated-list.
446
447 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
448 tabulated-list-sort-column.
449 (tabulated-list-init-header): Add the initial aligning space even
450 if tabulated-list-padding is zero.
451
e129292c
CS
4522012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
453
454 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
455 whose cdr is not a cons cell correctly (bug#11038).
456
6632d361
CY
4572012-05-06 Chong Yidong <cyd@gnu.org>
458
e129292c
CS
459 * emacs-lisp/tabulated-list.el (tabulated-list-format):
460 Accept additional plist in column descriptors.
6632d361
CY
461 (tabulated-list-init-header): Obey it.
462 (tabulated-list-get-entry): New function.
463 (tabulated-list-put-tag): Use it. Use string-width instead of
464 length.
465 (tabulated-list--column-number): New function.
466 (tabulated-list-print): Use it.
e129292c
CS
467 (tabulated-list-print-col): New function.
468 Set `tabulated-list-column-name' property on each column's text.
6632d361 469 (tabulated-list-print-entry): Use it.
e129292c
CS
470 (tabulated-list-delete-entry, tabulated-list-set-col):
471 New functions.
6632d361
CY
472 (tabulated-list-sort-column): New command (Bug#11337).
473
3cc99f68
CY
474 * buff-menu.el (list-buffers): Move C-x C-b binding from
475 buff-menu.el to bindings.el.
476
477 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
478 :advertised-binding feature.
479
52b61776
TN
4802012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
481
482 * progmodes/compile.el (compilation-internal-error-properties):
483 Calculate start position correctly when end-col is set but
484 end-line is not (Bug#11382).
485
ebfe2597
WJ
4862012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
487
488 * man.el (Man-unindent): Use text-property-default-nonsticky to
489 prevent untabify from inheriting face properties (Bug#11408).
490
a43f98b3
GM
4912012-05-05 Glenn Morris <rgm@gnu.org>
492
48176e8b
GM
493 * calendar/cal-html.el: Optionally include holidays in the output.
494 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
495 (cal-html-holidays): New option.
496 (cal-html-css-default): Add holiday entry.
497 (holiday-in-range): Autoload it.
498 (cal-html-htmlify-entry): Add optional class argument.
499 (cal-html-htmlify-list): Add optional holidays argument.
500 (cal-html-insert-agenda-days): Include holidays in the output.
501 (cal-html-one-month): Maybe include holidays.
502
a43f98b3
GM
503 * calendar/holidays.el (holiday-in-range):
504 Move here from cal-tex-list-holidays.
505 * calendar/cal-tex.el (cal-tex-list-holidays):
506 Make it an obsolete alias for holiday-in-range. Update all callers.
507
fef9d149 5082012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
509
510 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
511 Nextstep.
512
248da2f4
RW
5132012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
514
515 * files.el (file-auto-mode-skip): New var.
516 (set-auto-mode-1): Use it.
517
f95e9344
SM
5182012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
519
df96ab1e
SM
520 * repeat.el: Use lexical-binding.
521 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
522 (repeat-undo-count): Remove.
523 (repeat):
524 * progmodes/octave-mod.el (octave-abbrev-start):
525 * progmodes/f90.el (f90-abbrev-start):
526 * face-remap.el (text-scale-adjust):
527 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
528
5342bb06
SM
529 * emacs-lisp/pcase.el (pcase--let*): New function.
530 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
531 a bit more.
532 (pcase--split-pred): Be more clever about ruling out overlap between
533 a predicate and some constant pattern.
534 (pcase--q1): Use `null' instead of (eq foo nil).
535
f95e9344
SM
536 * subr.el (setq-local, defvar-local): New macros.
537 (kbd): Redefine as an alias.
538 (with-selected-window): Leave unrelated frames alone.
539 (set-temporary-overlay-map): New function.
540
71873e2b
SM
5412012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
542
543 * subr.el (user-error): New function.
544 * window.el (switch-to-buffer):
545 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
546 (smerge-match-conflict):
547 * simple.el (previous-matching-history-element)
548 (next-matching-history-element, goto-history-element, undo-more)
549 (undo-start):
550 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
551 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
552 (next-file, tags-loop-scan, list-tags, complete-tag):
553 * progmodes/compile.el (compilation-loop):
554 * mouse.el (mouse-minibuffer-check):
555 * man.el (Man-bgproc-sentinel, Man-goto-page):
556 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
557 (Info-history-forward, Info-follow-reference, Info-menu)
558 (Info-extract-menu-item, Info-extract-menu-counting)
559 (Info-forward-node, Info-backward-node, Info-next-menu-item)
560 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
561 (Info-next-reference, Info-prev-reference, Info-index)
562 (Info-index-next, Info-follow-nearest-node)
563 (Info-copy-current-node-name):
564 * imenu.el (imenu--make-index-alist)
565 (imenu-default-create-index-function, imenu-add-to-menubar):
566 * files.el (basic-save-buffer, recover-file):
567 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
568 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
569 (checkdoc-message-text, checkdoc-defun):
570 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
571 * cus-edit.el (customize-changed-options, customize-rogue)
572 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
573 (custom-variable-mark-to-reset-standard)
574 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
575 (custom-file):
576 * completion.el (check-completion-length):
577 * comint.el (comint-search-arg)
578 (comint-previous-matching-input-string-position)
579 (comint-previous-matching-input)
580 (comint-replace-by-expanded-history-before-point, comint-send-input)
581 (comint-copy-old-input, comint-backward-matching-input)
582 (comint-goto-process-mark, comint-set-process-mark):
583 * calendar/calendar.el (calendar-cursor-to-date): Use it.
584 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
585
8a61ee22
SM
5862012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
587
66408d1e
SM
588 * dabbrev.el (dabbrev--ignore-case-p): New function.
589 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
590 Use it.
591
8a61ee22
SM
592 * files.el (automount-dir-prefix): Mark as obsolete.
593
3c74813a
GM
5942012-05-04 Glenn Morris <rgm@gnu.org>
595
596 * patcomp.el, play/bruce.el: Move to obsolete/.
597
0bfcf5c5
PE
5982012-05-04 Paul Eggert <eggert@cs.ucla.edu>
599
600 Fix minor Y10k bugs.
601 * arc-mode.el (archive-unixdate):
602 * autoinsert.el (auto-insert-alist):
603 * calc/calc-forms.el (math-this-year):
604 * emacs-lisp/copyright.el (copyright-current-year)
605 (copyright-update-year, copyright):
606 * tar-mode.el (tar-clip-time-string):
607 * time.el (display-time-update):
608 Don't assume years have 4 digits.
609
78f3273a
CY
6102012-05-04 Chong Yidong <cyd@gnu.org>
611
612 * dos-w32.el (file-name-buffer-file-type-alist)
613 (direct-print-region-use-command-dot-com):
614 * ffap.el (ffap-menu-regexp):
615 * find-file.el (ff-special-constructs):
616 * follow.el (follow-debug):
617 * forms.el (forms--debug):
618 * iswitchb.el (iswitchb-all-frames):
619 * ido.el (ido-all-frames):
620 * emacs-lisp/timer.el (timer-max-repeats):
621 * mail/feedmail.el (feedmail-mail-send-hook)
622 (feedmail-mail-send-hook-queued):
623 * mail/footnote.el (footnote-signature-separator):
624 * mail/mailabbrev.el (mail-alias-separator-string)
625 (mail-abbrev-mode-regexp):
626 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
627 * progmodes/idlwave.el (idlwave-libinfo-file)
628 (idlwave-default-completion-case-is-down)
629 (idlwave-library-routines): Convert defvars to defcustoms.
630
631 * mail/rmail.el (rmail-decode-mime-charset):
632 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
633 (idlwave-shell-fix-inserted-breaks)
634 (idlwave-shell-activate-alt-keybindings)
635 (idlwave-shell-use-breakpoint-glyph):
636 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
637
f7ae6719
SM
6382012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
641
47086495
WS
6422012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
643
644 * progmodes/verilog-mode.el (font-lock-keywords):
645 Fix mis-highligting auto. Reported by Craig Barner.
646 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
647 defines from global name space. Reported by Dan Dever.
648 (verilog-auto-reset, verilog-auto-reset-widths)
649 (verilog-auto-tieoff): Support using unbased numbers for
650 AUTORESET and AUTOTIEOFF.
651 (verilog-submit-bug-report): Update variable list.
652 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
653 parenthesis from not matching. Reported by Michael Rytting.
654 (verilog-auto-template-lint): Fix hash error when linting modules
655 with no used templates.
656 (verilog-warn, verilog-warn-error)
657 (verilog-warn-fatal): When non-interactive report multiple
658 warnings before exiting. Suggested by Brad Dobbie.
659 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
660 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
661 to report unused template errors. Reported by Brad Dobbie.
662 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
663 nets, bug438. Reported by Vns Blore.
664 (verilog-auto-inout-module, verilog-auto-reg)
665 (verilog-read-decls, verilog-read-sub-decls-sig)
666 (verilog-signals-edit-wire-reg, verilog-signals-with):
667 Fix passing of Verilog data types in ANSI input/output ports
668 such as "output logic" into the AUTOs. Special case "wire" and
669 "reg" for backwards compatibility presuming Verilog 2001.
670 (verilog-auto-ascii-enum): Add "auto enum" as alias.
671 (verilog-preprocess): Fix replication of preprocess output.
672 Reported by Brad Dobbie.
673 (verilog-auto-inst-interfaced-ports):
674 Create verilog-auto-inst-interfaced-ports, bug429.
675 Reported by Julian Gorfajn.
676 (verilog-after-save-font-hook)
677 (verilog-before-save-font-hook): New variable.
678 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
679 (verilog-save-font-mods): Wrap disabling fontification, reported
680 by David Rogoff.
681 (verilog-do-indent, verilog-pretty-declarations-auto)
682 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
683 Reported by Pierre-David Pfister.
684 (verilog-set-auto-endcomments): Fix endtask auto comments outside
685 of class declarations, bug292. Reported by Kevin Heilman.
686 (verilog-read-decls): Fix 'parameter type' not appearing in
687 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
688 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
689 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
690 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
691 Reported by David Kravitz.
692
6932012-05-03 Michael McNamara <mac@mail.brushroad.com>
694
695 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
696 assignment with tests in ifs and for loops.
697 (verilog-extended-complete-re, verilog-complete-reg): Change so
698 that DPI inport functions don't look like fuction declarations.
699 (verilog-pretty-expr): Don't line up assignment
700 operations to the test and increment in if and for loops
701 (verilog-extended-complete-re, verilog-complete-reg): Change so
702 that DPI inport functions don't look like fuction declarations
703
2e51d4b5
KH
7042012-05-03 Kenichi Handa <handa@m17n.org>
705
706 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
707 decoding, and show a warning message without signalling an error
708 (Bug#11282).
709
2bd785a2
SM
7102012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
711
712 * emacs-lisp/bytecomp.el
713 (byte-compile-file-form-custom-declare-variable): Compile all elements,
714 since cconv.el might have introduced :fun-body, internal-make-closure,
715 and friends for bytecomp to handle (bug#11391).
716 * custom.el (defcustom): Avoid ((λ ..) ..).
717
99d27583
SM
7182012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
719
720 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
721
55a71479
JB
7222012-05-02 Juanma Barranquero <lekktu@gmail.com>
723
724 * notifications.el (dbus-debug):
725 * term/linux.el (gpm-mouse-enable):
726 * term/screen.el (xterm-register-default-colors): Declare.
727
7b97c764
CY
7282012-05-02 Chong Yidong <cyd@gnu.org>
729
2bc356d7
CY
730 * cus-start.el (gc-cons-percentage, exec-suffixes)
731 (dos-display-scancodes, dos-hyper-key, dos-super-key)
732 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
733 (make-cursor-line-fully-visible, void-text-area-pointer)
734 (font-list-limit): Add customization data.
735
7b97c764
CY
736 * allout.el (allout-exposure-change-functions)
737 (allout-structure-added-functions)
738 (allout-structure-deleted-functions)
739 (allout-structure-shifted-functions): Rename abnormal hooks from
740 *-hook, and convert to defcustoms.
5d3385a0
JB
741 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
742 Convert to defcustoms.
7b97c764
CY
743 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
744
745 * allout-widgets.el: Hook callers changed.
746
90207a15 7472012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
748
749 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
750 the yanked message in preference to the default value of
751 buffer-file-coding-system.
752
90207a15 7532012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 754
5d3385a0
JB
755 * window.el (display-buffer--action-function-custom-type):
756 Fix entry.
d9558cad 757
90207a15 7582012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
759
760 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
761
d80ac57b
GM
7622012-05-01 Glenn Morris <rgm@gnu.org>
763
976f7668
GM
764 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
765
beb83b5a
GM
766 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
767
d80ac57b
GM
768 * cus-edit.el (custom-variable-documentation): Simplify with format.
769
b593d6a9
AH
7702012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
771 Stefan Monnier <monnier@iro.umontreal.ca>
772
773 * simple.el (suggest-key-bindings, execute-extended-command):
774 Move from keyboard.c.
775
782fbf2a
CY
7762012-05-01 Chong Yidong <cyd@gnu.org>
777
778 * follow.el: Eliminate advice.
779 (set-process-filter, process-filter, sit-for): Advice deleted.
780 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
781 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
782 Vars deleted.
782fbf2a
CY
783 (follow-auto): Use a :set function.
784 (follow-mode): Rewritten. Don't advise process filters.
785 (follow-switch-to-current-buffer-all, follow-scroll-up)
786 (follow-scroll-down): Assume follow-mode is bound.
787 (follow-comint-scroll-to-bottom)
788 (follow-align-compilation-windows): New functions.
789 (follow--window-sorter): New function.
790 (follow-all-followers): Use it to explicitly sort windows by their
791 positions; don't make assumptions about next-window order.
792 (follow-windows-start-end, follow-delete-other-windows-and-split)
793 (follow-calc-win-start): Doc fix.
794 (follow-windows-aligned-p, follow-select-if-visible): Don't call
795 vertical-motion unnecessarily.
796 (follow-adjust-window): New function.
797 (follow-post-command-hook): Use it.
798 (follow-call-set-process-filter, follow-call-process-filter)
799 (follow-intercept-process-output, follow-tidy-process-filter-alist)
800 (follow-stop-intercept-process-output, follow-generic-filter):
801 Functions deleted.
802 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
803 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
804 New functions, replacing advice on scroll-bar-* commands.
87233a14 805 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
806
807 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
808 (comint-postoutput-scroll-to-bottom): Use it.
809 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 810
290af740
GM
8112012-05-01 Glenn Morris <rgm@gnu.org>
812
813 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
814 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
815 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
816 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
817 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
818 Remove no-byte-compile setting.
819
6eac8dc9
SM
8202012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
821
822 * minibuffer.el (completion-table-with-quoting): Fix compatibility
823 all-completions code to not return a number in the last cdr.
824
9cc7819c
LL
8252012-04-30 Leo Liu <sdl.web@gmail.com>
826
827 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
828 read-only error.
829
c93b886f
CY
8302012-04-29 Chong Yidong <cyd@gnu.org>
831
832 * follow.el (follow-calc-win-end): Rewrite to handle partial
833 screen lines correctly (Bug#8390).
834 (follow-avoid-tail-recenter): Minor cleanup.
835
8b6c19f4
SM
8362012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
837
838 Avoid the obsolete `assoc' package.
839 * speedbar.el (speedbar-refresh): Avoid adelete.
840 (speedbar-file-lists): Simplify and avoid aput.
841 * man.el (Man--sections, Man--refpages): New vars, replacing
842 Man-sections-alist and Man-refpages-alist.
843 (Man-build-section-alist, Man-build-references-alist):
844 Use them; avoid aput.
845 (Man--last-section, Man--last-refpage): New vars.
846 (Man-follow-manual-reference): Use them.
847 Use the `default' arg of completing-read.
848 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
849
c5bb7569
CY
8502012-04-27 Chong Yidong <cyd@gnu.org>
851
d1d2e2e8
CY
852 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
853
15cd8efd
CY
854 * startup.el (x-apply-session-resources): New function.
855
856 * term/ns-win.el (ns-initialize-window-system):
857 * term/w32-win.el (w32-initialize-window-system):
858 * term/x-win.el (x-initialize-window-system): Use it to properly
859 set menu-bar-mode and other vars from X resources, even if the
860 initial frame is not a window-system frame (Bug#2299).
861
c5bb7569
CY
862 * subr.el (read-key): Avoid running filter function when setting
863 up temporary tool bar entries (Bug#9922).
864
a8e7d6d7 8652012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
866
867 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
868 (Bug#11344)
869
a8e7d6d7 8702012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
871
872 * select.el (xselect--encode-string): New function, split from
873 xselect-convert-to-string.
874 (xselect-convert-to-string): Use it.
875 (xselect-convert-to-filename, xselect-convert-to-os)
876 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
877 returned strings are properly encoded (Bug#11315).
878
a8e7d6d7 8792012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
880
881 * simple.el (delete-active-region): Move to killing custom group.
882
a8e7d6d7 8832012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
884
885 * progmodes/which-func.el (which-func-current): Quote %
886 characters for mode-line processing.
887
578c1d4b 8882012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
889
890 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
891 reaching eob (Bug#11286).
892
a8e7d6d7 8932012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
894
895 * progmodes/gdb-mi.el (gdb-control-level): New variable.
896 (gdb): Make it buffer-local and init to zero.
897 (gdb-control-commands-regexp): New variable.
898 (gdb-send): Don't wrap in "-interpreter-exec console" if
899 gdb-control-level is positive. Increment gdb-control-level
900 whenever the command matches gdb-control-commands-regexp, and
901 decrement it each time the command is "end". (Bug#11279)
902
a8e7d6d7 9032012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
904
905 * window.el (adjust-window-trailing-edge, enlarge-window)
906 (shrink-window, window-resize):
907 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
908 windows (Bug#11276).
909
b3608390
CY
9102012-04-27 Chong Yidong <cyd@gnu.org>
911
912 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 913 fix "missing prefix" warning. All callers changed.
b3608390 914
797e6e88
SM
9152012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
916
917 * emacs-lisp/assoc.el: Move to obsolete/.
918
e95a67dc
SM
9192012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
920
657c21e4 921 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
922
923 * term/ns-win.el (ns-define-service):
924 * progmodes/pascal.el (pascal-goto-defun):
925 * progmodes/js.el (js--read-tab):
926 * progmodes/etags.el (tags-lazy-completion-table):
927 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
928 * emacs-lisp/ewoc.el (ewoc--wrap):
929 * emacs-lisp/assoc.el (aput, adelete, amake):
930 * doc-view.el (doc-view-convert-current-doc):
931 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
932
cb3e7ae0
CY
9332012-04-26 Chong Yidong <cyd@gnu.org>
934
dce04f7f
CY
935 * image.el (image-type-from-buffer): Only return supported image
936 type (Bug#9045).
937
cb3e7ae0
CY
938 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
939 value, for symmetry with diff-end-of-hunk.
940 (diff-split-hunk, diff-find-source-location)
941 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
942 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
943 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
944 compute the relevant hunk or file properly (Bug#6005).
945 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
946
0d42eb3e
SM
9472012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
948
949 * vc/vc-mtn.el:
950 * vc/vc-hg.el:
951 * vc/vc-git.el:
952 * vc/vc-dir.el:
953 * vc/vc-cvs.el:
954 * vc/vc-bzr.el:
955 * vc/vc-arch.el:
956 * vc/vc.el: Replace lexical-let by lexical-binding.
957 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
958 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
959 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
960
f08ae1c9
CY
9612012-04-26 Chong Yidong <cyd@gnu.org>
962
8b71081d
CY
963 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
964 (diff-mode-shared-map): Bind it to / and [remap undo].
965
f08ae1c9
CY
966 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
967 (ediff-window-setup-function): Use it as the default, to set up
968 windows based on whether the current frame is graphical (Bug#2138).
969 (ediff-choose-window-setup-function-automatically): Make obsolete.
970
971 * vc/ediff-init.el: Always define ediff-pixel-width/height.
972
ef24141c
SM
9732012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
974
cc356a5d
SM
975 * ffap.el: Remove old code for obsolete package.
976 (ffap-complete-as-file-p): Remove.
977
b4ff4f1f
SM
978 Use completion-table-with-quoting for comint and pcomplete.
979 * comint.el (comint--unquote&requote-argument)
980 (comint--unquote-argument, comint--requote-argument): New functions.
981 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
982 (comint-quote-filename): Use regexp-opt-charset.
983 (comint--common-suffix, comint--common-quoted-suffix)
984 (comint--table-subvert): Remove.
985 (comint-unquote-function, comint-requote-function): New vars.
986 (comint--complete-file-name-data): Use them with
987 completion-table-with-quoting.
988 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
989 * pcomplete.el (pcomplete-arg-quote-list)
990 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
991 (pcomplete-unquote-argument-function): Default to non-nil.
992 (pcomplete-unquote-argument): Simplify.
993 (pcomplete--common-quoted-suffix): Remove.
994 (pcomplete-requote-argument-function): New var.
995 (pcomplete--common-suffix): New function.
996 (pcomplete-completions-at-point): Use completion-table-with-quoting
997 and completion-table-subvert.
998
79c4eeb4
SM
999 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
1000 (minibuffer--double-dollars): Preserve properties.
1001 (completion--sifn-requote): New function.
1002 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
1003
ef24141c
SM
1004 * minibuffer.el: Add support for completion of quoted/escaped data.
1005 (completion-table-with-quoting, completion-table-subvert): New funs.
1006 (completion--twq-try, completion--twq-all): New functions.
1007 (completion--nth-completion): New function.
1008 (completion-try-completion, completion-all-completions): Use it.
1009
784e7d6e
LL
10102012-04-25 Leo Liu <sdl.web@gmail.com>
1011
dd2ac746
SM
1012 * progmodes/python.el (python-pdbtrack-get-source-buffer):
1013 Use compilation-message if available to find real filename.
784e7d6e 1014
07875ee7
CY
10152012-04-25 Chong Yidong <cyd@gnu.org>
1016
1017 * vc/diff-mode.el (diff-setup-whitespace): New function.
1018 (diff-mode): Use it.
1019
1020 * vc/diff.el (diff-sentinel):
1021 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
1022 Whitespace mode variables based on diff style (Bug#8612).
1023
5055880d
LL
10242012-04-25 Leo Liu <sdl.web@gmail.com>
1025
daf75653
LL
1026 * progmodes/python.el (python-send-region): Add suffix .py to the
1027 temp file.
1028
5055880d
LL
1029 * files.el (auto-mode-alist): Use javascript-mode instead.
1030
db9b177b
AH
10312012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
1032
ef24141c 1033 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
1034
1035 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 1036 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 1037 references, see Bug#9.
ef24141c 1038 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 1039 when receiving a fault reply.
ef24141c 1040 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
1041
1042 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 1043 (soap-inspect-simple-type): New function.
db9b177b 1044
ef24141c 1045 * soap-client.el (soap-simple-type): New struct.
db9b177b 1046 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
1047 (soap-decode-basic-type, soap-encode-basic-type):
1048 support unsignedInt and double basic types.
db9b177b 1049 (soap-resolve-references-for-simple-type)
ef24141c
SM
1050 (soap-parse-simple-type, soap-encode-simple-type): New function.
1051 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
1052
1053 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
1054 (soap-default-soapenc-types): Add integer, byte and anyURI types.
1055 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
1056 the local name of "soapenc:Array".
1057 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
1058 decoding integer, byte and anyURI xsd types.
1059
1fc6097b
CY
10602012-04-25 Chong Yidong <cyd@gnu.org>
1061
1062 * cus-edit.el (custom-buffer-create-internal): Update header text.
1063
afc6df87
EZ
10642012-04-25 Eli Zaretskii <eliz@gnu.org>
1065
1066 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
1067 settings on 'system-type', not on 'window-system'. On MS-Windows,
1068 set interactive-mode on in GDB.
1069
dfbd787f
SM
10702012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1071
1072 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
1073 (ruby-syntax-propertize-regexp): Remove.
1074 (ruby-syntax-propertize-function): Split regexp into chunks.
1075 Match following code directly.
1076
85222d44
DG
10772012-04-24 Dmitry Gutov <dgutov@yandex.ru>
1078
51a8ea2a
DG
1079 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
1080 (ruby-syntax-propertize-regexp): New function.
1081 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
1082 by a special keyword.
1083
85222d44
DG
1084 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
1085 (ruby-syntax-general-delimiters-goto-beg)
1086 (ruby-syntax-propertize-general-delimiters): New functions.
1087 (ruby-syntax-propertize-function): Use them to handle GDL.
1088 (ruby-font-lock-keywords): Move old handling of GDL...
1089 (ruby-font-lock-syntactic-keywords): .. to here.
1090 (ruby-calculate-indent): Adjust indentation for GDL.
1091
b613912b
MA
10922012-04-24 Michael Albinus <michael.albinus@gmx.de>
1093
b5380639
MA
1094 * notifications.el (top): Remove unneeded declarations.
1095 (notifications-specification-version): Change to "1.2".
e43042fe 1096 (notifications-interface, notifications-notify-method)
b613912b
MA
1097 (notifications-close-notification-method): Fix docstring.
1098 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
1099 (notifications-notify): Add :action-items, :resident and
1100 :transient hints. Change "image_data" to "image-data" and
1101 "image_path" to "image-path".
b613912b
MA
1102 (notifications-get-capabilities): New defun.
1103
257440aa
LL
11042012-04-24 Leo Liu <sdl.web@gmail.com>
1105
1106 * progmodes/python.el: Move hideshow setup to the end.
1107
b1bac16e
MR
11082012-04-24 Martin Rudalics <rudalics@gmx.at>
1109
1110 * window.el (handle-select-window): Clear echo area since this is
1111 no more done by read_char (Bug#11304).
1112
d81bd059
SM
11132012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
1116 and `/ M' to filter-derived-mode.
1117 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
1118 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1119 (ibuffer-mark-by-mode): Use default rather than initial-input.
1120 (ibuffer-filter-by-derived-mode): Autoload and require-match.
1121
c4cf6d91
IA
11222012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
1123
1124 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
1125 (ibuffer-filter-by-derived-mode): New filter.
1126 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
1127
7511ded8
CY
11282012-04-23 Andreas Politz <politza@fh-trier.de>
1129
1130 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
1131
775c916b
CY
11322012-04-23 Chong Yidong <cyd@gnu.org>
1133
1134 * cus-edit.el (customize-apropos, customize-apropos-options):
1135 Disable matching of non-option variables (Bug#11176).
1136 (customize-option, customize-option-other-window)
1137 (customize-changed-options): Doc fix.
1138 (customize-apropos-options, customize-apropos-faces)
1139 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
1140
1141 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 1142 Fix word list splitting (Bug#11132).
46c71e23
CY
1143 (apropos-symbol, apropos-keybinding, apropos-label)
1144 (apropos-property, apropos-function-button)
1145 (apropos-variable-button, apropos-misc-button): New faces.
1146 (apropos-symbol-face, apropos-keybinding-face)
1147 (apropos-label-face, apropos-property-face, apropos-match-face):
1148 Variables removed (Bug#8396).
1149 (apropos-library-button, apropos-format-plist, apropos-print)
1150 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 1151
2df41f9c
MA
11522012-04-23 Michael Albinus <michael.albinus@gmx.de>
1153
1154 * net/xesam.el (xesam-mode-map): Use let-bound map in
1155 initialization. (Bug#11292)
1156
da00640a
AM
11572012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1158
1159 Preserve ispell session localwords when switching back to
1160 original buffer.
1161
1162 * ispell.el (ispell-buffer-session-localwords): New buffer-local
1163 variable to hold buffer session localwords.
1164 (ispell-kill-ispell): add option 'clear to delete session
1165 localwords.
1166 (ispell-command-loop, ispell-change-dictionary)
1167 (ispell-buffer-local-words): Preserve session localwords when
1168 needed.
1169
1170 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
1171 Preserve session localwords when needed.
1172
f621ccf5
AM
11732012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1174
1175 * ispell.el (ispell-insert-word) Remove unneeded function using
1176 obsolete `translation-table-for-input'.
ef24141c
SM
1177 (ispell-word, ispell-process-line, ispell-complete-word):
1178 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 1179
c2d1019e
CY
11802012-04-22 Chong Yidong <cyd@gnu.org>
1181
1182 * cus-edit.el (custom-variable-menu)
1183 (custom-variable-reset-saved, custom-face-menu)
1184 (custom-face-reset-saved): If there is no saved value, make the
1185 "reset-saved" operation bring back the default (Bug#9509).
1186 (custom-face-state): Properly detect themed faces.
1187
eeddc531
CY
1188 * faces.el (face-spec-set): Stop supporting deprecated form of
1189 third arg.
1190
dcbf5805
MA
11912012-04-22 Michael Albinus <michael.albinus@gmx.de>
1192
1193 Move functions from C to Lisp. Make non-blocking method calls
1194 the default. Implement further D-Bus standard interfaces.
1195
ef24141c
SM
1196 * net/dbus.el (dbus-message-internal): Declare function.
1197 Remove unneeded function declarations.
dcbf5805
MA
1198 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
1199 (dbus-message-type-method-return, dbus-message-type-error)
1200 (dbus-message-type-signal): Declare variables. Remove local
1201 definitions.
1202 (dbus-interface-dbus, dbus-interface-peer)
1203 (dbus-interface-introspectable, dbus-interface-properties)
1204 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
1205 Adapt docstring.
1206 (dbus-interface-objectmanager): New defconst.
1207 (dbus-call-method, dbus-call-method-asynchronously)
1208 (dbus-send-signal, dbus-method-return-internal)
1209 (dbus-method-error-internal, dbus-register-service)
1210 (dbus-register-signal, dbus-register-method): New defuns, moved
1211 from dbusbind.c
1212 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
1213 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
1214 New defuns.
dcbf5805
MA
1215 (dbus-call-method-non-blocking): Make it an obsolete function.
1216 (dbus-unregister-object, dbus-unregister-service)
1217 (dbus-handle-event, dbus-register-property)
1218 (dbus-property-handler): Obey the new structure of
1219 `bus-registered-objects'.
1220 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
1221 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1222 Use `dbus-call-method'.
1223
cf20dee0
CY
12242012-04-22 Chong Yidong <cyd@gnu.org>
1225
1226 * cus-edit.el (custom-commands, custom-reset-menu)
1227 (Custom-reset-standard): Tweak labels.
1228 (custom-reset-button-menu): Change default to t.
1229 (custom-buffer-create-internal): For the custom-reset-button-menu
1230 case, put the revert button first.
1231 (custom-group-subtitle): New face.
1232 (custom-group-value-create): Align docstring to a specific column.
1233
1234 * wid-edit.el (widget-documentation-link-add): Don't handle
1235 indentation in this function.
1236 (widget-documentation-string-indent-to): New function.
1237 (widget-documentation-string-value-create): Use it.
1238
1239 * autorevert.el (auto-revert):
1240 * epg-config.el (epg):
1241 * ibuffer.el (ibuffer):
1242 * mpc.el (mpc):
1243 * ses.el (ses):
1244 * eshell/eshell.el (eshell):
1245 * net/ange-ftp.el (ange-ftp):
1246 * progmodes/ebnf2ps.el (postscript):
1247 * progmodes/flymake.el (flymake):
1248 * progmodes/prolog.el (prolog):
1249 * progmodes/verilog-mode.el (verilog-mode):
1250 * progmodes/which-func.el (which-func):
1251 * term/xterm.el (xterm):
1252 * textmodes/picture.el (picture):
1253 * textmodes/tildify.el (tildify):
1254 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
1255 customization buffers.
1256
583e23bd
AM
12572012-04-22 Alan Mackenzie <acm@muc.de>
1258
1259 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1260 Adding a ) can hide the resulting (..) from searches. Fix it.
1261 Bound the backward search to the position of the existing (.
1262
7dd51bf1
JB
12632012-04-21 Juanma Barranquero <lekktu@gmail.com>
1264
1265 * progmodes/verilog-mode.el (verilog-mode): Check whether
1266 which-func-modes is t before adding verilog-mode.
1267 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1268
d64a438f
LL
12692012-04-21 Leo Liu <sdl.web@gmail.com>
1270
7dd51bf1 1271 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 1272
081e8d65
MV
12732012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
1274
1275 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
1276 filling of the last column of a table (Bug#5635).
1277 (woman-find-next-control-line): New arg, specifying an additional
1278 regexp component for the control line.
1279 (woman2-roff-buffer): Use it.
1280 (woman-break-table): New function.
1281 (woman2-TS): Use it.
1282
12832012-04-21 Chong Yidong <cyd@gnu.org>
1284
1285 * woman.el (woman-set-buffer-display-table, woman-decode-region)
1286 (woman-horizontal-escapes, woman-negative-vertical-space)
1287 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
1288 (WoMan-warn-ignored): Use ?\s instead of ?\ .
1289
ed571ccb
SM
12902012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * minibuffer.el (completion-file-name-table): Complete user names.
1293
39773899
LL
12942012-04-20 Leo Liu <sdl.web@gmail.com>
1295
1296 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
1297 and pcase-let*.
1298
de6ff46d
CY
12992012-04-20 Chong Yidong <cyd@gnu.org>
1300
1301 * server.el (server-execute): Respect initial-buffer-choice if it
1302 is a string and there are no files to open (Bug#2825).
1303 (server-create-window-system-frame, server-create-tty-frame):
1304 Don't switch buffers here.
2d0e8e61
CY
1305 (server-process-filter): Only try to open a window system frame if
1306 compiled with graphical support (Bug#8314).
de6ff46d 1307
54071013
DN
13082012-04-20 Dan Nicolaescu <dann@gnu.org>
1309
1310 * battery.el (battery-echo-area-format): Display remaining time
1311 for sysfs backend too (Bug#11269).
1312 (battery-linux-sysfs): Fix conditional for the charge.
1313
f30d612a
CY
13142012-04-20 Chong Yidong <cyd@gnu.org>
1315
c07a4c0b 1316 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
1317 (gdb-inferior-io--init-proc): New function.
1318 (gdb-init-1): Use it.
1319 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
1320 responsible for allocating a new pty and hooking it to gdb when
1321 the old pty gets an EIO due to process exit.
1322 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
1323 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
1324 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
1325
2116e93c
EZ
13262012-04-20 Eli Zaretskii <eliz@gnu.org>
1327
1328 * window.el (window-min-size, window-sizable, window-min-delta)
1329 (window-max-delta, window--resizable, window-resizable)
1330 (window-total-size, window-full-height-p, window-full-width-p)
1331 (window-in-direction, window--resize-mini-window, window-resize)
1332 (window--resize-child-windows-normal)
1333 (window--resize-child-windows, window--resize-siblings)
1334 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 1335 (enlarge-window, shrink-window): Doc fixes.
2116e93c 1336
c07a4c0b 13372012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 1338
ef24141c
SM
1339 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
1340 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
1341 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
1342 pty process (Bug#11273).
1343 (gdb-update): New arg to suppress talking to the gdb process.
1344 (gdb-done-or-error): Use it.
1345 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
1346 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
1347 sentinel not being called.
1348
1349 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
1350
d02766ab
CY
1351 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
1352
c07a4c0b 13532012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1354
1355 * net/network-stream.el (open-network-stream): Doc fix.
1356
c07a4c0b 13572012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
1358
1359 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
1360
c07a4c0b 13612012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
1362
1363 Ensure searching for keywords is case sensitive.
1364
1365 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
1366 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
1367 (c-defun-name, c-mark-function, c-cpp-define-name)
1368 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 1369 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 1370
ef24141c
SM
1371 * progmodes/cc-mode.el (c-font-lock-fontify-region):
1372 Bind case-fold-search to nil.
f0f6bc35 1373
c07a4c0b 13742012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
1375
1376 * mail/sendmail.el (mail-bury): Call return action with the right
1377 Rmail buffer (Bug#11242).
1378
9a864fa2
CY
1379 * server.el (server-process-filter): Handle corner case where both
1380 tty and nowait options are present (Bug#11102).
1381
539aa513
EZ
13822012-04-20 Eli Zaretskii <eliz@gnu.org>
1383
1384 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
1385 (top level): Put into the executable the ident-style '$Id:' tag on
1386 windows-nt as well.
539aa513 1387
cfc7d5da
SM
13882012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1389
1390 * electric.el (electric-indent-post-self-insert-function): Check that
1391 electric-indent-mode is enabled in current buffer.
1392
5b01685c
JB
13932012-04-19 Juanma Barranquero <lekktu@gmail.com>
1394
1395 * imenu.el (imenu-progress-message): Restore; it is "used" in
1396 erc/erc-imenu.el and net/snmp-mode.el.
1397
4d6769e1
JB
13982012-04-19 Juanma Barranquero <lekktu@gmail.com>
1399
1400 * avoid.el (mouse-avoidance-mode): Mark unused arg.
1401 (mouse-avoidance-nudge-mouse): Remove unused binding.
1402
1403 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
1404
1405 * descr-text.el (describe-char):
1406 * progmodes/python.el (python-describe-symbol):
1407 Don't call `toggle-read-only', set `buffer-read-only'.
1408
1409 * imenu.el (imenu-default-goto-function): Mark unused args.
1410 (imenu-progress-message): Remove obsolete macro; all callers changed.
1411
1412 * subr.el (keymap-canonicalize): Remove unused binding.
1413 (read-passwd): Mark unused arg.
1414
1415 * tutorial.el (tutorial--display-changes): Remove unused binding.
1416 (tutorial--save-tutorial-to): Remove unused variable.
1417
1418 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
1419 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
1420 (package-generate-autoloads, package-menu--generate)
1421 (package-menu--find-upgrades): Remove unused bindings.
1422
1423 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
1424 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
1425 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
1426 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
1427 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
1428 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
1429 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
1430 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
1431 (cua-delete-char-rectangle): Mark unused args.
1432 (cua-align-rectangle): Remove unused binding.
1433
1434 * mail/rmail.el (compilation--message->loc)
1435 (epa--find-coding-system-for-mime-charset): Declare.
1436
1437 * net/dbus.el (dbus-register-service): Declare.
1438 (dbus-name-owner-changed-handler): Remove unused binding.
1439
1440 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
1441 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
1442 (nxml-scan-backward-within): Mark unused arg.
1443 (nxml-dynamic-markup-word): Remove unused binding.
1444
1445 * mouse.el (mouse-menu-major-mode-map):
1446 * emacs-lisp/authors.el (authors-scan-change-log)
1447 (authors-add-to-author-list):
1448 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
1449 * emacs-lisp/smie.el (smie-auto-fill):
1450 * mail/sendmail.el (mail-bury):
1451 * mail/unrmail.el (unrmail):
1452 * net/tls.el (open-tls-stream):
1453 * textmodes/picture.el (picture-mouse-set-point):
1454 Remove unused bindings.
1455
8c8fc5df
MA
14562012-04-19 Michael Albinus <michael.albinus@gmx.de>
1457
1458 * net/tramp.el (tramp-action-password): Let-bind
1459 `enable-recursive-minibuffers' to t.
1460
a77b0ac9
SS
14612012-04-18 Sam Steingold <sds@gnu.org>
1462
1463 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
1464 instead of 'string to accommodate values like [f11].
1465 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
1466 * progmodes/gdb-mi.el: Likewise.
1467
12a106a9
LL
14682012-04-18 Leo Liu <sdl.web@gmail.com>
1469
1470 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
1471 current buffer.
1472 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
1473 LOCAL is nil.
1474
bc6494ef
CY
14752012-04-18 Chong Yidong <cyd@gnu.org>
1476
1477 * simple.el (line-move): Use forward-line if in batch mode
1478 (Bug#11053).
1479
c09c46b2
CS
14802012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
1481
1482 * files.el (after-find-file): Do not try to add a final newline if
1483 the buffer is read-only (Bug#11156).
1484
5f6530ea
RS
14852012-04-17 Richard Stallman <rms@gnu.org>
1486
1487 * mail/rmail.el (rmail-start-mail):
1488 Pass (rmail-mail-return...) for the return-action.
1489 Pass (rmail-yank-current-message...) for the yank-action.
1490 (rmail-yank-current-message): New function.
1491 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
1492 (rmail-reply): Likewise.
1493 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
1494
1495 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 1496 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
1497 buffer, not newbuf.
1498
197b6f3c
JB
14992012-04-17 Juanma Barranquero <lekktu@gmail.com>
1500
1501 * server.el (server-ensure-safe-dir): Simplify.
1502
2311d8e5 15032012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 1504
2311d8e5
GM
1505 * emacs-lisp/smie.el: Provide smarter auto-filling.
1506 (smie-auto-fill): New function.
1507 (smie-setup): Use it.
98fb480e 1508
2311d8e5
GM
1509 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
1510
15112012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
1512
1513 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
1514 (comment-indent): Use it.
1515
2311d8e5 15162012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
1517
1518 * ses.el: The overall change is to add cell renaming, that is
1519 setting fancy names for cell symbols other than name matching
1520 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 1521 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 1522 (ses-create-cell-variable): New defun.
2311d8e5 1523 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
1524 (ses-relocate-formula): Relocate formulas only for cells the
1525 symbols of which are not renamed, i.e. symbols whose names do not
1526 match regexp "\\`[A-Z]+[0-9]+\\'".
1527 (ses-relocate-all): Relocate values only for cells the symbols of
1528 which are not renamed.
1529 (ses-load): Create cells variables as the (ses-cell ...) are read,
1530 in order to check row col consistency with cell symbol name only
1531 for cells that are not renamed.
1532 (ses-replace-name-in-formula): New defun.
1533 (ses-rename-cell): New defun.
4bdf2ad2 1534
fc72b15c
PO
15352012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
1536
1537 * progmodes/perl-mode.el (perl-indent-parens-as-block):
1538 New option (bug#11118).
1539 (perl-calculate-indent): Respect it.
1540
12e10e61
GM
15412012-04-17 Glenn Morris <rgm@gnu.org>
1542
1543 * dired-aux.el (dired-mark-read-string): Doc fix.
1544
30009afd
DA
15452012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1546
1547 * dired-aux.el (dired-mark-read-string): Offer optional completion.
1548 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
1549
41f03f4d
GM
15502012-04-17 Glenn Morris <rgm@gnu.org>
1551
1552 * mouse.el (mouse-drag-track):
1553 * speedbar.el (speedbar-frame-mode):
1554 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
1555
f45f90f3
LL
15562012-04-16 Leo Liu <sdl.web@gmail.com>
1557
1558 * progmodes/python.el: Trivial cleanup.
1559
94ee8db5
GM
15602012-04-16 Glenn Morris <rgm@gnu.org>
1561
121b8917
GM
1562 * vc/vc.el (vc-string-prefix-p):
1563 * vc/pcvs-util.el (cvs-string-prefix-p):
1564 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
1565 * mpc.el (mpc-string-prefix-p):
1566 Make all of these into obsolete aliases for string-prefix-p.
1567 Update callers.
1568 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
1569
1197ecfa
GM
1570 * textmodes/two-column.el: Move custom options to the start.
1571 (frame-width): Remove compat definition.
1572 (2C-associate-buffer, 2C-dissociate):
1573 Use with-current-buffer rather than save-excursion.
1574 (2C-dissociate): Force a mode-line update.
1575 (2C-autoscroll): Use ignore-errors.
1576
099e7202
GM
1577 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
1578 Autoload trivia.
1579
bf350d6a
GM
1580 * emacs-lisp/cl-extra.el (*random-state*):
1581 Remove unnecessary declaration.
1582
0e829eab
GM
1583 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
1584
e3ad7552
GM
1585 * play/cookie1.el (cookie-snarf):
1586 Give an explicit error if input file cannot be read.
1587
68892d27
GM
1588 * play/yow.el (yow-file): Use expand-file-name rather than concat.
1589
20f0c46d
GM
1590 * progmodes/perl-mode.el (c-macro-expand):
1591 Remove unnecessary autoload (it is in loaddefs.el).
1592
5a0978ce
GM
1593 * textmodes/picture.el (picture-desired-column)
1594 (picture-update-desired-column): Convert comments to doc-strings.
1595 (picture-substitute): Remove function.
1596 (picture-mode-map): Initialize in the defvar.
1597
6b955486
GM
1598 * woman.el: Remove eval-after-load for tar-mode.
1599 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1600 (woman-tar-extract-file): Autoload it.
1601
94ee8db5
GM
1602 * frame.el (automatic-hscrolling): Make this alias obsolete.
1603
177eca34
AM
16042012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1605
1606 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 1607 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
1608 (ispell-dictionary-base-alist): Revert to original XEmacs
1609 friendly version for default. [:alpha:] will be added in
1610 `ispell-set-spellchecker-params' if needed
177eca34 1611
c505aaeb
CY
16122012-04-16 Chong Yidong <cyd@gnu.org>
1613
1614 * image.el (imagemagick--extension-regexp): New variable.
1615 (imagemagick-register-types): Use it.
1616 (imagemagick-types-inhibit): Add :set function. Allow new value
1617 of t to inhibit all types.
1618
1619 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1620 so we can preload it.
1621
1622 * loadup.el (fboundp): Preload regexp-opt, needed by
1623 imagemagick-register-types.
1624
60efac0f
CY
16252012-04-15 Chong Yidong <cyd@gnu.org>
1626
1627 * frame.el (scrolling): Remove nearly unused customization group.
1628
1629 * scroll-all.el (scroll-all-mode): Move to windows group.
1630
5dd1713e
CY
16312012-04-15 Chong Yidong <cyd@gnu.org>
1632
1633 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1634
e6fd457e
CY
16352012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1636
1637 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 1638 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 1639
e153c136
GM
16402012-04-15 Glenn Morris <rgm@gnu.org>
1641
1642 * simple.el (process-file-side-effects): Doc fix.
1643
e6fd457e 16442012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
1645
1646 * international/mule-cmds.el (set-language-environment): Doc fix.
1647
3603c3b1
JB
16482012-04-14 Juanma Barranquero <lekktu@gmail.com>
1649
1650 * server.el (server-auth-key, server-generate-key): Doc fixes.
1651 (server-get-auth-key): Doc fix. Use `string-match-p'.
1652 (server-start): Reflow docstring.
1653
e6de100c
LI
16542012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1655
1656 * server.el (server-generate-key): `called-interactively-p'
1657 requires a parameter.
1658
29734c21
MN
16592012-04-14 Michal Nazarewicz <mina86@mina86.com>
1660
1661 * server.el (server-auth-key): New variable.
75f1671a 1662 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
1663 (server-start): Use the new variable and functions to allow
1664 setting a permanent server key (bug#9423).
1665
d65c9521
LL
16662012-04-14 Leo Liu <sdl.web@gmail.com>
1667
1668 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1669
5ae255c7
PE
16702012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1671
1672 Spelling fixes.
1673 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1674 Emacs uses American spelling.
1675
d5e6342e
JB
16762012-04-14 Juanma Barranquero <lekktu@gmail.com>
1677
1678 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1679 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1680 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1681 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1682
ab036cd7
SM
16832012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1684
1685 * progmodes/which-func.el (which-func-modes): Change default.
1686
35dc09a1 16872012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
1688
1689 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1690 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1691
35dc09a1 16922012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1693
1694 * custom.el (custom-theme-set-variables): Doc fix.
1695
35dc09a1 16962012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1697
1698 * international/mule.el (set-auto-coding-for-load): Doc fix.
1699
35dc09a1 17002012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 1701
35dc09a1
GM
1702 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1703 imenu work again for Objective C Mode. Correct the *-index values,
1704 these having been disturbed by a previous change in 2011-08.
57f845ee 1705
0de3da9f
AM
1706 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1707 Correct two search limits.
1708
35dc09a1 17092012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
1710
1711 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1712
35dc09a1 17132012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
1714
1715 * international/characters.el: Fix sorting.
1716
35dc09a1 17172012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
1718
1719 * international/characters.el: Add more missing Latin case pairs.
1720
35dc09a1 17212012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
1722
1723 * files.el (dir-locals-set-class-variables): Doc fix.
1724
35dc09a1 17252012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 1726
3f1b5bf8
EZ
1727 * international/characters.el: Add set-case-syntax-pair call for
1728 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1729 counterpart. (Bug#11209)
1730
9f847f41
EZ
1731 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1732
35dc09a1 17332012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
1734
1735 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1736
35dc09a1 17372012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 1738
35dc09a1
GM
1739 * textmodes/ispell.el (ispell-dictionary-base-alist):
1740 Add data for Hebrew.
e2627d21 1741
35dc09a1 17422012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 1743
35dc09a1
GM
1744 * net/rcirc.el (rcirc-cmd-quit):
1745 Revert 2012-03-18 change (Bug#11192).
5c14e333 1746
35dc09a1 17472012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
1748
1749 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1750
35dc09a1 17512012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 1752
4517fe3a
SM
1753 * minibuffer.el (completion-in-region-mode-map):
1754 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 1755
b472a594
VD
17562012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1757
1758 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1759
09b95ce3
MY
17602012-04-13 Masatake YAMATO <yamato@redhat.com>
1761
1762 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1763 to allow `C-M-f' and `C-M-b' to move to the nearest path
1764 separator (bug#9511).
1765
4b63a9ca
LI
17662012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
1767
1768 * avoid.el: Require cl when compiling. And also move the
1769 `provide' to the end.
1770
7b55b8bf
TV
17712012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1772
1773 * avoid.el (mouse-avoidance-banish-position): New variable.
1774 (mouse-avoidance-banish-destination): Use it (bug#10165).
1775
adedaa1f
LL
17762012-04-13 Leo Liu <sdl.web@gmail.com>
1777
1778 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1779
70e74021
KB
17802012-04-13 Ken Brown <kbrown@cornell.edu>
1781
1782 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 1783 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
1784 (browse-url-filename-alist): For the same reason, don't modify
1785 file:// URLs on Cygwin.
1786
e75e89ba
SM
17872012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1788
1789 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1790 the region on shift if the binding is already shifted (bug#11221).
1791
82f289a4
GM
17922012-04-12 Glenn Morris <rgm@gnu.org>
1793
1794 * mail/mailpost.el: Move to obsolete/.
1795
d333dc4c
DA
17962012-04-12 Drew Adams <drew.adams@oracle.com>
1797
1798 * imenu.el (imenu--generic-function): Ignore invisible definitions
1799 (bug#10123).
1800
0d15b5ba
VD
18012012-04-12 Vivek Dasmohapatra <vivek@etla.org>
1802
1803 * hexl.el (hexl-bits): New variable.
1804 (hexl-options): Mention the variable in the doc string.
75f1671a 1805 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 1806 (hexl-mode): Mention the new variable.
75f1671a
JB
1807 (hexl-mode, hexl-current-address, hexl-current-address):
1808 Use the displen.
0d15b5ba
VD
1809 (hexl-ascii-start-column): New function.
1810 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
1811 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
1812
64a440db
AM
18132012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1814
1815 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
1816 '("-i" ENCODING), in 2 separate command-line arguments, to specify
1817 the encoding, as expected by hunspell.
1818
6decb6c2
SM
18192012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * battery.el (battery--linux-sysfs-regexp): New const.
1822 (battery-status-function): Use it. Remove yeeloong special case.
1823 (battery-yeeloong-sysfs): Remove.
1824 (battery-echo-area-format): Remove yeeloong special case.
1825
088be6fb
SM
18262012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1827
6622e416
SM
1828 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
1829 Reported by Noah Friedman.
1830
088be6fb
SM
1831 * subr.el (read-passwd): Use read-string.
1832
b49f886e
LMI
18332012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1834
1835 * vcursor.el (vcursor-move): Increase the priority of the overlay
1836 (bug#9663).
1837
a63067fc
DD
18382012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1839
1840 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
1841 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
1842
ac3cf14a
WS
18432012-04-11 William Stevenson <yhvh2000@gmail.com>
1844
1845 * textmodes/artist.el (artist-mode): Convert artist-mode to use
1846 define-minor-mode (bug#10760).
1847
c4fc691b 18482012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 1849
4d6769e1 1850 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
1851 that directories matching `grep-find-ignored-files' won't be
1852 pruned (bug#10351).
1853
af23e2e5
CY
18542012-04-11 Chong Yidong <cyd@gnu.org>
1855
1856 * startup.el (command-line): Remove support for long-obsolete
1857 variable font-lock-face-attributes.
1858
ab7ce8c1
GM
18592012-04-11 Glenn Morris <rgm@gnu.org>
1860
1861 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
1862
de8c03dc
SM
18632012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1864
1865 * window.el (window--state-get-1): Obey window-point-insertion-type.
1866
050cc68b
LB
18672012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
1868
1869 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
1870 to previous function when point is on the first character of a
75f1671a 1871 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 1872
a38c310c
GM
18732012-04-11 Glenn Morris <rgm@gnu.org>
1874
effed0c2
GM
1875 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
1876 not just file-errors.
1877
a38c310c
GM
1878 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
1879 (vc-bzr-sha1): Use internal sha1.
1880
0221e323
SM
18812012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
1884
43956923
SG
18852012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
1886
1887 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
1888 that start in the middle of the line (bug#10496).
1889
6a8c9eaf
DN
18902012-04-10 Dan Nicolaescu <dann@gnu.org>
1891
1892 * battery.el (battery-linux-proc-acpi): Only one battery is
1893 discharged at a time, but that seems to confuse battery.el when
1894 computing `rate-type' for the battery not being discharged
1895 (bug#10332).
1896
1930bf5d
SM
18972012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1898
2a718f6f
SM
1899 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
1900
599430d0
SM
1901 * international/quail.el: Use dolist and simplify.
1902 (quail-define-package, quail-update-keyboard-layout)
1903 (quail-define-rules): Use dolist.
1904 (quail-insert-kbd-layout, quail-get-translation): CSE.
1905
a2754b6c
SM
1906 * tmm.el: Use dolist, remove left over hook.
1907 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
1908 Use dolist.
1909 (calendar-load-hook): Don't mess with it.
1910
1930bf5d
SM
1911 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1912 Use derived-mode-p. Run the diff asynchronously.
1913
9f67961c
LMI
19142012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1915
1916 * obsolete/mouse-sel.el: Add an Obsolete-since header.
1917
2a8ce227
JB
19182012-04-10 Juanma Barranquero <lekktu@gmail.com>
1919
1920 * misc.el: Display absolute path of loaded DLLs (bug#10424).
1921 (list-dynamic-libraries--loaded): New function.
1922 (list-dynamic-libraries--refresh): Use it.
1923
8f33b5f8
NW
19242012-04-10 Nathan Weizenbaum <nweiz@google.com>
1925
1930bf5d
SM
1926 * progmodes/python.el (python-fill-paragraph):
1927 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
1928 disabled (bug#7018).
1929
b12f0439
L
19302012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
1931
1930bf5d 1932 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
1933 DOS/MS Windows for the Baltic languages. There are still plenty
1934 of texts written in this encoding/codepage (bug#6519).
b12f0439 1935
57c3bd01
GM
19362012-04-10 Glenn Morris <rgm@gnu.org>
1937
1938 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
1939 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
1940
6c3eab30
FA
19412012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
1942
1930bf5d 1943 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
1944 next-line "n" and previous-line "p" in order to make recentf more
1945 consistent with ibuffer, dired or org-mode (bug#9387).
1946
24d78a88
LMI
19472012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1948
bc72b5d9
LMI
1949 * image.el (put-image): Return the overlay created instead of the
1950 optional input string (bug#7834). Note that this may break code
1951 that is (for some reason or other) depending on `put-image'
1952 returning the string.
1953
bd2dba5a
LMI
1954 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
1955
74beb59f
LMI
1956 * simple.el (zap-to-char): Allow zapping using input methods
1957 (bug#1580).
1958
24d78a88
LMI
1959 * textmodes/fill.el (fill-region): Leave point and mark where they
1960 were before filling (bug#5399).
1961
263f20cd
GM
19622012-04-09 Glenn Morris <rgm@gnu.org>
1963
1964 * version.el (emacs-bzr-get-version):
1965 Handle lightweight checkouts of local branches.
1966
58d1f797
AS
19672012-04-09 Andreas Schwab <schwab@linux-m68k.org>
1968
263f20cd 1969 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 1970
b4d3bc10
CY
19712012-04-09 Chong Yidong <cyd@gnu.org>
1972
1973 * custom.el (custom-variable-p): Return nil for non-symbol
1974 arguments instead of signaling an error.
1975 (user-variable-p): Obsolete alias for custom-variable-p.
1976
1977 * apropos.el (apropos-variable):
1978 * files-x.el (read-file-local-variable):
1979 * simple.el (set-variable):
1980 * woman.el (woman-mini-help):
1981 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
1982
fd06db5d
GM
19832012-04-09 Glenn Morris <rgm@gnu.org>
1984
e5fcdb5e
GM
1985 * startup.el (normal-top-level): Don't look for leim-list.el
1986 in places where it will not be found. (Bug#910)
1987
fd06db5d
GM
1988 * international/mule-cmds.el (set-default-coding-systems):
1989 * files.el (normal-mode):
1990 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
1991 This function was removed with ucs-tables.el in 2008.
1992
b39bb7e1
EZ
19932012-04-08 Eli Zaretskii <eliz@gnu.org>
1994
1995 * textmodes/ispell.el (ispell-check-version): For hunspell, set
1996 ispell-encoding8-command to "-i", without a trailing space.
1997 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
1998 separate command-line arguments, to specify the encoding, since
1999 that's how hunspell expects it.
2000
5c5b8e23
GM
20012012-04-08 Glenn Morris <rgm@gnu.org>
2002
2003 * loadup.el: Load bindings before cus-start.
2004 This reduces somewhat the number of "rogue" settings in emacs -Q.
2005
a1ed8b05
GM
20062012-04-07 Glenn Morris <rgm@gnu.org>
2007
2008 * version.el (emacs-bzr-get-version): New function.
dfae128a 2009 (emacs-bzr-version): New variable.
a1ed8b05
GM
2010 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
2011 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
2012
b142f158
EZ
20132012-04-07 Eli Zaretskii <eliz@gnu.org>
2014
dfae128a
GM
2015 * international/uni-bidi.el, international/uni-category.el:
2016 * international/uni-combining.el, international/uni-decimal.el:
2017 * international/uni-decomposition.el, international/uni-digit.el:
2018 * international/uni-lowercase.el, international/uni-mirrored.el:
2019 * international/uni-name.el, international/uni-numeric.el:
2020 * international/uni-titlecase.el, international/uni-uppercase.el:
2021 Update for Unicode 6.1.
b142f158 2022
9078ead6
EZ
20232012-04-07 Eli Zaretskii <eliz@gnu.org>
2024
2025 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
2026
f23d2c7d
LMI
20272012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2028
2029 * window.el (shrink-window): Mention the `window-min-height'
2030 variable in the doc string.
2031
0a0a3573
BG
20322012-04-05 Bastien Guerry <bzg@altern.org>
2033
2034 * color.el (color-lighten-name): Fix typo.
2035
e5248ac9
SM
20362012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2037
2038 * server.el (server--on-display-p): New function.
2039 (server--on-display-p): Use it.
2040
b4243e22
GV
20412012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
2042
2043 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
2044 (bug#11145).
2045
305d9f44
SM
20462012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2047
2048 * comint.el (comint--common-quoted-suffix): Check string boundary
2049 before comparing (bug#11158).
2050 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
2051
3d439cd1
CY
20522012-04-04 Chong Yidong <cyd@gnu.org>
2053
321cc491
CY
2054 * minibuffer.el (completion-extra-properties): Doc fix.
2055
3d439cd1
CY
2056 * subr.el (delayed-warnings-hook): Doc fix.
2057
2d562c0f
DU
20582012-04-04 Daiki Ueno <ueno@unixuser.org>
2059
2060 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
2061 selection (Bug#11159).
2062 (epa-insert-keys): Inform that the default public key will be
2063 exported if no key is selected.
2064
4443f204
RS
20652012-04-04 Richard Stallman <rms@gnu.org>
2066
2067 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
2068
529c06b6
CY
20692012-04-03 Chong Yidong <cyd@gnu.org>
2070
2071 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
2072 mail-insert-file, not its obsolete alias mail-attach-file.
2073
66b907dc
MA
20742012-04-03 Michael Albinus <michael.albinus@gmx.de>
2075
2076 * notifications.el (notifications-notify): Fix docstring.
2077
c0ea195d
GM
20782012-04-02 Glenn Morris <rgm@gnu.org>
2079
2080 * emacs-lisp/authors.el (authors-aliases): Another addition.
2081
5ca64e00
MA
20822012-04-02 Michael Albinus <michael.albinus@gmx.de>
2083
2084 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
2085 `tramp-compat-call-process' instead of `tramp-local-call-process'.
2086 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
2087
42ee526b
CY
20882012-04-01 Chong Yidong <cyd@gnu.org>
2089
2090 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
2091 Handle root directory properly.
2092 (copy-directory): Caller changed.
2093
2094 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2095 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
2096
0b021094
GM
20972012-03-31 Glenn Morris <rgm@gnu.org>
2098
40f86458
GM
2099 * term/xterm.el (xterm-extra-capabilities): Doc fix.
2100
7019c177
GM
2101 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
2102
a1daddd6
GM
2103 * calendar/calendar.el (calendar-window-list)
2104 (calendar-hide-window): Restore. (Bug#11140)
2105 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
2106
0b021094
GM
2107 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
2108
40311efc
TV
21092012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2110
2111 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2112 Check if file is a symlink (Bug#10489).
2113
2114 * files.el (copy-directory): Likewise.
2115
5319014e
CY
21162012-03-30 Chong Yidong <cyd@gnu.org>
2117
2118 * image.el (imagemagick-types-inhibit)
2119 (imagemagick-register-types): Doc fix.
2120
935d1290
AM
21212012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2122
ef24141c
SM
2123 * ispell.el (ispell-get-extended-character-mode):
2124 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 2125 and treats ~word as ordinary words in pipe mode.
935d1290 2126
61c6e8fd
GM
21272012-03-30 Glenn Morris <rgm@gnu.org>
2128
2129 * tutorial.el (help-with-tutorial): Ensure local variables don't
2130 happen to make the buffer read-only. (Bug#11127)
2131
81fdff00
SM
21322012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2133
2134 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
2135 (perl-calculate-indent): Return `noindent' in strings.
2136
6e7a6ec0
SS
21372012-03-28 Sam Steingold <sds@gnu.org>
2138
2139 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
2140 instead of the broken adhockery which does not prevent calendar
2141 buffers from being displayed at random after exit.
2142 (calendar-window-list, calendar-hide-window): Remove the broken
2143 adhockery.
2144
fee88ca0
GM
21452012-03-28 Glenn Morris <rgm@gnu.org>
2146
2147 * replace.el (query-replace-map): Doc fix.
2148
38de3354
AS
21492012-03-28 Andreas Schwab <schwab@linux-m68k.org>
2150
2151 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
2152 contents. (Bug#11109)
2153
b973155e
SM
21542012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2155
2156 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
2157 (bug#11077).
2158 (avl-tree--check, avl-tree--check-node): New funs.
2159
dcb6e7b3
MR
21602012-03-27 Martin Rudalics <rudalics@gmx.at>
2161
2162 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
2163 (switch-to-prev-buffer, switch-to-next-buffer):
2164 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
2165 showing a buffer already is done on the same frame.
2166
b4fa35fa
GM
21672012-03-27 Glenn Morris <rgm@gnu.org>
2168
2169 * startup.el (mail-host-address): Doc fix.
2170
f9210e18
SM
21712012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2172
2173 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
2174 than 197 variables.
2175
c0bf7753
AF
21762012-03-26 Ami Fischman <ami@fischman.org>
2177
2178 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2179
33da7b16
GM
21802012-03-26 Glenn Morris <rgm@gnu.org>
2181
02243d9d
GM
2182 * files.el (save-buffers-kill-emacs): Doc fix.
2183
33da7b16
GM
2184 * startup.el (normal-top-level, command-line, command-line-1):
2185 Give them doc strings.
2186
e5a69fd0
EZ
21872012-03-25 Eli Zaretskii <eliz@gnu.org>
2188
2189 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 2190 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 2191
9a69676a
CY
21922012-03-25 Chong Yidong <cyd@gnu.org>
2193
4125cb8b
CY
2194 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
2195 theme if it was previously enabled before (Bug#11031).
2196
dd470960
CY
2197 * cus-theme.el (custom-theme-write-faces): Retrieve current face
2198 spec with custom-face-get-current-spec if its :shown-value is not
2199 determined yet (Bug#9337).
4125cb8b 2200 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 2201
9a69676a
CY
2202 * button.el (button-at): Minor addition to docstring.
2203
6e7e90fa
SL
22042012-03-24 Simon Leinen <simon.leinen@gmail.com>
2205
2206 * vc/vc.el (vc-merge): Fix a prompt.
2207
f06e2758
CY
22082012-03-24 Chong Yidong <cyd@gnu.org>
2209
2210 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
2211 point (Bug#9623).
2212
6e7e90fa
SL
2213 * button.el (button-at): Minor addition to docstring.
2214
b9d0879b
SM
22152012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2216
2217 * newcomment.el (comment-choose-indent): No space after BOL.
2218
e71cebb3
SS
22192012-03-22 Sam Steingold <sds@gnu.org>
2220
2221 * window.el (switch-to-prev-buffer): Revert last patch because the
2222 bug turned out to be an advertised feature (Elisp manual 28.14).
2223
335aff35
GM
22242012-03-22 Glenn Morris <rgm@gnu.org>
2225
2226 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
2227 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2228
c676576a
LMI
22292012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2230
2231 * net/network-stream.el (network-stream-open-starttls): Make error
2232 message under Windows be less misleading.
2233
126f3d39
LW
22342012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
2235
2236 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
2237 understands (bug#9942).
2238
64fee311
CY
22392012-03-22 Chong Yidong <cyd@gnu.org>
2240
2241 * simple.el (end-of-visible-line): Handle return value of
2242 next-single-property-change properly (Bug#9371).
2243
a640d29a
KH
22442012-03-22 Kenichi Handa <handa@m17n.org>
2245
2246 * international/quail.el (quail-insert-kbd-layout): Fix previous
2247 change. To avoid unwanted bidi reordering, use
2248 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2249
39675016
DG
22502012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2251
2252 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
2253 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
2254 (ruby-beginning-of-indent): Be more careful with the difference
2255 between word-boundary and symbol boundary.
2256 (ruby-mode-syntax-table): Make : a symbol constituent.
2257
0a6934fc 22582012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 2259
3d008e4f
SM
2260 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
2261
0a6934fc
SM
22622012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2263
af67c9d7
SM
2264 * progmodes/etags.el (tags-completion-at-point-function):
2265 Improve last fix.
2266
1acad97c
SM
2267 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
2268
e298b5da
SS
22692012-03-21 Sam Steingold <sds@gnu.org>
2270
2271 * progmodes/etags.el (tags-completion-at-point-function):
2272 Avoid the error when point is inside the pattern.
2273
91d82a70
JY
22742012-03-21 John Yates <john@yates-sheets.org> (tiny change)
2275
2276 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
2277 line (Bug#10855).
2278
69188b79
CY
22792012-03-21 Drew Adams <drew.adams@oracle.com>
2280
2281 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
2282
99fc91fe
AK
22832012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
2284
2285 * ido.el (ido-set-current-directory, ido-read-internal)
2286 (ido-choose-completion-string, ido-completion-help): Handle nil
2287 value of ido-completion-buffer (Bug#11008).
2288
087bbb4c
SS
22892012-03-21 Sam Steingold <sds@gnu.org>
2290
2291 * window.el (switch-to-prev-buffer): Do not switch to a visible
2292 window previous buffer, just like with the frame previous buffers.
2293
fb5b8aca
CY
22942012-03-21 Chong Yidong <cyd@gnu.org>
2295
2296 * faces.el (make-face, make-empty-face, copy-face):
2297 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2298 Doc fixes.
2299
dc9924b8
SM
23002012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2301
2302 * wid-edit.el (widget-complete-field): Remove (bug#11051).
2303 (widget-complete): Remove broken use of it.
2304
f0bcceb9
CY
23052012-03-20 Chong Yidong <cyd@gnu.org>
2306
dc9924b8
SM
2307 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2308 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
2309 characters.
2310
ee52ebf3
TH
23112012-03-20 Tassilo Horn <tassilo@member.fsf.org>
2312
2313 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
2314 to draw rectangles, not squares. (Regression introduced by revno
2315 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
2316
4c5779ab
CY
23172012-03-18 Chong Yidong <cyd@gnu.org>
2318
2319 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
2320 it is not yet defined (for temacs).
2321
15360934
LL
23222012-03-18 Leo Liu <sdl.web@gmail.com>
2323
dc9924b8 2324 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 2325
d9a8eb66
EZ
23262012-03-17 Eli Zaretskii <eliz@gnu.org>
2327
2328 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
2329 (ispell-choices-win-default-height, ispell-silently-savep)
2330 (ispell-dictionary-alist, ispell-encoding8-command)
2331 (ispell-check-version, ispell-aspell-find-dictionary)
2332 (ispell-valid-dictionary-list, ispell-words-keyword)
2333 (ispell-get-word, ispell-internal-change-dictionary)
2334 (ispell-region, ispell-skip-region-list)
2335 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
2336 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
2337 (ispell-message-text-end, ispell-message)
2338 (ispell-buffer-local-parsing): Doc fix.
2339
f02ff80d
J
23402012-03-13 Jambunathan K <kjambunathan@gmail.com>
2341
2342 * htmlfontify.el: Add support for code block fontification for ODT
2343 export (Bug #9914).
2344 (hfy-optimisations): Define new option
2345 `body-text-only'
2346 (hfy-fontify-buffer): Honor above setting.
2347 (hfy-begin-span, hfy-end-span): New routines factored out form
2348 `hfy-fontify-buffer'.
2349 (hfy-begin-span-handler, hfy-end-span-handler): New variables
2350 that permit insertion of custom tags.
2351 (hfy-fontify-buffer): Use above handlers.
2352 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
2353 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 2354 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 2355 over multiple runs. This is made possible by having the caller let
f02ff80d
J
2356 bind a special variable `hfy-user-sheet-assoc'.
2357 (htmlfontify-string): New defun.
2358 (hfy-compile-face-map): Make sure that the last char in the
2359 buffer is correctly fontified.
2360 (hfy-face-resolve-face): Whitespace only change.
2361
9ac7a13f
EZ
23622012-03-17 Eli Zaretskii <eliz@gnu.org>
2363
2364 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
2365 message more clear.
2366
e2b5bdd7
LL
23672012-03-16 Leo Liu <sdl.web@gmail.com>
2368
2369 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2370
2e492df3
AM
23712012-03-16 Alan Mackenzie <acm@muc.de>
2372
2373 Further optimise the handling of large macros.
2374
2375 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
2376 limit to a call of `c-literal-limits'.
2377 (c-determine-+ve-limit): New function.
dc9924b8
SM
2378 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
2379 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
2380 In CASE 5B, restrict a search limit to 500.
2381 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
2382
2383 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
2384 Restrict macro bounds to +-500 from after-change's BEG END.
2385
50e94f0c
LL
23862012-03-16 Leo Liu <sdl.web@gmail.com>
2387
2388 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2389
6f09f6ed
AH
23902012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
2391
2392 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 2393 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 2394
c7e73d51
GM
23952012-03-16 Glenn Morris <rgm@gnu.org>
2396
da986230
GM
2397 * view.el (view-buffer, view-buffer-other-window)
2398 (view-buffer-other-frame): Doc fixes re special mode-class.
2399
0835f01e
GM
2400 * subr.el (eval-after-load): If named feature is provided not from
2401 a file, run after-load forms. (Bug#10946)
2402
c7e73d51
GM
2403 * calendar/calendar.el (calendar-insert-at-column):
2404 Handle non-unit-width characters a bit better. (Bug#10978)
2405
3f2eafd1
CY
24062012-03-15 Chong Yidong <cyd@gnu.org>
2407
2408 * emacs-lisp/ring.el (ring-extend): New function.
2409 (ring-insert+extend): Extend the ring correctly (Bug#11019).
2410
2411 * comint.el (comint-read-input-ring)
2412 (comint-add-to-input-history): Grow comint-input-ring lazily.
2413
103af3fe
SM
24142012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2415
663b1677
SM
2416 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2417 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
2418
103af3fe
SM
2419 * imenu.el: Fix multiple inheritance breakage (bug#9199).
2420 (imenu-add-to-menubar): Don't add a redundant index.
2421 (imenu-update-menubar): Handle a dynamically composed keymap.
2422
899cb7cb
KY
24232012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2424
2425 * mail/sendmail.el (mail-encode-header):
2426 Bind rfc2047-encode-encoded-words to nil.
2427
3809f91d
GM
24282012-03-13 Glenn Morris <rgm@gnu.org>
2429
2430 * calendar/calendar.el (calendar-string-spread):
2431 Handle non-unit-width characters a bit better. (Bug#10978)
2432
9e345a01
LL
24332012-03-13 Leo Liu <sdl.web@gmail.com>
2434
2435 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
2436 directory and file as argument (Bug#10822).
2437
4a07df36
KS
24382012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2439
2440 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
2441 For dynamically generated code, follow $PC.
2442 (gdb-disassembly-handler-custom): Handle no function name case.
2443
4aaa9356
TL
24442012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2445
2446 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
2447 * emulation/ws-mode.el (ws-query-replace):
2448 * sort.el (sort-regexp-fields):
2449 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
2450
225979da
SM
24512012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2452
2453 * dabbrev.el: Fix cycle completion order (bug#10963).
2454 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
2455 (dabbrev-completion): Don't use an obarray; provide
2456 a cycle-sort-function.
2457
e2f1fdab
LL
24582012-03-12 Leo Liu <sdl.web@gmail.com>
2459
dc9924b8 2460 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
2461 (kill-do-not-save-duplicates): Doc fix.
2462
b19490ed
SM
24632012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2464
2465 * dabbrev.el: Fix cycle completion (bug#10963).
2466 Use lexical binding and wrap to 80 columns.
2467 (dabbrev-completion): Delay computing the list of completions.
2468
4b05d722
KH
24692012-03-12 Kenichi Handa <handa@m17n.org>
2470
2471 * international/quail.el (quail-insert-kbd-layout): Surround each
2472 row by LRO and PDF instead of inserting many LRMs. Pad the left
2473 and right of each non-spacing marks. Insert invisible space
2474 between lower and upper characters to prevent composition.
2475
dbbc2e69
SM
24762012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2477
2478 * minibuffer.el (minibuffer-complete): Don't get confused when the
2479 function is run twice via different commands (bug#10958).
2480 (complete-with-action): Fix docstring.
2481
292112ed
CY
24822012-03-12 Chong Yidong <cyd@gnu.org>
2483
5d1ac394
CY
2484 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
2485 (nxml-completion-at-point-function): New function.
2486 (nxml-mode): Use it.
2487 (nxml-bind-meta-tab-to-complete-flag): Default to t.
2488
292112ed
CY
2489 * emacs-lisp/package.el (package-unpack, package-unpack-single):
2490 Load generated autoloads file before byte compiling (Bug#10970).
2491 (package--make-autoloads-and-compile): New helper fun.
2492
4098f8f7
CS
24932012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
2494
2495 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
2496
8f754691
MA
24972012-03-11 Michael Albinus <michael.albinus@gmx.de>
2498
2499 * autorevert.el (auto-revert-handler): Ensure, that
2500 file-readable-p is applied only for local files or in
2501 auto-revert-tail-mode.
2502
e29ab36b
AS
25032012-03-11 Andreas Schwab <schwab@linux-m68k.org>
2504
dbbc2e69
SM
2505 * server.el (server-eval-at): Handle non-tcp connections.
2506 Decode result string.
ad0bf5b6 2507
e29ab36b
AS
2508 * server.el (server-msg-size): New constant.
2509 (server-reply-print): New function.
2510 (server-eval-and-print): Use it.
2511 (server-eval-at): Use server-quote-arg and server-unquote-arg.
2512 Handle -print-nonl.
2513
de5939ba
CS
25142012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
2515
2516 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
2517 (Bug#10987).
2518
0c93eabf
CY
25192012-03-11 Chong Yidong <cyd@gnu.org>
2520
397a688f
CY
2521 * simple.el (goto-line): Doc fix (Bug#9938).
2522
2cc775f9
CY
2523 * subr.el (save-window-excursion): Doc fix (Bug#9979).
2524
0c93eabf
CY
2525 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
2526 when finished (Bug#10963).
2527
c491fa41
MR
25282012-03-11 Martin Rudalics <rudalics@gmx.at>
2529
2530 * window.el (split-window-below): Fix bug in case where
2531 split-window-keep-point is nil (Bug#10971).
2532
300e8fa5
JL
25332012-03-11 Juri Linkov <juri@jurta.org>
2534
2535 * replace.el (replace-highlight): Set isearch-word to nil
2536 unconditionally. (Bug#10887)
2537
dbf6c5a1
EZ
25382012-03-10 Eli Zaretskii <eliz@gnu.org>
2539
2540 * net/mairix.el (mairix-replace-invalid-chars): Rename from
2541 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 2542 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
2543 (mairix-widget-create-query): Add usage information about mairix
2544 search forms: negating words, searching for substrings, etc.
2545
b9e501de
JP
25462012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
2547
2548 * international/fontset.el (font-encoding-alist): Add an entry for
2549 ksx1001 (Bug#5667).
2550
92795c91
RS
25512012-03-10 Richard Stallman <rms@gnu.org>
2552
1694e6c1
RS
2553 * mail/sendmail.el (mail-encode-header):
2554 Set rfc2047-encode-encoded-words.
2555
607e8555
RS
2556 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
2557
de3bc99a
RS
2558 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
2559 view buffer means not swapped.
2560 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
2561 (rmail-write-region-annotate): Error if real text has disappeared.
2562
92795c91
RS
2563 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
2564
699bd04e
CY
25652012-03-10 Chong Yidong <cyd@gnu.org>
2566
2567 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
2568 * emulation/cua-base.el (cua--init-keymaps):
2569 Add delete-forward-char to remappings (Bug#9666).
699bd04e 2570
570a1714
MR
25712012-03-10 Martin Rudalics <rudalics@gmx.at>
2572
dbbc2e69
SM
2573 * speedbar.el (speedbar-unhighlight-one-tag-line):
2574 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 2575
82dcf4e4
CY
25762012-03-10 Chong Yidong <cyd@gnu.org>
2577
7a2c7ca7
CY
2578 * minibuffer.el (completion-in-region, completion-help-at-point):
2579 Give the completion field overlay a high priority (Bug#6830).
2580
82dcf4e4
CY
2581 * dired.el (dired-goto-file): Recognize absolute file name
2582 listings (Bug#7126).
2583 (dired-goto-file-1): New helper function.
2584 (dired-toggle-read-only): Inhibit warnings.
2585
052e28ac
MA
25862012-03-09 Michael Albinus <michael.albinus@gmx.de>
2587
75f1671a 2588 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
2589 there are no properties.
2590
95d5e396
LL
25912012-03-09 Leo Liu <sdl.web@gmail.com>
2592
2593 * savehist.el (savehist-printable): Stricter check for string
2594 value (Bug#10937).
2595
3f018d6d
EZ
25962012-03-09 Eli Zaretskii <eliz@gnu.org>
2597
dbbc2e69
SM
2598 * mail/smtpmail.el (smtpmail-send-it):
2599 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
2600 valid mbox format.
2601
f7fd3d79
GM
26022012-03-09 Glenn Morris <rgm@gnu.org>
2603
2604 * files.el (dir-locals-find-file):
2605 Don't check result is regular, readable.
2606 (dir-locals-read-from-file): Demote errors.
2607
6ff6e72f
EZ
26082012-03-08 Eli Zaretskii <eliz@gnu.org>
2609
dbbc2e69
SM
2610 * international/quail.el (quail-insert-kbd-layout):
2611 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
2612 layout cell, to prevent their reordering by bidi display engine.
2613 For details, see the discussion in
2614 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2615
9cec7834
AM
26162012-03-08 Alan Mackenzie <acm@muc.de>
2617
2618 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2619 the starting position; make it extend the marked region when
2620 invoked repeatedly - all under appropriate circumstances.
2621 Fixes bugs #5525, #10906.
2622
9a40b8d4
GM
26232012-03-08 Glenn Morris <rgm@gnu.org>
2624
2625 * files.el (locate-dominating-file, dir-locals-find-file):
2626 Undo 2012-03-06 change.
2627
7a08ed35
EZ
26282012-03-07 Eli Zaretskii <eliz@gnu.org>
2629
dbbc2e69
SM
2630 * international/quail.el (quail-help):
2631 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
2632 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2633 for the reason.
2634
5aca4f71 26352012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
2636
2637 Avoid superfluous registering of signals. (Bug#10807)
2638
2639 * notifications.el (notifications-on-action-object)
2640 (notifications-on-close-object): New defvars.
2641 (notifications-on-action-signal, notifications-on-closed-signal):
2642 Unregister the signal if not needed any longer.
2643 (notifications-notify): Register `notifications-action-signal' or
2644 `notifications-closed-signal', if :on-action or :on-close has been
2645 passed as argument.
2646
78e8b10a
CY
26472012-03-07 Chong Yidong <cyd@gnu.org>
2648
2649 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2650 non-X platforms.
2651
69481eb8
GM
26522012-03-06 Glenn Morris <rgm@gnu.org>
2653
2654 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2655 (x-disown-selection-internal, x-get-selection-internal):
2656 Doc fix (add arglist signatures). (Bug#10783)
2657
133b8e11
KS
26582012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2659
2660 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2661 Handle breakpoints with no "type".
2662
99a83064
GM
26632012-03-06 Glenn Morris <rgm@gnu.org>
2664
2665 * files.el (locate-dominating-file): Add optional predicate argument.
2666 (dir-locals-find-file): Make use of above change.
2667
17798e78
TTN
26682012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2669
2670 * info.el (Info-insert-dir): Also try "dir.gz".
2671
eb182446
GM
26722012-03-06 Glenn Morris <rgm@gnu.org>
2673
8f2114ee
GM
2674 * files.el (dir-locals-find-file):
2675 Ignore non-readable or non-regular files. (Bug#10928)
2676
eb182446
GM
2677 * files.el (locate-dominating-file): Doc fix.
2678
24679323
AS
26792012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2680
2681 * calendar/calendar.el (calendar-set-mode-line):
2682 `getenv' returns a string. (Bug#10951)
2683
01d972a9
LL
26842012-03-05 Leo Liu <sdl.web@gmail.com>
2685
109aa8a9
LL
2686 * simple.el (backward-delete-char-untabify): Constrain point to
2687 field (Bug#10939).
2688
01d972a9
LL
2689 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2690
10607bea
CY
26912012-03-05 Chong Yidong <cyd@gnu.org>
2692
2693 * simple.el (count-words): If called from Lisp, return the word
2694 count, for symmetry with `count-lines'. Arglist changed.
2695 (count-words--message): Args changed. Consolidate counting code
2696 from count-words and count-words-region.
2697 (count-words-region): Caller changed.
2698 (count-lines-region): Make it an obsolete alias.
2699
5dd11cfe
TH
27002012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2701
2702 * saveplace.el (save-place-to-alist)
2703 (save-place-ignore-files-regexp): Allow value nil to disable this
2704 feature.
2705
c349f4e6
CY
27062012-03-04 Chong Yidong <cyd@gnu.org>
2707
2708 * faces.el (face-spec-reset-face): For the default face, reset the
2709 attributes to default values (Bug#10748).
2710
e627be4c
LMI
27112012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2712
2713 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2714 previous patch: Check `message-send-mail-function', and not the
2715 default function (bug#10897).
2716
ebeabff4
MA
27172012-03-04 Michael Albinus <michael.albinus@gmx.de>
2718
a41a6cf4
MA
2719 * notifications.el (notifications-on-action-signal)
2720 (notifications-on-closed-signal): Check for unique service name of
2721 incoming event. Fix error in removing entry.
ebeabff4 2722 (top): Register for signals with wildcard service name.
a41a6cf4 2723 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 2724
c1ca42b4
CY
27252012-03-04 Chong Yidong <cyd@gnu.org>
2726
dc9924b8 2727 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 2728
ea16568d
GM
27292012-03-04 Glenn Morris <rgm@gnu.org>
2730
2731 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2732 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2733 (expand-abbrev, define-abbrev-table): Doc fixes.
2734
fbae4637
LMI
27352012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2736
2737 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2738 `message-default-send-mail-function' and not `send-mail-function'
2739 when doing the prompting for `sendmail-query-once' before sending
2740 in Message buffers (bug#10897).
2741
a1e7225c
LMI
2742 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2743 This is inconsistent with all the other stream functions, which leave
2744 the setting up to the higher levels (if so wanted) (bug#10931).
2745
56d093a9
AM
27462012-03-02 Alan Mackenzie <acm@muc.de>
2747
2748 Depessimize the handling of very large macros.
2749
2750 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2751 (c-macro-cache-syntactic): New variables to implement a one
2752 element macro cache.
2753 (c-invalidate-macro-cache): New function.
2754 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2755 Adapt to use the new cache.
2756 (c-state-safe-place): Use better the cache of safe positions.
2757 (c-state-semi-nonlit-pos-cache)
2758 (c-state-semi-nonlit-pos-cache-limit):
2759 New variables for...
2760 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2761 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
2762 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2763 Use c-state-semi-safe-place.
56d093a9 2764
dbbc2e69
SM
2765 * progmodes/cc-langs.el (c-get-state-before-change-functions):
2766 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 2767
817e5c3d
MA
27682012-03-02 Michael Albinus <michael.albinus@gmx.de>
2769
dbbc2e69
SM
2770 * jka-compr.el (jka-compr-call-process):
2771 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
2772 not remote.
2773
a032a702
MA
27742012-03-01 Michael Albinus <michael.albinus@gmx.de>
2775
2776 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2777 access of FILE2, if FILE1 does not exist.
2778
99a54f21
MA
2779 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2780 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2781
2782 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2783 Add "PAGER=" to `process-environment'.
2784
f6561e1f
MM
27852012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2786
2787 * progmodes/sql.el: Bug fix
2788 (sql-get-login-ext): Save login values in globals.
2789 (sql-get-login): Use new version of `sql-get-login-ext'.
2790 (sql-interactive-mode): Set global `sql-connection' to nil.
2791 (sql-connect): Set global values for connection.
2792 (sql-product-interactive): Save global values as buffer local.
2793
2d44d9cc
LL
27942012-02-29 Leo Liu <sdl.web@gmail.com>
2795
2796 * abbrev.el (define-abbrevs): Reset sys to nil.
2797
96b49301 27982012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2799
bf7f9bc5
JB
2800 * files.el (file-equal-p): Rename from `files-equal-p'.
2801 Return nil when one or both files don't exist.
96b49301 2802 (file-subdir-of-p): Now only top directory must exists,
2803 return nil if it doesn't.
bf7f9bc5
JB
2804 (copy-directory): No need to test with `file-subdir-of-p' after
2805 creating dir.
2806 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
2807 to `file-equal-p'.
96b49301 2808
44e97401
GM
28092012-02-28 Glenn Morris <rgm@gnu.org>
2810
2811 * shell.el (shell-mode):
2812 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
2813 * play/landmark.el (landmark-font-lock-face-O):
2814 * play/handwrite.el (handwrite):
2815 * play/gomoku.el (gomoku-O):
2816 * net/browse-url.el (browse-url-browser-display):
2817 * international/mule.el (define-charset):
2818 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
2819 * filesets.el (filesets-find-file-delay):
2820 * eshell/em-xtra.el (eshell-xtra):
2821 * eshell/em-unix.el (eshell-grep):
2822 * emulation/viper.el (viper-mode):
2823 * emacs-lisp/regexp-opt.el (regexp-opt-group):
2824 * emacs-lisp/easymenu.el (easy-menu-define):
2825 * calendar/timeclock.el (timeclock-use-display-time):
2826 * bs.el (bs-mode):
2827 * bookmark.el (bookmark-save-flag):
2828 Doc fix (standardize possessive apostrophe usage).
2829
c98c6276
CY
28302012-02-27 Chong Yidong <cyd@gnu.org>
2831
bf7f9bc5
JB
2832 * emulation/viper-cmd.el (viper-intercept-ESC-key):
2833 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 2834
c98c6276
CY
2835 * font-lock.el (font-lock-specified-p): Rename from
2836 font-lock-spec-present. Callers changed.
2837
9c62cd04 28382012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 2839
bf7f9bc5
JB
2840 * emacs-lisp/package.el (package-compute-transaction):
2841 Handle holding a package version to t in package-load-list.
8ac9e529 2842
530739c9
MA
28432012-02-26 Michael Albinus <michael.albinus@gmx.de>
2844
2845 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
2846 (tramp-get-inode, tramp-get-device): Use cached values.
2847
487915d7
AM
28482012-02-26 Alan Mackenzie <acm@muc.de>
2849
2850 Check there is a font-lock specification before doing initial
2851 fontification.
2852
2853 * font-core.el (font-lock-mode): Move the conditional from
2854 :after-hook to font-lock-initial-fontify.
2855 (font-lock-default-function): Move the check for a specification
2856 to font-lock-spec-present.
2857
dc9924b8 2858 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
2859 (font-lock-spec-present): New function.
2860
4fd96557
JB
28612012-02-26 Jim Blandy <jimb@red-bean.com>
2862
2863 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
2864 (gdb-send): Apply it to the operand of the '-interpreter-exec
2865 console' command, so that we can pass arguments with (say) quotes
2866 in them. Store exact string sent in gdb-debug-log (Bug#10765).
2867
9a4888c0
CY
28682012-02-26 Chong Yidong <cyd@gnu.org>
2869
07498861
CY
2870 * help-fns.el (describe-function-1): Clarify description of
2871 remapping (Bug#10844).
2872
9a4888c0
CY
2873 * files.el (files-equal-p): Doc fix.
2874 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
2875 and quit the loop once a mismatch is found.
2876
ea8fb88d
JB
28772012-02-25 Juanma Barranquero <lekktu@gmail.com>
2878
2879 * bs.el (bs--show-with-configuration): Don't throw an error
2880 if the window cannot be split; otherwise, subsequent calls to
2881 bs-show fail, restoring a stale window config. (Bug#10882)
2882
525795c1
JD
28832012-02-25 Jan Djärv <jan.h.d@swipnet.se>
2884
2885 * term/ns-win.el (global-map): Bind ns-drag-file to
2886 ns-find-file (Bug#5855, Bug#10050).
2887
f008086f
AS
28882012-02-25 Andreas Schwab <schwab@linux-m68k.org>
2889
2890 * calendar/parse-time.el (parse-time-string): Allow extractor to
2891 return nil.
2892
a3fcfa99
MA
28932012-02-25 Michael Albinus <michael.albinus@gmx.de>
2894
91027d08
JB
2895 * net/tramp.el (tramp-file-name-for-operation):
2896 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
2897
2898 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
2899 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2900 Add COPY-CONTENTS argument.
a3fcfa99 2901
67b0de11
CY
29022012-02-25 Chong Yidong <cyd@gnu.org>
2903
2904 Add custom groups for VC backends, for consistency with vc-bzr.
2905
2906 * vc/vc-arch.el (vc-arch):
2907 * vc/vc-cvs.el (vc-cvs):
2908 * vc/vc-git.el (vc-git):
2909 * vc/vc-hg.el (vc-hg):
2910 * vc/vc-mtn.el (vc-mtn):
2911 * vc/vc-rcs.el (vc-rcs):
2912 * vc/vc-sccs.el (vc-sccs):
2913 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
2914 All relevant defcustoms reassigned.
2915
3c9dfce6
CY
29162012-02-25 Chong Yidong <cyd@gnu.org>
2917
1339bf43
CY
2918 * newcomment.el (comment-styles): Add autoload (Bug#10868).
2919
3c9dfce6
CY
2920 * term/x-win.el (x-initialize-window-system): Reduce default for
2921 x-selection-timeout to 5 seconds (Bug#8869).
2922
25b2e303 29232012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2924
ec70a47d
GM
2925 * files.el (files-equal-p, file-subdir-of-p): New functions.
2926 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 2927 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
2928 * dired-aux.el (dired-copy-file-recursive): Same.
2929 (dired-create-files): Modify destination when source is equal to
2930 dest when copying files.
53a46cd0 2931 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 2932
914260cd
MA
29332012-02-24 Michael Albinus <michael.albinus@gmx.de>
2934
2935 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
2936 (Bug#10874)
2937
2cb228f7
AM
29382012-02-23 Alan Mackenzie <acm@muc.de>
2939
2940 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
2941 parameter "after-hook:" to allow the expansion to run code after
2942 the execution of the mode hooks.
2943
2944 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 2945 from font-lock-mode-internal.
2cb228f7 2946
91027d08 2947 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
2948 :after-hook.
2949
8f0fde21
SM
29502012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2951
3e88618b
SM
2952 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
2953 (completion--cache-all-sorted-completions): New function.
2954 (completion-all-sorted-completions): Use it.
2955 (completion--do-completion, minibuffer-force-complete):
2956 Use it to re-instate the flush hook.
2957
8f0fde21
SM
2958 * icomplete.el (icomplete-completions): Replace last fix with a better
2959 one (bug#10850).
2960
8e911f6f
DG
29612012-02-23 Dmitry Gutov <dgutov@yandex.ru>
2962
2963 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
2964 when it might call us back infinitely (bug#10797).
2965
49fe4321
GM
29662012-02-23 Glenn Morris <rgm@gnu.org>
2967
2968 * minibuffer.el (completion-category-overrides): Doc fix.
2969
b291b572
SM
29702012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * minibuffer.el (completion-table-with-context): Fix inf-loop.
2973 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
2974
31a9ef2e
GM
29752012-02-23 Glenn Morris <rgm@gnu.org>
2976
5e6e6794 2977 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
2978 (authors-obsolete-files-regexps, authors-ignored-files)
2979 (authors-ambiguous-files, authors-renamed-files-alist):
2980 Add more entries.
2981
0bd1e074
JL
29822012-02-23 Juri Linkov <juri@jurta.org>
2983
2984 * isearch.el (isearch-occur): Sync interactive spec with occur's
2985 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
2986
b617673c
JL
2987 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
2988
19e9789e
JL
29892012-02-22 Juri Linkov <juri@jurta.org>
2990
2991 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
2992 (ucs-insert): Doc fix. Check for hex digits in the string.
2993 Don't display `nil' in the error message. (Bug#10857)
2994
f41ce09d
AM
29952012-02-22 Alan Mackenzie <acm@muc.de>
2996
7a71b18d 2997 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 2998
ac2eceee
GM
29992012-02-22 Glenn Morris <rgm@gnu.org>
3000
3001 * ffap.el (ffap-c-path):
3002 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
3003
abd1f678
CY
30042012-02-22 Chong Yidong <cyd@gnu.org>
3005
3006 * custom.el (load-theme): Doc fix.
3007
f25aef2e
GM
30082012-02-22 Glenn Morris <rgm@gnu.org>
3009
3010 * dired-x.el (dired-guess-shell-alist-default):
3011 Remove escape sequences from nroff output. (Bug#172)
3012
5f8dc2ca
GM
30132012-02-21 Glenn Morris <rgm@gnu.org>
3014
6ff86ec4
GM
3015 * vc/emerge.el (emerge-defvar-local):
3016 Set `permanent-local' property rather than unused `preserved'.
3017
be3223a3 3018 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
3019 (picture-mode-map): Use it. (Bug#10860)
3020 (picture-mode): Doc fix.
3021
3fe58f4f
JB
30222012-02-21 Juanma Barranquero <lekktu@gmail.com>
3023
3024 * newcomment.el (uncomment-region-default): Remove unused binding.
3025
f9a998c3
GM
30262012-02-21 Glenn Morris <rgm@gnu.org>
3027
3028 * textmodes/picture.el (picture-motion, picture-motion-reverse)
3029 (picture-self-insert, picture-tab-chars): Doc fix.
3030 (picture-mode-map): Fix C-a, C-e.
3031
c6029348
GM
30322012-02-20 Glenn Morris <rgm@gnu.org>
3033
3034 * emacs-lisp/authors.el (authors-aliases): Add another entry.
3035
ab1ce9d7
LL
30362012-02-20 Leo Liu <sdl.web@gmail.com>
3037
3038 * icomplete.el (icomplete-completions): Check FROM arg before
3039 passing to substring (Bug#10850).
3040
0fd40f89
CY
30412012-02-19 Chong Yidong <cyd@gnu.org>
3042
3043 * comint.el: Require ansi-color.
3044 (comint-output-filter-functions): Add ansi-color-process-output.
3045
3046 * ansi-color.el: Don't set comint-output-filter-functions; it is
3047 now in the initial value defined in comint.el.
3048 (ansi-color-apply-face-function): New variable.
3049 (ansi-color-apply-on-region): Use it.
3050 (ansi-color-apply-overlay-face): New function.
3051
3052 * shell.el (shell): No need to require ansi-color.
3053 (shell-mode): Use ansi-color-apply-face-function to highlight
3054 color escapes using font-lock-face property (Bug#10835).
3055
20af2394
CY
30562012-02-19 Chong Yidong <cyd@gnu.org>
3057
3058 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
3059 mode-line formats (Bug#10839).
3060
e23a3fbe
GM
30612012-02-18 Glenn Morris <rgm@gnu.org>
3062
b474519e
GM
3063 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
3064
3065 * mail/undigest.el (unforward-rmail-message): Doc fix.
3066
e23a3fbe
GM
3067 * saveplace.el (save-place-ignore-files-regexp): Add :version.
3068
57939ff4
EZ
30692012-02-18 Eli Zaretskii <eliz@gnu.org>
3070
3071 * international/characters.el (script-list): Sync with the latest
3072 Unicode Character Database.
3073
0c23686e
AS
30742012-02-18 Andreas Schwab <schwab@linux-m68k.org>
3075
3076 * international/titdic-cnv.el: Remove duplicate coding tag.
3077 * language/cham.el: Likewise.
3078 * language/tai-viet.el: Likewise.
3079
6818b449
GM
30802012-02-18 Glenn Morris <rgm@gnu.org>
3081
3082 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
3083 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
3084 (calendar-bahai-all-holidays-flag, calendar-other-dates):
3085 * calendar/diary-lib.el (diary-abbreviated-year-flag):
3086 * calendar/holidays.el (holiday-bahai-holidays)
3087 (calendar-holidays, list-holidays):
3088 Use utf-8 Bahá'í in doc-strings, menus, etc.
3089
0311a3fc
TH
30902012-02-17 Tassilo Horn <tassilo@member.fsf.org>
3091
3092 * saveplace.el (save-place-ignore-files-regexp): New variable
3093 allowing for excluding files from saving their location of point.
3094 The default value matches the temporary commit message editing
3095 files from Git, SVN, Bazaar, and Mercurial.
3096 (save-place-to-alist): Use it.
3097
eb864a71
LM
30982012-02-17 Lawrence Mitchell <wence@gmx.li>
3099 Stefan Monnier <monnier@iro.umontreal.ca>
3100
3101 * newcomment.el (uncomment-region-default): Don't leave extra space
3102 when an arg is provided (bug#8150).
3103
ee0ce425
TZ
31042012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3105
eb864a71 3106 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 3107
95ddf442
GM
31082012-02-17 Glenn Morris <rgm@gnu.org>
3109
3110 * net/socks.el: Require network-stream. (Bug#10599)
3111
48dd1e39 31122012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
3113
3114 * international/charprop.el:
3115 * international/uni-name.el:
3116 * international/uni-old-name.el:
3117 * international/uni-comment.el: Regenerate.
3118
d68cd087
GM
31192012-02-16 Glenn Morris <rgm@gnu.org>
3120
3121 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
3122 Interactively in calendar buffer, give an error if not on a date.
3123
13932042
GM
31242012-02-15 Glenn Morris <rgm@gnu.org>
3125
3126 * shell.el (shell-delimiter-argument-list):
3127 Revert 2011-02-17 change. (Bug#8027)
3128
c3a70e2b
CY
31292012-02-15 Chong Yidong <cyd@gnu.org>
3130
60236b0d
CY
3131 * minibuffer.el (completion-at-point-functions): Doc fix.
3132
c3a70e2b
CY
3133 * custom.el (defcustom): Doc fix; note use of defvar.
3134
9f26dc24
GM
31352012-02-15 Glenn Morris <rgm@gnu.org>
3136
3137 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
3138 Doc fixes.
3139
6546b134
GM
31402012-02-14 Glenn Morris <rgm@gnu.org>
3141
3142 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
3143
d29b2b4c
LI
31442012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3145
3146 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
3147 way the ports list is computed.
835bdcba
LI
3148 (smtpmail-query-smtp-server): Prompt the user for a port number if
3149 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 3150
08dcdbc9
TZ
31512012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3152
3153 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
3154
2605051a
GM
31552012-02-13 Glenn Morris <rgm@gnu.org>
3156
3157 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
3158
7ee99f32
TZ
31592012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3160
3161 * net/gnutls.el (gnutls-trustfiles): New variable.
3162 (gnutls-negotiate): Use it.
3163
5f0af64f
LI
31642012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3165
3166 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
3167 does its stuff if Gnus is running.
3168
c14fcc95
AM
31692012-02-13 Alan Mackenzie <acm@muc.de>
3170
3171 Fix a loop in c-set-fl-decl-start.
3172
7a71b18d 3173 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
3174 c-backward-syntactic-ws actually moves backwards.
3175
142b4d90
LL
31762012-02-13 Leo Liu <sdl.web@gmail.com>
3177
3178 * net/rcirc.el (rcirc-markup-attributes): Move point to the
3179 beginning so that all \C-o chars are removed.
3180
fa9958a6
TZ
31812012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
3182
dc9924b8 3183 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 3184
0bc5886a
AM
31852012-02-12 Alan Mackenzie <acm@muc.de>
3186
3187 Fix infinite loop with long macros.
4d6769e1 3188 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 3189
d4bd55e7
CY
31902012-02-12 Chong Yidong <cyd@gnu.org>
3191
3192 * window.el (display-buffer): Doc fix (Bug#10785).
3193
66f3fe22
GM
31942012-02-12 Glenn Morris <rgm@gnu.org>
3195
bd7da63e
GM
3196 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3197 (x-disown-selection-internal, x-get-selection-internal):
3198 Sync docs with the xselect.c versions.
3199
66f3fe22
GM
3200 * allout-widgets.el: Add missing license notice.
3201
3e0d2fa7
GM
32022012-02-11 Glenn Morris <rgm@gnu.org>
3203
cfecdf09
GM
3204 * select.el (x-get-selection-internal, x-own-selection-internal)
3205 (x-disown-selection-internal):
3206 * x-dnd.el (x-get-selection-internal): Update declarations.
3207
6d216d7f
GM
3208 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
3209
2bed3f04
GM
3210 * window.el (window-sides-slots):
3211 * tool-bar.el (tool-bar-position):
3212 * term/xterm.el (xterm-extra-capabilities):
3213 * ses.el (ses-self-reference-early-detection):
3214 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
3215 (verilog-auto-wire-type)
3216 (verilog-auto-delete-trailing-whitespace)
3217 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
3218 (verilog-auto-tieoff-declaration):
3219 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
3220 (sql-oracle-statement-starters, sql-oracle-scan-on):
3221 * progmodes/prolog.el (prolog-align-comments-flag)
3222 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
3223 (prolog-left-indent-regexp, prolog-paren-indent-p)
3224 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
3225 (prolog-types, prolog-mode-specificators)
3226 (prolog-determinism-specificators, prolog-directives)
3227 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
3228 (prolog-electric-dot-flag)
3229 (prolog-electric-dot-full-predicate-template)
3230 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
3231 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
3232 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
3233 (prolog-program-switches, prolog-prompt-regexp)
3234 (prolog-debug-on-string, prolog-debug-off-string)
3235 (prolog-trace-on-string, prolog-trace-off-string)
3236 (prolog-zip-on-string, prolog-zip-off-string)
3237 (prolog-use-standard-consult-compile-method-flag)
3238 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
3239 (prolog-imenu-max-lines, prolog-info-predicate-index)
3240 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
3241 (prolog-char-quote-workaround):
3242 * progmodes/cc-vars.el (c-defun-tactic):
3243 * net/tramp.el (tramp-encoding-command-interactive)
3244 (tramp-local-end-of-line):
3245 * net/soap-client.el (soap-client):
3246 * net/netrc.el (netrc-file):
3247 * net/gnutls.el (gnutls):
3248 * minibuffer.el (completion-category-overrides)
3249 (completion-cycle-threshold)
3250 (completion-pcm-complete-word-inserts-delimiters):
3251 * man.el (Man-name-local-regexp):
3252 * mail/feedmail.el (feedmail-display-full-frame):
3253 * international/characters.el (glyphless-char-display-control):
3254 * eshell/em-ls.el (eshell-ls-date-format):
3255 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
3256 (lisp-lambda-list-keyword-parameter-indentation)
3257 (lisp-lambda-list-keyword-parameter-alignment):
3258 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
3259 * dired-x.el (dired-omit-verbose):
3260 * cus-theme.el (custom-theme-allow-multiple-selections):
3261 * calc/calc.el (calc-highlight-selections-with-faces)
3262 (calc-lu-field-reference, calc-lu-power-reference)
3263 (calc-note-threshold):
3264 * battery.el (battery-mode-line-limit):
3265 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3266 (archive-7z-update):
3267 * allout.el (allout-prefixed-keybindings)
3268 (allout-unprefixed-keybindings)
3269 (allout-inhibit-auto-fill-on-headline)
3270 (allout-flattened-numbering-abbreviation):
3271 * allout-widgets.el (allout-widgets-auto-activation)
3272 (allout-widgets-icons-dark-subdir)
3273 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
3274 (allout-widgets-theme-dark-background)
3275 (allout-widgets-theme-light-background)
3276 (allout-widgets-item-image-properties-emacs)
3277 (allout-widgets-item-image-properties-xemacs)
3278 (allout-widgets-run-unit-tests-on-load)
3279 (allout-widgets-time-decoration-activity)
3280 (allout-widgets-hook-error-post-time)
3281 (allout-widgets-track-decoration):
3282 Add missing :version tags to new defcustoms and defgroups.
3283
5fec1b8e
GM
3284 * progmodes/sql.el (sql-ansi-statement-starters)
3285 (sql-oracle-statement-starters): Add custom type.
3286
3e0d2fa7
GM
3287 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
3288 (prolog-system-version): Give it a type.
3289
90b671e2
EZ
32902012-02-11 Eli Zaretskii <eliz@gnu.org>
3291
3292 * term/pc-win.el (x-select-text, x-selection-owner-p)
3293 (x-own-selection-internal, x-disown-selection-internal)
3294 (x-get-selection-internal): Sync doc strings and argument lists
3295 with xselect.c, common-win.el and x-win.el. (Bug#10783)
3296
5eac0c02
LL
32972012-02-11 Leo Liu <sdl.web@gmail.com>
3298
3299 * progmodes/python.el (python-end-of-statement): Fix infinite
3300 loop. (Bug#10788)
3301
f82cb659
GM
33022012-02-10 Glenn Morris <rgm@gnu.org>
3303
3304 * international/mule-cmds.el (unify-8859-on-encoding-mode)
3305 (unify-8859-on-decoding-mode): Properly mark as obsolete.
3306
cc26d239
LI
33072012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3308
3309 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
3310 about SMTP before checking the From header.
3311
91027d08 3312 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
3313 into own function for reuse by emacsbug.el.
3314
1be3ca5a
LL
33152012-02-10 Leo Liu <sdl.web@gmail.com>
3316
3317 * subr.el (condition-case-unless-debug): Rename from
3318 condition-case-no-debug. All callers changed.
3319 (with-demoted-errors): Fix caller.
3320
3321 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
3322 * nxml/rng-valid.el (rng-do-some-validation):
3323 * emacs-lisp/package.el (package-refresh-contents)
3324 (package-menu-execute):
3325 * desktop.el (desktop-create-buffer):
91027d08 3326 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 3327
b011fbfe
GM
33282012-02-10 Glenn Morris <rgm@gnu.org>
3329
b2096d72
GM
3330 * textmodes/bibtex.el:
3331 Add missing :version tags for new/changed defcustoms.
3332
b011fbfe
GM
3333 * files.el (remote-file-name-inhibit-cache): Doc fixes.
3334
4c7e65bf
LI
33352012-02-09 Lars Ingebrigtsen <larsi@rusty>
3336
3337 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
3338 (smtpmail-via-smtp): Use it, or fall back on the From address.
3339 (smtpmail-send-it): Ditto.
3340
f3934f6f
SM
33412012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3344 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
3345 (byte-compile-tmp-var): New const.
3346 (byte-compile-defvar): Use it to minimize .elc size.
3347 Just use `defvar' rather than simulate it (bug#10761).
3348
a075a2c5
GM
33492012-02-09 Glenn Morris <rgm@gnu.org>
3350
cf3aa21b
GM
3351 * files.el (rename-uniquely): Doc fix. (Bug#3806)
3352
354998cd
GM
3353 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
3354 Add :version tags.
3355
dc9924b8
SM
3356 * progmodes/compile.el (compilation-error-screen-columns)
3357 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 3358
dab3703d
GM
3359 * vc/log-view.el (log-view-toggle-entry-display):
3360 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
3361
3f88cd72
GM
3362 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
3363 (report-emacs-bug-can-use-xdg-email):
3364 (report-emacs-bug-insert-to-mailer): Doc fixes.
3365 (report-emacs-bug): Message fix.
3366
d95b247d
GM
3367 * net/browse-url.el (browse-url-can-use-xdg-open)
3368 (browse-url-xdg-open): Doc fixes.
3369
a075a2c5
GM
3370 * electric.el (electric-indent-mode, electric-pair-mode)
3371 (electric-layout-rules, electric-layout-mode): Doc fixes.
3372 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
3373
ffb6157e
MR
33742012-02-08 Martin Rudalics <rudalics@gmx.at>
3375
3376 * server.el (server-unselect-display): Don't inadvertently kill
3377 the current buffer. (Bug#10729)
3378
e1ac4066
GM
33792012-02-08 Glenn Morris <rgm@gnu.org>
3380
34e8a2da
GM
3381 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
3382 (sql-list-table): Doc fixes.
3383
b4ac6e8c
GM
3384 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
3385 Comment out (does nothing).
3386
e1ac4066
GM
3387 * completion.el (dynamic-completion-mode):
3388 * dirtrack.el (dirtrack-debug-mode):
3389 * electric.el (electric-layout-mode):
3390 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
3391 * face-remap.el (text-scale-mode, buffer-face-mode):
3392 * iimage.el (iimage-mode):
3393 * image-mode.el (image-transform-mode):
3394 * minibuffer.el (completion-in-region-mode):
3395 * scroll-lock.el (scroll-lock-mode):
3396 * simple.el (next-error-follow-minor-mode):
3397 * tar-mode.el (tar-subfile-mode):
3398 * tooltip.el (tooltip-mode):
3399 * vcursor.el (vcursor-use-vcursor-map):
3400 * wid-browse.el (widget-minor-mode):
3401 * emulation/tpu-edt.el (tpu-edt-mode):
3402 * emulation/tpu-extras.el (tpu-cursor-free-mode):
3403 * international/iso-ascii.el (iso-ascii-mode):
3404 * language/thai-util.el (thai-word-mode):
3405 * mail/supercite.el (sc-minor-mode):
3406 * net/goto-addr.el (goto-address-mode):
3407 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
3408 * progmodes/cwarn.el (cwarn-mode):
3409 * progmodes/flymake.el (flymake-mode):
3410 * progmodes/glasses.el (glasses-mode):
3411 * progmodes/hideshow.el (hs-minor-mode):
3412 * progmodes/pascal.el (pascal-outline-mode):
3413 * textmodes/enriched.el (enriched-mode):
3414 * vc/smerge-mode.el (smerge-mode):
3415 Doc fixes (minor mode argument).
3416
5e0d957f
EZ
34172012-02-07 Eli Zaretskii <eliz@gnu.org>
3418
3419 * ls-lisp.el (ls-lisp-sanitize): New function.
3420 (ls-lisp-insert-directory): Use it to fix or remove any elements
3421 in file-alist with missing attributes. (Bug#4673)
3422
98d7371e
AM
34232012-02-07 Alan Mackenzie <acm@muc.de>
3424
3425 Fix spurious recognition of c-in-knr-argdecl.
3426
3427 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
3428 putative K&R region.
3429
667ced3a
AM
34302012-02-07 Alan Mackenzie <acm@muc.de>
3431
eb864a71
LM
3432 * progmodes/cc-engine.el (c-forward-objc-directive):
3433 Prevent looping in "#pragma mark @implementation".
667ced3a 3434
5b77774d
MA
34352012-02-07 Michael Albinus <michael.albinus@gmx.de>
3436
3437 * notifications.el (notifications-on-closed-signal): Make `reason'
3438 optional. (Bug#10744)
3439
af008560
GM
34402012-02-07 Glenn Morris <rgm@gnu.org>
3441
60d47423
GM
3442 * emacs-lisp/easy-mmode.el (define-minor-mode):
3443 Doc fixes for the macro and the mode it defines.
3444
dd605cc4
GM
3445 * image.el (imagemagick-types-inhibit): Doc fix.
3446
af008560
GM
3447 * cus-start.el (imagemagick-render-type): Add it.
3448
5cc59a37
LI
34492012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3450
4d6769e1
JB
3451 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
3452 Set the default at load time, too, so that `font-lock-fontify-buffer'
3453 can be called without setting up the entire mode first. This fixes
3454 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 3455
9a6dd747
CY
34562012-02-06 Chong Yidong <cyd@gnu.org>
3457
2d16b285
CY
3458 * simple.el (list-processes--refresh): Delete exited processes
3459 (Bug#8094).
3460
171e9b6e
CY
3461 * comint.el (comint-next-prompt): next-single-char-property-change
3462 and prev-single-char-property-change never return nil (Bug#8657).
3463
9a6dd747
CY
3464 * custom.el (defcustom): Doc fix (Bug#9711).
3465
aa4589a7
CY
34662012-02-05 Chong Yidong <cyd@gnu.org>
3467
5c2a252f
CY
3468 * cus-edit.el (custom-variable-reset-backup): Quote the value
3469 before storing it in the customized-value property (Bug#6712).
4aab9006 3470 (custom-display): Add a customization type tag.
983b9602 3471 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 3472
aa4589a7
CY
3473 * wid-edit.el (widget-field-value-get): New optional arg to
3474 suppress trailing whitespace truncation.
3475 (character): Use it (Bug#2689).
3476
1ff980ae
AS
34772012-02-05 Andreas Schwab <schwab@linux-m68k.org>
3478
3479 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
3480 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
3481
03988c98
CY
34822012-02-05 Chong Yidong <cyd@gnu.org>
3483
eeb6cc88
CY
3484 * cus-edit.el (custom-variable-value-create): For mismatched
3485 types, show the current value (Bug#7600).
3486
03988c98
CY
3487 * custom.el (defcustom): Doc fix.
3488
f8cdeef0
GM
34892012-02-05 Glenn Morris <rgm@gnu.org>
3490
3491 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
3492
0696d255
JB
34932012-02-05 Juanma Barranquero <lekktu@gmail.com>
3494
3495 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
3496 (pp-buffer): Use `ignore-errors', `looking-at-p'.
3497 (pp-last-sexp): Use `looking-at-p'.
3498
34c99998
GM
34992012-02-04 Glenn Morris <rgm@gnu.org>
3500
8f05da42
GM
3501 * files.el (revert-buffer):
3502 Doc fix (mention revert-buffer-in-progress-p).
3503
f160676e
GM
3504 * emacs-lisp/ert-x.el (ert-simulate-command):
3505 Check deferred-action-list (which is obsolete) is bound.
3506
c7291ad9
GM
3507 * subr.el (with-wrapper-hook): Doc fixes.
3508
34c99998
GM
3509 * simple.el (filter-buffer-substring-functions)
3510 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
3511
6283a7d3
LL
35122012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
3513
3514 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
3515 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
3516
e96e3013
LL
35172012-02-04 Leo Liu <sdl.web@gmail.com>
3518
3519 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
3520
8ded50f2
GM
35212012-02-04 Glenn Morris <rgm@gnu.org>
3522
82ff1d13
GM
3523 * image.el (image-extension-data): Add obsolete alias.
3524
987a0a16
GM
3525 * isearch.el (isearch-update): Doc fix.
3526
ea32ef46
GM
3527 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
3528
8ded50f2
GM
3529 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
3530
eea14f31
GM
35312012-02-03 Glenn Morris <rgm@gnu.org>
3532
3533 * image.el (image-animated-p): Doc fix. Use image-animated-types.
3534 (image-animate-timeout): Doc fix.
3535
3536 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
3537
12f381b7
GM
35382012-02-02 Glenn Morris <rgm@gnu.org>
3539
953cebf5
GM
3540 * server.el (server-auth-dir): Doc fix.
3541 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
3542
12f381b7
GM
3543 * subr.el (run-mode-hooks): Doc fix.
3544
953a8c3b
JL
35452012-02-02 Juri Linkov <juri@jurta.org>
3546
3547 * image-mode.el (image-toggle-display-image): Remove tautological
3548 `major-mode' from the `derived-mode-p' test.
3549
c5d3843c
KH
35502012-02-02 Kenichi Handa <handa@m17n.org>
3551
9f6e692e 3552 * composite.el (compose-region): Cancel previous change.
c5d3843c 3553
159462d4 35542012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
3555
3556 * composite.el (compose-region, compose-string): Signal error for
3557 a null string component (Bug#6988).
3558
9f562668
CY
35592012-02-01 Chong Yidong <cyd@gnu.org>
3560
e2cef717
CY
3561 * view.el (view-buffer-other-window, view-buffer-other-frame):
3562 Handle special modes like view-buffer (Bug#10650).
3563 (view-buffer): Simplify.
3564
9f562668
CY
3565 * frame.el (set-frame-font): Tweak meaning of third argument.
3566
9f6e692e
JB
3567 * dynamic-setting.el (font-setting-change-default-font):
3568 Use set-frame-font (Bug#9982).
9f562668 3569
781acb9f
GM
35702012-02-01 Glenn Morris <rgm@gnu.org>
3571
6035be52
GM
3572 * progmodes/compile.el (compilation-internal-error-properties):
3573 Respect compilation-first-column in the "*compilation*" buffer.
3574
781acb9f
GM
3575 * emacs-lisp/easy-mmode.el (define-minor-mode):
3576 Relax :variable's test for a named function.
3577
abbceb00
AM
35782012-01-31 Alan Mackenzie <acm@muc.de>
3579
3580 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
3581 off by one error.
3582
fce3fdeb
CY
35832012-01-31 Chong Yidong <cyd@gnu.org>
3584
3585 * frame.el (set-frame-font): New arg ALL-FRAMES.
3586
3587 * menu-bar.el (menu-set-font): Use set-frame-font.
3588
3589 * faces.el (face-spec-reset-face): Don't apply unspecified
3590 attribute values to the default face.
3591
47893581
JB
35922012-01-31 Juanma Barranquero <lekktu@gmail.com>
3593
3594 * progmodes/cwarn.el (cwarn): Remove dead link.
3595 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
3596 Remove * from defcustom docstrings.
3597 (turn-on-cwarn-mode): Make obsolete.
3598 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3599 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3600
e58e988a
GM
36012012-01-31 Glenn Morris <rgm@gnu.org>
3602
60dc2671 3603 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 3604 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 3605 Allow named functions to be used as the cdr of :variable.
e58e988a 3606
7a3f511d
GM
36072012-01-30 Glenn Morris <rgm@gnu.org>
3608
3609 * emacs-lisp/authors.el (authors-fixed-entries):
3610 Remove reference to deleted file rnewspost.el.
3611
cb882333
JB
36122012-01-29 Juanma Barranquero <lekktu@gmail.com>
3613
3614 * window.el (window-with-parameter): Remove unused variable `windows'.
3615 (window--side-check): Remove unused variable `code'.
3616 (window--resize-siblings): Remove unused variable `first'.
3617 (adjust-window-trailing-edge): Remove unused variable `failed'.
3618 (window-deletable-p, window--delete): Remove unused variable `buffer'.
3619 Use `let', not `let*'.
3620 (balance-windows-2): Remove unused variable `found'.
3621 (window--state-put-2): Remove unused variable `splits'.
3622 (window-state-put): Remove unused variable `selected'.
3623 (same-window-p): Use `string-match-p'.
3624 (display-buffer-assq-regexp): Remove unused variable `value'.
3625 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3626 Mark argument ALIST as ignored.
3627 (pop-to-buffer): Remove unused variable `old-window'.
3628
907201af
EZ
36292012-01-29 Eli Zaretskii <eliz@gnu.org>
3630
3631 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3632 and .lzma compressed files.
3633
ea162670
CY
36342012-01-29 Chong Yidong <cyd@gnu.org>
3635
5b95ee8a
CY
3636 * frame.el (window-system-default-frame-alist): Doc fix.
3637
ea162670
CY
3638 * dynamic-setting.el (font-setting-change-default-font): Don't
3639 change the default face if SET-FONT argument is non-nil (Bug#9982).
3640
d6e6f4b1
SB
36412012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3642
3643 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3644
0f29fa41 36452012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
3646
3647 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3648 breakpoints in files outside current directory (Bug#6098).
3649
db174434
CY
36502012-01-29 Chong Yidong <cyd@gnu.org>
3651
6b25e4e2
SE
3652 * progmodes/python.el: Require ansi-color at top-level.
3653
6df6ae42
JB
3654 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3655 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
3656 (lisp-mode-abbrev-table): Add doc.
3657 (lisp-mode-variables): Don't set local-abbrev-table.
3658 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3659
e70ee681
RW
36602012-01-28 Roland Winkler <winkler@gnu.org>
3661
3662 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3663
ace88aa2
RW
36642012-01-28 Roland Winkler <winkler@gnu.org>
3665
3666 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3667 (bibtex-set-dialect): Use it. Either set global values of
3668 dialect-dependent variables or bind these variables buffer-locally
3669 (Bug#10254).
3670 (bibtex-mode): Call bibtex-set-dialect via
3671 hack-local-variables-hook.
eb864a71
LM
3672 (bibtex-dialect): Update docstring.
3673 Add safe-local-variable predicate.
ace88aa2
RW
3674 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3675 bibtex-set-dialect.
3676 (bibtex-mode-map): Define menu for each dialect.
3677 (bibtex-entry): Fix docstring.
3678
93376c5b
CY
36792012-01-28 Chong Yidong <cyd@gnu.org>
3680
3681 * eshell/esh-arg.el (eshell-quote-argument): New function.
3682
3683 * eshell/esh-ext.el (eshell-invoke-batch-file):
3684 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3685 first arg to eshell-parse-command (Bug#10523).
3686
4372494f
DA
36872012-01-28 Drew Adams <drew.adams@oracle.com>
3688
3689 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3690 `default-directory' is non-nil.
3691
4d4ec1f8
EZ
36922012-01-28 Eli Zaretskii <eliz@gnu.org>
3693
3694 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3695 line that displays system-configuration-options. (Bug#9924)
3696
7c188927
DA
36972012-01-28 Drew Adams <drew.adams@oracle.com>
3698
3699 * descr-text.el (describe-char): Show information about POS, in
3700 addition to information about the character at POS. Improve and
3701 update the doc string. Change "code point" to "code point in
3702 charset", to avoid confusion with the character's Unicode code
3703 point shown above that. (Bug#10129)
3704
e0da685a
EZ
37052012-01-28 Eli Zaretskii <eliz@gnu.org>
3706
3707 * descr-text.el (describe-char): Show the raw character, not only
3708 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3709 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3710 for the reasons.
3711
70550acf
PH
37122012-01-28 Phil Hagelberg <phil@hagelb.org>
3713
eb864a71
LM
3714 * emacs-lisp/package.el (package-install):
3715 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 3716
0ce8e868
CY
37172012-01-28 Chong Yidong <cyd@gnu.org>
3718
cb882333
JB
3719 * emacs-lisp/package.el (package-maybe-load-descriptor):
3720 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
3721 (package-maybe-load-descriptor): Use it.
3722 (package-download-transaction): Fully load required packages
3723 inside the loop, so that `require' calls work (Bug#10593).
3724 (package-install): No need to call package-initialize now.
3725
2e7f3bea
CY
37262012-01-28 Chong Yidong <cyd@gnu.org>
3727
6e9bad14
CY
3728 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3729
f823b8ca
CY
3730 * tooltip.el (tooltip-mode): Doc fix.
3731 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3732
2680c309
CY
3733 * frame.el (set-cursor-color): Doc fix (Bug#352).
3734
d7a9e63b
CY
3735 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3736 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3737
2e7f3bea
CY
3738 * cus-edit.el (custom-buffer-create-internal): Fix search button
3739 action (Bug#10542).
2ae01800 3740 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 3741
fc4f7a23
EW
37422012-01-27 Eduard Wiebe <usenet@pusto.de>
3743
3744 * dired.el (dired-mark-files-regexp):
3745 Include any subdirectory components. (Bug#10445)
3746
7dd37071
ML
37472012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3748
3749 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3750 Handle [host]:port syntax. (Bug#10533)
3751
a268160b
AH
37522012-01-27 Alex Harsanyi <harsanyi@mac.com>
3753
3754 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3755
e43273ef
GM
37562012-01-26 Glenn Morris <rgm@gnu.org>
3757
3758 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3759 * term.el (term-raw-escape-map): Use Control-X-prefix.
3760 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3761
1edf595d
MR
37622012-01-25 Martin Rudalics <rudalics@gmx.at>
3763
3764 * window.el (window-state-get, window--state-get-1): Don't deal
3765 with fixed-sizeness of windows. Simplify code.
3766
fa8eafef
JC
37672012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
3768
6df6ae42
JB
3769 * window.el (window--state-get-1, window--state-put-2):
3770 Don't save and restore the mark.
fa8eafef 3771
0b21c100
CY
37722012-01-25 Chong Yidong <cyd@gnu.org>
3773
3774 * custom.el (custom-variable-p): Doc fix.
3775
5ae1a6c8
GM
37762012-01-25 Glenn Morris <rgm@gnu.org>
3777
40047858
GM
3778 * dired.el (dired-goto-file): Handle some of the more common
3779 characters that `ls -b' escapes. (Bug#10596)
3780
5ddce96c
GM
3781 * progmodes/compile.el (compilation-next-error-function):
3782 Respect compilation-first-column in the "*compilation*" buffer.
3783 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3784
5ae1a6c8
GM
3785 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3786
b559f1a9
GM
37872012-01-24 Glenn Morris <rgm@gnu.org>
3788
3789 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3790
6725d21a
JD
37912012-01-24 Julien Danjou <julien@danjou.info>
3792
3793 * color.el (color-rgb-to-hsl): Fix value computing.
3794 (color-hue-to-rgb): New function.
3795 (color-hsl-to-rgb): New function.
3796 (color-clamp, color-saturate-hsl, color-saturate-name)
3797 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3798 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3799
70df4bbe
GM
38002012-01-24 Glenn Morris <rgm@gnu.org>
3801
3802 * vc/vc-rcs.el (vc-rcs-create-tag):
3803 * vc/vc-sccs.el (vc-sccs-create-tag):
3804 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
3805
802a2ae2
ML
38062012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
3807
3808 * eshell/esh-util.el (eshell-read-hosts-file):
3809 Skip comment lines. (Bug#10549)
3810
d7128bb1
ML
3811 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
3812
d1a5c3b4
JB
38132012-01-23 Juanma Barranquero <lekktu@gmail.com>
3814
2724d9c7
JB
3815 * subr.el (display-delayed-warnings): Doc fix.
3816 (collapse-delayed-warnings): New function to collapse identical
3817 adjacent warnings.
3818 (delayed-warnings-hook): Add it.
d1a5c3b4 3819
a5509865
MA
38202012-01-22 Michael Albinus <michael.albinus@gmx.de>
3821
3822 * net/tramp.el (tramp-action-login): Set connection property "login-as".
3823
3824 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
3825 properties, when "login-as" is set.
3826
3827 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
3828 (tramp-default-user-alist): Don't add "pscp".
3829 (tramp-do-copy-or-rename-file-out-of-band): Use connection
3830 property "login-as", if set. (Bug#10530)
3831
cc6d5805
MA
38322012-01-21 Michael Albinus <michael.albinus@gmx.de>
3833
3834 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
3835 "plink1" and "psftp". (Bug#10530)
3836
38372012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
3838
3839 * international/mule-cmds.el (prefer-coding-system): Show a
3840 warning message if the default value of file-name-coding-system
3841 was not changed.
3842
f0960428
JC
38432012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3844
cb882333
JB
3845 * windmove.el (windmove-reference-loc):
3846 Fix windmove-reference-loc miscalculation.
f0960428 3847
dd6f2a63
JB
38482012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
3849
3850 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
3851 default unit.
3852
7b447e9b
GM
38532012-01-21 Glenn Morris <rgm@gnu.org>
3854
117a9ea1
GM
3855 * international/mule.el (auto-coding-alist): Add .tbz.
3856
7b447e9b
GM
3857 * files.el (local-enable-local-variables): Doc fix.
3858 (inhibit-local-variables-regexps): Rename from
3859 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
3860 Doc fix. Add some extensions from auto-coding-alist.
3861 (inhibit-local-variables-suffixes):
3862 Rename from inhibit-first-line-modes-suffixes. Doc fix.
3863 (inhibit-local-variables-p):
3864 New function, extracted from set-auto-mode-1.
3865 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
3866 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
3867 (hack-local-variables): Doc fix. Make the mode-only case
3868 respect enable-local-variables and friends.
3869 Respect inhibit-local-variables-regexps for file-locals, but
3870 not for directory-locals.
3871 (set-visited-file-name):
3872 Take account of inhibit-local-variables-regexps.
3873 Whether it applies may change as the file name is changed.
3874 * jka-cmpr-hook.el (jka-compr-install):
3875 * jka-compr.el (jka-compr-uninstall):
3876 Update for inhibit-first-line-modes-suffixes name change.
3877
dd6e3cdd
MR
38782012-01-20 Martin Rudalics <rudalics@gmx.at>
3879
3880 * help-macro.el (make-help-screen): Temporarily restore original
3881 binding for minor-mode-map-alist (Bug#10454).
3882
0d0deb38
JD
38832012-01-19 Julien Danjou <julien@danjou.info>
3884
3885 * color.el (color-name-to-rgb): Use the white color to find the max
3886 color component value and return correctly computed values.
3887 (color-name-to-rgb): Add missing float conversion for max value.
3888
34a02f46
MR
38892012-01-19 Martin Rudalics <rudalics@gmx.at>
3890
3891 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
3892 special state value for window-persistent-parameters.
3893 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
3894 (window--state-put-2): Reset all window parameters to nil before
3895 assigning values of persistent parameters.
3896
606c44c4
AM
38972012-01-18 Alan Mackenzie <acm@muc.de>
3898
3899 Eliminate sluggishness and hangs in fontification of "semicolon
3900 deserts".
3901
cb882333
JB
3902 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
3903 Change value 10000 -> 3000.
606c44c4
AM
3904 (c-state-safe-place): Reformulate so it doesn't stack up an
3905 infinite number of wrong entries in c-state-nonlit-pos-cache.
3906 (c-determine-limit-get-base, c-determine-limit): New functions to
3907 determine backward search limits disregarding literals.
3908 (c-find-decl-spots): Amend commenting.
3909 (c-cheap-inside-bracelist-p): New function which detects "={".
3910
3911 * progmodes/cc-fonts.el
3912 (c-make-font-lock-BO-decl-search-function): Give a limit to a
3913 backward search.
3914 (c-font-lock-declarations): Fix an occurrence of point being
3915 undefined. Check additionally for point being in a bracelist or
3916 near a macro invocation without a semicolon so as to avoid a
3917 fruitless time consuming search for a declarator. Give a more
3918 precise search limit for declarators using the new
3919 c-determine-limit.
3920
f3860cea
GM
39212012-01-18 Glenn Morris <rgm@gnu.org>
3922
3923 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
3924 (set-auto-mode): Doc fixes.
3925
1db03b16
GM
39262012-01-17 Glenn Morris <rgm@gnu.org>
3927
0e6038be
GM
3928 * isearch.el (search-nonincremental-instead): Fix doc typo.
3929
1db03b16
GM
3930 * dired.el (dired-insert-directory): Handle newlines in directory name.
3931 (dired-build-subdir-alist): Unescape newlines in directory name.
3932
4cb0aa75
MA
39332012-01-17 Michael Albinus <michael.albinus@gmx.de>
3934
3935 * net/tramp.el (tramp-local-end-of-line): New defcustom.
3936 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
3937 (tramp-action-terminal): Use it. (Bug#10530)
3938
1d00653d
SM
39392012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 * minibuffer.el (completion--replace): Strip properties (bug#10062).
3942
6a6ee00d
MR
39432012-01-16 Martin Rudalics <rudalics@gmx.at>
3944
3945 * window.el (window-state-ignored-parameters): Remove variable.
3946 (window--state-get-1): Rename argument MARKERS to IGNORE.
3947 Handle persistent window parameters. Make copy of clone-of
3948 parameter only if requested. (Bug#10348)
3949 (window--state-put-2): Install a window parameter only if it has
3950 a non-nil value or an existing parameter shall be overwritten.
3951
97912def
MA
39522012-01-15 Michael Albinus <michael.albinus@gmx.de>
3953
3954 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
3955
688070a5
EZ
39562012-01-14 Eli Zaretskii <eliz@gnu.org>
3957
3958 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
3959 don't pass the (nil) value of `upnode' to string-match.
3960
301afadc
CY
39612012-01-14 Chong Yidong <cyd@gnu.org>
3962
3963 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 3964 Fix values recognized by the cursorBlink resource.
301afadc 3965
9e5788aa
PE
39662012-01-14 Paul Eggert <eggert@cs.ucla.edu>
3967
3968 * epg.el (epg--make-temp-file): Avoid permission race condition
3969 when running on old Emacs versions (bug#10403).
3970
3cdb7f5a
GM
39712012-01-14 Glenn Morris <rgm@gnu.org>
3972
3973 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
3974
8c82b1b4
AM
39752012-01-13 Alan Mackenzie <acm@muc.de>
3976
3977 Fix filling for when filladapt mode is enabled.
3978
3979 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
3980 c-mask-paragraph, pass in `fill-paragraph' rather than
3981 `fill-region-as-paragraph'. (This is a reversion of a previous
3982 change.)
eb864a71
LM
3983 * progmodes/cc-mode.el (c-basic-common-init):
3984 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 3985
e517eda4
GM
39862012-01-13 Glenn Morris <rgm@gnu.org>
3987
1498536e
GM
3988 * dired.el (dired-switches-escape-p): New function.
3989 (dired-insert-directory): Use dired-switches-escape-p.
3990 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
3991
e517eda4
GM
3992 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
3993
328f984d
GM
39942012-01-12 Glenn Morris <rgm@gnu.org>
3995
3996 * mail/sendmail.el (mail-mode): Update paragraph-separate for
3997 changes in adaptive-fill-regexp. (Bug#10276)
3998
2cc769a8
AM
39992012-01-11 Alan Mackenzie <acm@muc.de>
4000
4001 Fix Emacs bug #10463 - put `widen's around the critical spots.
4002
1d00653d 4003 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
4004 widen around each invocation of c-state-pp-to-literal. Remove an
4005 unused let variable.
4006
e52c37fa
GM
40072012-01-11 Glenn Morris <rgm@gnu.org>
4008
4009 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 4010 Doc fix.
e52c37fa 4011
96f8741e
CY
40122012-01-10 Chong Yidong <cyd@gnu.org>
4013
1d00653d
SM
4014 * net/network-stream.el (network-stream-open-starttls):
4015 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
4016 response to the capability command.
4017
b09a806e
GM
40182012-01-10 Glenn Morris <rgm@gnu.org>
4019
4020 * mail/unrmail.el (unrmail): Tweak previous change.
4021
7655cb66
CY
40222012-01-09 Chong Yidong <cyd@gnu.org>
4023
4024 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
4025
9d5a8f0b
AM
40262012-01-08 Alan Mackenzie <acm@muc.de>
4027
4028 Optimise font locking in long enum definitions.
4029
4030 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
4031 arm to a cond form to handle enums.
4032 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
4033 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
4034
9a0115ab 40352012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
4036
4037 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 4038 (Bug#10401)
6bb72cbd 4039
f186bb95
LMI
40402012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4041
29232a68
LMI
4042 * faces.el (set-face-attribute): Clarify the meaning of the nil
4043 frame (bug#10294).
4044
4e5d086d
LMI
4045 * subr.el (with-selected-frame): Mention that the selected frame
4046 is restored (bug#9980).
4047
8e66aebe
LMI
4048 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
4049 (bug#9759).
4050
cd394be1 4051 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
4052 (password-read): Don't autoload unused function.
4053
adf4e762
JB
40542012-01-07 Juanma Barranquero <lekktu@gmail.com>
4055
4056 * progmodes/which-func.el (which-func-mode): Turn into a
4057 non-interactive function and mark as obsolete (bug#10428).
4058
89bd9ccd
CY
40592012-01-06 Chong Yidong <cyd@gnu.org>
4060
4061 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
4062 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
4063 functions, along with 1 and -1.
4064
4afee9d5
EZ
40652012-01-06 Eli Zaretskii <eliz@gnu.org>
4066
4067 * time.el (display-time-load-average)
4068 (display-time-default-load-average): Doc fixes. See the thread
4069 starting at
4070 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
4071 for the details.
4072
536aea70
GM
40732012-01-06 Glenn Morris <rgm@gnu.org>
4074
665ae865
GM
4075 * mail/unrmail.el (unrmail): Give an explicit error if the input file
4076 has no messages. (Bug#10377)
4077
c869783d
GM
4078 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
4079 than Info-edit. (Bug#10385)
4080
2bb4227e
GM
4081 * time.el (display-time-load-average, display-time-next-load-average):
4082 Doc fixes.
4083
7d5944b9
GM
4084 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
4085 local setting of buffer-read-only to the input buffer. (Bug#10419)
4086
536aea70
GM
4087 * calendar/calendar.el (calendar-mode):
4088 Locally set scroll-margin to 0. (Bug#10379)
4089
7dccca16
UM
40902012-01-06 Ulrich Mueller <ulm@gentoo.org>
4091
4092 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
4093
afbb7930
GM
40942012-01-05 Glenn Morris <rgm@gnu.org>
4095
4096 * eshell/em-unix.el (diff-no-select): Autoload it.
4097 (eshell/diff): Use diff-no-select. (Bug#10420)
4098
04482335
CY
40992012-01-05 Chong Yidong <cyd@gnu.org>
4100
7baca3bc
CY
4101 * shell.el (shell-dynamic-complete-functions): Revert last change.
4102 (shell-command-completion-function): New function.
4103 (shell-completion-vars): Use it to implement
4104 shell-completion-execonly (Bug#10417).
4105
04482335
CY
4106 * custom.el (enable-theme): Don't set custom-safe-themes.
4107
1d00653d
SM
4108 * cus-theme.el (custom-theme-merge-theme):
4109 Ignore custom-enabled-themes and custom-safe-themes.
04482335 4110
bb5aa5d6
MM
41112012-01-05 Michael R. Mauger <mmaug@yahoo.com>
4112
4113 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
4114 first prompt in `sql-interacive-mode'.
4115 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 4116 keywords.
6df6ae42 4117 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
4118 (sql-product-interactive): Bug fix: Set `sql-buffer' in
4119 context of original buffer. Invoke `sql-login-hook'.
4120
a7183d7c
EZ
41212012-01-04 Eli Zaretskii <eliz@gnu.org>
4122
4123 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
4124 letters in cite-prefix.
4125
a1eacd1e
LMI
41262012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4127
4128 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
4129
787cdb34
CY
41302012-01-03 Chong Yidong <cyd@gnu.org>
4131
1d00653d
SM
4132 * shell.el (shell-dynamic-complete-functions):
4133 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
4134 comint-filename-completion first (Bug#10417).
4135
30710442
RS
41362012-01-02 Richard Stallman <rms@gnu.org>
4137
4138 * battery.el (battery-status-function):
4139 Detect when to use battery-yeeloong-sysfs.
4140 (battery-echo-area-format): Add string for Yeeloong.
4141 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
4142 (battery-yeeloong-sysfs): New function.
4143
f75bfc33
CY
41442012-01-02 Chong Yidong <cyd@gnu.org>
4145
4146 * dirtrack.el (dirtrack-list): Eliminate unused third element.
4147 (dirtrack): Merge code for handling relative filenames in prompt
4148 from shell-dir-cookie-watcher.
4149 (dirtrack-debug-message): New arg to avoid excess format calls.
4150
4151 * shell.el (shell-dir-cookie-re): Variable deleted.
4152 (shell-dir-cookie-watcher): Function deleted.
4153 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
4154 with dirtrack-mode.
4155
651e947e
EZ
41562012-01-01 Eli Zaretskii <eliz@gnu.org>
4157
1d00653d
SM
4158 * term/w32-win.el (dynamic-library-alist) <gnutls>:
4159 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
4160 libgnutls-26.dll.
4161
94d4c7dc
AS
41622011-12-31 Andreas Schwab <schwab@linux-m68k.org>
4163
4164 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
4165
8d43f3cd
EZ
41662011-12-31 Eli Zaretskii <eliz@gnu.org>
4167
4168 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
4169 headers of non-MIME messages, when rmail-enable-mime is non-nil.
4170
98c8795a
MA
41712011-12-29 Michael Albinus <michael.albinus@gmx.de>
4172
4173 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
4174 also for alternative shells.
4175 (tramp-open-connection-setup-interactive-shell): Check, whether
4176 the shell is a busybox.
4177 (tramp-send-command): Don't suppress multiple prompts for
4178 busyboxes, it hurts.
4179
51281b32
CY
41802011-12-28 Chong Yidong <cyd@gnu.org>
4181
4182 * progmodes/gdb-mi.el (gdb-get-source-file-list)
4183 (gdb-get-source-file): Move mode line update to
4184 gdb-get-source-file (Bug#10087).
4185
2170cb53
CY
41862011-12-25 Chong Yidong <cyd@gnu.org>
4187
4188 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
4189 gud-gdb-marker-filter without taking it as an argument.
4190 (gud-gdb-run-command-fetch-lines): Caller changed.
4191 (gud-gdb-completion-function): New variable.
4192 (gud-gdb-completion-at-point): Use it.
4193 (gud-gdb-completions-1): Split from gud-gdb-completions.
4194
4195 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
4196 function as separate arguments.
4197 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
4198 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
4199 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
4200 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
4201 (gdb-stopped, def-gdb-auto-update-trigger)
4202 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
4203 (gdb-get-changed-registers, gdb-get-main-selected-frame):
4204 Callers changed.
2170cb53
CY
4205 (gud-gdbmi-completions): New function.
4206 (gdb): Use it for generating the completion table.
4207
be8b11bb
AM
42082011-12-24 Alan Mackenzie <acm@muc.de>
4209
4210 Introduce a mechanism to widen the region used in context font
1d00653d 4211 locking. Use this to protect declarations from losing their contexts.
be8b11bb 4212
1d00653d
SM
4213 * progmodes/cc-langs.el (c-before-font-lock-functions):
4214 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 4215 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
4216 functions to be run just before context (etc.) font locking.
4217
4218 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 4219 New, functionality extracted from
be8b11bb 4220 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 4221 (c-in-after-change-fontification): New variable.
be8b11bb
AM
4222 (c-after-change): Set c-in-after-change-fontification.
4223 (c-set-fl-decl-start): Rejig its interface, so it can be called
4224 from both after-change and context fontifying.
b81d40f0
JB
4225 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
4226 New functions.
4227 (c-standard-font-lock-fontify-region-function): New variable.
4228 (c-font-lock-fontify-region): New function.
be8b11bb 4229
341cf6ac
JL
42302011-12-24 Juri Linkov <juri@jurta.org>
4231
4232 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
4233 (Bug#10348)
4234
bffcee0a
MA
42352011-12-23 Michael Albinus <michael.albinus@gmx.de>
4236
4237 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
4238 existence of source file. (Bug#10325)
4239
cb5e207c
AM
42402011-12-23 Alan Mackenzie <acm@muc.de>
4241
4242 Fix unstable fontification inside templates.
4243
b81d40f0
JB
4244 * progmodes/cc-langs.el (c-before-font-lock-functions):
4245 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
4246 additionally has c-set-fl-decl-start. The other languages (apart
4247 from AWK) have that as a single entry.
4248
b81d40f0
JB
4249 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4250 The functionality for "local" declarations has been extracted to
cb5e207c
AM
4251 c-set-fl-decl-start.
4252
b81d40f0
JB
4253 * progmodes/cc-mode.el (c-common-init, c-after-change):
4254 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
4255 (c-set-fl-decl-start): New function, extracted from
4256 c-font-lock-enclosing-decls and enhanced.
4257
60ff536c
JB
42582011-12-23 Juanma Barranquero <lekktu@gmail.com>
4259
4260 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
4261
1c4757d6
JL
42622011-12-22 Juri Linkov <juri@jurta.org>
4263
4264 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
4265
d031f2c7
CY
42662011-12-22 Chong Yidong <cyd@gnu.org>
4267
4268 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4269
bace743a
DA
42702011-12-21 Drew Adams <drew.adams@oracle.com>
4271
4272 * files.el (file-remote-p): Fix docstring. (Bug#10319)
4273
728a1f2b
JC
42742011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4275
4276 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
4277
0d373f73
TZ
42782011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
4279
fec0aaa4
TZ
4280 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
4281 highlighting and support. Fix up comments for capitalization.
4282 (cfengine-mode-debug): New var.
4283 (cfengine3-mode): Change the modeline indicator to "CFE3".
4284 (cfengine3-font-lock-keywords): Improve defun highlighting.
4285 (cfengine2-actions): Rename from `cfengine-actions'.
4286 (cfengine2-font-lock-keywords): Rename from
4287 `cfengine-font-lock-keywords'.
4288 (cfengine2-imenu-expression): Rename from
4289 `cfengine-imenu-expression'.
4290 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
4291 (cfengine2-beginning-of-defun): Rename from
4292 `cfengine-beginning-of-defun'.
4293 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
4294 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
4295 (cfengine2-mode): Rename from `cfengine-mode'. Change the
4296 modeline indicator to "CFE2".
4297 (cfengine-mode): Defalias to `cfengine-auto-mode'.
4298 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 4299
bc86f573
CY
43002011-12-21 Chong Yidong <cyd@gnu.org>
4301
4302 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
4303 filename argument.
4304
d45ba96b
MR
43052011-12-20 Martin Rudalics <rudalics@gmx.at>
4306
4307 * window.el (window-normalize-buffer-to-display): Remove.
4308 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
4309
a6198c90
CY
43102011-12-19 Chong Yidong <cyd@gnu.org>
4311
4312 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
4313 Don't signal an error in a predicate function; return non-nil.
4314 (vc-dir-mark-file): Move the error here.
4315 (vc-dir-mark-unmark): If acting on the region, keep going if one
4316 of the entries cannot be marked/unmarked.
4317 (vc-dir-mark-all-files): If current entry is a directory, mark
4318 only child files, as documented.
4319
34c5fb55
VB
43202011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
4321
4322 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
4323 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
4324 addition.
4325
c803b2b7
JD
43262011-12-18 Jan Djärv <jan.h.d@swipnet.se>
4327
4328 * term/ns-win.el (ns-get-selection-internal)
4329 (ns-store-selection-internal): Declare.
1154d12e
JB
4330 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
4331 Declare as obsolete.
4332 (ns-get-pasteboard, ns-paste-secondary):
4333 Use ns-get-selection-internal.
4334 (ns-set-pasteboard, ns-copy-including-secondary):
4335 Use ns-store-selection-internal.
c803b2b7 4336
9cff91f8 43372011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
4338
4339 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 4340 (vc-deduce-fileset): Doc fix.
99a289d9 4341
f16c898a
AS
43422011-12-16 Andreas Schwab <schwab@linux-m68k.org>
4343
4344 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
4345
763237c4
SS
43462011-12-13 Sam Steingold <sds@gnu.org>
4347
4348 * man.el (Man-getpage-in-background): When running under a
4349 window-system, ignore $MANWIDTH and $COLUMNS.
4350
5fc1c122
KH
43512011-12-15 Kenichi Handa <handa@m17n.org>
4352
4353 * language/ethio-util.el: Change coding tag to utf-8-emacs.
4354 (setup-ethiopic-environment-internal): Comment out key-binding for
4355 ethio-toggle-punctuation.
4356
13d49cbb
AM
43572011-12-13 Alan Mackenzie <acm@muc.de>
4358
898169a2
AM
4359 Add the switch statement to AWK Mode.
4360
7a71b18d 4361 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
4362 "default" to the keywords regexp.
4363
7a71b18d 4364 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 4365 expression as the rest.
1d00653d
SM
4366 (c-nonlabel-token-key): Allow string literals for AWK.
4367 Refactor for the other modes.
898169a2 4368
13d49cbb 4369 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 4370 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
4371 routines. Limit backward searching in c-font-lock-enclosing.decl.
4372
4373 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
4374 pp-state and literal type in addition to the limits.
1d00653d 4375 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 4376 (c-state-literal-at): Use the above new defun.
1d00653d
SM
4377 (c-slow-in-literal, c-fast-in-literal): Remove.
4378 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
4379
4380 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
4381 being in a literal. Add a limit for backward searching.
4382
4383 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
4384 c-slow-in-literal.
4385
15e0efc7
SM
43862011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4387
4388 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
4389
454592a6
MR
43902011-12-13 Martin Rudalics <rudalics@gmx.at>
4391
4392 * window.el (delete-other-windows): Use correct frame in call to
4393 window-with-parameter.
4394
87393f26
DP
43952011-12-12 Daniel Pfeiffer <occitan@t-online.de>
4396
4397 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
4398 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
4399 (makefile-gmake-statements, makefile-makepp-statements):
4400 Use it and add new makepp keywords.
4401 (makefile-makepp-font-lock-keywords): Add new patterns.
4402 (makefile-match-function-end): Match new [...] and [[...]].
4403
11636b22
JB
44042011-12-11 Juanma Barranquero <lekktu@gmail.com>
4405
4406 * ses.el (ses-call-printer-return, ses-cell-property-get)
4407 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
4408 (ses-create-cell-variable, ses-reset-header-string)
4409 (ses-cell-set-formula, ses-repair-cell-reference-all)
4410 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
4411 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
4412 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
4413 (ses-aset-with-undo, ses-load, ses-truncate-cell)
4414 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
4415 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
4416 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
4417 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
4418 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
4419 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
4420 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
4421 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
4422
cf018193
VB
44232011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
4424
4425 * ses.el: The overall change is to add cell renaming, that is
4426 setting fancy names for cell symbols other than name matching
4427 "\\`[A-Z]+[0-9]+\\'" regexp .
4428 (ses-create-cell-variable): New defun.
4429 (ses-relocate-formula): Relocate formulas only for cells the
4430 symbols of which are not renamed, i.e. symbols whose names do not
4431 match regexp "\\`[A-Z]+[0-9]+\\'".
4432 (ses-relocate-all): Relocate values only for cells the symbols of
4433 which are not renamed.
4434 (ses-load): Create cells variables as the (ses-cell ...) are read,
4435 in order to check row col consistency with cell symbol name only
4436 for cells that are not renamed.
4437 (ses-replace-name-in-formula): New defun.
4438 (ses-rename-cell): New defun.
4439
ee957461
CY
44402011-12-11 Chong Yidong <cyd@gnu.org>
4441
4442 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
4443 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
4444
9a9e9ef0
MR
44452011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
4446
4447 * window.el (other-window): Fix docstring.
4448
92a8eba5
EZ
44492011-12-10 Eli Zaretskii <eliz@gnu.org>
4450
4451 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
4452 `from' or `to' address before taking its substring.
4453 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
4454 encoded name is chopped in the middle of the encoded string, and
4455 thus displayed encoded.
4456
e152e577
JB
44572011-12-10 Juanma Barranquero <lekktu@gmail.com>
4458
4459 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
4460
e5d84bfe
EZ
44612011-12-10 Eli Zaretskii <eliz@gnu.org>
4462
4463 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
4464 to use texinfo-update-node and commands that call it if the
4465 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 4466 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
4467 (texinfo-all-menus-update, texinfo-master-menu)
4468 (texinfo-update-node, texinfo-every-node-update)
4469 (texinfo-multiple-files-update): Doc fix. Warn against updating
4470 all the @node lines.
4471 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
4472 argument is numeric. Explain better in the doc string what the
4473 function really does.
4474 (texinfo-insert-master-menu-list): Improve the error message
4475 displayed if there's no menu in the Top node.
4476 (Bug#2975) See also this thread:
e5d84bfe
EZ
4477 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
4478
1d84e9bb
MG
44792011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
4480
4481 * speedbar.el (speedbar-supported-extension-expressions):
4482 Add .adb and .ads, commonly used for Ada source code (bug#10256).
4483
382c953b
JB
44842011-12-09 Juanma Barranquero <lekktu@gmail.com>
4485
4486 * printing.el (pr-mode-alist):
4487 * simple.el (filter-buffer-substring-functions)
4488 (completion-list-insert-choice-function):
4489 * window.el (window-with-parameter, window-atom-root)
4490 (window-sides-slots, window-size-fixed, window-min-delta)
4491 (window-max-delta, window--resize-mini-window)
4492 (window--resize-child-windows-normal, window-tree)
4493 (delete-other-windows, quit-window, split-window)
4494 (display-buffer-record-window, special-display-buffer-names)
4495 (special-display-regexps, special-display-popup-frame)
4496 (same-window-p, split-window-sensibly)
4497 (display-buffer-overriding-action, display-buffer-alist)
4498 (display-buffer-base-action, display-buffer, switch-to-buffer)
4499 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
4500 (fit-window-to-buffer, recenter-positions)
4501 (mouse-autoselect-window-state, mouse-autoselect-window-select):
4502 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
4503 and remove unneeded backslashes in docstrings.
4504
39c9faef
SM
45052011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4506
98449af8
SM
4507 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
4508
39c9faef
SM
4509 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
4510 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
4511 end in ".mk".
4512 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
4513 when reading the makefile (bug#10116).
4514
86ed9fdc
SM
45152011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4516
4517 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
4518 (bug#10116).
4519
5580f89d
GM
45202011-12-06 Glenn Morris <rgm@gnu.org>
4521
4522 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
4523
28d3917c
CY
45242011-12-06 Chong Yidong <cyd@gnu.org>
4525
4526 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
4527
a98edce9
JB
45282011-12-06 Juanma Barranquero <lekktu@gmail.com>
4529
4530 * textmodes/table.el (table-shorten-cell): Fix typo.
4531
e65adfac
CG
45322011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
4533
4534 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
4535
71cc0b74
EZ
45362011-12-05 Eli Zaretskii <eliz@gnu.org>
4537
4538 * descr-text.el (describe-char): Fix display of strong
4539 right-to-left characters and directional embeddings and overrides.
4540
4541 * simple.el (what-cursor-position): Fix display of codepoints of
4542 strong right-to-left characters.
4543
315bc30d
CY
45442011-12-05 Chong Yidong <cyd@gnu.org>
4545
4546 * faces.el (read-color): Doc fix.
4547
58a70b94
GM
45482011-12-05 Glenn Morris <rgm@gnu.org>
4549
4550 * align.el (align--set-marker): Add doc-string.
4551 Don't try to move something that is not a marker. (Bug#10216)
4552
5158face
GM
45532011-12-04 Glenn Morris <rgm@gnu.org>
4554
4555 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
4556 overly zealous deletion of trailing whitespace.
4557
520fca41
JB
45582011-12-04 Juanma Barranquero <lekktu@gmail.com>
4559
4560 * server.el (server-delete-client): On Windows, do not try to delete
4561 the only terminal.
4562 (server-process-filter): On Windows, treat requests for a tty frame as
4563 if they were for a GUI frame if the running server is in GUI mode.
4564
5e605a2e
GM
45652011-12-03 Glenn Morris <rgm@gnu.org>
4566
4567 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
4568
5c3fe83f
SM
45692011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4570
6f5e57e7
SM
4571 * electric.el: Streamline electric-indent's hook.
4572 (electric-indent-chars): Revert to simple list.
4573 (electric-indent-functions): New var.
4574 (electric-indent-post-self-insert-function): Use it.
4575
5c3fe83f
SM
4576 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
4577 there's no inferior buffer (bug#10196).
4578 (prolog-consult-compile): Don't use toggle-read-only.
4579
6bdac736
MA
45802011-12-02 Michael Albinus <michael.albinus@gmx.de>
4581
4582 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4583 interrupt. (Bug#10187)
4584
6131ba7f
SM
45852011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4586
99c79fee
SM
4587 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
4588 (bug#9160).
4589
6131ba7f
SM
4590 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
4591 (bug#10191).
4592
cb0a02ea
JL
45932011-12-02 Juri Linkov <juri@jurta.org>
4594
4595 * info.el (Info-search): Display "end of manual" when Isearch
4596 reaches the end of single-file Info manual. (Bug#9918)
4597
66e0570c
EZ
45982011-12-02 Eli Zaretskii <eliz@gnu.org>
4599
4600 * isearch.el (isearch-message-prefix): Run the input method part
4601 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
4602
02b16839
JL
46032011-12-02 Juri Linkov <juri@jurta.org>
4604
4605 * isearch.el (isearch-occur): Use `word-search-regexp' for
4606 `isearch-word'.
4607 (isearch-search-and-update): Add condition for `isearch-word' and
4608 call `word-search-regexp'. (Bug#10145)
4609
0b950688
GM
46102011-12-01 Glenn Morris <rgm@gnu.org>
4611
4612 * eshell/em-hist.el (eshell-hist-initialize):
4613 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 4614 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 4615
9505c3c7
SM
46162011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4619
1bbe96b2 46202011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 4621
a1beca85
SM
4622 * progmodes/verilog-mode.el (verilog-pretty-expr):
4623 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
4624 verilog, such as += *= and the like.
4625 (verilog-assignment-operator-re): Regular expression to find the
4626 assigment operator in a verilog assignment.
4627 (verilog-assignment-operation-re): Regular expression to find an
4628 assignment statement for pretty-expr.
4629 (verilog-in-attribute-p): Query returns true if point is in an
4630 attribute context; used to skip these for expression line up from
4631 pretty-expr.
4632 (verilog-in-parameter-p): Query returns true if point is in an
4633 parameter definition context; used to skip these for expression
4634 line up from pretty-expr.
4635 (verilog-in-parenthesis-p): Query returns true if point is in a
4636 parenthetical expression, specifically ( ) but not [ ] or { };
4637 used by pretty-expr.
4638 (verilog-just-one-space): If there is no space, don't add one.
4639 (verilog-get-lineup-indent-2): Specifically skip just attribute
4640 contexts for expression lineup, rather than skipping all
4641 parenthetical expressions.
4642 (verilog-calculate-indent): Fix comment, and fix indent.
4643 (verilog-do-indent): Indent declarations in lists (suggested by
4644 Joachim Lechner).
4645 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4646 skeleton items.
4647 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4648 by Alain Mellan).
4649
1bbe96b2 46502011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
4651
4652 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4653 parameters with embedded comments. Reported by Ray Stevens.
4654 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4655 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4656 Reported by Tim Holt.
4657 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4658 instantiated by upper module causing wrong expansion until AUTOed a
4659 second time. Reported by K C Buckenmaier.
4660 (verilog-diff-auto): Fix showing .* as a difference when
4661 `verilog-auto-star-save' off. Reported by Dan Dever.
4662 (verilog-auto-reset, verilog-read-always-signals)
4663 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4664 temporary signals in reset list if
4665 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
4666 style to each signal's assignment type, bug381.
4667 Reported by Thomas Esposito.
6288f0ca
WS
4668 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4669 (verilog-uvm-statement-re): Support UVM indentation and
4670 highlighting, with old OVM keywords only.
a1beca85 4671 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
4672 Support AUTOTIEOFF creating non-wire data types.
4673 Suggested by Jonathan Greenlaw.
6288f0ca
WS
4674 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4675 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4676 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
4677 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4678 Fix mismatching parenthesis inside commented out code when deleting
382c953b 4679 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
4680 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4681 non-numeric vector width. Reported by Alex Reed.
4682 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 4683 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
4684 (verilog-auto-delete-trailing-whitespace):
4685 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
4686 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4687 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4688 Fix verilog-scan-cache corruption when running user AUTO expansion
4689 hooks that call indentation routines.
4690 (verilog-simplify-range-expression): Fix typo ignoring lower case
4691 identifiers.
4692 (verilog-delete-auto): Fix delete-autos to also remove user created
4693 automatics, as long as they start with AUTO.
4694 (verilog-batch-diff-auto, verilog-diff-auto)
4695 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4696 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4697 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4698 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
4699 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4700 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
4701 is disabled and its cache will get corrupt, causing AUTOS not to
4702 expand. Instead use only -quick functions.
4703 (verilog-scan-region): Fix scanning over escaped quotes.
4704 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4705 (verilog-re-search-backward-quick)
4706 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4707 related functions now ignore strings, to fix misparsing of strings
4708 with magic comments embedded in them.
a1beca85
SM
4709 (verilog-read-auto-template):
4710 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4711 Reported by Brad Dobbie.
4712 (verilog-read-auto-template):
4713 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 4714 Reported by Brad Dobbie.
6288f0ca
WS
4715 (verilog-auto-inst, verilog-auto-inst-param)
4716 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4717 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4718 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
4719 debugging templates without merge conflicts, bug357.
4720 Reported by Brad Dobbie.
4721 (verilog-read-auto-template):
4722 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
4723 Reported by Brad Dobbie.
4724 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4725 abbrevs so user won't be asked to save.
4726 (verilog-read-auto-lisp-present): Fix to start at beginning of
4727 buffer in case called outside of verilog-auto.
4728 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4729 to "X-2". Reported by Matthew Myers.
4730 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4731 all inputs from module templates. Reported by Leith Johnson.
4732 (verilog-module-inside-filename-p): Fix locating programs as with
4733 modules.
4734 (verilog-auto-inst-port): Fix vl-width expressions when using
4735 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4736 (verilog-decls-get-regs, verilog-decls-get-signals,
4737 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4738 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4739 verilog-read-decls): Combine reg and wire structures into one var
4740 structure to represent SystemVerilog concepts.
4741 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4742 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
4743 (verilog-auto-wire-type, verilog-insert-definition):
4744 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
4745 SystemVerilog "logic" keyword instead of "wire"/"reg".
4746 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4747 to declares outputs that also have assignments (presumably in an
a1beca85
SM
4748 ifdef or generate if so there's not a driver conflict).
4749 Reported by Matthew Myers.
4750 (verilog-auto-declare-nettype, verilog-insert-definition):
4751 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
4752 `default_nettype none. Reported by Julian Gorfajn.
4753 (verilog-read-always-signals-recurse, verilog-read-decls)
4754 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4755 malformed end statement, bug325. Reported by Joshua Wise and
4756 Andrew Drake.
4757 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4758 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
4759 when expanding .* in interfaces, bug320.
4760 Reported by Pierre-David Pfister.
6288f0ca 4761 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
4762 name and open parenthesis, bug317.
4763 Reported by Pierre-David Pfister.
6288f0ca
WS
4764 (verilog-simplify-range-expression): Fix simplification of
4765 multiplications inside AUTOWIRE connections, bug303.
4766 (verilog-auto-inst-port): Support parameter expansion in
4767 multidimensional arrays.
4768 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4769 after "assert property". Reported by Julian Gorfajn.
4770 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4771 with multiplication, bug303.
4772 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4773 Reported by Jan Frode Lonnum.
4774
1bbe96b2
GM
47752011-11-30 Juanma Barranquero <lekktu@gmail.com>
4776
4777 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4778 (hfy-shell-file-name, hfy-shell):
4779 * international/fontset.el (x-decompose-font-name): Fix typos.
4780
47812011-11-29 Ken Brown <kbrown@cornell.edu>
4782
4783 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4784 (gdb-version): Remove defvar.
4785 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4786 (gdb-gud-context-command, gdb-non-stop-handler)
4787 (gdb-current-context-command, gdb-stopped): Use it.
4788 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
4789 (gdb-non-stop-handler): Don't enable pretty-printing here.
4790 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
4791 non-stop mode. Use the following.
4792 (gdb-check-target-async): New defun.
4793 (gud-watch, gdb-stopped): Fix whitespace.
4794 (gdb-get-source-file): Don't try to display the source file if
4795 `gdb-main-file' is nil.
4796
47972011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * align.el: Try to generate fewer markers (bug#10047).
4800 (align--set-marker): New macro.
4801 (align-region): Use it.
4802
c935221f
SM
48032011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4804
4805 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
4806
e70b5064
CY
48072011-11-29 Chong Yidong <cyd@gnu.org>
4808
4809 * indent.el (indent-for-tab-command, indent-according-to-mode):
4810 Doc fix.
4811 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
4812
f3af92b7
MA
48132011-11-29 Michael Albinus <michael.albinus@gmx.de>
4814
4815 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
4816 aware of remote file names. (Bug#10124)
4817
ed472be9
CY
48182011-11-29 Chong Yidong <cyd@gnu.org>
4819
4820 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
4821
24510c22
SM
48222011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4823
4824 * files.el (find-file): Don't use force-same-window (bug#10144).
4825 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
4826 use pop-to-buffer if the selected window can't be used.
4827 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
4828
c60c3703
EZ
48292011-11-28 Eli Zaretskii <eliz@gnu.org>
4830
4831 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
4832 special-mode-map.
4833
e95def75
CY
48342011-11-28 Chong Yidong <cyd@gnu.org>
4835
4836 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
4837
c3f1c606
NR
48382011-11-27 Nick Roberts <nickrob@snap.net.nz>
4839
4840 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
4841 gdb-get-source-file-list on gdb-create-source-file-list.
4842
00db469c
EZ
48432011-11-26 Eli Zaretskii <eliz@gnu.org>
4844
4845 * whitespace.el (whitespace-newline): Use a different foreground
4846 color for 16-color light-background displays.
4847
4ad3bc2a
CY
48482011-11-24 Chong Yidong <cyd@gnu.org>
4849
4850 * window.el (display-buffer--special-action): Doc fix.
4851
e9fce1ac
JB
48522011-11-25 Juanma Barranquero <lekktu@gmail.com>
4853
4854 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
4855 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
4856 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
4857 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
4858 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
4859 (avl-tree-stack-first):
4860 * emacs-lisp/cconv.el (cconv--analyse-use):
4861 * net/gnutls.el (gnutls-negotiate): Fix typos.
4862
cb825e5d
GM
48632011-11-24 Glenn Morris <rgm@gnu.org>
4864
3adbe224
GM
4865 * lpr.el (lpr-windows-system, lpr-lp-system):
4866 * mail/binhex.el (binhex-begin-line):
4867 * progmodes/grep.el (grep-history, grep-find-history):
4868 * textmodes/flyspell.el:
4869 * vc/pcvs-defs.el (cvs-global-menu):
4870 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
4871 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
4872 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
4873
321decc8
GM
4874 * net/tls.el: Fix case of "GnuTLS".
4875
420b63ad
GM
4876 * paths.el (rmail-file-name): Format doc-string for make-docfile.
4877
cb825e5d
GM
4878 * version.el (emacs-build-system): Give it a doc-string.
4879
a0649f08
JL
48802011-11-24 Juri Linkov <juri@jurta.org>
4881
4882 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
4883
c0bc0fd4
GM
48842011-11-24 Glenn Morris <rgm@gnu.org>
4885
4886 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
4887 if called on a non-mime message just toggle the headers. (Bug#8006)
4888
20db1522
JB
48892011-11-24 Juanma Barranquero <lekktu@gmail.com>
4890
4891 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
4892 (allout-lead-with-comment-string, allout-structure-deleted-hook)
4893 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
4894 (allout-rebullet-heading, allout-open-sibtopic)
4895 (allout-toggle-current-subtree-encryption)
4896 (allout-toggle-subtree-encryption, allout-encrypt-string)
4897 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
4898 (allout-distinctive-bullets-string, allout-auto-activation):
4899 * window.el (window-normalize-buffer-to-display):
4900 * progmodes/verilog-mode.el (verilog-batch-indent):
4901 * textmodes/bibtex.el (bibtex-field-braces-opt)
4902 (bibtex-field-strings-opt):
4903 * vc/cvs-status.el (cvs-tree-merge):
4904 Fix typos.
4905
7262a87c
MA
49062011-11-23 Michael Albinus <michael.albinus@gmx.de>
4907
4908 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
4909 `non-essential' to t, in order to avoid remote connections.
4910
283430a1
EZ
49112011-11-23 Eli Zaretskii <eliz@gnu.org>
4912
a1beca85
SM
4913 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4914 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
4915 case-insensitively.
4916
d2992a38
ML
49172011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4918
4919 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
4920
50419064
GM
49212011-11-23 Glenn Morris <rgm@gnu.org>
4922
da94eca1
GM
4923 * paths.el (rmail-file-name): Reformat the doc-string so that it
4924 is picked up.
4925
9aac4de2
GM
4926 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
4927 (rmail-auto-file): Ignore case in the "special" field names,
4928 as mail-fetch-field does for all others.
4929
8038d2d2
GM
4930 * mail/rmail.el (rmail-forward):
4931 * mail/rmailkwd.el (rmail-set-label):
4932 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
4933 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
4934
f3fe222a
GM
4935 * mail/rmail.el (rmail-current-message): Doc fix.
4936
50419064
GM
4937 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
4938
28109f49
SM
49392011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * server.el (server-eval-and-print): Allow C-g (bug#6585).
4942
394c65f1
GM
49432011-11-22 Glenn Morris <rgm@gnu.org>
4944
4945 * mail/rmailmm.el (test-rmail-mime-handler)
4946 (test-rmail-mime-bulk-handler)
4947 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
4948
f2a0aa3a
JL
49492011-11-21 Juri Linkov <juri@jurta.org>
4950
1154d12e
JB
4951 * calc/calc.el (calc-read-key-sequence):
4952 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 4953
9c34a344
LMI
49542011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4955
4956 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
4957 Tell the caller that the next line needs recomputation, even
4958 though it doesn't start a sexp (bug#10094).
4959
f04a3be9
SM
49602011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4961
4962 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
4963
7978747f
SM
49642011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4965
f04a3be9
SM
4966 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4967 Use force-same-window.
7978747f 4968
fe7a3057
JB
49692011-11-20 Juanma Barranquero <lekktu@gmail.com>
4970
4971 * descr-text.el (describe-char-unicode-data):
4972 * json.el (json-string-escape):
4973 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
4974 (Footnote-unicode, Footnote-style-p):
4975 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
4976
24901d61
CY
49772011-11-20 Chong Yidong <cyd@gnu.org>
4978
4979 * window.el (replace-buffer-in-windows): Restore interactive spec.
4980
bac7ff22
SM
49812011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4982
24f3d7b9
SM
4983 * electric.el (electric-indent-mode): Fix last change (too optimistic).
4984
bac7ff22
SM
4985 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
4986 (byte-compile-global-not-obsolete-vars): New var.
4987 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
4988 Use it.
4989 (byte-compile-warn-obsolete): Align text with the one in *Help*.
4990
cd1181db
JB
49912011-11-20 Juanma Barranquero <lekktu@gmail.com>
4992
4993 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
4994 * progmodes/pascal.el (electric-pascal-equal):
4995 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
4996 * xml.el (xml-substitute-special): Fix typos.
4997
7fb18e9e
GM
49982011-11-20 Glenn Morris <rgm@gnu.org>
4999
5000 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
5001 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
5002 Doc fixes.
5003 (rmail-decode-mime-charset): Mark as obsolete.
5004
5005 * mail/rmailsum.el (rmail-message-regexp-p-1):
5006 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
5007 Before using mime functions, check they are set. (Bug#10077)
5008
d5a6b3ba
JL
50092011-11-19 Juri Linkov <juri@jurta.org>
5010
5011 * info.el (Info-finder-find-node): Use `package--builtins' instead
5012 of `package-alist'. Use node names formed by the pattern "Keyword "
5013 and the keyword name.
5014
e981b61f
AS
50152011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5016
1d00653d 5017 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 5018
3ffbc301
JL
50192011-11-19 Juri Linkov <juri@jurta.org>
5020
5021 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
5022 that calls `revert-buffer' on all Info buffers. (Bug#9915)
5023 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
5024 `old-history', `old-history-forward'. Add let-binding
5025 `window-selected'. Remove calls to `kill-buffer',
5026 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
5027 before calling `Info-find-node', so `Info-find-node-2' will reread
5028 the Info file. Restore window positions only when `window-selected'
5029 is non-nil.
5030
30c62133
JL
50312011-11-19 Juri Linkov <juri@jurta.org>
5032
5033 * isearch.el (isearch-lazy-highlight-new-loop):
5034 Remove condition `(not isearch-error)'. (Bug#9918)
5035
5036 * misearch.el (multi-isearch-search-fun): Add condition
5037 `(not bound)' to ignore lazy-highlighting search.
5038 Add the search-failed message "end of multi" when the end of
5039 multi-sequence is reached. Uncapitalize the search-failed
5040 message "Repeat for next buffer".
5041
5042 * info.el (Info-search): Add the search-failed message
5043 "end of the manual" when the end of the manual is reached
5044 in Isearch mode.
5045
645ca9cf
JL
50462011-11-19 Juri Linkov <juri@jurta.org>
5047
5048 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
5049 Use non-destructive `remove' instead of `delete' because
5050 `Info-history-list' stored to `Info-isearch-initial-history-list' in
5051 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
5052
df754f66
JL
50532011-11-19 Juri Linkov <juri@jurta.org>
5054
5055 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
5056 to nil instead of binding `search-ring' and `regexp-search-ring'.
5057 (Bug#9185)
5058
0e23d96a
EZ
50592011-11-19 Eli Zaretskii <eliz@gnu.org>
5060
5061 * simple.el (line-move): Force movement by logical lines for any
5062 hscrolled window, not only when auto-hscroll-mode is on.
5063 (line-move-visual): Update doc string to that effect. (Bug#10076)
5064
8a6ccb66
AS
50652011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5066
5067 * language/european.el (macintosh): Define as alias for mac-roman.
5068
49ae5b39
EZ
50692011-11-19 Eli Zaretskii <eliz@gnu.org>
5070
5071 * mail/rmailmm.el (rmail-mime-display-header)
5072 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
5073 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
5074 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
5075 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
5076 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
5077 of a raw aref.
5078 (rmail-mime-entity-segment): To get past the tagline, move forward
5079 2 more lines, to account for the 2 empty lines that precede and
5080 follow the line with the buttons.
5081 (rmail-mime-update-tagline): Move one more line, to get past the
5082 empty line that follows the buttons in the tagline. (Bug#9520)
5083
c56cad4a
MR
50842011-11-19 Martin Rudalics <rudalics@gmx.at>
5085
5086 * window.el (window-max-delta-1, window-min-delta-1)
5087 (window-min-size-1, window-state-get-1, window-state-put-1)
5088 (window-state-put-2): Use "window--" prefix.
5089
cbe71af3
SM
50902011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5091
2ad52c60
SM
5092 * emacs-lisp/smie.el: Improve warnings and conflict detection.
5093 (smie-warning-count): New var.
5094 (smie-set-prec2tab): Use it.
5095 (smie-bnf->prec2): Improve warnings. Add docstring.
5096 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
5097 (smie-bnf--set-class): New function.
5098 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
5099 corner case.
5100
6944dbc1
SM
5101 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
5102 (compilation-error-properties, compilation-move-to-column):
5103 Handle compilation-first-column while in the target buffer.
5104
c400c4d7
SM
5105 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
5106 Don't hardcode point-min==1.
5107
6dbe3e96
SM
5108 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
5109 (eshell-rewrite-for-command): Remove workaround.
5110 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
5111 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
5112 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
5113
cbe71af3
SM
5114 * files-x.el (modify-file-local-variable): Obey commenting conventions.
5115
a8e1496d
GM
51162011-11-17 Glenn Morris <rgm@gnu.org>
5117
5118 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5119 Ignore buffer-local generated-autoload-file if it is the same
5120 as the global value. (Bug#10049)
5121
df85d315
JB
51222011-11-17 Juanma Barranquero <lekktu@gmail.com>
5123
5124 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
5125 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
5126 (reftex-toc-previous-heading, reftex-toc-max-level)
5127 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
5128 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
5129 (reftex-toc-do-promote, reftex-toc-promote-prepare)
5130 (reftex-toc-promote-action, reftex-toc-extract-section-number)
5131 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
5132 (reftex-toc-rename-label, reftex-toc-visit-location)
5133 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
5134 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
5135 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
5136 leaving "*toc*" only for references to the buffer.
5137
a0c2d0ae
MR
51382011-11-17 Martin Rudalics <rudalics@gmx.at>
5139
5140 * window.el (window-resize, delete-window, split-window):
5141 Replace window-splits by window-combination-resize.
1d00653d 5142 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 5143
35c0bac8
GM
51442011-11-17 Glenn Morris <rgm@gnu.org>
5145
5146 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5147 Make bash entry derive from sh entry, not shell entry.
5148
d0c8fc8a
MA
51492011-11-16 Michael Albinus <michael.albinus@gmx.de>
5150
d0c8fc8a
MA
5151 * net/tramp-cache.el (tramp-flush-file-property): Flush also
5152 properties of linked files. (Bug#9879)
5153
7262a87c
MA
5154 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
5155 local file name.
5156
7877f373
JB
51572011-11-16 Juanma Barranquero <lekktu@gmail.com>
5158
5159 * menu-bar.el (menu-bar-file-menu):
5160 * printing.el (pr-ps-utility):
5161 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
5162 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
5163 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
5164 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
5165 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
5166 (icalendar--convert-cyclic-to-ical)
5167 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
5168 (icalendar--convert-ical-to-diary)
5169 (icalendar--convert-recurring-to-diary)
5170 (icalendar--convert-non-recurring-all-day-to-diary)
5171 (icalendar-import-format-sample):
5172 * progmodes/idlw-shell.el (idlwave-shell-mode):
5173 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
5174 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
5175 (vhdl-ps-print-init): Fix typos.
5176
10649b82
KM
51772011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
5178
9d0cfcd6
GM
5179 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
5180 FSF and collapse date sequence, obscure author/maintainer email address
5181 better, remove extra version line, track relocation of author's webpage.
10649b82 5182
9d0cfcd6
GM
5183 * progmodes/python.el (python-pdbtrack-input-prompt)
5184 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
5185 regular python pdb prompts. Adjustments shamelessly taken exactly as
5186 suggested in EmacsWiki page (tiny change):
5187 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 5188
58179cce
JB
51892011-11-16 Juanma Barranquero <lekktu@gmail.com>
5190
5191 * expand.el (expand-pos, expand-index, expand-point):
5192 Remove redundant info from docstring.
5193 (expand-add-abbrevs): Doc fix.
5194 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
5195 (expand-sample-perl-mode-expand-list): Fix typos.
5196
5197 * net/dbus.el (dbus-event-member-name):
5198 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
5199 * term/pc-win.el (msdos-create-frame-with-faces):
5200 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
5201
b6f67890
MR
52022011-11-16 Martin Rudalics <rudalics@gmx.at>
5203
5204 * window.el (split-window, window-state-get-1)
5205 (window-state-put-1, window-state-put-2): Rename occurrences of
5206 window-nest to window-combination-limit.
1d00653d 5207 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 5208
ce7ddba0
CY
52092011-11-16 Chong Yidong <cyd@gnu.org>
5210
5211 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
5212 regexp (Bug#10033).
5213
3ae704f4
SM
52142011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5215
5216 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
5217 `completing-read' will remove *Completions* and will preserve
5218 current-buffer for us.
5219 (tmm-add-prompt): Users of *Completions* will always (re)set its
5220 major mode.
5221 (tmm-old-comp-map): Remove.
5222
6ad1cdde
GM
52232011-11-16 Glenn Morris <rgm@gnu.org>
5224
5225 * mail/rmailedit.el: Require rmailmm when compiling.
5226 (rmail-old-mime-state): New declaration.
5227 (rmail-edit-current-message): If editing a mime message,
5228 edit the "raw" message from the mbox buffer.
5229 (rmail-cease-edit): Handle mime messages. (Bug#9840)
5230
d20faa20
GM
52312011-11-15 Glenn Morris <rgm@gnu.org>
5232
5233 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
5234 which wasn't being used. Add optional arg to force given state.
5235 (rmail-mime): Add optional arg to force given state.
5236
c7015153
JB
52372011-11-15 Juanma Barranquero <lekktu@gmail.com>
5238
5239 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5240 * frame.el (display-mm-dimensions-alist):
5241 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
5242 (outline-move-subtree-down):
5243 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
5244 (newsticker--treeview-do-get-node):
5245 * net/quickurl.el (quickurl-list-buffer-name):
5246 * progmodes/dcl-mode.el (dcl-mode):
5247 * progmodes/gdb-mi.el (gdb-mapcar*):
5248 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
5249
45261b50
GM
52502011-11-15 Glenn Morris <rgm@gnu.org>
5251
5252 * mail/rmail.el (rmail-file-coding-system): It's only ever used
5253 in a boolean sense, so just make it a boolean, and fix the doc.
5254 (rmail-show-mime-function, rmail-mime-feature)
5255 (rmail-require-mime-maybe): Doc fixes.
5256 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
5257
5258 * mail/rmailmm.el (rmail-show-mime): Doc fix.
5259
0d26e0b6
JB
52602011-11-15 Juanma Barranquero <lekktu@gmail.com>
5261
5262 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
5263 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5264 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
5265 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
5266
447f30f6
GM
52672011-11-15 Glenn Morris <rgm@gnu.org>
5268
672b871d
GM
5269 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
5270 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
5271 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
5272 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
5273 (rmail-mime, rmail-show-mime): Doc fixes.
5274
f6aa5bb1
GM
5275 * term/ns-win.el (mode-line-frame-identification):
5276 Leave it alone. (Bug#10051)
5277
947cd66b
GM
5278 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
5279
447f30f6
GM
5280 * mail/rmailout.el (rmail-output-to-rmail-buffer):
5281 Handle empty buffers. (Bug#9978)
5282
0b381c7e
JB
52832011-11-14 Juanma Barranquero <lekktu@gmail.com>
5284
5285 * international/mule.el (define-charset):
5286 * mail/rmailmm.el (rmail-mime-find-header-encoding):
5287 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
5288 * progmodes/verilog-mode.el (verilog-backward-token):
5289 * textmodes/ispell.el (lookup-words):
5290 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
5291
71e027ac
GM
52922011-11-14 Glenn Morris <rgm@gnu.org>
5293
56632ce4
GM
5294 * progmodes/executable.el
5295 (executable-make-buffer-file-executable-if-script-p):
5296 Handle file-modes returning nil.
5297
40500957
GM
5298 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
5299 message - not necessary, and causes problems. (Bug#9831)
5300
071c2340
GM
5301 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
5302
d3cfca60
GM
5303 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
5304
71e027ac
GM
5305 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
5306 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
5307 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
5308
89d61221
MR
53092011-11-12 Martin Rudalics <rudalics@gmx.at>
5310
5311 * window.el (window-resize, delete-window): Use window-splits
5312 variable instead of function.
5313 (window-state-get-1, window-state-put-2, window-state-put):
5314 Don't deal with windows' splits status.
5315
98282f6f
GM
53162011-11-12 Glenn Morris <rgm@gnu.org>
5317
5318 * apropos.el (apropos-do-all, apropos-library, apropos-value)
5319 (apropos-documentation): Doc fixes.
5320
40a8bdf6
JB
53212011-11-11 Juanma Barranquero <lekktu@gmail.com>
5322
5323 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
5324 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
5325
65bd19ff
SM
53262011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5327
5328 * electric.el (electric-indent-post-self-insert-function): Make it
5329 possible for a char to only indent in some circumstances.
5330 (electric-indent-mode): Simplify.
5331
54f9154c
MR
53322011-11-11 Martin Rudalics <rudalics@gmx.at>
5333
5334 * window.el (windows-with-parameter): Remove unused function.
5335 (windows-at-side): Rename to window-at-side-list.
5336 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
5337 (window-side-check, window-size-ignore, window-size-fixed-1)
5338 (window-in-direction-2): Prefix with "window--".
5339 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 5340
68cbc58b
GM
53412011-11-11 Glenn Morris <rgm@gnu.org>
5342
5343 * subr.el (eval-after-load): If FILE is already loaded,
5344 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
5345
b2621720
GM
53462011-11-10 Glenn Morris <rgm@gnu.org>
5347
9a4de110
GM
5348 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
5349 Call svn via vc-svn-command rather than vc-do-command.
5350 (vc-svn-command): Add --non-interactive. (Bug#9993)
5351 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
5352
b2621720
GM
5353 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5354 Add toggle-read-only. (Bug#7292)
5355 * files.el (toggle-read-only): Mention that it should only
5356 be used interactively. (Bug#10006)
5357
1dce7193
SM
53582011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5359
d9ac1a1e
SM
5360 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5361 Adjust regexp for OCaml warnings.
5362
0c325082
SM
5363 * electric.el (electric-pair-post-self-insert-function): Let user
5364 turn it off buffer-locally (bug#9932).
5365
90132c14
SM
5366 * progmodes/python.el (python-beginning-of-statement):
5367 Rewrite (bug#2703).
5368
1dce7193
SM
5369 * progmodes/compile.el: Better handle TABs (bug#9749).
5370 (compilation-internal-error-properties)
5371 (compilation-next-error-function): Obey the target buffer's
5372 compilation-error-screen-columns.
5373
c4e7c63a
JB
53742011-11-09 Juanma Barranquero <lekktu@gmail.com>
5375
5376 * progmodes/meta-mode.el: Remove obsolete comments.
5377 (meta-right-comment-regexp, meta-ignore-comment-regexp):
5378 Fix typos in docstrings.
5379
2cffd681
MR
53802011-11-09 Martin Rudalics <rudalics@gmx.at>
5381
5382 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 5383 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
5384 (window--resizable): New function. Make all callers of
5385 window-resizable call window--resizable instead.
5386 (window-resizable): Rewrite in terms of window--resizable.
5387
0edcba87
GM
53882011-11-08 Glenn Morris <rgm@gnu.org>
5389
5390 * progmodes/delphi.el (delphi-mode-syntax-table):
5391 Let define-derived-mode define a proper syntax table. (Bug#9994)
5392
4b0d61e3
SM
53932011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5394
5395 * window.el: Stay away from defsubst.
5396 (window-list-no-nils): Remove.
5397 (window-state-get-1, window-state-get): Use backquote instead.
5398
cd394be1 53992011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 5400
4b0d61e3 5401 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 5402 Fix incorrect use of default argument in `completing-read'.
5403
e1c2c6f2
MR
54042011-11-08 Martin Rudalics <rudalics@gmx.at>
5405
5406 * window.el (display-buffer-function, special-display-function):
5407 Mention display-buffer-record-window but do not mention
5408 help-setup parameter in doc-strings.
b3f4a882 5409 (window-min-delta): Fix doc-string typo.
e1c2c6f2 5410
105216ed
CY
54112011-11-08 Chong Yidong <cyd@gnu.org>
5412
5413 * window.el (window-total-height, window-total-width): Doc fix.
5414 (window-body-size): Move from C.
5415 (window-body-height, window-body-width): Move to C.
5416
0a9f9ab5
SM
54172011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5418
5419 * window.el: Make special-display like display-buffer-alist (bug#9532).
5420 (display-buffer--special-action): New function, morphed
5421 from display-buffer--special.
5422 (display-buffer): Use it to handle special-display-buffers at higher
5423 priority (just after display-buffer-alist).
5424 (display-buffer-fallback-action, display-buffer--other-frame-action)
5425 (pop-to-buffer-same-window): Remove display-buffer--special.
5426
a769dd15
GM
54272011-11-07 Glenn Morris <rgm@gnu.org>
5428
5429 * calendar/cal-menu.el (cal-menu-set-date-title):
5430 Do nothing if not in a calendar. (Bug#9976)
5431
05a61ee3
SM
54322011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5433
5434 * files.el (find-file): Always use selected-window.
5435
be7f5545
MR
54362011-11-07 Martin Rudalics <rudalics@gmx.at>
5437
5438 * window.el (window-combinations): Make WINDOW argument
5439 mandatory. Rewrite doc-string.
5440 (walk-window-subtree, window-atom-check, window-min-delta)
5441 (window-max-delta, window--resize-this-window)
5442 (window--resize-root-window-vertically, window-tree)
5443 (balance-windows, window-state-put): Rewrite doc-strings as to
5444 not mention the term "subwindow".
5445 (window--resize-subwindows-skip-p): Rename to
5446 window--resize-child-windows-skip-p.
5447 (window--resize-subwindows-normal): Rename to
5448 window--resize-child-windows-normal.
5449 (window--resize-subwindows): Rename to
5450 window--resize-child-windows.
5451 (window-or-subwindow-p): Rename to window--in-subtree-p.
5452
3c6702ef
ML
54532011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5454
5455 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
5456 Ensure that mbox format messages end in two newlines (Bug#9974).
5457
49745b39
CY
54582011-11-06 Chong Yidong <cyd@gnu.org>
5459
5460 * window.el (window-combination-p): Function deleted; its
5461 side-effect is not used in any existing code.
5462 (window-combinations, window-combined-p): Call window-*-child
5463 directly.
5464
24300f5f
CY
54652011-11-05 Chong Yidong <cyd@gnu.org>
5466
5467 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
5468 (window-size-ignore, window-state-get): Callers changed.
5469 (window-normalize-window): Rename from window-normalize-any-window.
5470 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 5471 (window-normalize-live-window): Delete.
447f16b8
CY
5472 (window-combination-p, window-combined-p, window-combinations)
5473 (walk-window-subtree, window-atom-root, window-min-size)
5474 (window-sizable, window-sizable-p, window-size-fixed-p)
5475 (window-min-delta, window-max-delta, window-resizable)
5476 (window-resizable-p, window-full-height-p, window-full-width-p)
5477 (window-current-scroll-bars, window-point-1, set-window-point-1)
5478 (window-at-side-p, window-in-direction, window-resize)
5479 (adjust-window-trailing-edge, maximize-window, minimize-window)
5480 (window-deletable-p, delete-window, delete-other-windows)
5481 (record-window-buffer, unrecord-window-buffer)
5482 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
5483 (quit-window, split-window, window-state-put)
5484 (set-window-text-height, fit-window-to-buffer)
5485 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 5486
89bd5ee1
EZ
54872011-11-04 Eli Zaretskii <eliz@gnu.org>
5488
53479029
EZ
5489 * mail/rmail.el (rmail-simplified-subject): Decode subject with
5490 rfc2047-decode-string.
5491 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
5492 warnings.
5493
89bd5ee1
EZ
5494 * window.el (window-body-height, window-body-width): Mention in
5495 the doc string that the return values are in frame's canonical
5496 units. (Bug#9949)
5497
bd17fdee
AM
54982011-11-03 Alan Mackenzie <acm@muc.de>
5499
5500 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
5501 change in cc-engine.el.
5502
acc825c5
SM
55032011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 * window.el (switch-to-buffer): Use `force-same-window' interactively.
5506
1885e5b8
MR
55072011-11-02 Martin Rudalics <rudalics@gmx.at>
5508
5509 * window.el (quit-window): Call unrecord-window-buffer after
5510 showing another buffer in the window. (Bug#9937)
acc825c5 5511 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 5512
ebe06da9
JB
55132011-11-02 Juanma Barranquero <lekktu@gmail.com>
5514
5515 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
5516 Accept status with more than 9 shelves. (Bug#9935)
5517 Reported by Colin D Bennett <colin@gibibit.com>.
5518
4ee88440
MR
55192011-11-01 Martin Rudalics <rudalics@gmx.at>
5520
5521 * help.el (with-help-window): Don't reference
5522 temp-buffer-show-specifiers in doc-string.
5523
08e1d82c
AS
55242011-10-31 Andreas Schwab <schwab@linux-m68k.org>
5525
5526 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
5527 menu-item.
5528
84bd6e9e
VJL
55292011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5530
5531 * whitespace.el: New version 13.2.2.
5532 (whitespace-newline-mode): Disable properly. Reported by Sarah
5533 <EmacsWiki>.
5534
dba0634a
UJ
55352011-10-30 Ulf Jasper <ulf.jasper@web.de>
5536
5537 * net/newst-treeview.el: Remove "Time-stamp".
5538 (newsticker--group-manage-orphan-feeds): Do not call
5539 newsticker--treeview-tree-update.
db22a3c2
JB
5540 (newsticker-treeview-update, newsticker-treeview):
5541 Call newsticker--treeview-tree-update if necessary.
dba0634a 5542
3d8daefe
MR
55432011-10-30 Martin Rudalics <rudalics@gmx.at>
5544
5545 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
5546 (window-iso-combinations): Remove "iso-" infix.
5547 Suggested by Chong Yidong.
3d8daefe
MR
5548 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
5549 (window-max-delta-1, window-resize, window--resize-siblings)
5550 (window--resize-this-window, adjust-window-trailing-edge)
5551 (split-window, balance-windows-1)
5552 (shrink-window-if-larger-than-buffer):
5553 * calendar/calendar.el (calendar-generate-window):
db22a3c2 5554 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 5555
1bc4c3ae
SM
55562011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5557
5558 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
5559 in place (bug#9907).
5560 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
5561 (eshell-rewrite-if-command, eshell-rewrite-for-command)
5562 (eshell-structure-basic-command, eshell-rewrite-while-command)
5563 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
5564 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
5565 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
5566 (eshell-do-pipelines-synchronously, eshell-eval-command):
5567 Use backquotes and prefer setq to set.
5568 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
5569 (eshell-macrop): Use functionp.
c1e2f5fa 5570 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 5571
30b65d9c
CY
55722011-10-30 Chong Yidong <cyd@gnu.org>
5573
5574 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
5575 instead of set-mark (Bug#9810).
5576
2d197ffb
CY
55772011-10-30 Chong Yidong <cyd@gnu.org>
5578
5579 * window.el (split-window-below, split-window-right): Rename from
5580 split-window-above-each-other and split-window-side-by-side
5581 respectively. All callers changed.
5582 (split-window-sensibly, split-window-sensibly): Use them.
5583 (split-window-keep-point): Doc fix.
5584
5585 * isearch.el: Add isearch-scroll property to split-window-below
5586 and split-window-right.
5587
5588 * follow.el (follow-mode):
5589 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5590 * progmodes/ada-xref.el (ada-gdb-application):
5591 * emulation/vip.el (vip-buffer-in-two-windows):
5592 * image-dired.el (image-dired-dired-with-window-configuration):
5593 * dired-x.el (dired-do-find-marked-files):
5594 * dired.el (dired-pop-to-buffer):
5595 * bs.el (bs--show-with-configuration):
5596 * vc/emerge.el (emerge-setup-windows):
5597 * textmodes/two-column.el (2C-two-columns):
5598 * textmodes/reftex-toc.el (reftex-toc):
5599 * progmodes/gdb-mi.el (gdb-setup-windows):
5600 * progmodes/fortran.el (fortran-window-create):
5601 * net/newst-treeview.el (newsticker--treeview-window-init):
5602 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5603 * emulation/tpu-edt.el (tpu-gold-map):
5604 * emulation/crisp.el (crisp-mode-map):
5605 * calendar/calendar.el (calendar-basic-setup): Callers changed.
5606
38bb2ca8
CY
56072011-10-29 Chong Yidong <cyd@gnu.org>
5608
aa4de341
CY
5609 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5610
e1eb5385
CY
5611 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5612
5d2ece3c
CY
5613 * textmodes/flyspell.el (flyspell-word): Fix char offset for
5614 forged Ispell output (Bug#7904).
5615
38bb2ca8
CY
5616 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5617
d0af9f77
SM
56182011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5619
5620 * doc-view.el: Avoid ugly errors about not finding nil.
5621 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5622 (doc-view-dvipdf-program, doc-view-unoconv-program)
5623 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5624 Avoid nil or absolute file name as default value.
5625 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5626
52bedd34
AM
56272011-10-28 Alan Mackenzie <acm@muc.de>
5628
db22a3c2 5629 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 5630
7e43cfa5
AM
56312011-10-28 Alan Mackenzie <acm@muc.de>
5632
5633 Amend the handling of c-beginning/end-of-defun in nested declaration
5634 scopes.
5635
52bedd34
AM
5636 * progmodes/cc-vars.el (c-defun-tactic): Move here from
5637 cc-langs.el. Change it to a defcustom.
7e43cfa5 5638
52bedd34
AM
5639 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5640 cc-vars.el.
7e43cfa5 5641
d0af9f77
SM
5642 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5643 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 5644
52bedd34 5645 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 5646 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
5647 (c-widen-to-enclosing-decl-scope): New function.
5648 (c-while-widening-to-decl-block): New macro.
5649 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5650 outward for defun boundaries, and correspondingly change symbol
5651 `respect-enclosure' to `go-outward'.
5652 (c-declaration-limits): Change algorithm to report only the "innermost"
5653 defun's boundaries.
5654
1a2ce9ee
DD
56552011-10-28 Deniz Dogan <deniz@dogan.se>
5656
5657 * net/rcirc.el (rcirc-mode): Use hard newlines.
5658
bc97a826
AM
56592011-10-28 Alan Mackenzie <acm@muc.de>
5660
5661 Amend to indent and fontify macros "which include their own semicolon"
5662 correctly, using the "virtual semicolon" mechanism.
5663
52bedd34 5664 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 5665
d0af9f77 5666 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 5667 Recode to scan one line at a time rather than having \n and \r
58179cce 5668 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 5669 (c-forward-label): Amend for virtual semicolons.
58179cce 5670 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 5671
52bedd34
AM
5672 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5673 of the new C macros.
bc97a826 5674
52bedd34 5675 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
5676 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5677 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
5678 (c-opt-cpp-macro-define): Make into a full language variable.
5679 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5680 AWK Mode (including \n, \r) removed, no longer needed.
5681
d0af9f77
SM
5682 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5683 Invoke c-make-macro-with-semi-re.
bc97a826 5684
52bedd34
AM
5685 * progmodes/cc-vars.el (c-macro-with-semi-re):
5686 (c-macro-names-with-semicolon): New variables.
58179cce 5687 (c-make-macro-with-semi-re): New function.
bc97a826 5688
7a6c0941
SM
56892011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5690
5691 * vc/log-edit.el: Fill empty field rather than adding new one.
5692 (log-edit-add-field): New function.
5693 (log-edit-insert-changelog): Use it.
5694
b0c4cdcf
ML
56952011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5696
5697 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5698
ee1f1da9
SM
56992011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5700
5701 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5702 (gdb--check-interpreter): New function.
5703 (gdb): Use it.
5704
51bc5f8b
GM
57052011-10-27 Glenn Morris <rgm@gnu.org>
5706
416a2c45
GM
5707 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5708 (least-positive-float, least-negative-float)
5709 (least-positive-normalized-float, least-negative-normalized-float)
5710 (float-epsilon, float-negative-epsilon):
5711 Remove unnecessary declarations.
5712
5713 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5714 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5715 (least-positive-float, least-negative-float)
5716 (least-positive-normalized-float, least-negative-normalized-float)
5717 (float-epsilon, float-negative-epsilon): Add doc-strings,
5718 based on those in cl.texi.
5719
51bc5f8b
GM
5720 * files.el (set-visited-file-name): If the major-mode changed,
5721 reload the local variables. (Bug#9796)
5722
15de15c6
CY
57232011-10-27 Chong Yidong <cyd@gnu.org>
5724
5725 * subr.el (change-major-mode-after-body-hook): New hook.
5726 (run-mode-hooks): Run it.
5727
ee1f1da9
SM
5728 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5729 Use change-major-mode-before-body-hook.
15de15c6
CY
5730
5731 * simple.el (fundamental-mode):
5732 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5733 change introducing fundamental-mode-hook.
5734
5430d399
JB
57352011-10-26 Juanma Barranquero <lekktu@gmail.com>
5736
acc825c5 5737 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 5738
ad74a69e
MA
57392011-10-26 Michael Albinus <michael.albinus@gmx.de>
5740
5741 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 5742 tramp.el explicitly. (Bug#7583)
ad74a69e 5743
71d4c2a5
SM
57442011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5745
5746 * progmodes/octave-mod.el:
5747 * progmodes/octave-inf.el: Update maintainer.
5748
b1f6fa26
CY
57492011-10-26 Chong Yidong <cyd@gnu.org>
5750
5751 * subr.el (with-wrapper-hook): Rewrite doc.
5752
3f04efd6
MA
57532011-10-25 Michael Albinus <michael.albinus@gmx.de>
5754
5755 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 5756 filenames "/method:foo:". (Bug#9793)
3f04efd6 5757
410488d3
SM
57582011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5759
5760 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5761 (bug#9865).
5762
c1ebb47e
GM
57632011-10-24 Glenn Morris <rgm@gnu.org>
5764
5765 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
5766
7f5c46c7
MA
57672011-10-24 Michael Albinus <michael.albinus@gmx.de>
5768
5769 * notifications.el: Add the requirement of a running D-Bus session
5770 bus to the Commentary.
5771
db2440b6
JL
57722011-10-24 Juri Linkov <juri@jurta.org>
5773
5774 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5775 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5776 (Bug#9364)
5777
feecf435
JL
57782011-10-24 Juri Linkov <juri@jurta.org>
5779
5780 * info.el (Info-following-node-name-re): Add newline to the list
5781 of allowed characters for leading space. (Bug#9824)
5782
a3839de2
SM
57832011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5784
acc825c5
SM
5785 * progmodes/octave-inf.el (inferior-octave-mode-map):
5786 Fix C-c C-h binding.
a3839de2
SM
5787 * progmodes/octave-mod.el (octave-help): Remove.
5788
09388e76
MA
57892011-10-23 Michael Albinus <michael.albinus@gmx.de>
5790
5791 Sync with Tramp 2.2.3.
5792
5793 * net/tramp-cache.el (top): Pacify byte-compiler using
5794 `init-file-user' and `site-run-file'.
5795
5796 * net/trampver.el: Update release number.
5797
86c60681
CY
57982011-10-23 Chong Yidong <cyd@gnu.org>
5799
5800 * files.el (toggle-read-only): Remove obsolete comment about
5801 version control.
5802
5803 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
5804 for toggle-read-only. Note that this hasn't called vc-next-action
5805 since 2008-05-02, though it wasn't documented at the time.
5806
a3839de2
SM
5807 * vc/ediff-init.el (ediff-toggle-read-only-function):
5808 Use toggle-read-only.
86c60681 5809
cd5495ff
AM
58102011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
5811
5812 Fix bug #9560, sporadic wrong indentation; improve instrumentation
5813 of c-parse-state.
5814
00b77525 5815 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 5816 correct faulty logical expression.
cd5495ff
AM
5817 (c-parse-state-state, c-record-parse-state-state):
5818 (c-replay-parse-state-state): New defvar/defuns.
5819 (c-debug-parse-state): Use new functions.
5820
42ee24ed
MR
58212011-10-22 Martin Rudalics <rudalics@gmx.at>
5822
5823 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 5824 last fix. Use window-in-direction correctly.
42ee24ed 5825
a7dee7e7
CY
58262011-10-21 Chong Yidong <cyd@gnu.org>
5827
5828 * progmodes/idlwave.el (idlwave-mode):
5829 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
5830 require-final-newline; that's done in prog-mode.
5831 Suggested by Stefan Monnier.
a7dee7e7 5832
e07b9a6d
MR
58332011-10-21 Martin Rudalics <rudalics@gmx.at>
5834
5835 * mouse.el (mouse-drag-window-above)
5836 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
5837 (mouse-drag-mode-line-1, mouse-drag-header-line)
5838 (mouse-drag-vertical-line-rightward-window): Remove.
5839 (mouse-drag-line): New function.
5840 (mouse-drag-mode-line, mouse-drag-header-line)
5841 (mouse-drag-vertical-line): Call mouse-drag-line.
5842 * window.el (window-at-side-p, windows-at-side): New functions.
5843
7e1361d9
UM
58442011-10-21 Ulrich Mueller <ulm@gentoo.org>
5845
5846 * tar-mode.el (tar-grind-file-mode):
5847 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
5848
30fcaf3a
CY
58492011-10-21 Chong Yidong <cyd@gnu.org>
5850
5851 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
5852 * progmodes/vera-mode.el (vera-mode):
5853 Use mode-require-final-newline.
30fcaf3a 5854
516eddb0
GM
58552011-10-20 Glenn Morris <rgm@gnu.org>
5856
db22a3c2 5857 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 5858
10d5f513
CS
58592011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
5860
5861 * emulation/cua-base.el (cua-set-mark): Fix case of string.
5862
ac6c8639
CY
58632011-10-20 Chong Yidong <cyd@gnu.org>
5864
5865 * emulation/cua-base.el (cua-mode):
5866 * mail/footnote.el (footnote-mode):
5867 * mail/mailabbrev.el (mail-abbrevs-mode):
5868 * net/xesam.el (xesam-minor-mode):
5869 * progmodes/bug-reference.el (bug-reference-mode):
5870 * progmodes/cap-words.el (capitalized-words-mode):
5871 * progmodes/compile.el (compilation-minor-mode)
5872 (compilation-shell-minor-mode):
5873 * progmodes/gud.el (gud-tooltip-mode):
5874 * progmodes/hideif.el (hide-ifdef-mode):
5875 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5876 * progmodes/subword.el (subword-mode):
5877 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5878 * progmodes/which-func.el (which-function-mode):
5879 * term/tvi970.el (tvi970-set-keypad-mode):
5880 * term/vt100.el (vt100-wide-mode):
5881 * textmodes/flyspell.el (flyspell-mode):
5882 * textmodes/ispell.el (ispell-minor-mode):
5883 * textmodes/nroff-mode.el (nroff-electric-mode):
5884 * textmodes/paragraphs.el (use-hard-newlines):
5885 * textmodes/refill.el (refill-mode):
5886 * textmodes/reftex.el (reftex-mode):
5887 * textmodes/rst.el (rst-minor-mode):
5888 * textmodes/sgml-mode.el (html-autoview-mode)
5889 (sgml-electric-tag-pair-mode):
5890 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
5891 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
5892 * emulation/crisp.el (crisp-mode):
5893 * emacs-lisp/eldoc.el (eldoc-mode):
5894 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
5895 minor mode behavior.
5896
aa42ab43
JL
58972011-10-19 Juri Linkov <juri@jurta.org>
5898
5899 * descr-text.el (describe-char): Add #x2010 and #x2011 to
5900 the list of hard-coded chars with escape-glyph face.
5901
89400f1d
SM
59022011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
5905
305c07f6
MA
59062011-10-19 Michael Albinus <michael.albinus@gmx.de>
5907
5908 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
5909 running process.
5910
13754b54
GM
59112011-10-19 Glenn Morris <rgm@gnu.org>
5912
5913 * vc/vc-bzr.el (vc-bzr-after-dir-status):
5914 Ignore ignored files. (Bug#9726)
5915
06e21633
CY
59162011-10-19 Chong Yidong <cyd@gnu.org>
5917
5918 Doc fix for minor modes, stating that an omitted argument enables
5919 the mode unconditionally when called from Lisp.
5920
5921 * abbrev.el (abbrev-mode):
5922 * allout.el (allout-mode):
5923 * autoinsert.el (auto-insert-mode):
5924 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5925 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5926 (global-auto-revert-mode):
5927 * battery.el (display-battery-mode):
5928 * composite.el (global-auto-composition-mode)
5929 (auto-composition-mode):
5930 * delsel.el (delete-selection-mode):
5931 * desktop.el (desktop-save-mode):
5932 * dired-x.el (dired-omit-mode):
5933 * dirtrack.el (dirtrack-mode):
5934 * doc-view.el (doc-view-minor-mode):
5935 * double.el (double-mode):
5936 * electric.el (electric-indent-mode, electric-pair-mode):
5937 * emacs-lock.el (emacs-lock-mode):
5938 * epa-hook.el (auto-encryption-mode):
5939 * follow.el (follow-mode):
5940 * font-core.el (font-lock-mode):
5941 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
5942 * help.el (temp-buffer-resize-mode):
5943 * hilit-chg.el (highlight-changes-mode)
5944 (highlight-changes-visible-mode):
5945 * hi-lock.el (hi-lock-mode):
5946 * hl-line.el (hl-line-mode, global-hl-line-mode):
5947 * icomplete.el (icomplete-mode):
5948 * ido.el (ido-everywhere):
5949 * image-file.el (auto-image-file-mode):
5950 * image-mode.el (image-minor-mode):
5951 * iswitchb.el (iswitchb-mode):
5952 * jka-cmpr-hook.el (auto-compression-mode):
5953 * linum.el (linum-mode):
5954 * longlines.el (longlines-mode):
5955 * master.el (master-mode):
5956 * mb-depth.el (minibuffer-depth-indicate-mode):
5957 * menu-bar.el (menu-bar-mode):
5958 * minibuf-eldef.el (minibuffer-electric-default-mode):
5959 * mouse-sel.el (mouse-sel-mode):
5960 * msb.el (msb-mode):
5961 * mwheel.el (mouse-wheel-mode):
5962 * outline.el (outline-minor-mode):
5963 * paren.el (show-paren-mode):
5964 * recentf.el (recentf-mode):
5965 * reveal.el (reveal-mode, global-reveal-mode):
5966 * rfn-eshadow.el (file-name-shadow-mode):
5967 * ruler-mode.el (ruler-mode):
5968 * savehist.el (savehist-mode):
5969 * scroll-all.el (scroll-all-mode):
5970 * scroll-bar.el (scroll-bar-mode):
5971 * server.el (server-mode):
5972 * shell.el (shell-dirtrack-mode):
5973 * simple.el (auto-fill-mode, transient-mark-mode)
5974 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
5975 (line-number-mode, column-number-mode, size-indication-mode)
5976 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
5977 * strokes.el (strokes-mode):
5978 * time.el (display-time-mode):
5979 * t-mouse.el (gpm-mouse-mode):
5980 * tool-bar.el (tool-bar-mode):
5981 * tooltip.el (tooltip-mode):
5982 * type-break.el (type-break-mode-line-message-mode)
5983 (type-break-query-mode):
5984 * view.el (view-mode):
5985 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5986 (global-whitespace-mode, global-whitespace-newline-mode):
5987 * xt-mouse.el (xterm-mouse-mode): Doc fix.
5988
a3839de2
SM
5989 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5990 Fix autogenerated docstring.
06e21633 5991
5214e501
JL
59922011-10-19 Juri Linkov <juri@jurta.org>
5993
5994 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
5995 by checking environment variables "DESKTOP_SESSION" and
5996 "XDG_CURRENT_DESKTOP". (Bug#9779)
5997
195f8db9
JL
59982011-10-19 Juri Linkov <juri@jurta.org>
5999
6000 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
6001 (browse-url-chromium-program, browse-url-chromium-arguments):
6002 New defcustoms.
6003 (browse-url-default-browser): Check for `browse-url-chromium' and
6004 call `browse-url-chromium-program'.
6005 (browse-url-chromium): New command. (Bug#9779)
6006
343a34ff
JB
60072011-10-18 Juanma Barranquero <lekktu@gmail.com>
6008
6009 * facemenu.el (list-colors-duplicates): On Windows, detect more
6010 duplicates by assuming that only colors matching "^System" are
6011 special "system colors". (Bug#9722)
6012
6978a151
SM
60132011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6014
6015 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
6016 to distinguish the author from the committer.
6017
6a80b297
MA
60182011-10-18 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
6021
b31a5677
JK
60222011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
6023
6024 * international/mule.el (sgml-html-meta-auto-coding-function):
6025 Add support for detecting encoding in HTML5 specified only as
6026 <meta charset="UTF-8">. Implementation just makes http-equiv and
6027 content-type parts from HTML4 encoding string optional. (Bug#9716)
6028
80c6d77f
GM
60292011-10-18 Glenn Morris <rgm@gnu.org>
6030
6031 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
6032
08b0fee8
CY
60332011-10-18 Chong Yidong <cyd@gnu.org>
6034
6035 * faces.el (cursor): Doc fix.
6036
67e729a5
CY
60372011-10-17 Chong Yidong <cyd@gnu.org>
6038
6039 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
6040
343a34ff 60412011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
6042
6043 * dirtrack.el (dirtrack): Support shell buffers with path
6044 prefixes, e.g. tramp-based remote shells. (Bug#9647)
6045
0bc06380
TZ
60462011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
6047
6048 * json.el: Bump version to 1.3 and note change in History.
6049 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
6050
8b79f3e0
SM
60512011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6052
5a7c536b
SM
6053 * comint.el (comint-insert-input, comint-send-input)
6054 (comint-get-old-input-default, comint-backward-matching-input)
6055 (comint-next-prompt): Use nil instead of `input' for field property of
6056 past user input (bug#114).
6057
96a8a0df
SM
6058 * minibuffer.el (completion--replace): Inherit surrounding properties
6059 (bug#114).
6060 (minibuffer-complete-and-exit): Use it.
6061
8b79f3e0
SM
6062 * comint.el (comint--table-subvert): Quote the all-completions output
6063 (bug#9160).
6064
b8f7ff0d
MR
60652011-10-17 Martin Rudalics <rudalics@gmx.at>
6066
8b79f3e0 6067 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 6068
b8f7ff0d 6069 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 6070 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
6071 entries and separate them from frame entries.
6072
c235b555
GM
60732011-10-15 Glenn Morris <rgm@gnu.org>
6074
6075 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
6076 Doc fixes.
6077
6bbfa6e1
CY
60782011-10-15 Chong Yidong <cyd@stupidchicken.com>
6079
8b79f3e0
SM
6080 * net/network-stream.el (network-stream-open-starttls):
6081 Improve detection of failure due to lack of TLS support.
ec5c990d 6082
6bbfa6e1
CY
6083 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
6084 putting the input text in front and in bold.
6085
98488977
SM
60862011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6087
3d1337be
SM
6088 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
6089
ee0b45e4
SM
6090 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
6091 empty buffer.
6092
98488977
SM
6093 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
6094 unread-command-events rather than pushing yet-another event.
6095
186f4720
EZ
60962011-10-14 Eli Zaretskii <eliz@gnu.org>
6097
6098 * mail/sendmail.el (sendmail-query-once): Improve the wording of
6099 the explanation of the possible choices. Make the options passed
6100 to completing-read shorter.
6101
8b7a997c
AM
61022011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6103
6104 * textmodes/flyspell.el (flyspell-large-region): Make sure
6105 extended character mode is used if defined (Bug#1339).
6106
12587bbb
EZ
61072011-10-13 Eli Zaretskii <eliz@gnu.org>
6108
6109 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
6110 character info for LRE, LRO, RLE, and RLO characters by appending
6111 an invisible PDF.
12587bbb 6112
bad41229
SM
61132011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6114
6115 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
6116 even in case of error; add debug spec; simplify data flow.
6117 (with-timeout-handler): Remove.
6118
28dbc92f
MA
61192011-10-12 Michael Albinus <michael.albinus@gmx.de>
6120
6121 Fix Bug#6019, Bug#9315.
6122
6123 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
6124 complete `buffer-file-name', the local file name part could look
6125 remotely (for example on VMS).
6126
6127 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
6128 `tramp-run-real-handler'.
6129 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
6130 already quoted by '"'.
6131
6132 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
6133 Let `file-name-handler-alist' be nil, the local file name part
6134 could look remotely (for example on VMS).
6135
e1b0b23a
SM
61362011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6137
6138 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
6139 from here...
6140 (flyspell-post-command-hook): ...to here.
6141
a120bde9
SM
61422011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6143
6144 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
6145 if not needed.
6146 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
6147 using completion. Protect against "slow" callers.
6148 Remove the "message hack".
6149
7ce7717b
JL
61502011-10-11 Juri Linkov <juri@jurta.org>
6151
6152 * isearch.el (isearch-lazy-highlight-word): New variable.
6153 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6154 Use it. (Bug#9727)
6155
c02ee9d6
GM
61562011-10-11 Glenn Morris <rgm@gnu.org>
6157
6158 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
6159 like f90-previous-statement does.
6160
93e616fd 61612011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6162
1f190e73 6163 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
6164 only in interactive use, to avoid error.
6165
af7b6078
SM
61662011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6167
6168 * minibuffer.el (completion-file-name-table): Fix last change,
6169 i.e. ignore normal errors but not the other ones.
6170
0563dae9
MR
61712011-10-10 Martin Rudalics <rudalics@gmx.at>
6172
6173 * window.el (special-display-buffer-names)
6174 (special-display-regexps): Remove some remnants of earlier
6175 changes from doc-strings.
366ca7f3
MR
6176 (quit-windows-on): New function.
6177
6178 * vc/vc.el (vc-revert, vc-rollback):
6179 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
6180 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 6181 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 6182
49677495
MR
61832011-10-09 Martin Rudalics <rudalics@gmx.at>
6184
6185 * window.el (frame-auto-hide-function): Add version tag.
6186 (Bug#9699)
6187
56f2d1e1
MA
61882011-10-09 Michael Albinus <michael.albinus@gmx.de>
6189
6190 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
6191 condition.
6192
112a6592
LL
61932011-10-09 Leo Liu <sdl.web@gmail.com>
6194
6195 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
6196 (Bug#9701)
6197
0812589b
GM
61982011-10-08 Glenn Morris <rgm@gnu.org>
6199
6200 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
6201 before the first code statement zero indent. (Bug#9690)
6202
b2b0776e
CY
62032011-10-08 Chong Yidong <cyd@stupidchicken.com>
6204
6205 * simple.el (count-words-region): Always count in the region.
6206 Report the number of lines and characters too.
6207 (count-words): New command, which counts in the buffer if the
6208 region is inactive, as count-words-region used to.
6209 (count-words--message): New function. Handle plurals.
6210 (count-lines-region): Make it an alias for count-words-region.
6211
6212 * bindings.el (esc-map): Replace count-lines-region with
6213 count-words-region.
6214
c557cd6b
MR
62152011-10-08 Martin Rudalics <rudalics@gmx.at>
6216
6217 * window.el (window--delete): Delete dedicated frame
6218 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 6219 (switch-to-buffer): Fix doc-string typo.
c557cd6b 6220
61a57ef4 62212011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6222
3a7d293b 6223 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 6224
c3833279
CY
62252011-10-07 Chong Yidong <cyd@stupidchicken.com>
6226
6227 * bindings.el ([M-left],[M-right]): Bind to left-word and
6228 right-word respectively.
6229
21ce8245
GM
62302011-10-07 Glenn Morris <rgm@gnu.org>
6231
6232 * cus-start.el (debug-on-quit): Fix custom type.
6233
6d823bb2
LMI
62342011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6235
0181e193
LMI
6236 * subr.el (define-key-after): Clarify that the function is not
6237 useful for non-menu keymaps.
6238
6d823bb2
LMI
6239 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
6240
8e3459ce 62412011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6242
21ce8245 6243 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 6244 in current minibuffer (Fix bug with recursive minibuffers).
6245
a1c2d21e
CY
62462011-10-06 Chong Yidong <cyd@stupidchicken.com>
6247
6248 * progmodes/gdb-mi.el (gdb): Doc fix.
6249
5a4cf282
MR
62502011-10-05 Martin Rudalics <rudalics@gmx.at>
6251
6252 * window.el (frame-auto-hide-function): New option replacing
6253 frame-auto-delete. Suggested by Stefan Monnier.
6254 (window--delete): Call frame-auto-hide-function instead of
6255 investigating frame-auto-delete.
c96111ea
MR
6256 (window-point-1, set-window-point-1): New functions.
6257 (window-in-direction, record-window-buffer, window-state-get-1)
6258 (display-buffer-record-window): Use window-point-1 instead of
6259 window-point.
6260 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 6261
9854542e
SM
62622011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6263
6264 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
6265
8943cfb0
GM
62662011-10-05 Glenn Morris <rgm@gnu.org>
6267
6268 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
6269 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
6270
647ab967
LL
62712011-10-05 Leo Liu <sdl.web@gmail.com>
6272
6273 * subr.el (read-char-choice): Fix argument to buffer-live-p which
6274 works with buffer object.
6275
3ddfbced
SM
62762011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6277
6278 * mpc.el (mpc-tool-bar-map): Add labels.
6279
bdfa5dd2
GM
62802011-10-04 Glenn Morris <rgm@gnu.org>
6281
6282 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6283
0e2070b5
MR
62842011-10-04 Martin Rudalics <rudalics@gmx.at>
6285
6286 * window.el (window--delete): New function.
6287 (frame-auto-delete): Resuscitate option.
6288 (bury-buffer, replace-buffer-in-windows)
6289 (quit-window): Rewrite using window--delete.
6290 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6291 Pass display-buffer-mark-dedicated to window--display-buffer-2
6292 (Bug#9639).
6293
3dc61a09
SM
62942011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6295
915a9b64
SM
6296 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
6297 returns a list (bug#9554). Add remote file name completion.
6298 * comint.el (comint--table-subvert): Curry and get quote&unquote
6299 functions as arguments.
6300 (comint--complete-file-name-data): Adjust call accordingly.
6301 * pcomplete.el (pcomplete--table-subvert): Remove.
6302 (pcomplete-completions-at-point): Use comint--table-subvert instead.
6303
3dc61a09
SM
6304 * minibuffer.el (completion-table-case-fold): Use currying.
6305 (completion--styles-type, completion--cycling-threshold-type):
6306 New constants.
6307 (completion-styles, completion-category-overrides)
6308 (completion-cycle-threshold): Use them.
6309 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
6310 completion-table-case-fold.
6311
8ea0a993
SB
63122011-10-03 Stephen Berman <stephen.berman@gmx.net>
6313
6314 * minibuffer.el (completion-category-overrides): Fix type of styles
6315 and add more user friendly tags (bug#9660).
6316
8c24b7f6
SM
63172011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6318
6319 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
6320 (mule-input-method-string): New widget.
6321 (default-input-method, language-info-custom-alist): Use it.
6322
428fe61a
SM
63232011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6324
32c1fffd
SM
6325 * pcomplete.el: Require comint.
6326 (pcomplete--common-suffix): Remove.
6327 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
6328 (pcomplete--table-subvert): Sync with comint--table-subvert.
6329 (pcomplete--entries): Use comint-completion-file-name-table.
6330 * comint.el (comint-unquote-filename): Simplify.
6331 (comint-completion-file-name-table): New function (bug#9616).
6332 (comint--complete-file-name-data): Use it.
6333
428fe61a
SM
6334 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
6335 (pcmpl-gnu-tar-buffer): Remove.
6336 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
6337 around. Make sure pcomplete-suffix-list is only changed temporarily.
6338 Don't look inside the tar's file if it's too large.
428fe61a 6339
04c52e2f
CY
63402011-10-01 Chong Yidong <cyd@stupidchicken.com>
6341
ce3cefcc
CY
6342 * cus-edit.el (custom-mode-map):
6343 * epa.el (epa-key-list-mode-map):
6344 * man.el (Man-mode-map):
6345 * startup.el (splash-screen-keymap):
6346 * simple.el (special-mode-map): Use scroll-up-command and
6347 scroll-down-command.
6348
6349 * progmodes/idlw-help.el (idlwave-help-mode-map):
6350 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
6351 * net/newst-plainview.el (newsticker-mode-map):
6352 * emulation/ws-mode.el (wordstar-mode-map):
6353 * emulation/vi.el (vi-com-map):
6354 * calc/calc-graph.el (calc-graph-show-dumb):
6355 * term/sun.el (terminal-init-sun):
6356 * term/ns-win.el (global-map):
6357 * progmodes/grep.el (grep-mode-map):
6358 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
6359 * mail/rmail.el (rmail-mode-map):
6360 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
6361
04c52e2f
CY
6362 * custom.el (custom-safe-themes, load-theme): Treat value of t for
6363 custom-safe-themes as special.
6364
79adf8c8
JD
63652011-10-01 Julien Danjou <julien@danjou.info>
6366
6367 * notifications.el (notifications-notify): Fix docstring.
6368
63bd50d3
PS
63692011-10-01 Per Starbäck <per@starback.se>
6370
6371 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
6372
199e4c7e
MR
63732011-09-30 Martin Rudalics <rudalics@gmx.at>
6374
6375 * startup.el (command-line-1): Fix last fix by inserting
6376 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 6377 (Bug#9605) and (Bug#9636)
199e4c7e 6378
fe5f08dd
EZ
63792011-09-29 Eli Zaretskii <eliz@gnu.org>
6380
6381 * simple.el (line-move): If auto-hscroll-mode is disabled and the
6382 window is hscrolled, move by logical lines. (Bug#9607)
6383 (line-move-visual): Update the doc string to the above effect.
6384
b5516bbd
MR
63852011-09-29 Martin Rudalics <rudalics@gmx.at>
6386
ccee00c0
MR
6387 * window.el (display-buffer-record-window): When WINDOW is the
6388 selected window use `point' instead of `window-point'. (Bug#9626)
6389
b5516bbd
MR
6390 * startup.el (command-line-1): Use insert-before-markers when
6391 inserting initial-scratch-message. (Bug#9605)
ccee00c0 6392
b5516bbd
MR
6393 * help.el (help-window): Remove variable.
6394
52aa0014
GM
63952011-09-29 Glenn Morris <rgm@gnu.org>
6396
6397 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
6398
df9a7357
JB
63992011-09-29 Juanma Barranquero <lekktu@gmail.com>
6400
6401 * descr-text.el (describe-char-categories): Accept category
6402 descriptions more than one line long.
6403
a8406c20
SM
64042011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6405
88d9610c
SM
6406 * simple.el (delete-trailing-whitespace): Fix last change.
6407
a5daf810
SM
6408 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6409 Don't confuse "y => 3" as the beginning of a `y' operation.
6410
a8406c20
SM
6411 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
6412 object has more than 4 slots (bug#9613).
6413
a239d4e9
JB
64142011-09-28 Juanma Barranquero <lekktu@gmail.com>
6415
6416 * subr.el (with-output-to-temp-buffer):
6417 * net/quickurl.el (quickurl, quickurl-browse-url):
6418 Fix typos in docstrings.
6419
693fbdb6
EZ
64202011-09-27 Eli Zaretskii <eliz@gnu.org>
6421
6422 * minibuffer.el (completion-styles)
6423 (completion-category-overrides): Cross reference each other in doc
6424 strings.
6425
8b457e28
GM
64262011-09-27 Glenn Morris <rgm@gnu.org>
6427
6428 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
6429 to split-string. (Bug#9606)
6430
85a16208
LMI
64312011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6432
6433 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
6434 (bug#9615).
6435
502f9ebd
CY
64362011-09-27 Chong Yidong <cyd@stupidchicken.com>
6437
6438 * emacs-lisp/package.el (list-packages): Fix echo area message.
6439
7690bdea
LL
64402011-09-27 Leo Liu <sdl.web@gmail.com>
6441
6442 * ido.el (ido-read-internal): Accept cons cell HIST arg.
6443
e2ee6f30
MA
64442011-09-25 Michael Albinus <michael.albinus@gmx.de>
6445
6446 * net/dbus.el (dbus-unregister-object): Don't release services for
6447 registered signals. (Bug#9581)
6448
f3f98342
TZ
64492011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6450
6451 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
6452 function that picks between cfengine 2 and 3 support
6453 automatically. Update docs accordingly.
6454
dd7aa8dd
KH
64552011-09-22 Kenichi Handa <handa@m17n.org>
6456
6457 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
6458 ZERO.
6459 (indian-itrans-v5-table-for-tamil): New variable.
6460 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
6461
3f2b07f8
KM
64622011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
6463
6464 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
6465 that's true if the current command involved collapsing of text.
6466 It's reset to false at the beginning of the next command.
6467 (allout-post-command-business): Move the cursor to the beginning
6468 of entry if the cursor is hidden and collapsing activity just
6469 happened.
6470
371d6a61
CY
64712011-09-24 Chong Yidong <cyd@stupidchicken.com>
6472
6473 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
6474 tracking (Bug#9541).
6475
2ac2721a
UJ
64762011-09-24 Ulf Jasper <ulf.jasper@web.de>
6477
6478 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
6479 (newsticker-show-news): Automatically load html rendering package
6480 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
6481 because w3m-fill-column is let-bound" and the error "Symbol's value
6482 as variable is void: w3m-fill-column".
2ac2721a 6483
fac7ae53
MA
64842011-09-24 Michael Albinus <michael.albinus@gmx.de>
6485
6486 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
6487 Release services only if they are defined. (Bug#9581)
6488
e08b633b
RS
64892011-09-23 Richard Stallman <rms@gnu.org>
6490
e488d29c
RS
6491 * textmodes/paragraphs.el (forward-sentence): For backwards case,
6492 distinguish start of paragraph from start of its text.
6493
19c38752
RS
6494 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
6495
e08b633b
RS
6496 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
6497 (rmail-generate-viewer-buffer): Put that hook on view buffer.
6498 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
6499
0a39f27e
AS
65002011-09-23 Andreas Schwab <schwab@linux-m68k.org>
6501
6502 * international/mule-diag.el (mule-diag): Insert a newline after
6503 each fontset description.
6504
db4e950d
SM
65052011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6506
6507 * simple.el (delete-trailing-whitespace):
6508 Document last change; simplify.
6509
eca3f3ea
PW
65102011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
6511
d68e189a
PW
6512 * simple.el (delete-trailing-whitespace): Also delete
6513 extra newlines at the end of the buffer.
6514
eca3f3ea
PW
6515 * textmodes/picture.el: Make motion commands obey shift-select-mode.
6516 (picture-newline): Use forward-line so as to ignore fields.
6517
01c157cc
SM
65182011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6519
6520 * subr.el (with-wrapper-hook): Fix edebug spec.
6521
022de23e
LMI
65222011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6523
6524 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
6525 (bug#4538).
6526
91683089
MA
65272011-09-23 Michael Albinus <michael.albinus@gmx.de>
6528
eca3f3ea
PW
6529 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6530 Fix nasty bug using wrong cached values.
91683089 6531
5bdd6fa4
AM
65322011-09-23 Alan Mackenzie <acm@muc.de>
6533
6534 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
6535
97adfb97
CY
65362011-09-23 Chong Yidong <cyd@stupidchicken.com>
6537
6538 * window.el (pop-to-buffer): Ensure right window is selected if we
6539 chose another frame.
6540
d4ef2b50
EZ
65412011-09-22 Eli Zaretskii <eliz@gnu.org>
6542
6543 * simple.el (what-cursor-position): Use get-char-property-change
6544 and next-single-char-property-change, to be able to show display
6545 properties that come from overlays as well as text properties.
6546
72258fe5
CY
65472011-09-22 Chong Yidong <cyd@stupidchicken.com>
6548
6549 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
6550
6551 * cmuscheme.el (run-scheme, switch-to-scheme):
6552 * cus-edit.el (customize-group, custom-buffer-create)
6553 (customize-browse):
6554 * info.el (info):
6555 * shell.el (shell):
6556 * mail/sendmail.el (mail):
6557 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
6558
8f098516
RS
65592011-09-22 Richard Stallman <rms@gnu.org>
6560
6561 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
6562 move back only to line beg, don't move back over blank lines.
6563
e74f1bb6
MA
65642011-09-22 Michael Albinus <michael.albinus@gmx.de>
6565
6566 * files.el (copy-directory): Set directory attributes only in case
6567 they could be retrieved from the source directory. (Bug#9565)
6568
bfeef8b6
DK
65692011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
6570
6571 * progmodes/hideshow.el (hs-looking-at-block-start-p)
6572 (hs-find-block-beginning, hs-hide-level-recursive):
6573 Ignore strings as well as comments. (Bug#9502)
6574
7e423bb8
AS
65752011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
6576
6577 * progmodes/sql.el (sql-comint-postgres):
6578 Convert port number to a string. (Bug#9566)
6579
b4d72fcf
MR
65802011-09-22 Martin Rudalics <rudalics@gmx.at>
6581
6582 * window.el (quit-window): Undedicate window when switching to
6583 previous buffer. Reported by Thierry Volpiatto
6584 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
6585 (special-display-popup-frame): When popping up a new frame reset
6586 its previous buffers to nil. Simplify code.
b4d72fcf 6587
a7b88dc6
MA
65882011-09-21 Michael Albinus <michael.albinus@gmx.de>
6589
6590 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
6591 and process filter, as done also in `shell-command'.
6592
cf4eacfd
MR
65932011-09-21 Martin Rudalics <rudalics@gmx.at>
6594
eca3f3ea 6595 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
6596 Call set-window-start with NOFORCE argument t.
6597 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
6598 (quit-window): Reword doc-string. Handle new format of
6599 quit-restore parameter. Don't delete window if it has a
6600 previous buffer we can show instead of the present one.
6601 (display-buffer-record-window): Rewrite using a new format for
6602 the quit-restore window parameter
6603 (special-display-popup-frame, display-buffer-same-window)
6604 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6605 (display-buffer-pop-up-window, display-buffer-use-some-window):
6606 Adapt symbol passed to display-buffer-record-window.
6607 * help.el (help-window-setup): Handle new format of quit-restore
6608 parameter.
6609
8d28cb95
SM
66102011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6611
94ab793f
SM
6612 * faces.el (face-list): Fix docstring (bug#9564).
6613
8d28cb95
SM
6614 * window.el (display-buffer--action-function-custom-type):
6615 Don't include internal functions in the Custom interface.
6616
3820edeb
JL
66172011-09-20 Juri Linkov <juri@jurta.org>
6618
6619 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6620 (Info-forward-node, Info-backward-node, Info-next-preorder)
6621 (Info-last-preorder): Use it. (Bug#9528)
6622
5147931d
JL
66232011-09-20 Juri Linkov <juri@jurta.org>
6624
6625 * info.el (Info-last-preorder): Visit last menu item only when
6626 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6627
cf499a1a
JD
66282011-09-20 Julien Danjou <julien@danjou.info>
6629
6630 * password-cache.el (password-cache-remove): Remove entries even if the
6631 value is nil, so that password with a nil value (negative caching) is
6632 possible to invalidate.
6633
f84e2fe2
LM
66342011-09-20 Lawrence Mitchell <wence@gmx.li>
6635
6636 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6637 all whitespace around breakpoint. (Bug#9553)
6638 (f90-find-breakpoint): Only break at whitespace inside a comment.
6639
78054a46
SM
66402011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6641
6642 * minibuffer.el (completion-file-name-table): Keep track of errors.
6643 (completion-table-with-predicate): Handle the case where pred1 is nil.
6644 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6645
345083b2
SM
66462011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6647
e24e27be
SM
6648 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6649 (debugger-return-value): Signal an error if the debugging context does
6650 not await any return value.
6651
345083b2
SM
6652 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6653 * image-mode.el (image-toggle-display-text)
6654 (image-toggle-display-image): Stay away from evil `intangible'.
6655
08d355e3
LL
66562011-09-19 Leo Liu <sdl.web@gmail.com>
6657
6658 * replace.el (occur-revert-arguments): Make it permanent-local.
6659 (occur-mode): Don't call font-lock-defontify.
6660
f01da43f
CY
66612011-09-19 Chong Yidong <cyd@stupidchicken.com>
6662
6663 * net/ldap.el (ldap-search-internal): Don't push empty search
6664 result (Bug#9508).
6665
b6072fa6
SM
66662011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6667
6668 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6669
443d6696
MA
66702011-09-19 Michael Albinus <michael.albinus@gmx.de>
6671
6672 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6673 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6674
7cc6e154
JL
66752011-09-18 Juri Linkov <juri@jurta.org>
6676
6677 * buff-menu.el (Buffer-menu-mode-map):
6678 * dired.el (dired-mode-map):
6679 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6680 (lisp-interaction-mode-map):
6681 * emacs-lisp/package.el (package-menu-mode-map):
6682 * epa.el (epa-key-list-mode-map):
6683 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6684 (menu-bar-options-menu):
6685 * outline.el (outline-mode-menu-bar-map):
6686 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6687 * vc/vc-dir.el (vc-dir-menu-map):
6688 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6689 Capitalize non-function content words in menu item strings.
6690
6691 * dired.el (dired-mode-map): Add menu item for
6692 `image-dired-dired-toggle-marked-thumbs'.
6693
80302a81
JL
66942011-09-18 Juri Linkov <juri@jurta.org>
6695
6696 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6697 to `isearch-case-fold-search' and restore its original value
6698 after the `isearch-mode' call.
6699
46c5cf66
JL
67002011-09-18 Juri Linkov <juri@jurta.org>
6701
6702 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6703 because `zgrep' returns 1 for successful matches (bug#9226).
6704
d18b513b
JL
67052011-09-18 Juri Linkov <juri@jurta.org>
6706
6707 * info.el (Info-extract-menu-node-name): Check the second match
6708 for empty string (second test-case of bug#9528).
6709 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6710 intermediate nodes to the history (first test-case of bug#9528).
6711
72753f87
JL
67122011-09-18 Juri Linkov <juri@jurta.org>
6713
6714 * info.el (Info-mode-syntax-table): New variable.
1154d12e 6715 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 6716
c9384295
JL
67172011-09-18 Juri Linkov <juri@jurta.org>
6718
1154d12e
JB
6719 * info.el (Info-file-supports-index-cookies):
6720 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6721 outputs one more line for long file names (bug#4142).
c9384295 6722
d473dce8
CY
67232011-09-18 Chong Yidong <cyd@stupidchicken.com>
6724
6725 * newcomment.el (comment-normalize-vars): If prompting for
6726 comment-start, set comment-start-skip too (Bug#8424).
6727
2176854d
JB
67282011-09-18 Johan Bockgård <bojohan@gnu.org>
6729
6730 * icomplete.el: Fix previous fix of Bug#5849.
6731 (icomplete-mode): Don't set completion-show-inline-help.
6732 (icomplete-minibuffer-setup): Set completion-show-inline-help
6733 locally during icompletion.
6734
3aace4e4
CY
67352011-09-18 Chong Yidong <cyd@stupidchicken.com>
6736
c940224f
CY
6737 * woman.el (woman2-process-escapes): Don't delete unrecognized
6738 escapes (Bug#7843).
6739
3aace4e4
CY
6740 * files.el (inhibit-first-line-modes-regexps): Add image files.
6741 (hack-local-variables-prop-line): Return nil for malformed
6742 prop-lines (Bug#9044).
6743
710dec63
MA
67442011-09-18 Michael Albinus <michael.albinus@gmx.de>
6745
6746 * net/tramp.el (top): Don't require 'shell.
6747 (tramp-methods): Fix docstring.
6748 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
6749 Return complete remote file name. Handle "smb" case.
6750 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
6751 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6752
6753 * net/tramp-compat.el (top): Require 'shell.
6754
6755 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6756 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6757 `tramp-current-host'.
6758 (tramp-get-remote-tmpdir): Remove.
6759
6760 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6761 `tramp-tmpdir' entries.
6762 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6763 (tramp-smb-handle-file-attributes): Ignore errors.
6764 (tramp-smb-wait-for-output): Check also for process end.
6765
5d5ac8ec
LMI
67662011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6767
6768 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6769 when sending QUIT (bug#9312).
6770
8c0f49f0
CY
67712011-09-17 Chong Yidong <cyd@stupidchicken.com>
6772
6773 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6774 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6775 occur-mode-display-occurrence.
6776 (occur-edit-mode): Add usage message.
6777 (occur-cease-edit): New command.
6778 (occur-after-change-function): Use text properties to find the
6779 position of the prefix text.
6780 (occur-engine): Set stickiness of prefix text properties.
6781
8f1383f7
GM
67822011-09-17 Glenn Morris <rgm@gnu.org>
6783
6784 * progmodes/etags.el (complete-tag):
6785 Fix call to completion-in-region. (Bug#9526)
6786
744ba0e3
JL
67872011-09-17 Juri Linkov <juri@jurta.org>
6788
6789 * textmodes/ispell.el (ispell-word): Add to the error message
6790 the word, ispell program name and current dictionary (bug#9121).
6791 (ispell-tex-arg-end): Capitalize "error" in the error message.
6792
d9bbf400
AS
67932011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6794
6795 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6796 check. (Bug#4251)
6797
8da11505
JL
67982011-09-17 Juri Linkov <juri@jurta.org>
6799
6800 * window.el (window-safe-min-height, window-safe-min-width):
6801 Fix typos (followup to bug#9522).
6802
a91adc7e
SJ
68032011-09-17 Sven Joachim <svenjoac@gmx.de>
6804
6805 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
6806
064f328a
EZ
68072011-09-16 Eli Zaretskii <eliz@gnu.org>
6808
6809 * simple.el (line-move): If goal-column is set, move by logical
6810 lines, not by display lines. (Bug#971)
6811 (next-line, previous-line, goal-column, line-move-visual): Doc fix
6812 to reflect the above change.
6813
e69df516
SM
68142011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6815
6816 * image.el (imagemagick-register-types): Use regexp-opt.
6817
cbb0f9ab
CY
68182011-09-15 Chong Yidong <cyd@stupidchicken.com>
6819
6820 * window.el (display-buffer-base-action): Rename from
6821 display-buffer-default-action. Make default value empty.
6822 (display-buffer-overriding-action): Convert to defvar.
6823 (display-buffer-fallback-action): New var.
6824
25322144
CY
68252011-09-15 Chong Yidong <cyd@stupidchicken.com>
6826
6827 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
6828 declaration.
6829 (package--add-to-archive-contents): If there is a duplicate entry
6830 with an older version, remove it.
6831 (package-menu-mark-delete, package-menu-mark-install)
6832 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
6833 (package-menu-mark-obsolete-for-deletion):
6834 Use package-menu-get-status instead of a regexp search.
25322144
CY
6835 (package-menu-get-status): Use tabulated-list-entry.
6836 (package-menu-mark-upgrades): New command.
d770725a 6837 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
6838 (package-menu-execute): Do installation before deletion.
6839 (package-menu-refresh, package-menu-execute): Use derived-mode-p
6840 instead of checking major-mode.
6841 (package-menu--find-upgrades): New function.
6842
7520339c
LMI
68432011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6844
6845 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
6846 passwords in the log buffer.
65a046c4
LMI
6847 (smtpmail-process-filter): Update the process marker so that the
6848 "broken by peer" status message is inserted in the right place.
7520339c 6849
d3c30954
SM
68502011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6851
3fe48822
SM
6852 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
6853 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
6854 bibtex-completion-at-point-function.
6855 (bibtex-completion-at-point-function): Use them.
6856
1b8b3954
SM
6857 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
6858
d3c30954
SM
6859 * mpc.el (mpc-constraints-tag-lookup): New function.
6860 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
6861 also to browser "album|playlist".
6862
72779976
JL
68632011-09-14 Juri Linkov <juri@jurta.org>
6864
6865 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
6866 (isearch-edit-string): Use length of `isearch-string' when
6867 `isearch-fail-pos' returns nil.
6868 (isearch-message): Remove duplicate code and call
6869 `isearch-fail-pos' with arg `t'.
6870
a0bf2bcd
CY
68712011-09-14 Chong Yidong <cyd@stupidchicken.com>
6872
17bb0a2d
CY
6873 * replace.el (occur-mode-goto-occurrence): Don't force using other
6874 window (Bug#9499).
6875
a0bf2bcd
CY
6876 * dired-aux.el (dired-do-chmod): Don't provide initial input.
6877
f678e0b6
MR
68782011-09-14 Martin Rudalics <rudalics@gmx.at>
6879
6880 * window.el (display-buffer-window): Remove.
6881 (display-buffer-record-window): Use help-setup window parameter
6882 instead of variable display-buffer-window.
6883 (display-buffer-function, special-display-buffer-names)
6884 (special-display-function): Mention help-setup parameter instead
6885 of display-buffer-window in doc-string.
d3c30954
SM
6886 * help.el (help-window-setup): New argument help-window.
6887 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
6888 Reword some messages.
6889 (with-help-window): Pass window used for displaying the buffer
6890 to help-window-setup. Don't set display-buffer-window.
6891
8e39b2e8
GM
68922011-09-13 Glenn Morris <rgm@gnu.org>
6893
6894 * emacs-lisp/debug.el (debugger-make-xrefs):
6895 Preserve point. (Bug#9462)
6896
85e9c04b
CY
68972011-09-13 Chong Yidong <cyd@stupidchicken.com>
6898
6899 * window.el (window-deletable-p): Use next-frame.
6900
1b36ed6a
MR
69012011-09-13 Martin Rudalics <rudalics@gmx.at>
6902
6903 * window.el (window-auto-delete): Remove.
6904 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 6905 dedication and previous buffers.
1b36ed6a
MR
6906 (switch-to-prev-buffer): Don't delete window.
6907 (delete-windows-on): Delete a window's frame if and only if the
6908 window is dedicated.
6909 (replace-buffer-in-windows): Delete buffer's window or frame if
6910 and only if window is dedicated.
6911 (quit-window): Handle quit-restore as before last change.
4d61f28d 6912 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 6913
ef8ef9fb
CY
69142011-09-13 Chong Yidong <cyd@stupidchicken.com>
6915
6916 * window.el (window-deletable-p): Never delete the last frame on a
6917 given terminal.
6918
b2cba41e
GM
69192011-09-13 Glenn Morris <rgm@gnu.org>
6920
6921 * help.el (describe-key-briefly): Copy previous standard-output change.
6922
51553db6 69232011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
6924
6925 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
6926
b7556719
GM
69272011-09-13 Glenn Morris <rgm@gnu.org>
6928
6929 * emacs-lisp/lisp-mode.el (lisp-indent-function):
6930 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
6931
64b51947
CY
69322011-09-12 Chong Yidong <cyd@stupidchicken.com>
6933
6934 * dired-aux.el (dired-mark-read-string): Don't return default
6935 value on empty input (Bug#9361).
6936 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
6937 Omit initial minibuffer contents.
6938 (dired-do-chmod): Signal an error on empty input.
6939 (dired-mark-read-string): Don't return default on empty input.
6940
6941 * files.el (file-modes-symbolic-to-number): Doc fix.
6942
393a301e
SM
69432011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6944
6945 * international/mule-cmds.el (ucs-completions): Remove.
6946 (read-char-by-name): Use complete-with-action instead; add metadata.
6947
fa5660f9
CY
69482011-09-11 Chong Yidong <cyd@stupidchicken.com>
6949
6950 * window.el (display-buffer--action-function-custom-type)
6951 (display-buffer--action-custom-type): New vars.
6952 (display-buffer-alist, display-buffer-default-action)
6953 (display-buffer-overriding-action): Add defcustom types.
6954
4a592f66
CY
6955 * frame.el (delete-other-frames): Doc fix (Bug#276).
6956
73d56dbd
LMI
69572011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6958
6959 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
6960
37ac18a3
CY
69612011-09-11 Chong Yidong <cyd@stupidchicken.com>
6962
6963 Change modes that used same-window-* vars to use switch-to-buffer.
6964
6965 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
6966 Use switch-to-buffer.
6967
6968 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
6969 (customize-browse, custom-buffer-create-other-window):
6970 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
6971
6972 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
6973 (Info-prev, Info-up, Info-speedbar-goto-node)
6974 (info-display-manual): Use switch-to-buffer.
6975 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
6976
6977 * mail/sendmail.el (mail): Use switch-to-buffer.
6978 (mail-recover): Use switch-to-buffer-other-window.
6979
6980 * cmuscheme.el (run-scheme, switch-to-scheme):
6981 * ielm.el (ielm):
6982 * shell.el (shell):
6983 * net/rlogin.el (rlogin):
6984 * net/telnet.el (telnet, rsh):
6985 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
6986
10195bd6
AS
69872011-09-11 Andreas Schwab <schwab@linux-m68k.org>
6988
6989 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
6990
b322f63a
LMI
69912011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6992
39d7fed6
LMI
6993 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
6994 so don't mention it (bug#9301).
ba5a81f1 6995 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 6996
ee0e9f11
LMI
6997 * faces.el (face-spec-set-match-display): Make `(type graphic)'
6998 match `x', `w32' and `ns', like the manual says (bug#9029).
6999
0b1c89c1 7000 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
7001 (process-kill-buffer-query-function): Mention the buffer name in
7002 the query.
0b1c89c1 7003
77549ea8
LMI
7004 * image-mode.el (image-next-line): The line parameter is mandatory
7005 (bug#9258).
7006
803ef892
LMI
7007 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
7008 which can be useful (bug#9301).
7009
12980837
LMI
7010 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
7011
91054f8f
LMI
7012 * subr.el (match-string): Mention that the current buffer should
7013 be the same as the search was done in (bug#9282).
7014
b322f63a
LMI
7015 * facemenu.el: Disable the remove-* commands if the mark isn't
7016 active (bug#9162).
7017
3199b96f
CY
70182011-09-10 Chong Yidong <cyd@stupidchicken.com>
7019
7020 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
7021 of display-buffer.
7022 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
7023
7024 * replace.el (occur-mode-goto-occurrence)
7025 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
7026 and display-buffer.
7027
7028 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
7029 display-buffer.
7030
7031 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
7032 special-display and same-window variables.
7033 (mail-other-window): Use switch-to-buffer-other-window.
7034 (mail-other-frame): USe switch-to-buffer-other-frame.
7035
393a301e
SM
7036 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
7037 Use display-buffer-other-frame.
3199b96f
CY
7038 (gdb-display-gdb-buffer): Use pop-to-buffer.
7039
7040 * progmodes/gud.el (gud-goto-info): Use info-other-window.
7041
7042 * progmodes/python.el: Don't set same-window-buffer-names.
7043
7044 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
7045
7046 * window.el (display-buffer-alist): Add *Python*.
7047
8319e0bf
CY
70482011-09-10 Chong Yidong <cyd@stupidchicken.com>
7049
7050 * window.el (display-buffer-alist): Add entry for buffers
7051 previously handled same-window-*.
7052 (display-buffer-alist, display-buffer-default-action)
7053 (display-buffer-overriding-action): Mark as risky.
7054 (display-buffer-alist): Document action function changes.
7055 (display-buffer--same-window-action)
7056 (display-buffer--other-frame-action): New variables.
7057 (switch-to-buffer, display-buffer-other-frame): Use them.
7058 (display-buffer): Rename reuse-frame entry to reusable-frames.
7059 (display-buffer-reuse-selected-window): Function deleted.
7060 (display-buffer-reuse-window): Handle reusable-frames alist entry.
7061 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
7062 (display-buffer-special): New function.
7063 (display-buffer--maybe-pop-up-frame-or-window): Rename from
7064 display-buffer-reuse-or-pop-window. Split off special-display
7065 part into display-buffer-special.
7066 (display-buffer-use-some-window): Don't perform any special
7067 pop-up-frames handling.
7068 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 7069 (display-buffer--maybe-same-window): Rename from
0d3ff375 7070 display-buffer-maybe-same-window.
8319e0bf 7071
919a69aa
CY
7072 * info.el: Don't set same-window-regexps.
7073 (info-setup): New function.
7074 (info-other-window, info): Call it.
7075
7076 * cus-edit.el: Don't set same-window-regexps.
7077 (customize-group): New argument.
7078 (customize-group-other-window): Use it.
7079 (customize-face, customize-face-other-window): Likewise.
7080 (custom-buffer-create-other-window): Use pop-to-buffer directly.
7081
8319e0bf
CY
7082 * net/rlogin.el:
7083 * net/telnet.el:
7084 * progmodes/gud.el: Don't set same-window-regexps.
7085
7086 * cmuscheme.el:
7087 * ielm.el:
7088 * shell.el:
7089 * mail/sendmail.el:
7090 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
7091
25173000
JL
70922011-09-10 Juri Linkov <juri@jurta.org>
7093
7094 * isearch.el (isearch-edit-string): Remove obsolete mention of
7095 `C-w' (`isearch-yank-word-or-char') from docstring.
7096 (isearch-query-replace): Fix typo in docstring (bug#9466).
7097
056e44ef
JL
70982011-09-10 Juri Linkov <juri@jurta.org>
7099
7100 * paren.el (show-paren-function): Don't show escaped parens.
7101 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
7102
c3760c17
EZ
71032011-09-10 Eli Zaretskii <eliz@gnu.org>
7104
7105 * mail/sendmail.el (mml-to-mime, mml-attach-file)
7106 (mm-default-file-encoding): Remove autoload forms, they are
7107 replaced with autoload cookies in mml.el and mm-encode.el.
7108 (mail-add-attachment): New command.
7109 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
7110 (mail-mode): Mention mail-insert-file and mail-add-attachment in
7111 the doc string.
7112 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
7113
fece895e
RT
71142011-09-10 Reuben Thomas <rrt@sc3d.org>
7115
e69df516
SM
7116 * simple.el (count-words-region): Use buffer if there's no region
7117 (bug#9429).
fece895e 7118
5e68ce4a
JL
71192011-09-09 Juri Linkov <juri@jurta.org>
7120
7121 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
7122 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
7123 (wdired-isearch-filter-read-only): New function. (Bug#6362)
7124
0a6b9622
AM
71252011-09-09 Alan Mackenzie <acm@muc.de>
7126
7127 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
7128 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
7129
14a29deb
EZ
71302011-09-09 Eli Zaretskii <eliz@gnu.org>
7131
7132 Fix for Savannah bug#9392.
7133 * simple.el (mail-encode-mml): New defvar.
7134
7135 * mail/rmail.el (mail-encode-mml): Add a defvar.
7136 (rmail-enable-mime-composing): Default to t.
7137 (rmail-forward): Use MIME method of forwarding only if both
7138 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
7139 Set mail-encode-mml non-nil if the MIME method was used.
7140
7141 * mail/sendmail.el (mml-to-mime): Add autoload form.
7142 (mail-encode-mml): Add a defvar.
7143 (mail-mode): Make mail-encode-mml buffer-local and initialize it
7144 to nil.
7145 (mail-send): If mail-encode-mml is non-nil, run the outgoing
7146 message through mml-to-mime, and reset mail-encode-mml to nil.
7147
28c45130
GM
71482011-09-09 Glenn Morris <rgm@gnu.org>
7149
7150 * woman.el (woman-if-body): When processing an .el block,
7151 do not delete the next .el block as well. (Bug#9447)
69f4b618 7152 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 7153
9b1c252e
MR
71542011-09-08 Martin Rudalics <rudalics@gmx.at>
7155
7156 * window.el (window-deletable-p): Make sure window is live before
7157 invoking window-prev-buffers.
7158
567457e3
LL
71592011-09-08 Leo Liu <sdl.web@gmail.com>
7160
7161 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
7162
97f05794
JL
71632011-09-08 Juri Linkov <juri@jurta.org>
7164
7165 * progmodes/compile.el (compilation-environment): Make it
7166 a defcustom (bug#8340).
7167
8b0874b5
MR
71682011-09-08 Martin Rudalics <rudalics@gmx.at>
7169
7170 * window.el (frame-auto-delete): Rename to window-auto-delete.
7171 Make it control auto-deletion of windows and/or frames.
7172 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 7173 for deleting window/frame. (Bug#9419)
8b0874b5
MR
7174 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
7175 Rewrite handling of case when window/frame can be deleted.
7176 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 7177 argument t. (Bug#9456)
8b0874b5 7178
4feb6e73
CY
71792011-09-07 Chong Yidong <cyd@stupidchicken.com>
7180
7181 * help-mode.el (help-mode): Restore autoload.
7182
91ab9c13
JL
71832011-09-07 Juri Linkov <juri@jurta.org>
7184
7185 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
7186 `compilation-environment'. Set buffer-local
7187 `compilation-environment' to `thisenv' later after (funcall mode).
7188 (Bug#8340)
7189
7190 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
7191 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
7192 instead of replacing its value. (Bug#8340)
7193
0527e251
JL
71942011-09-07 Juri Linkov <juri@jurta.org>
7195
7196 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
7197 based on text properties put by `grep-filter' instead of matching
7198 escape sequences.
7199 (grep-mode): Set buffer-local `compilation-error-screen-columns'
7200 to the value of `grep-error-screen-columns' (bug#9438).
7201
249f792c
JL
72022011-09-07 Juri Linkov <juri@jurta.org>
7203
7204 * simple.el (next-error-highlight, next-error-highlight-no-select):
7205 Doc fix (bug#9432).
7206
ff7271b9
OT
72072011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7208
7209 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7210 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
7211
183fc730
LL
72122011-09-07 Leo Liu <sdl.web@gmail.com>
7213
7214 * net/rcirc.el (rcirc-mode): Conditionally initialize
7215 rcirc-input-ring.
7216
77694924
SM
72172011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7218
7219 * emacs-lisp/find-func.el (find-function-C-source): Only set
7220 find-function-C-source-directory after checking that we found a source
7221 file there (bug#9440).
7222
d809b8eb
AM
72232011-09-06 Alan Mackenzie <acm@muc.de>
7224
7225 * isearch.el (isearch-other-meta-char): Wherever a key list is
7226 unread, "unread" the prefix arg, too. This fixes bug #8901.
7227
453de99f
OG
72282011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7229
7230 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
7231
90439906
JL
72322011-09-05 Juri Linkov <juri@jurta.org>
7233
7234 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
7235
f62bd846
JL
72362011-09-05 Juri Linkov <juri@jurta.org>
7237
7238 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
7239 keeping point where processing of grep matches begins, and
7240 continue to delete remaining escape sequences from the same point.
7241 (grep-filter): Make leading zero optional in "0?1;31m" because
7242 git-grep emits "\033[1;31m" escape sequences unlike expected
7243 "\033[01;31m" as GNU Grep does (bug#9408).
7244 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
7245
045820ec
JL
72462011-09-05 Juri Linkov <juri@jurta.org>
7247
7248 * subr.el (y-or-n-p): Capitalize "yes".
7249
f5e29b9b
MA
72502011-09-04 Michael Albinus <michael.albinus@gmx.de>
7251
7252 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
7253 `tramp-cache-unload-hook' where appropriate.
7254 (tramp-methods): Rename `tramp-remote-sh' to
7255 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
7256 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
7257
7258 * net/tramp-sh.el (top): Don't require 'shell.
7259 (tramp-methods): Add `tramp-remote-shell' and
7260 `tramp-remote-shell-args' entries.
7261 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
7262 (tramp-sh-handle-shell-command): Remove.
7263 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7264 Use `tramp-remote-shell'.
7265
2784c434
CY
72662011-09-03 Chong Yidong <cyd@stupidchicken.com>
7267
393a301e 7268 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
7269 (sendmail-query-once): Save directly to send-mail-function.
7270 Update message-send-mail-function too.
7271
7272 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
7273
464cdf56
CS
72742011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7275
7276 * progmodes/python.el (python-mode-map): Use correct function to
7277 start python interpreter from menu-bar (as reported by Geert
7278 Kloosterman).
7279 (inferior-python-mode-map): Fix typo.
393a301e 7280 (python-shell-map): Remove.
464cdf56 7281
d37e5c87
DD
72822011-09-03 Deniz Dogan <deniz@dogan.se>
7283
7284 * net/rcirc.el (rcirc-print): Simplify code for
7285 rcirc-scroll-show-maximum-output. There is no need to walk
7286 through all windows to find the right one.
7287
f3ada0ee
CS
72882011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7289
7290 * help.el (help-return-method): Doc fix.
7291
1f3c99ca
MR
72922011-09-03 Martin Rudalics <rudalics@gmx.at>
7293
7294 * window.el (window-deletable-p): Don't return a non-nil value
7295 when there's a buffer that was shown in the window before.
7296 (Bug#9419)
393a301e
SM
7297 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7298 Set window's previous buffers to nil.
1f3c99ca 7299
a3cf097f
EZ
73002011-09-03 Eli Zaretskii <eliz@gnu.org>
7301
7302 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
7303 newline before and after the tag line, so it doesn't interfere
7304 with determining the paragraph direction of bidirectional text.
7305
3d03de90
LL
73062011-09-03 Leo Liu <sdl.web@gmail.com>
7307
7308 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
7309
c3313451
CY
73102011-09-02 Chong Yidong <cyd@stupidchicken.com>
7311
393a301e 7312 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
7313 (pop-to-buffer): Change interactive spec. Pass second argument
7314 directly to display-buffer.
7315 (display-buffer): Fix interactive spec. Use functionp to
7316 distinguish between a function and a list of functions.
7317
7318 * abbrev.el (edit-abbrevs):
7319 * arc-mode.el (archive-extract):
7320 * autoinsert.el (auto-insert):
7321 * bookmark.el (bookmark-bmenu-list):
7322 * files.el (find-file):
7323 * view.el (view-buffer):
7324 * progmodes/compile.el (compilation-goto-locus):
7325 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
7326
89894cd8
CY
73272011-09-02 Chong Yidong <cyd@stupidchicken.com>
7328
7329 * window.el (display-buffer-alist): Doc fix.
7330 (display-buffer): Add docstring. Don't treat
7331 display-buffer-default specially.
7332 (display-buffer-reuse-selected-window)
7333 (display-buffer-same-window, display-buffer-maybe-same-window)
7334 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7335 (display-buffer-pop-up-window)
7336 (display-buffer-reuse-or-pop-window)
7337 (display-buffer-use-some-window): New functions.
7338 (display-buffer-default-action): Use them.
393a301e 7339 (display-buffer-default): Delete.
89894cd8
CY
7340 (pop-to-buffer-1): Fix choice of actions.
7341
ae0bc9fb
SM
73422011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7343
7344 * minibuffer.el (completion--insert-strings): Don't get confused by
7345 completion entries that end with an LF char.
7346
e9d90883
EZ
73472011-09-01 Eli Zaretskii <eliz@gnu.org>
7348
7349 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
7350
437014c8
CY
73512011-09-01 Chong Yidong <cyd@stupidchicken.com>
7352
7353 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
7354 (display-buffer-same-window, display-buffer-other-window):
7355 New functions.
437014c8
CY
7356 (pop-to-buffer-1): New function. Use the above.
7357 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 7358 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
7359
7360 * view.el (view-buffer-other-window, view-buffer-other-frame):
7361 Just use pop-to-buffer.
7362
a5e063d5
TV
73632011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7364
7365 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
7366
793d32bb
WH
73672011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
7368
7369 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
7370
d65e4c15
RS
73712011-08-31 Richard Stallman <rms@gnu.org>
7372
7373 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
7374 of the separation of rmail-view-buffer from rmail-buffer.
7375 If you say no to "replace original", the decrypt is in the
7376 view buffer. If you say yes, the decrypt goes into the
7377 rmail buffer also.
7378
f818cd2a
MR
73792011-08-31 Martin Rudalics <rudalics@gmx.at>
7380
7381 * window.el (display-buffer-window): Rewrite doc-string.
7382 (display-buffer-record-window): New function.
7383 (display-buffer-macro-specifiers)
7384 (display-buffer-even-window-sizes, display-buffer-set-height)
7385 (display-buffer-set-width, display-buffer-in-window)
7386 (display-buffer-reuse-window, display-buffer-split-specifiers)
7387 (display-buffer-side-specifiers, display-buffer-split-window-1)
7388 (display-buffer-split-window, display-buffer-split-atom-window)
7389 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7390 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
7391 (display-buffer-other-window-means-other-frame)
7392 (display-buffer-normalize-special)
7393 (display-buffer-normalize-default)
7394 (display-buffer-normalize-argument)
7395 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
7396 (display-buffer-normalize-specifiers, display-buffer-frame)
7397 (display-buffer-same-window, display-buffer-same-frame)
7398 (display-buffer-other-window)
7399 (display-buffer-same-frame-other-window)
7400 (display-buffer-other-frame, pop-to-buffer-same-window)
7401 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
7402 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
7403 (switch-to-buffer-same-frame)
7404 (switch-to-buffer-other-window-same-frame)
7405 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
7406 (display-buffer-alist-set-1, display-buffer-alist-set-2)
7407 (display-buffer-alist-set): Remove.
7408 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
7409 (special-display-regexps, special-display-function):
7410 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
7411 parameter.
7412 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
7413 (special-display-frame-alist, special-display-popup-frame)
7414 (same-window-buffer-names, same-window-regexps, same-window-p)
7415 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7416 (split-window-preferred-function, split-height-threshold)
7417 (split-width-threshold, window-splittable-p)
7418 (split-window-sensibly, window--try-to-split-window)
7419 (window--frame-usable-p, even-window-heights)
7420 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
7421 (window--display-buffer-2, display-buffer-other-frame):
7422 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
7423 (display-buffer-default, display-buffer-assq-regexp): New functions.
7424 (display-buffer-alist): Rewrite doc-string.
7425 (display-buffer-default-action)
7426 (display-buffer-overriding-action): New variables.
7427 (display-buffer, switch-to-buffer): Rewrite.
7428 (pop-to-buffer): Restore Emacs 23 behavior but use
7429 window-normalize-buffer-to-display.
7430 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7431 Restore Emacs 23 behavior but use
7432 window-normalize-buffer-to-switch-to.
7433 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
7434 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
7435 Rewrite using Emacs 23 options.
f818cd2a 7436
5bc3b51d
MA
74372011-08-31 Michael Albinus <michael.albinus@gmx.de>
7438
7439 * net/tramp.el (tramp-root-regexp): Remove.
7440 (tramp-completion-file-name-regexp-unified)
7441 (tramp-completion-file-name-regexp-separate)
7442 (tramp-completion-file-name-regexp-url): Don't use leading volume
7443 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
7444 (tramp-drop-volume-letter): Simplify definition.
7445 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 7446
b1a4f8e1
SM
74472011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7448
7449 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
7450 (bug#9356).
7451
5664fa7b
RT
74522011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
7453
b1a4f8e1 7454 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 7455
9a45d6c3
JL
74562011-08-29 Juri Linkov <juri@jurta.org>
7457
7458 * isearch.el (isearch-done): Don't display message "Mark saved"
7459 when arg `edit' is non-nil to prevent its flicker in the echo area.
7460
fb87e0fb
CY
74612011-08-28 Chong Yidong <cyd@stupidchicken.com>
7462
7463 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
7464 obsolete packages for deletion.
7465
09ac1c2a
CS
74662011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
7467
7468 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 7469 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
7470 view-mode from help-mode.
7471 (help-xref-override-view-map): Remove.
7472 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
7473 view-mode is not used anymore.
7474
7a1ff57f
CY
74752011-08-28 Chong Yidong <cyd@stupidchicken.com>
7476
7477 * server.el (server-port): Doc fix.
7478
b9696605
CY
7479 * cus-theme.el (custom-theme-choose-mode): Inherit from
7480 special-mode (Bug#9124).
7481 (custom-theme-choose-mode-map): Add special-mode to parent.
7482
ef8cdf8c
AM
74832011-08-28 Alan Mackenzie <acm@muc.de>
7484
7485 * progmodes/cc-fonts.el
7486 (c-make-font-lock-BO-decl-search-function): New function.
7487 (c-basic-matchers-after - "Fontify the clauses after various
7488 keywords"): Extract the three keyword lists for the 3 erroneous
7489 constructs from the list of four, and use the new function above
7490 in place of an old one.
7491
27de4e20
DD
74922011-08-28 Deniz Dogan <deniz@dogan.se>
7493
7494 * net/rcirc.el (rcirc-insert-prev-input)
7495 (rcirc-insert-next-input): Remove unused argument.
7496
356a3681
SM
74972011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7498
7499 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
7500
3fc9b218
AM
75012011-08-27 Alan Mackenzie <acm@muc.de>
7502
7503 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
7504 handle function pointer parameters properly.
7505
538a061c
MR
75062011-08-27 Martin Rudalics <rudalics@gmx.at>
7507
7508 * window.el (display-buffer-reuse-window): Fix case where
7509 selected window was reused with non-nil OTHER-WINDOW argument.
7510 (Bug#9381)
7511
35b1c40c
DD
75122011-08-27 Deniz Dogan <deniz@dogan.se>
7513
7514 * net/rcirc.el (rcirc-check-auth-status): Adding support for
7515 oftc's NickServ messages.
7516
2f6a3e79
GM
75172011-08-27 Glenn Morris <rgm@gnu.org>
7518
7519 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
7520
7254299e
CY
75212011-08-26 Chong Yidong <cyd@stupidchicken.com>
7522
7523 * emacs-lisp/package.el (package-install): Call package-initialize
7524 if called interactively.
7525
f8ccf167
LL
75262011-08-26 Leo Liu <sdl.web@gmail.com>
7527
7528 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
7529
3e8cd5ce
JL
75302011-08-25 Juri Linkov <juri@jurta.org>
7531
7532 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7533 `search-whitespace-regexp' (bug#9364).
7534
93eb7113
JL
75352011-08-25 Juri Linkov <juri@jurta.org>
7536
7537 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
7538 `regexp-search-ring' to their global values to protect from
7539 updating by `read-from-minibuffer' (bug#9185).
7540
f65d1611
JL
75412011-08-25 Juri Linkov <juri@jurta.org>
7542
7543 * textmodes/ispell.el (ispell-command-loop): Add newline
7544 at the end of the "Use option `i'..." line.
7545
f1cf7a31
JL
75462011-08-25 Juri Linkov <juri@jurta.org>
7547
7548 * battery.el (display-battery-mode): If `battery-status-function'
7549 or `battery-mode-line-format' is nil, display the message and set
7550 `display-battery-mode' to nil (bug#9363).
7551
0c95fcf7
EZ
75522011-08-25 Eli Zaretskii <eliz@gnu.org>
7553
7554 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
7555 bidi-string-mark-left-to-right; they are unnecessary now.
7556
a2ebe600
DD
75572011-08-25 Deniz Dogan <deniz@dogan.se>
7558
7559 * net/quickurl.el: Documentation typo fixes.
7560
e4ed06f1
CY
75612011-08-25 Chong Yidong <cyd@stupidchicken.com>
7562
7563 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
7564
e5f1c99e
GM
75652011-08-25 Glenn Morris <rgm@gnu.org>
7566
b2948976
GM
7567 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7568
e5f1c99e
GM
7569 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
7570 (smtpmail-via-smtp): Handle nil response from smtp.
7571
f22f4808
JL
75722011-08-24 Juri Linkov <juri@jurta.org>
7573
7574 * proced.el (proced-marked): Inherit from `error' instead of
7575 `font-lock-warning-face'.
7576
7577 * ibuffer.el (ibuffer-marked-face): Change default face from
7578 `font-lock-warning-face' to `warning'.
7579 (ibuffer-deletion-face): Change default face from
7580 `font-lock-type-face' to `error'.
7581
7582 * battery.el (battery-update): Use the face `error' instead of
7583 `font-lock-warning-face' (bug#6117).
7584
6a93965e
JL
75852011-08-24 Juri Linkov <juri@jurta.org>
7586
7587 * faces.el (success): Change face color from "Green3" to
7588 "ForestGreen" on light background (bug#9353).
7589
1ed43b09
CY
75902011-08-24 Chong Yidong <cyd@stupidchicken.com>
7591
5664fa7b
RT
7592 * window.el (quit-window): Rename from quit-restore-window.
7593 Use same arglist as old quit-window.
1ed43b09
CY
7594 (frame-auto-delete): Doc fix.
7595
7596 * view.el (view-mode-exit): Use quit-window.
7597
11dcdbb2
JL
75982011-08-24 Juri Linkov <juri@jurta.org>
7599
7600 * isearch.el (isearch-ring-adjust1): Start visiting previous
7601 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7602 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7603 for empty search string (when the last search string is reused
7604 automatically) to adjust the isearch ring to the last element and
7605 prepare the correct index for further M-p commands (bug#9185).
7606
de62b4df
KH
76072011-08-24 Kenichi Handa <handa@m17n.org>
7608
7609 * international/ucs-normalize.el: If decomposition property of
7610 CHAR is the default one (i.e. a list of CHAR itself), treat it as
7611 nil.
7612 (nfd, nfkd): Likewise.
7613
963b492b
SM
76142011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7615
7616 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7617 from process filters aren't reliably transmitted to the surrounding
7618 accept-process-output.
7619 (mpc-proc-check): New function.
7620 (mpc-proc-sync): Use it (bug#8293)
7621
93b6b5e1
SM
76222011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7623
7624 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7625 Add compatibility functions (bug#9313).
7626
bca633fb
EZ
76272011-08-23 Eli Zaretskii <eliz@gnu.org>
7628
b177498a
EZ
7629 * cus-start.el (all): Add entry for bidi-paragraph-direction.
7630
6df6ae42 7631 * international/uni-bidi.el: Regenerate.
bca633fb 7632
0902a04e
KH
76332011-08-23 Kenichi Handa <handa@m17n.org>
7634
7635 * international/charprop.el:
7636 * international/uni-bidi.el:
7637 * international/uni-category.el:
7638 * international/uni-combining.el:
7639 * international/uni-comment.el:
7640 * international/uni-decimal.el:
7641 * international/uni-decomposition.el:
7642 * international/uni-digit.el:
7643 * international/uni-lowercase.el:
7644 * international/uni-mirrored.el:
7645 * international/uni-name.el:
7646 * international/uni-numeric.el:
7647 * international/uni-old-name.el:
7648 * international/uni-titlecase.el:
7649 * international/uni-uppercase.el: Regenerate.
7650
3bbf23bc
MR
76512011-08-23 Martin Rudalics <rudalics@gmx.at>
7652
7653 * help.el (help-window-setup): Fix message displayed when other
7654 window is reused. (Bug#9341)
7655
b3fd59bd
SM
76562011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7657
1802e444
SM
7658 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7659 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7660
b3fd59bd
SM
7661 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7662 Mark obsolete.
7663 * shell.el (shell-parse-pcomplete-arguments): New function.
7664 (shell-completion-vars): Use it instead (bug#9160).
7665
4eb61348
SM
76662011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7667
867cab74
SM
7668 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7669 strings and comments (bug#9333).
7670
4eb61348
SM
7671 * emacs-lisp/debug.el (debug-arglist): New function.
7672 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7673 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7674
262a1439
JL
76752011-08-22 Juri Linkov <juri@jurta.org>
7676
56ee679c
JL
7677 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7678 Revert regexp that highlights output switches to its old
7679 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7680
262a1439
JL
7681 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7682 to check for empty output (bug#9226).
7683
f13f86fb
CY
76842011-08-22 Chong Yidong <cyd@stupidchicken.com>
7685
7686 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7687 symbol-constituent as the default, as that stops font-lock from
7688 working properly (Bug#8843).
7689
c65c9622
LMI
76902011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7691
7692 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7693 `coding-system-for-*' around the process open call to avoid
7694 auth-source side effects.
e7f2c178 7695 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
7696 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7697 probe hangs.
c65c9622 7698
23a8a5ab
CY
76992011-08-21 Chong Yidong <cyd@stupidchicken.com>
7700
ff98b2dd
CY
7701 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7702
23a8a5ab
CY
7703 * emacs-lisp/find-func.el (find-function-noselect): New arg
7704 lisp-only.
7705
7706 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7707 signal an error for built-in functions (Bug#6664).
7708
f5e3c598
LMI
77092011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7710
7711 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7712 (smtpmail-try-auth-methods): Use it.
7713
a3f2468a
CY
77142011-08-21 Chong Yidong <cyd@stupidchicken.com>
7715
2c34e8da
CY
7716 * font-lock.el (font-lock-fontify-region)
7717 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7718 (font-lock-default-unfontify-buffer)
7719 (font-lock-default-fontify-region)
7720 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7721
b3fd59bd
SM
7722 * progmodes/compile.el (compilation-error-properties):
7723 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
7724 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7725 `ant' regexp.
ee31aabc 7726
a3f2468a
CY
7727 * net/browse-url.el (browse-url-firefox): Don't call
7728 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7729
8e999f70
GM
77302011-08-20 Glenn Morris <rgm@gnu.org>
7731
c21a496a
GM
7732 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7733
59ee0542
GM
7734 * tutorial.el (tutorial--default-keys): Update some default bindings.
7735
8e999f70
GM
7736 * files.el (hack-local-variables): Fully ignore case for "mode:".
7737
e3715033
AM
77382011-08-20 Alan Mackenzie <acm@muc.de>
7739
7740 Resolve invalid use of a regexp in regexp-opt.
7741
4d61f28d
JB
7742 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7743 detection for a java annotation.
e3715033 7744
4d61f28d 7745 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
7746 detection for a java annotation.
7747
4d61f28d
JB
7748 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7749 handling for java.
e3715033
AM
7750 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7751
04ed2e9c
CY
77522011-08-20 Chong Yidong <cyd@stupidchicken.com>
7753
7754 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7755 (Bug#9274).
7756
826cee64
AM
77572011-08-20 Alan Mackenzie <acm@muc.de>
7758
58179cce 7759 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
7760 such a construct. Mainly for when jit-lock etc. starts a chunk
7761 here.
7762
58179cce 7763 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 7764 variable.
58179cce 7765 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
7766 c-make-font-lock-search-function.
7767 (c-make-font-lock-search-function): Use the above function.
7768 (c-make-font-lock-context-search-function): New function.
7769 (c-cpp-matchers): Enhance the preprocessor expression case with
7770 the above function
7771 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7772 which takes an expression.
7773
7774 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7775
13009bd8
MR
77762011-08-20 Martin Rudalics <rudalics@gmx.at>
7777
7778 * window.el (display-buffer-reuse-window)
7779 (display-buffer-pop-up-window): Don't reuse or split a side
7780 window.
7781
9234ff7f
GM
77822011-08-19 Glenn Morris <rgm@gnu.org>
7783
7784 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 7785 Downcase "Mode:". (Bug#9331)
9234ff7f 7786
f635daa1
CY
77872011-08-18 Chong Yidong <cyd@stupidchicken.com>
7788
7789 * international/characters.el: Add L and R categories.
7790
7791 * subr.el (bidi-string-mark-left-to-right): Rename from
7792 string-mark-left-to-right. Use category search.
7793
7794 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7795
bc987f8b
JL
77962011-08-18 Juri Linkov <juri@jurta.org>
7797
7798 * faces.el (error, warning, success): New faces with definitions
7799 copied from old default values of `font-lock-warning-face',
7800 `compilation-warning', `compilation-info' (bug#6117).
7801
7802 * font-lock.el (font-lock-warning-face): Inherit from `error'.
7803
7804 * progmodes/compile.el (compilation-error): Inherit from `error'.
7805 (compilation-warning): Inherit from `warning'.
7806 (compilation-info): Inherit from `success'.
7807
7808 * dired.el (dired-marked): Inherit from `warning'.
7809 (dired-flagged): Inherit from `error'.
7810
57173b96
LMI
78112011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7812
3e79eb87
LMI
7813 * mail/smtpmail.el (auth-source): Require to avoid problems with
7814 binding variables (bug#9298). Also clean up some unused
7815 autoloads.
7816
b3fd59bd
SM
7817 * net/network-stream.el (network-stream-open-starttls):
7818 Support using starttls.el without using gnutls-cli.
57173b96 7819
02b404de
JL
78202011-08-17 Juri Linkov <juri@jurta.org>
7821
7822 * progmodes/grep.el (rgrep): Handle the case when
7823 `grep-find-command' is a cons cell (bug#9278).
7824
8c9177f2
MR
78252011-08-17 Martin Rudalics <rudalics@gmx.at>
7826
7827 * window.el (display-buffer-pop-up-frame): Run frame creation
7828 function with BUFFER current (as special-display-popup-frame
7829 does). Reported by Drew Adams.
7830
3644a0ab
DU
78312011-08-17 Daiki Ueno <ueno@unixuser.org>
7832
7833 * epa-mail.el: Simplify GnuPG group expansion using
7834 epg-expand-group.
7835 (epa-mail-group-alist, epa-mail-group-modtime)
7836 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
7837 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
7838 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
7839 Remove.
7840
5e617bc2 78412011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
7842
7843 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
7844
9c4aeabf
AM
78452011-08-16 Alan Mackenzie <acm@muc.de>
7846
7847 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
7848 Correct, to avoid the inside of macros.
7849
3a99bf64
RS
78502011-08-16 Richard Stallman <rms@gnu.org>
7851
04963aa8
RS
7852 * epa-mail.el: Handle GnuPG group definitions.
7853 (epa-mail-group-alist, epa-mail-group-modtime)
7854 (epa-mail-gnupg-conf-file): New variables.
7855 (epa-mail-parse-groups, epa-mail-sync-groups)
7856 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
7857 (epa-mail-expand-recipients): New functions.
7858 (epa-mail-encrypt): Call epa-mail-expand-recipients.
7859
177549d0
RS
7860 * mail/rmail.el (rmail-epa-decrypt): New command.
7861
fe38beef
RS
7862 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
7863 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
7864 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
7865 (epa-decrypt-armor-in-region): Make error message clearer.
7866
934eacb9
SM
78672011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7868
7869 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
7870 and "a2b" to "ab" for `prefix'.
7871
d024fb4e
CY
78722011-08-14 Chong Yidong <cyd@stupidchicken.com>
7873
7874 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
7875 filter groups.
de148fee
CY
7876 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
7877 Fourquet (Bug#8804).
d024fb4e 7878
62f1ca49
JB
78792011-08-12 Juanma Barranquero <lekktu@gmail.com>
7880
7881 * startup.el (argi): Declare as global variable (bug#9275).
7882
9ccaaa4b
CY
78832011-08-12 Chong Yidong <cyd@stupidchicken.com>
7884
7885 * subr.el (string-mark-left-to-right): Search the entire string
7886 for RTL script, not just the terminating character. Doc fix.
7887
a3dae87a
SM
78882011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7889
6cd18349
SM
7890 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
7891 New function.
7892 (js--regexp-literal, js-syntax-propertize-function): Remove.
7893 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
7894 (js-mode-map): Don't rebind electric keys.
7895 (js-insert-and-indent): Remove.
7896 (js-mode): Setup electric-layout and electric-indent instead.
7897
a3dae87a
SM
7898 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
7899
9d5cb631
DU
79002011-08-12 Daiki Ueno <ueno@unixuser.org>
7901
7902 * epa.el (epa-progress-callback-function): Fix the logic of
7903 displaying progress.
7904 * epa-file.el (epa-file-insert-file-contents): Make progress
7905 display more user-friendly.
7906 (epa-file-write-region): Ditto.
7907
3e26a4a2
CY
79082011-08-10 Chong Yidong <cyd@stupidchicken.com>
7909
7910 * subr.el (string-mark-left-to-right): New function.
7911
7912 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
7913 Use string-mark-left-to-right.
7914 (list-buffers-noselect): Caller changed.
7915
a3dae87a
SM
7916 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7917 Use string-mark-left-to-right.
3e26a4a2
CY
7918 (tabulated-list-print): Recenter after moving point.
7919
ac8cf6e6
JL
79202011-08-10 Juri Linkov <juri@jurta.org>
7921
7922 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
7923 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
7924 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
7925
8d96c9a4
CY
79262011-08-09 Chong Yidong <cyd@stupidchicken.com>
7927
7928 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
7929 (Bug#7554).
7930
7be1c708 79312011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
7932
7933 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
7934 character. (Bug#6594)
7935
37e11a63
CY
79362011-08-08 Chong Yidong <cyd@stupidchicken.com>
7937
839dde57
CY
7938 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
7939 (image-dired--with-db-file): New macro.
7940 (image-dired-write-tags, image-dired-remove-tag)
7941 (image-dired-create-gallery-lists, image-dired-write-comments)
7942 (image-dired-get-comment, image-dired-mark-tagged-files)
7943 (image-dired-list-tags, image-dired-gallery-generate): Use it.
7944 (image-dired-gallery-generate): Use insert-file-contents.
7945
37e11a63
CY
7946 * time.el (display-time-world-list, display-time-world-display):
7947 * time-stamp.el (time-stamp-string):
7948 * vc/add-log.el (add-change-log-entry): Use setenv instead of
7949 set-time-zone-rule (Bug#7337).
7950
0b4946c4
DU
79512011-08-08 Daiki Ueno <ueno@unixuser.org>
7952
7953 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
7954 (epg-error-to-string, epg-errors-to-string): New function.
7955 (epg-wait-for-completion): Reverse errors list.
7956 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
7957 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
7958 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
7959 (epg-sign-keys, epg-generate-key-from-file)
7960 (epg-generate-key-from-string): Format errors by using
7961 epg-errors-to-string (bug#9255).
7962 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
7963
75bfc667
JL
79642011-08-07 Juri Linkov <juri@jurta.org>
7965
7966 * faces.el (list-faces-display): Remove extra angle bracket
7967 from `help-mode-map'.
7968
7969 * info.el (Info-history-toc-nodes): Doc fix.
7970
7971 * longlines.el (longlines-mode): Doc fix.
7972
673e08bb
SM
79732011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7974
4640dd88
SM
7975 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
7976 of statements and in a few more cases (bug#9183).
7977
673e08bb
SM
7978 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
7979 New functions.
7980 (cl-transform-lambda): Use them (bug#9239).
7981
89b3f019
MR
79822011-08-05 Martin Rudalics <rudalics@gmx.at>
7983
7984 * window.el (display-buffer-same-window)
7985 (display-buffer-same-frame, display-buffer-other-window)
7986 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7987 (pop-to-buffer-other-window)
7988 (pop-to-buffer-same-frame-other-window)
7989 (pop-to-buffer-other-frame): Make them defuns.
7990 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
7991
640c8776
SM
79922011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7993
7994 * subr.el (make-composed-keymap): Move from C. Change calling
7995 convention, and improve docstring to bring attention to a subtle point.
7996 * minibuffer.el (completing-read-default): Adjust accordingly.
7997
63648a95
MA
79982011-08-03 Michael Albinus <michael.albinus@gmx.de>
7999
8000 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8001 (tramp-open-shell): Use `tramp-shell-quote-argument'.
8002
8003 * net/trampver.el: Update release number.
8004
b796c9b7
SM
80052011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8006
8007 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
8008 "in" (bug#9190).
8009
2239d7d5
LMI
80102011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8011
e07dd7c3
LMI
8012 * mail/sendmail.el (sendmail-query-once): Restore the current
8013 buffer after querying (bug#9074).
8014
0e6a2bd7
LMI
8015 * dired.el (dired-flagged): Use different faces for marked and
8016 flagged files (bug#6117).
8017
ce887515
LMI
8018 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
8019 (bug#4433).
8020
92f2affc
LMI
8021 * ido.el (ido-mode): Switch off the message if called
8022 non-interactively.
8023
57d5aff0
LMI
8024 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
8025 before 587, since it appears that that's more likely to work for
8026 more people.
8027
98cd6c18 8028 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 8029 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
8030 exist.
8031
b96dec83
LMI
8032 * info.el: Remove the `Info-beginning-of-buffer' function
8033 (bug#8325).
8034
b796c9b7
SM
8035 * net/network-stream.el (network-stream-open-starttls):
8036 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 8037
d90e2ea0
MR
80382011-08-01 Martin Rudalics <rudalics@gmx.at>
8039
8040 * window.el (display-buffer-in-window): Don't set dedicated status
8041 of window here (Bug#9215).
8042 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8043 (display-buffer-pop-up-side-window)
b796c9b7 8044 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 8045
cca09170
SM
80462011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8047
8048 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
8049 before binding generated-autoload-file.
8050
027b979c
DD
80512011-08-01 Deniz Dogan <deniz@dogan.se>
8052
8053 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
8054
3c7ee4f3
MA
80552011-07-30 Michael Albinus <michael.albinus@gmx.de>
8056
8057 Sync with Tramp 2.2.2.
8058
8059 * net/trampver.el: Update release number.
8060
2cc8e51a
JL
80612011-07-30 Juri Linkov <juri@jurta.org>
8062
8063 * dired-aux.el (dired-touch-initial): Remove function.
8064 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
8065 current time, and `default' to the last modification time of the
8066 current marked file (bug#6887).
8067
a514d856
JM
80682011-07-28 Jose E. Marchesi <jemarch@gnu.org>
8069
8070 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 8071 numeric argument to read-number (bug#9163).
a514d856 8072
8a7eddd7
MA
80732011-07-27 Michael Albinus <michael.albinus@gmx.de>
8074
8075 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
8076 connection process, it could be nil.
8077
1ddd96f5
LL
80782011-07-27 Leo Liu <sdl.web@gmail.com>
8079
8080 Simplify url handling in rcirc-mode.
8081
8082 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
8083 (rcirc-browse-url-at-mouse): Remove.
8084 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
8085
b248a85d
AM
80862011-07-26 Alan Mackenzie <acm@muc.de>
8087
8088 Fontify bitfield declarations properly.
8089
8090 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
8091 (c-symbol-chars): Now exported as a lang variable.
8092 (c-not-primitive-type-keywords): New lang variable.
8093
8094 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
8095 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 8096 parsed as a bitfield declaration.
b248a85d 8097
b796c9b7
SM
8098 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8099 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
8100 (c-punctuation-in): New function.
8101 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
8102 declarations properly.
8103
68575ab0
UJ
81042011-07-26 Ulf Jasper <ulf.jasper@web.de>
8105
8106 * calendar/icalendar.el (icalendar--all-events): Take care of
8107 multiple vcalendars in a single file.
b796c9b7 8108 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 8109
0f0a88b9
DD
81102011-07-25 Deniz Dogan <deniz@dogan.se>
8111
8112 * image.el (insert-image): Clarifying docstring.
8113
0b3f36df
MA
81142011-07-24 Michael Albinus <michael.albinus@gmx.de>
8115
8116 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
8117 `tramp-send-command-and-check' if there is no error.
8118 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
8119
a9901f61
AM
81202011-07-22 Alan Mackenzie <acm@muc.de>
8121
8122 Prevent cc-langs.elc being loaded at run time.
8123
8124 * progmodes/cc-mode.el: Remove two autoload forms which loaded
8125 cc-langs.
8126
4d61f28d 8127 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
8128 "(require 'cc-langs)". Quote a form so it will evaluate at
8129 (cc-mode's) compilation time.
8130
11d074b2
MA
81312011-07-22 Michael Albinus <michael.albinus@gmx.de>
8132
8133 * net/tramp.el (tramp-file-name-handler): Avoid recursive
8134 loading. (Bug#9114)
8135
938b94c8
MR
81362011-07-21 Martin Rudalics <rudalics@gmx.at>
8137
8138 * window.el (display-buffer-pop-up-window)
8139 (display-buffer-pop-up-side-window)
8140 (display-buffer-in-side-window): Call display-buffer-set-height
8141 and display-buffer-set-width after setting the new window's
b796c9b7 8142 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 8143
bfa4f190
SS
81442011-07-20 Sam Steingold <sds@gnu.org>
8145
8146 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
8147 (etags-tags-included-tables): Call `convert-standard-filename' on
8148 the file names contained in TAGS so that windows Emacs can handle
8149 TAGS files created by cygwin ctags.
8150
8ca42262
LMI
81512011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8152
8153 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
8154 which apparently didn't work.
8155
5db2afd2 81562011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 8157
5db2afd2
RW
8158 * proced.el (proced-send-signal): For *Marked Processes* buffer
8159 put point at beginning of buffer.
8160
92e15d10
SB
81612011-07-19 Stephen Berman <stephen.berman@gmx.net>
8162
8163 * proced.el (proced-format): Make header lines align with the text
8164 (bug#1779).
8165
1bfd59e5
LMI
81662011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8167
8168 * view.el (view-buffer): Allow running in `special' modes if we're
8169 visiting a file (bug#8615).
8170
f5aae37c
MR
81712011-07-19 Martin Rudalics <rudalics@gmx.at>
8172
8173 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
8174 (display-buffer-alist-set-1, display-buffer-alist-set-2):
8175 New functions.
f5aae37c
MR
8176 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
8177 more accurately.
8178
bf2c1571
AM
81792011-07-18 Alan Mackenzie <acm@muc.de>
8180
8181 Fontify declarators properly when, e.g., a jit-lock chunk begins
8182 inside a declaration.
8183
8184 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
8185
b796c9b7
SM
8186 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8187 New function.
bf2c1571
AM
8188 (c-complex-decl-matchers): Insert reference to
8189 c-font-lock-enclosing-decls.
8190
8191 * progmodes/cc-engine.el (c-backward-single-comment):
8192 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
8193 to nil around calls to (forward-comment -1).
8194
4e190b80
LMI
81952011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8196
12dc863d
LMI
8197 * image.el (put-image): Doc typo fix.
8198
a762e966
LMI
8199 * progmodes/etags.el (tags-search): Doc typo fix.
8200
4e190b80
LMI
8201 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
8202 password if we get errors 550 to 554.
8203
f019fb21
LMI
82042011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8205
b796c9b7 8206 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 8207
81746738
LMI
8208 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
8209 indentation character (bug#6380).
8210
3ee3a1b5
LMI
8211 * files.el (buffer-offer-save): Made permanently local (bug#6241).
8212
c82f64de
LMI
8213 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
8214 to clarify what the problem is (bug#4291).
8215
f019fb21
LMI
8216 * simple.el (current-kill): Clarify what
8217 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
8218 (auto-fill-mode): Document `auto-fill-function' in relation to
8219 `auto-fill-mode' (bug#2470).
f019fb21 8220
0794775d
LM
82212011-07-16 Lawrence Mitchell <wence@gmx.li>
8222
8223 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
8224 method if slot is read-only (bug#9035).
8225
be39b8cc
MR
82262011-07-16 Martin Rudalics <rudalics@gmx.at>
8227
b796c9b7 8228 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 8229 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
8230 selected before, see discussion of (Bug#8615), (Bug#6954).
8231 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 8232
6ccf7859
GM
82332011-07-15 Glenn Morris <rgm@gnu.org>
8234
8235 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 8236 Respect help-form.
6ccf7859 8237
87e86684
LM
82382011-07-09 Lawrence Mitchell <wence@gmx.li>
8239
8240 * net/gnutls.el (gnutls-min-prime-bits): New variable.
8241 (gnutls-negotiate): Use it.
8242
d6066239
LMI
82432011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8244
b796c9b7
SM
8245 * net/gnutls.el (gnutls-negotiate):
8246 Upcase `gnutls-algorithm-priority'.
d6066239 8247
bd23ebc0
GM
82482011-07-15 Glenn Morris <rgm@gnu.org>
8249
c65bca65
GM
8250 * jka-compr.el (jka-compr-verbose): Move from here...
8251 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
8252 Add missing :version tag.
8253 * info.el: No need to require jka-compr when compiling.
bd23ebc0 8254
478615cc
LMI
82552011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8256
7b41decb
LMI
8257 * net/gnutls.el (gnutls-algorithm-priority): New variable.
8258 (gnutls-negotiate): Use it.
8259
dbc44fcd
LMI
8260 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
8261
06789f97
LMI
8262 * info.el (Info-beginning-of-buffer): New command.
8263 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
8264 announcing `b' as the key (bug#8325).
ab896c37 8265 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 8266
c39da690
LMI
8267 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
8268
3aa5f34b
LMI
8269 * international/mule-cmds.el
8270 (describe-specified-language-support): Make the error message
8271 clearer (bug#8905).
8272
4bf0979f
LMI
8273 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
8274
478615cc
LMI
8275 * isearch.el (isearch-barrier): Add a doc string, since it's
8276 mentioned in a function doc string (bug#8678).
8277
75c68aa1
MR
82782011-07-15 Martin Rudalics <rudalics@gmx.at>
8279
8280 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
8281 buffer argument (Bug#9083) and self-identifying label argument.
8282
a7c33da2
GM
82832011-07-15 Glenn Morris <rgm@gnu.org>
8284
8285 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
8286
2f5c6024
LMI
82872011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8288
8289 * man.el (Man-fontify-manpage): Fix message when formatting the
8290 man page (bug#7929).
8291
0bb23927 82922011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
8293
8294 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
8295 argument LRM; if non-nil, append an invisible LRM character to the
8296 buffer name.
8297 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
8298 last argument non-nil, when formatting buffer names.
0bb23927
EZ
8299 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
8300 paragraph direction.
cce4b0a7 8301
621ef9ab
LMI
83022011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8303
d1583c48
LMI
8304 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
8305 the man page name (bug#7929).
8306
6a57fb5f
LMI
8307 * image.el (put-image): Mention the `put-image' overlay property
8308 (bug#7834).
8309
d7956b14
LMI
8310 * scroll-bar.el (set-scroll-bar-mode): Mention that
8311 `scroll-bar-mode' lists the values (bug#7772).
8312
5b2d4a66
LMI
8313 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
8314 command (bug#7729).
8315
7509a874
LMI
8316 * rect.el (apply-on-rectangle): Return the point after the last
8317 operation.
8318 (string-rectangle): Go to the point after the last operation
8319 (bug#7522).
8320
4fe74b19
LMI
8321 * printing.el (pr-toggle-region): Clarify the documentation
8322 slightly (bug#7493).
8323
b796c9b7
SM
8324 * time.el (display-time-update):
8325 Allow `display-time-mail-function' to return nil (bug#7158).
8326 Fix suggested by Detlev Zundel.
ab283561 8327
fc233c9d
LMI
8328 * vc/diff.el (diff): Clarify the order the file names are read
8329 (bug#7111).
8330
43f5740b
LMI
8331 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
8332 the doc string (bug#7015).
8333
f2182a76
LMI
8334 * font-lock.el (font-lock-maximum-decoration): Mention what
8335 numeric levels mean (bug#6935).
8336
621ef9ab
LMI
8337 * startup.el (initial-buffer-choice): Don't mention the `none'
8338 selection, which is against policy.
8339
adc47434
MR
83402011-07-14 Martin Rudalics <rudalics@gmx.at>
8341
b796c9b7
SM
8342 * window.el (display-buffer-normalize-special):
8343 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 8344
7e5bfb8f
EZ
83452011-07-14 Eli Zaretskii <eliz@gnu.org>
8346
8347 * subr.el (version<, version<=, version=): Mention "-CVS" and
8348 "-12345" alpha version numbers.
8349
27fa387a
CY
83502011-07-14 Chong Yidong <cyd@stupidchicken.com>
8351
8352 * bindings.el: Add advertised binding for set-mark-command
8353 (Bug#5772).
8354
8bdfa064
CY
83552011-07-14 Chong Yidong <cyd@stupidchicken.com>
8356
8357 * bindings.el (mode-line-other-buffer):
8358 * bookmark.el (bookmark-bmenu-2-window):
8359 * bs.el (bs-cycle-next, bs-cycle-previous):
8360 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
8361 switch-to-buffer.
8362
8363 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 8364 Delete.
8bdfa064 8365
5eba16a3
JB
83662011-07-14 Juanma Barranquero <lekktu@gmail.com>
8367
8368 * follow.el (follow-debug-message, follow-redisplay):
8369 * jka-cmpr-hook.el (with-auto-compression-mode):
8370 Fix typos in docstrings.
8371
15853710
LMI
83722011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8373
a28e4607
LMI
8374 * subr.el (with-silent-modifications): Clarify somewhat what the
8375 macro inhibits (bug#6525).
8376
15853710
LMI
8377 * simple.el (eval-expression): Note what it does if called
8378 interactively (bug#6495).
8379
bee0fcef
CY
83802011-07-13 Chong Yidong <cyd@stupidchicken.com>
8381
b796c9b7
SM
8382 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
8383 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
8384
8385 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8386 Remove switch-to-buffer.
8387
58274504
LMI
83882011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8389
bd2fcc8d
LMI
8390 * files.el (make-directory): Clarify that an error will be raised
8391 if there's an error (bug#6397).
8392
0f04b32c
LMI
8393 * startup.el (initial-buffer-choice): Add `none' as a choice
8394 (bug#6234).
8395
465c5fc8
LMI
8396 * subr.el (add-hook): Clarify section about buffer-local hooks
8397 (bug#6218).
8398
58274504
LMI
8399 * dired.el (dired-flagged): Clarify doc string (bug#6117).
8400
bead9a43
JB
84012011-07-13 Juanma Barranquero <lekktu@gmail.com>
8402
8403 * tabify.el (untabify): Preserve the current column so that point
8404 doesn't move (bug#6032).
8405
3af98a7b
LMI
84062011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8407
b796c9b7
SM
8408 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
8409 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 8410
6240145a
GM
84112011-07-13 Glenn Morris <rgm@gnu.org>
8412
8413 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
8414 (dired-insert-directory): Give a message the first time
8415 if ls is found not to support --dired.
8416
1d8c2ccc
LMI
84172011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8418
8419 * simple.el (toggle-truncate-lines): Clarify what is toggled
8420 (bug#5580). Text by Drew Adams.
8421
5fc4038e
CY
84222011-07-13 Chong Yidong <cyd@stupidchicken.com>
8423
8424 * simple.el (blink-matching-open): Make the error message from the
8425 last change less verbose.
8426
bf6012e5
DN
84272011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8428
8429 * font-lock.el (font-lock-comment-face): Use the high contrast
8430 "yellow" color for font-lock-comment-face on low color terminals
8431 using a dark background color (bug#4221).
8432
343c3b5a
LMI
84332011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8434
7e9505c5
LMI
8435 * dired.el (dired-insert-set-properties): Make the doc string
8436 reflect what it does now (bug#5325).
8437
c26fdcf5
LMI
8438 * simple.el (blink-matching-open): Say that we were unable to find
8439 the match within the limit, if we're limited (bug#5122).
8440
bb388cc5
LMI
8441 * international/mule-cmds.el (prefer-coding-system): Add an
8442 example (bug#4869).
8443
343c3b5a
LMI
8444 * progmodes/etags.el (tags-search): Document `file-list-form'
8445 (bug#4731).
8446
2a517d45
LM
84472011-07-13 Lawrence Mitchell <wence@gmx.li>
8448
8449 * net/browse-url.el (browse-url-default-browser)
8450 (browse-url-browser-function): Make the default browser choice a
8451 bit more logical (bug#4300). Also clean up the doc string.
8452
b6c78ef2
JB
84532011-07-13 Juanma Barranquero <lekktu@gmail.com>
8454
8455 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
8456 binary endings (bug#4440).
8457
1c4dd947
LMI
84582011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8459
a2014063
LMI
8460 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
8461 which can be pretty annoying (bug#8971).
8462
9c9c2d88
LMI
8463 * jka-compr.el (jka-compr-verbose): New variable, and use
8464 throughout (bug#8971).
8465
1c4dd947
LMI
8466 * info.el (Info-find-file): Fall back on the installation
8467 directory if we can't find the info node anywhere else.
8468
a1c9f41b
SO
84692011-07-13 Sergei Organov <osv@javad.com> (tiny change)
8470
8471 * vc/vc.el (vc-revert-file):
8472 Don't set file time-stamp in the past. (Bug#5181)
8473
536f3d36
LMI
84742011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8475
7152b011
LMI
8476 * files.el (after-find-file): Give a better error message when
8477 trying to find a symlink that points to a file that doesn't exist
8478 (bug#4398).
8479
536f3d36
LMI
8480 * progmodes/cc-vars.el: Remove (probably) misleading comment
8481 (bug#4396).
8482
460c0fba
JB
84832011-07-12 Johan Bockgård <bojohan@gnu.org>
8484
8485 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
8486
7a6bda45
CY
84872011-07-12 Chong Yidong <cyd@stupidchicken.com>
8488
8489 * mouse-sel.el: Hack restoring functionality, while keeping
8490 compatibility with 2010-07-03 changes to mouse selection.
8491 (mouse-sel-primary-overlay): New var.
8492 (mouse-sel-selection-alist): Use it.
8493 (mouse-sel-mode): Doc fix; remove points that are default features
8494 of mouse.el.
8495
c79598ef
JB
84962011-07-12 Johan Bockgård <bojohan@gnu.org>
8497
8498 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8499 Fix previous fix (bug#2490).
8500
ff8be6ef
RW
85012011-07-12 Roland Winkler <winkler@gnu.org>
8502
b796c9b7
SM
8503 * textmodes/bibtex.el (bibtex-initialize):
8504 Use pop-to-buffer-same-window.
ff8be6ef
RW
8505 (bibtex-search-entries): Fix interactive call.
8506
296ba3ee
LMI
85072011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8508
f5242a02 8509 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
8510 Fontise bytecomp Error lines more correctly (bug#2490).
8511 Fix suggested by Johan Bockgård.
f5242a02 8512
296ba3ee
LMI
8513 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
8514
8515 * dired-x.el (dired-guess-default): Use `delete-dups'.
8516
f69fd0d2
CY
85172011-07-12 Chong Yidong <cyd@stupidchicken.com>
8518
8519 * dired.el (dired-mark-prompt):
8520 * dired-aux.el (dired-read-shell-command): Doc fix.
8521
eab5dc07
LMI
85222011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8523
b796c9b7
SM
8524 * mail/sendmail.el (sendmail-query-once):
8525 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
8526 emacs -Q.
8527
8528 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8529
eab5dc07
LMI
8530 * cus-edit.el (custom-file): Take an optional no-error variable.
8531 (customize-save-variable): Set the variable, and give a warning if
8532 running under "emacs -q".
8533
a1e65d42
JB
85342011-07-11 Juanma Barranquero <lekktu@gmail.com>
8535
8536 * loadhist.el (unload-feature-special-hooks):
8537 Add `auto-coding-functions', `fill-nobreak-predicate' and
8538 `find-directory-functions' (bug#5327).
8539
1d52da10
LMI
85402011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8541
be958f1d
LMI
8542 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
8543
5bedb26c
LMI
8544 * cus-edit.el (custom-guess-name-alist): -alist variables should
8545 use the `alist' type (bug#3120). Suggested by Drew Adams.
8546
1d52da10
LMI
8547 * printing.el: Add documentation to all the `pr-toggle-' commands.
8548
cd394be1 85492011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
8550
8551 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
8552 backends where it makes sense (bug#2623).
8553
dcc88d8a
LMI
85542011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8555
c3de9feb
LMI
8556 * dired-x.el (dired-guess-default): Remove duplicate shell command
8557 entries (bug#2028).
8a93078b 8558 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 8559 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 8560
dcc88d8a
LMI
8561 * subr.el (remove-duplicates): New conveniency function.
8562
505e3645
LMI
85632011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8564
8565 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
8566 (bug#1526).
8567
85682011-07-10 Martin Rudalics <rudalics@gmx.at>
8569
8570 * window.el (display-buffer-normalize-default): Don't invert
8571 meaning of even-window-heights. Reported by Eli Zaretskii
8572 <eliz@gnu.org>.
8573
455e4fa1
BR
85742011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
8575
8576 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
8577
8e0bc3e9
CY
85782011-07-10 Chong Yidong <cyd@stupidchicken.com>
8579
8580 * window.el (display-buffer): Fix arguments to
8581 display-buffer-reuse-window in last change.
8582
fa7c3228
CY
8583 * faces.el (link): Use a less saturated blue on light backgrounds.
8584
8585 * startup.el (fancy-startup-text, fancy-about-text)
8586 (fancy-startup-tail): Use font-lock faces, for background safety.
8587
c0a7f300
BN
85882011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
8589
b796c9b7
SM
8590 * emulation/viper-cmd.el (viper-change-state-to-vi):
8591 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 8592
4dc2a129
MR
85932011-07-09 Martin Rudalics <rudalics@gmx.at>
8594
8595 * window.el (display-buffer-default-specifiers): Remove.
8596 (display-buffer-macro-specifiers): Remove default specifiers.
8597 (display-buffer-alist): Default to nil.
b796c9b7 8598 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
8599 (display-buffer-pop-up-window): Allow splitting internal
8600 windows. Check whether a live window was created.
8601 (display-buffer-other-window-means-other-frame)
8602 (display-buffer-normalize-arguments): Rename to
8603 display-buffer-normalize-argument and rewrite. Set the
8604 other-window specifier.
8605 (display-buffer-normalize-special): New function.
8606 (display-buffer-normalize-options): Rename to
8607 display-buffer-normalize-default and rewrite.
8608 (display-buffer-normalize-options-inhibit): Remove.
8609 (display-buffer-normalize-specifiers): Rewrite.
8610 (display-buffer): Process other-window specifier and call
8611 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
8612 more faithfully.
b796c9b7 8613 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 8614 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
8615 (display-buffer-in-window, display-buffer-alist-set):
8616 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
8617 <tassilo@member.fsf.org>.
8618
2d43b8c9
LL
86192011-07-09 Leo Liu <sdl.web@gmail.com>
8620
8621 * register.el (insert-register): Restore accidental change on
8622 2011-06-26. (Bug#9028)
8623
7f9b7c53
GM
86242011-07-09 Glenn Morris <rgm@gnu.org>
8625
8626 * subr.el (remq): Handle the empty list. (Bug#9024)
8627
f042cfd8
AS
86282011-07-08 Andreas Schwab <schwab@linux-m68k.org>
8629
8630 * mail/sendmail.el (send-mail-function): No longer delay custom
8631 initialization.
8632 * custom.el (custom-initialize-delay): Doc fix.
8633
856b2f11
SM
86342011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8635
8636 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8637
afae1d68
MA
86382011-07-08 Michael Albinus <michael.albinus@gmx.de>
8639
8640 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8641 human-friendly prompt.
8642
0757af94
SM
86432011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8644
8645 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8646 provided by a particular plugin.
8647
d760b731
LMI
86482011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8649
8650 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8651 save customizations (with "emacs -Q"), just set the variable
8652 instead of erroring out.
8653
8654 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8655
cd79ce90
JL
86562011-07-08 Juri Linkov <juri@jurta.org>
8657
8658 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8659 (archive-zip-update-case): Use 7z if found by `executable-find'.
8660 The order of searching the available programs is the same as in
8661 `archive-zip-extract' (bug#8968).
8662
14cc04aa
CY
86632011-07-07 Chong Yidong <cyd@stupidchicken.com>
8664
8665 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8666 (menu-bar-options-menu): Tweak descriptions.
8667
0a1848ec
LMI
86682011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8669
8670 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8671 menu items into verb phrases (bug#1421). Also refill to fit under
8672 80 columns.
8673
f5bd0689
CY
86742011-07-07 Chong Yidong <cyd@stupidchicken.com>
8675
538e85c6
CY
8676 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8677 (Info-read-node-name): Doc fix (Bug#1084).
8678
f5bd0689
CY
8679 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8680 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8681 (end-of-sexp, beginning-of-sexp)
8682 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8683 (forward-symbol, forward-same-syntax, word-at-point)
8684 (sentence-at-point): Doc fix (Bug#1144).
8685
56ec5115
LMI
86862011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8687
f3f8e37f
LMI
8688 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8689 should cover it (bug#1281).
8690
0757af94 8691 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 8692
e9fce1ac 8693 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
8694 negotiation fails, then possibly try again with a non-encrypted
8695 connection (bug#9017).
8696
56ec5115
LMI
8697 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8698 be used.
8699
c2f9aec8
RS
87002011-07-07 Richard Stallman <rms@gnu.org>
8701
8702 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8703 property, and handle its changed format.
8704 Look for the correct line number.
8705 Use file's line contents (but not past first =) to find
8706 correct line in message.
8707
ef7b981d 87082011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
8709
8710 * international/characters.el (build-unicode-category-table):
8711 Delete it.
0757af94 8712 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 8713
0757af94 8714 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
8715 to src/chartab.c.
8716 (get-char-code-property): Call unicode-property-table-internal to
8717 load a file. Call get-unicode-property-internal where necessary.
8718 (put-char-code-property): Call unicode-property-table-internal to
8719 load a file. Call put-unicode-property-internal where necessary.
8720 put-unicode-property-internal where necessary.
0757af94
SM
8721 (char-code-property-description):
8722 Call unicode-property-table-internal to load a file.
c805dec0
KH
8723
8724 * international/charprop.el:
8725 * international/uni-bidi.el:
8726 * international/uni-category.el:
8727 * international/uni-combining.el:
8728 * international/uni-comment.el:
8729 * international/uni-decimal.el:
8730 * international/uni-decomposition.el:
8731 * international/uni-digit.el:
8732 * international/uni-lowercase.el:
8733 * international/uni-mirrored.el:
8734 * international/uni-name.el:
8735 * international/uni-numeric.el:
8736 * international/uni-old-name.el:
8737 * international/uni-titlecase.el:
8738 * international/uni-uppercase.el: Regenerate.
8739
8740 * loadup.el: Load international/charprop.el before
8741 international/characters.
8742
e14b388a
CY
87432011-07-07 Chong Yidong <cyd@stupidchicken.com>
8744
8745 * window.el (next-buffer, previous-buffer): Signal an error if
8746 called from a minibuffer window.
8747
8748 * bindings.el: Revert 2011-07-04 change.
8749
354cf0ba
RS
87502011-07-06 Richard Stallman <rms@gnu.org>
8751
8752 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8753 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8754 Treat markers like ints.
8755 (rmail-mime-entity): Doc fix.
8756
a48868a7
LMI
87572011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8758
4906cd3d
LMI
8759 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8760 defcustom again for backwards compatibility.
8761
e0457abe
LMI
8762 * simple.el (shell-command-on-region): Fill.
8763
d67f7e1f
LMI
8764 * dired-aux.el (dired-kill-line): Add a doc string.
8765
fe204702
LMI
8766 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8767 to "\\sw\\|\\s_" (bug#358).
8768
a48868a7
LMI
8769 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8770 (dired-unmark-backward): Ditto.
8771 (dired-flag-backup-files): Ditto.
8772
8773 * dired-x.el (dired-mark-sexp): Ditto.
8774
aa8a705c
RS
87752011-07-06 Richard Stallman <rms@gnu.org>
8776
8777 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8778 (rmail-mime-entity): New arg TRUNCATED.
8779 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8780 New functions.
8781 (rmail-mime-save): Warn if entity is truncated.
8782 (rmail-mime-toggle-hidden): Likewise, for showing.
8783 (rmail-mime-process-multipart): Record when an entity is truncated.
8784
a9a936b9
RS
8785 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8786 if ENTITY is a string.
8787
1f2b92cb
LMI
87882011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8789
f4f73198 8790 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
8791 of faces when `M-C-x'-ing their definitions (bug#8378).
8792 Also clean up the code slightly.
f4f73198 8793
12b16734 8794 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 8795 because that makes the colors go away.
12b16734 8796
f0691d22
LMI
8797 * mail/sendmail.el (send-mail-function): Change the default to
8798 `sendmail-query-once'.
9e87df06 8799 (sendmail-query-once): Add an autoload cookie.
f0691d22 8800
1f2b92cb
LMI
8801 * net/network-stream.el (network-stream-open-starttls): Try using
8802 a plain connection even if the server offered STARTTLS, and we
8803 kinda wanted to use it, if Emacs doesn't have any STARTTLS
8804 capability. This should make smtpmail.el work in slightly more
8805 configurations.
8806
1cdd2a1b
MA
88072011-07-06 Michael Albinus <michael.albinus@gmx.de>
8808
8809 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8810 New defun.
8811 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
8812
fbcc67e2
MM
88132011-07-06 Michael R. Mauger <mmaug@yahoo.com>
8814
8815 * progmodes/sql.el: Version 3.0
0757af94 8816 (sql-product-alist): Add product :completion-object,
fbcc67e2 8817 :completion-column, and :statement attributes.
0757af94 8818 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 8819 (sql-mode-syntax-table): Mark all punctuation.
0757af94 8820 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
8821 ansi keywords.
8822 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 8823 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
8824 (sql-oracle-show-reserved-words): New function for development.
8825 (sql-product-font-lock): Simplify for source code buffers.
8826 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
8827 New functions.
8828 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
8829 (sql-mode-map): Add statement movement functions.
8830 (sql-ansi-statement-starters, sql-oracle-statement-starters):
8831 New variable.
fbcc67e2
MM
8832 (sql-statement-regexp, sql-beginning-of-statement)
8833 (sql-end-of-statement, sql-signum): New functions.
0757af94 8834 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
8835 (sql-show-sqli-buffer): Bug fix.
8836 (sql-interactive-mode): Store connection data as buffer local.
0757af94 8837 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
8838 with sql-interactive-mode.
8839 (sql-save-connection): Save buffer local settings.
0757af94 8840 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
8841 (sql-product-interactive): Bug fix.
8842 (sql-preoutput-hold): New variable.
8843 (sql-interactive-remove-continuation-prompt): Bug fixes.
8844 (sql-debug-redirect): New variable.
8845 (sql-str-literal): New function.
8846 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 8847 Redesign.
fbcc67e2
MM
8848 (sql-oracle-save-settings, sql-oracle-restore-settings)
8849 (sql-oracle-list-all, sql-oracle-list-table): New functions.
8850 (sql-completion-object, sql-completion-column)
8851 (sql-completion-sqlbuf): New variables.
8852 (sql-build-completions-1, sql-build-completions)
8853 (sql-try-completion): New functions.
8854 (sql-read-table-name): Use them.
8855 (sql-contains-names): New buffer local variable.
8856 (sql-list-all, sql-list-table): Use it.
8857 (sql-oracle-completion-types): New variable.
8858 (sql-oracle-completion-object, sql-sqlite-completion-object)
8859 (sql-postgres-completion-object): New functions.
8860
d4eaeab1
GM
88612011-07-06 Glenn Morris <rgm@gnu.org>
8862
8863 * window.el (pop-to-buffer): Doc fix.
8864
322b7dab 88652011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
8866
8867 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
8868
322b7dab 88692011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 8870
322b7dab 8871 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 8872
322b7dab 8873 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 8874
605dd5bf
CY
88752011-07-05 Chong Yidong <cyd@stupidchicken.com>
8876
8877 * button.el (button): Inherit from link face. Suggested by Dan
8878 Nicolaescu.
8879
7dbfa719
SM
88802011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8881
3db614b0
SM
8882 * progmodes/gdb-mi.el: Fit in 80 columns.
8883 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
8884 switch-to-buffer.
8885
7dbfa719
SM
8886 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
8887 if imenu is simply not configured (bug#8941).
8888
919d884a
KM
88892011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
8890
8891 * allout.el (allout-post-undo-hook): New allout outline-change
8892 event hook to signal undo activity.
8893 (allout-post-command-business): Run allout-post-undo-hook if an
8894 undo just occurred.
7dbfa719
SM
8895 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
8896 * allout-widgets.el (allout-widgets-after-undo-function):
8897 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
8898 in the vicinity of an undo.
8899 (allout-widgets-mode): Include allout-widgets-after-undo-function
8900 on the new allout-post-undo-hook.
8901
450a0f09
SM
89022011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8903
8904 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
8905 Let define-derived-mode define it.
8906 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
8907 cycles of abbrev-table inheritance (bug#8998).
8908
2de69e00
RW
89092011-07-05 Roland Winkler <winkler@gnu.org>
8910
8911 * textmodes/bibtex.el: Add support for biblatex.
8912 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
8913 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
8914 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
8915 (bibtex-entry-alist, bibtex-field-alist): New variables.
8916 (bibtex-entry-field-alist): Obsolete alias for
8917 bibtex-BibTeX-entry-alist.
8918 (bibtex-entry-alist, bibtex-field-alist): New widgets.
8919 (bibtex-set-dialect): New command.
8920 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
8921 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
8922 Bind via bibtex-set-dialect.
2de69e00
RW
8923 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
8924 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
8925 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
8926 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
8927 Define via bibtex-set-dialect.
450a0f09
SM
8928 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
8929 Obey bibtex-no-opt-remove-re.
2de69e00
RW
8930 (bibtex-vec-push, bibtex-vec-incr): New functions.
8931 (bibtex-format-entry, bibtex-field-list)
8932 (bibtex-print-help-message, bibtex-validate)
8933 (bibtex-search-entries): Use new format of bibtex-entry-alist.
8934
2dcdbdd9
SM
89352011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * progmodes/compile.el (compilation-goto-locus):
8938 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8939 * bs.el (bs-cycle-next, bs-cycle-previous):
8940 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
8941 * bindings.el (mode-line-other-buffer):
8942 * autoinsert.el (auto-insert):
8943 * arc-mode.el (archive-extract):
8944 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
8945
b27640fe
JB
89462011-07-05 Juanma Barranquero <lekktu@gmail.com>
8947
8948 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
8949 Fix check of `emacs-lock-unlockable-modes'.
8950 Coerce true values of `emacs-lock--try-unlocking' to t.
8951
53bbe3ad
JB
89522011-07-05 Juanma Barranquero <lekktu@gmail.com>
8953
8954 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
8955 * emacs-lock.el: New file.
8956
1d3cdbc7
JD
89572011-07-05 Julien Danjou <julien@danjou.info>
8958
8959 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
8960 than `boundp' to check if face is set.
8961
9173deec
JB
89622011-07-05 Juanma Barranquero <lekktu@gmail.com>
8963
8964 * register.el (registerv-make):
8965 * window.el (window-min-height): Fix typos in docstrings.
8966
869795d6
JD
89672011-07-05 Jan Djärv <jan.h.d@swipnet.se>
8968
9173deec 8969 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
8970 Update doc string.
8971
b768cdcd
JB
89722011-07-04 Juanma Barranquero <lekktu@gmail.com>
8973
8974 * server.el (server-execute): Catch quit and call
8975 `server-return-error' to pass the error back to emacsclient and
8976 close the connection (bug#8942).
8977
13aa217b
KM
89782011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
8979
8980 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
8981 insecure exception for current topic. Also note that auto-saves
8982 are handled differently.
8983
5d3385a0 8984 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
8985 State variables for tracking auto-save inhibition situation.
8986
8987 (allout-write-contents-hook-handler): Rename from
8988 'allout-write-file-hook-handler', and describe how it depends on
8989 write-contents-functions sensitivity to non-nil value to prevent
8990 file write.
8991
8992 (allout-auto-save-hook-handler): Remove. auto-save does not check
8993 this in individual buffers, only in the starting buffer, so this
8994 is not the right way for us to inhibit auto-save in a buffer
8995 according to its condition.
8996
8997 (allout-mode): Use new allout-write-contents-hook-handler, and
8998 only with write-contents-functions. Remove auto-save provisions -
8999 they're implemented elsewhere.
9000
9001 (allout-before-change-handler): If undo is in progress, note that
9002 for attention of allout-post-command-business.
9003
9004 (allout-post-command-business): If the command we're following was
9005 an undo, check for change in the status of encrypted items and
9006 adjust auto-save inhibitions accordingly.
9007
9008 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
9009 according to whether there are or aren't any plain-text topics
9010 pending encryption.
9011
2dcdbdd9 9012 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
9013 Adjust buffer-saved-size and some allout state to inhibit auto-saves
9014 if there are plain-text topics pending encryption.
13aa217b
KM
9015
9016 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
9017 buffer-saved-size and some allout state to not inhibit auto-saves
9018 if there are no longer any plain-text topics pending encryption.
9019
0757af94
SM
9020 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
9021 No longer provide for exemption of the current topic.
13aa217b 9022
ac89b32c
JL
90232011-07-04 Juri Linkov <juri@jurta.org>
9024
9025 Add 7z operations to delete and save changed members (bug#8968).
9026 * arc-mode.el (archive-7z-expunge, archive-7z-update):
9027 New defcustoms.
9028 (archive-7z-write-file-member): New function.
9029 (archive-7z-summarize): Fix the number of dashes in the
9030 listing output.
9031
8fa39615
SM
90322011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9033
9034 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
9035 (bug#8958).
9036
2f11b3f1
CY
90372011-07-04 Chong Yidong <cyd@stupidchicken.com>
9038
d66fef2b
CY
9039 * bindings.el: Ignore next-buffer and previous-buffer in
9040 minibuffer-local-map.
9041
2f11b3f1
CY
9042 * font-lock.el (font-lock-builtin-face): Change light background
9043 color to dark slate blue (Bug#6693).
9044
f932a347
WD
90452011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
9046
9047 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
9048
c8af70e1
SM
90492011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9050
9051 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
9052 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9053 Add switch-to-buffer.
9054
f158badc
LMI
90552011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9056
9057 * isearch.el (isearch-search-fun-function): Clarify further the
9058 meaning of the function returned.
9059
6d95bd46
MA
90602011-07-04 Michael Albinus <michael.albinus@gmx.de>
9061
9062 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
9063
9064 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
9065 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
9066 Use it.
9067 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
9068 `tramp-default-remote-path' does not exist.
9069 (tramp-send-command-and-read): New optional argument NOERROR.
9070 (tramp-open-connection-setup-interactive-shell)
9071 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
9072 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
9073 (tramp-process-sentinel): Flush also process' connection property.
9074 (tramp-sh-handle-start-file-process): Do not set process
9075 sentinel. It is done now ...
9076 (tramp-maybe-open-connection): ... here. (Bug#8929)
9077
909e6b67
MK
90782011-07-04 MON KEY <monkey@sandpframing.com>
9079
9080 * play/animate.el (animate-string): Doc fixes and allow changing
9081 the buffer name (bug#5417).
9082
90832011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9084
c8af70e1 9085 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 9086
f34755dc
PE
90872011-07-04 Paul Eggert <eggert@cs.ucla.edu>
9088
396cec72
PE
9089 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
9090 This is simpler and helps future-proof the code.
9091 (timer-until): Use time-subtract and float-time.
08235028 9092 (timer--time-less-p): Use time-less-p.
f34755dc 9093
56e6cc31
JB
90942011-07-04 Juanma Barranquero <lekktu@gmail.com>
9095
3abb79e5
JB
9096 * type-break.el (timep): Use the value of `float-time' to avoid a
9097 byte-compiler warning.
9098
56e6cc31
JB
9099 * server.el (server-eval-and-print): Return any result, even nil.
9100
7b9430b4
PE
91012011-07-03 Paul Eggert <eggert@cs.ucla.edu>
9102
9103 * type-break.el: Accept time formats that the builtins accept.
9104 (timep, type-break-time-difference): Accept any format that
9105 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
9106 This is simpler and helps future-proof the code.
9107 (type-break-time-difference): Round rather than ignoring
9108 subseconds components.
9109
3034e9e7
LMI
91102011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9111
9112 * info.el (Info-apropos-matches): Make non-interactive, since it
9113 doesn't seem to do anything useful as a command (bug#8829).
9114
1485f4c0
CY
91152011-07-03 Chong Yidong <cyd@stupidchicken.com>
9116
9117 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 9118 Move from faces.el.
1485f4c0
CY
9119 (frame-default-terminal-background): New function.
9120
9121 * custom.el (custom-push-theme): Don't record faces in `changed'
9122 theme; this doesn't work correctly for per-frame face settings.
9123 (disable-theme): Use face-set-after-frame-default to reset faces.
9124 (custom--frame-color-default): New function.
9125
9fa3dd45
LMI
91262011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9127
c8af70e1 9128 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
9129 (bug#8769).
9130
6cbbc20c
KR
91312011-03-29 Kevin Ryde <user42@zip.com.au>
9132
9133 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9134 `perl-Test2' extend to match possible "fail #N" rep count
9135 (bug#8377).
9136
c7f98048
LMI
91372011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9138
65676592
LMI
9139 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
9140 `smtpmail-via-smtp' now returns the error instead of nil.
9141
c7f98048
LMI
9142 * isearch.el (isearch-search-fun-function): Clarify the doc string
9143 (bug#8101).
9144
56e6cc31 91452011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
9146
9147 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
9148 unnecessary spaces (bug#8987).
9149
2b216704
LMI
91502011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9151
9152 * net/network-stream.el (open-network-stream): Use the
9153 :end-of-capability command thoughout.
9154
91552011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9156
9157 * net/network-stream.el (open-network-stream): Add the
9158 :end-of-capability command parameter, used by pop3.el.
9159
36adf6ce
LMI
91602011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9161
1ca0da0e
LMI
9162 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
9163
fc00f69c
LMI
9164 * fringe.el (fringe-query-style): Remove redundant text " (type ?
9165 for list)" (bug#6475).
9166
28fd8759 9167 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 9168 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
9169 an error (bug#6297).
9170
0dd8b6da
LMI
9171 * man.el (Man-reference-regexp): Allow matching possible
9172 word-wrapped references (bug#6289).
9173
ce1438d6
LMI
9174 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
9175 for consistency with the other vc buffers (bug#6197).
9176 (vc-checkin): Ditto.
9177
9178 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
9179
36adf6ce
LMI
9180 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
9181
e83cc1f7
LMI
91822011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9183
8a20ca4c
LMI
9184 * custom.el (defcustom): Clarify that :set is only used in the
9185 Customize user interface (bug#6089).
9186
83319045
LMI
9187 * progmodes/flymake.el (flymake-mode): If the buffer isn't
9188 associated with a file, refuse to run instead of erroring out
9189 (bug#6084).
9190
a8392169
LMI
9191 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
9192 the doc string, since it appears that using `fill-column' always
9193 controls the width (bug#7845).
9194
e83cc1f7
LMI
9195 * simple.el (shell-command-on-region): Say where the error output
9196 went if `shell-command-default-error-buffer' is set (bug#6857).
9197
e47ca23b
KM
91982011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
9199
9200 * allout.el (allout-yank-processing): Adjust cursor position for
9201 backwards-deleted space.
9202
9203 (allout-rebullet-heading): Register changes with
9204 allout-exposure-changed-hook, so the modified topic is properly
9205 decorated.
9206
5cf56143
LMI
92072011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9208
08549772
LMI
9209 * minibuffer.el (completion-in-region): Document PREDICATE
9210 (bug#7136).
9211
48e96771
LMI
9212 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
9213 of keyword/argument pairs (bug#6904).
9214
c8af70e1
SM
9215 * replace.el (multi-occur):
9216 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 9217
e17d05e2
LMI
92182011-07-02 Drew Adams <drew.adams@oracle.com>
9219
9220 * dired.el (dired-mark-if): Make the message about whether it's
9221 marking or unmarking clearer (bug#8523).
9222
063b0e45
LMI
92232011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9224
9225 * disp-table.el (display-table-print-array): New function.
9226 (describe-display-table): Use it to print the vectors more pretty
9227 (Bug#8859).
9228
28545e04
MR
92292011-07-02 Martin Rudalics <rudalics@gmx.at>
9230
9231 * window.el (window-state-get-1): Don't assign clone numbers.
9232 Add clone-of item to list of window parameters.
9233 (window-state-put-2): Don't process clone numbers.
9234 (display-buffer-alist): Fix doc-string.
9235
3349e122
SM
92362011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9237
9238 * subr.el (remq): Don't allocate if it's not needed.
9239 (keymap--menu-item-binding, keymap--menu-item-with-binding)
9240 (keymap--merge-bindings): New functions.
9241 (keymap-canonicalize): Use them to refine the canonicalization.
9242 * minibuffer.el (minibuffer-local-completion-map)
9243 (minibuffer-local-must-match-map): Move initialization from C.
9244 (minibuffer-local-filename-completion-map): Move initialization from C;
9245 don't inherit from anything here.
9246 (minibuffer-local-filename-must-match-map): Make obsolete.
9247 (completing-read-default): Use make-composed-keymap to combine
9248 minibuffer-local-filename-completion-map with either
9249 minibuffer-local-must-match-map or
9250 minibuffer-local-filename-completion-map.
9251
d224ac83
GM
92522011-07-01 Glenn Morris <rgm@gnu.org>
9253
3de63bf8
GM
9254 * type-break.el (type-break-time-sum): Use dolist.
9255
d224ac83
GM
9256 * textmodes/flyspell.el (flyspell-word-search-backward):
9257 Replace CL function.
9258
1a1e3f32
SM
92592011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9260
fe3f64d5
SM
9261 * mouse.el (mouse--strip-first-event): New function.
9262 (function-key-map): Use it to map fringe clicks to normal clicks
9263 by default.
9264
eb604e34
SM
9265 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
9266 (vc-bzr-revision-completion-table): Add support for annotate and date.
9267
1a1e3f32
SM
9268 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
9269 inherit from parent.
9270
5bd35902
LMI
92712011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9272
ace6c69c 9273 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 9274 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 9275
191e2bed
LMI
9276 * dired.el (dired-mode): Fix up the doc string as suggested by
9277 Drew Adams (bug#8817).
9278
5bd35902
LMI
9279 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
9280 cookie, since the manual says that it should be possible to add
9281 this function to `find-file-hook' (bug#8709).
9282
eee8207a
TZ
92832011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9284
9285 * progmodes/cfengine.el: Moved all cfengine3.el functionality
9286 here. Noted Ted Zlatanov as the maintainer.
9287 (cfengine-common-settings, cfengine-common-syntax): New functions
9288 to set up common things between `cfengine-mode' and
9289 `cfengine3-mode'.
9290 (cfengine3-mode): New mode.
9291 (cfengine3-defuns cfengine3-defuns-regex
9292 (cfengine3-class-selector-regex cfengine3-category-regex)
9293 (cfengine3-vartypes cfengine3-font-lock-keywords)
9294 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 9295 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 9296
36b148cf
MA
92972011-07-01 Michael Albinus <michael.albinus@gmx.de>
9298
9299 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
9300
9301 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
9302
0bf4ba9a
MR
93032011-07-01 Martin Rudalics <rudalics@gmx.at>
9304
9305 * window.el (same-window-buffer-names, same-window-regexps)
9306 (same-window-p, special-display-frame-alist)
9307 (special-display-popup-frame, special-display-function)
9308 (special-display-buffer-names, special-display-regexps)
9309 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
9310 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9311 (split-window-preferred-function, split-height-threshold)
9312 (split-width-threshold, even-window-heights)
9313 (display-buffer-mark-dedicated, window-splittable-p)
9314 (split-window-sensibly, window-safely-shrinkable-p):
9315 Un-obsolete.
9316 (display-buffer): Don't spread args with function specifier
9317 because special-display-popup-frame won't like it.
9318
35837f51
PE
93192011-07-01 Paul Eggert <eggert@cs.ucla.edu>
9320
d0672f86
PE
9321 Time-stamp simplifications and fixes.
9322 These improve accuracy slightly, and future-proof the code
9323 against some potential changes to current-time format.
9324
b9444d97
PE
9325 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
9326 by using time-since and float-time.
9327
0ef923dc
PE
9328 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
9329 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
9330 + NNN microseconds".
9331
2f81380d
PE
9332 * type-break.el (type-break-time-sum): Rewrite using time-add.
9333
845b5c3e
PE
9334 * play/hanoi.el (hanoi-current-time-float): Remove.
9335 All uses replaced by float-time.
9336
ee6f1be0
PE
9337 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
9338 This yields a more-accurate answer.
9339 (rng-time-to-float): Remove; no longer needed.
9340
fe955043
PE
9341 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
9342
5777162a
PE
9343 * calendar/timeclock.el (timeclock-seconds-to-time):
9344 Defalias to seconds-to-time, since they're the same thing.
9345
3103f8b6 9346 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 9347 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
9348 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
9349
0e61a35f
SM
93502011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9351
9352 * window.el (bury-buffer): Don't iconify the only frame.
9353 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
9354 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
9355
ddd63a1e
CY
93562011-07-01 Chong Yidong <cyd@stupidchicken.com>
9357
0e61a35f
SM
9358 * eshell/em-smart.el (eshell-smart-display-navigate-list):
9359 Add mouse-yank-primary.
ddd63a1e 9360
055f4923
TZ
93612011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9362
9363 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
9364
6a2fb145
SM
93652011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9366
9367 * emacs-lisp/find-func.el (find-library--load-name): New fun.
9368 (find-library-name): Use it to find relative load names when provided
9369 absolute file name (bug#8803).
9370
fd4983f2
LMI
93712011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9372
887d14ad
LMI
9373 * textmodes/flyspell.el (flyspell-word): Consider words that
9374 differ only in case as potential doublons (bug#5687).
9375
c53dc7fc
LMI
9376 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
9377 Remove two rather uninteresting debugging-like messages to make
9378 debbugs.el more silent.
9379
fd4983f2
LMI
9380 * comint.el (comint-password-prompt-regexp): Accept "Response" as
9381 a password-like phrase.
9382
7a71b18d 93832011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
9384
9385 * progmodes/cc-guess.el: New file.
9386
6a2fb145 9387 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
9388
9389 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
9390 derived from `c-basic-common-init'.
9391
9392 * progmodes/cc-mode.el (top-level): Require cc-guess.
9393 (c-basic-common-init): Use `cc-choose-style-for-mode'.
9394
1fa280a3
LM
93952011-06-30 Lawrence Mitchell <wence@gmx.li>
9396
9397 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
9398
e6597158
AM
93992011-06-30 Alan Mackenzie <acm@muc.de>
9400
1fa280a3
LM
9401 * progmodes/cc-engine.el (c-guess-continued-construct):
9402 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
9403 lock is disabled. Name this case as "CASE G".
9404
68ba37fb
KM
94052011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
9406
9407 * allout.el (allout-yank-processing): Fix injection of extra space
9408 between bullet and non-whitespace character in first topic when
9409 pasting, ensuring that the actual spacing in the pasted topic
9410 following the bullet char is preserved. This extra space was
9411 causing pasted encrypted topics to get a decrypted status even
9412 when the content was actually still encrypted. Now the decryption
9413 status from before the paste is preserved.
9414
9415 (allout-flag-region): Set all allout overlays so they evaporate
9416 when reduced to zero length (evanescent), to prevent overlay
9417 leakage.
9418
887a0b34
GM
94192011-06-30 Glenn Morris <rgm@gnu.org>
9420
94b9acce
GM
9421 * w32-fns.el (w32-charset-info-alist): Declare.
9422
1d9b46d4
GM
9423 * find-dired.el (find-grep-options): Simplify.
9424
cc232200
GM
9425 * term/ns-win.el (ns-set-resource): Declare.
9426
28e77c46
GM
9427 * ses.el (row, col): Declare dynamic variables honestly.
9428
887a0b34
GM
9429 * textmodes/reftex-parse.el (index-tags): Declare.
9430
658d8eb8
CY
94312011-06-30 Chong Yidong <cyd@stupidchicken.com>
9432
9433 * cus-edit.el (customize-push-and-save): New function.
9434
9435 * files.el (hack-local-variables-confirm): Use it.
9436
1fa280a3
LM
9437 * custom.el (load-theme): New arg NO-CONFIRM.
9438 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
9439 (custom-enabled-themes): Doc fix.
9440
9441 * cus-theme.el (customize-create-theme)
9442 (custom-theme-merge-theme): Callers to load-theme changed.
9443
bb617717
LMI
94442011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9445
d61bdd5d
LMI
9446 * thingatpt.el (thing-at-point-short-url-regexp): Require that
9447 short URLs have at least one dot in them (bug #7614).
9448
bb617717
LMI
9449 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
9450 nil, because using a pty is apparently too slow (bug #895).
9451
2f31f37a
LMI
94522011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9453
9454 * mail/sendmail.el (sendmail-query-once): New function.
9455 (sendmail-query-once-function): New variable.
9456
3076b24e
GM
94572011-06-29 Glenn Morris <rgm@gnu.org>
9458
faf2a174
GM
9459 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
9460
3076b24e
GM
9461 * ses.el (top-level): Require cl when compiling.
9462 (ses-set-localvars): Fix error statement.
9463 Call it at compile time to silence a storm of warnings.
9464
5386012d
MR
94652011-06-29 Martin Rudalics <rudalics@gmx.at>
9466
9467 * window.el (normalize-live-buffer): Rename to
9468 window-normalize-buffer.
9469 (normalize-live-frame): Rename to window-normalize-frame.
9470 (normalize-any-window): Rename to window-normalize-any-window.
9471 (normalize-live-window): Rename to window-normalize-live-window.
9472 (make-window-atom): Rename to window-make-atom.
9473 (window-resize-reset): Rename to window--resize-reset.
9474 (window-resize-reset-1): Rename to window--resize-reset-1.
9475 (resize-mini-window): Rename to window--resize-mini-window.
9476 (resize-subwindows-skip-p): Rename to
9477 window--resize-subwindows-skip-p.
9478 (resize-subwindows-normal): Rename to
9479 window--resize-subwindows-normal.
9480 (resize-subwindows): Rename to window--resize-subwindows.
9481 (resize-other-windows): Rename to window--resize-siblings.
9482 (resize-this-window): Rename to window--resize-this-window.
9483 (resize-root-window): Rename to window--resize-root-window.
9484 (resize-root-window-vertically): Rename to
9485 window--resize-root-window-vertically.
9486 (normalize-buffer-to-display): Rename to
9487 window-normalize-buffer-to-display.
9488 (normalize-buffer-to-switch-to): Rename to
9489 window-normalize-buffer-to-switch-to.
9490 Correspondingly update all callers of the functions listed
9491 above.
9492 (display-buffer-alist, display-buffer-normalize-arguments)
9493 (display-buffer-normalize-options, display-buffer)
9494 (display-buffer-alist-set): Use "function" instead of
9495 "fun-with-args".
9496
1176868d
CY
94972011-06-28 Chong Yidong <cyd@stupidchicken.com>
9498
9499 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
9500 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
9501 debbugs.gnu.org. Mention acknowledgment email.
9502
20a7a65f
LMI
95032011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9504
9505 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
9506 buffer multibyteness, since it shouldn't matter.
9507
5f45cca5
MR
95082011-06-28 Martin Rudalics <rudalics@gmx.at>
9509
9510 * window.el (display-buffer-in-side-window): Handle dedicated
9511 windows as in display-buffer-reuse-window.
9512 (display-buffer-normalize-alist): Use value of override
9513 specifier.
9514 (display-buffer-normalize-specifiers): Use value of
9515 other-window-means-other-frame specifier.
9516 (display-buffer-alist): Rewrite some texts in widgets.
9517 (display-buffer): Spread arguments when calling function
9518 specified by fun-with-args.
9519
ad85fe1f
DD
95202011-06-28 Deniz Dogan <deniz@dogan.se>
9521
1fa280a3
LM
9522 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9523 Unnest `let'.
da68c4c8 9524
ad85fe1f
DD
9525 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
9526 selectors (Bug#5732).
ec49bd31 9527 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 9528
a08cc025
JA
95292011-06-27 Jari Aalto <jari.aalto@cante.net>
9530
9531 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
9532 (eshell-ls-date-format): New defcustom.
9533 (eshell-ls-file): Use it.
9534
e2b551c5
SM
95352011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9536
9537 * help-fns.el (describe-variable): Fix message for terminal-local vars.
9538
8982b231
KY
95392011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
9540
9541 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
9542 (ange-ftp-make-tmp-name): New arg.
9543 (ange-ftp-file-local-copy): Use it.
9544
36c9fa27
J
95452011-06-27 Jambunathan K <kjambunathan@gmail.com>
9546
9547 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
9548 no-conversion (Bug#8870).
9549
d68443dc
MR
95502011-06-27 Martin Rudalics <rudalics@gmx.at>
9551
9552 * window.el (window-right, window-left, window-child)
9553 (window-child-count, window-last-child)
9554 (window-iso-combination-p, walk-window-tree-1)
9555 (window-atom-check-1, window-tree-1, delete-window)
9556 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
9557 new naming conventions - window-vchild, window-hchild,
9558 window-next and window-prev are now called window-top-child,
9559 window-left-child, window-next-sibling and window-prev-sibling
9560 respectively.
d615d6d2
MR
9561 (resize-window-reset): Rename to window-resize-reset.
9562 (resize-window-reset-1): Rename to window-resize-reset-1.
9563 (resize-window): Rename to window-resize.
9564 (window-min-height, window-min-width)
9565 (resize-mini-window, resize-this-window, resize-root-window)
9566 (resize-root-window-vertically, adjust-window-trailing-edge)
9567 (enlarge-window, shrink-window, maximize-window)
9568 (minimize-window, delete-window, quit-restore-window)
9569 (split-window, balance-windows, balance-windows-area-adjust)
9570 (balance-windows-area, window-state-put-2)
9571 (display-buffer-even-window-sizes, display-buffer-set-height)
9572 (display-buffer-set-width, set-window-text-height)
9573 (fit-window-to-buffer): Rename all "resize-window" prefixed
9574 calls to use the "window-resize" prefix convention.
9575 (display-buffer-alist): Fix symbol for label specifier.
9576 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
9577 corresponding specifier.
9578 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 9579
b6458526
VB
95802011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9581
9582 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
9583 convention.
9584 (ses-call-printer): Does not pass an empty string to formatter when the
9585 cell is empty to keep from barking printer Calc math-format-value.
9586
d31fd9ac
RS
95872011-06-27 Richard Stallman <rms@gnu.org>
9588
43d5bf84
RS
9589 * battery.el (battery-mode-line-limit): New variable.
9590 (battery-update): Handle it.
9591
d31fd9ac
RS
9592 * mail/rmailmm.el (rmail-mime-process-multipart):
9593 Handle truncated messages.
9594
819a6054
GM
95952011-06-27 Glenn Morris <rgm@gnu.org>
9596
9597 * progmodes/flymake.el (flymake-err-line-patterns):
9598 Allow for column numbers in the ant/javac pattern. (Bug#8866)
9599
cedc73f2
VB
96002011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9601
819a6054 9602 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
9603 (ses--clean-!, ses--clean-_): New functions.
9604 (ses-range): Add configurability of readout order, and conversion
9605 to Calc vector.
9606
5e5d49b6
VB
9607 * ses.el (ses-repair-cell-reference-all): New function.
9608 (ses-cell-symbol): Set macro as safe, so that it can be used in
9609 formulas.
9610
56e6cc31 9611 * ses.el: Update cycle detection algorithm.
90ca8b49 9612 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 9613 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
9614 (ses-set-localvars): New function.
9615 (ses-make-cell): Add property-list as a cell element.
9616 (ses-cell-property-get-fun, ses-cell-property-get)
9617 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
9618 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9619 New functions.
90ca8b49
VB
9620 (ses-cell-property-set, ses-cell-property-pop)
9621 (ses-cell-property-get-handle): New macro.
9622 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9623 New aliases, used for code readability.
9624 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9625 cycle detection.
9626 (ses-self-reference-early-detection): New defcustom.
fac916bf 9627 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
9628 (ses-mode): Use ses-set-localvars.
9629 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9630 before lauching the update processing.
9631 (ses-initialize-Dijkstra-attempt): New function.
9632 (ses-recalculate-cell): Update for cycle detection based on
9633 Dijkstra algorithm.
9634
2bb63e81
VB
9635 * ses.el: Fix commenting and indenting convention.
9636
c9d29fb8
SM
96372011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9638
9639 * bs.el (bs-cycle-next): Complete last change.
9640
d8e4b68b
JB
96412011-06-27 Drew Adams <drew.adams@oracle.com>
9642
9643 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9644
40098786
LMI
96452011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9646
c9d29fb8
SM
9647 * net/network-stream.el (network-stream-open-starttls):
9648 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
9649 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9650
40098786
LMI
9651 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9652 to binary to possibly avoid line encoding issues on Windows (among
9653 other things).
9654
468d09d4
LMI
96552011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9656
9657 * net/network-stream.el (open-network-stream): Return an :error
9658 saying what the problem was, if possible.
9659
9660 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9661 server.
9662
9663 * net/network-stream.el (network-stream-open-starttls): If we
9664 wanted to use STARTTLS, and the server offered it, but we weren't
9665 able to because we had no STARTTLS support, then close the connection.
9666 (open-network-stream): Return an :error element, if present.
9667
16f07dd7
CY
96682011-06-26 Chong Yidong <cyd@stupidchicken.com>
9669
88821ca0
CY
9670 * hl-line.el (hl-line-sticky-flag): Doc fix.
9671 (global-hl-line-sticky-flag): New option (Bug#8323).
9672 (global-hl-line-highlight): Obey it.
9673
16f07dd7
CY
9674 * vc/vc.el (vc-revert-show-diff): Default to t.
9675
6b5ccddf
KM
96762011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9677
c9d29fb8
SM
9678 * allout-widgets.el (allout-widgets-post-command-business):
9679 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
9680 undecorated when an isearch is continued past, and isearch
9681 automatically collapses them. This leads to "widget leaks", where
9682 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
9683 hidden widgets can slow down cursor travel, substantially.
9684 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
9685 so we're doing without this nicety.
9686
9687 (allout-widgets-tally-string): Don't try to do a hash-table-count
9688 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9689 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9690 *Messages* when allout-widgets-maintain-tally is t.
9691
355f2e07
MR
96922011-06-26 Martin Rudalics <rudalics@gmx.at>
9693
9694 * window.el (display-buffer-normalize-argument): Rename to
9695 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
9696 LABEL argument. Respect special-display-function when popping up
9697 a new frame. Fix code searching for a window showing the buffer
9698 on another frame.
c9d29fb8
SM
9699 (display-buffer-normalize-specifiers):
9700 Call display-buffer-normalize-arguments.
355f2e07
MR
9701 (display-buffer-in-window): Don't undedicate the window if its
9702 buffer remains the same.
9703 Reported by Drew Adams <drew.adams@oracle.com>.
9704 (display-buffer-alist): Add choice for same-window macro
9705 specfier.
9706 (display-buffer): Mention special meaning of LABEL argument in
9707 doc-string. Fix quoting. Don't pop up a new frame even as
9708 fallback.
9709
7ca8fc42
JB
97102011-06-26 Juanma Barranquero <lekktu@gmail.com>
9711
9712 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9713 avoid deleting the current window in some cases (bug#8911).
9714
bc312254
AS
97152011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9716
9717 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9718 (Bug#8934)
9719
2db18f3f
LMI
97202011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9721
c9d29fb8
SM
9722 * net/network-stream.el (network-stream-open-starttls):
9723 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
9724 (network-stream-open-tls): Ditto.
9725
6302e0d3
LL
97262011-06-26 Leo Liu <sdl.web@gmail.com>
9727
9728 * register.el (registerv): New struct.
9729 (registerv-make): New function.
c9d29fb8
SM
9730 (jump-to-register, describe-register-1, insert-register):
9731 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
9732 struct. (Bug#8415)
9733
5fdd4046
CY
97342011-06-26 Chong Yidong <cyd@stupidchicken.com>
9735
2afef60a
CY
9736 * vc/vc.el (vc-revert-show-diff): New defcustom.
9737 (vc-diff-internal): New arg specifying diff buffer.
9738 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9739 reuse an existing *vc-diff* buffer (Bug#8927).
9740
5fdd4046
CY
9741 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9742
e93db24a
GM
97432011-06-26 Glenn Morris <rgm@gnu.org>
9744
9745 * progmodes/f90.el (f90-critical-indent): New option.
9746 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9747 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9748 (f90-mode): Doc fix.
9749 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9750 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9751 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9752 (f90-match-end): Handle block, critical.
9753
eefff499
GM
97542011-06-25 Glenn Morris <rgm@gnu.org>
9755
f6ba4cc9
GM
9756 * calendar/diary-lib.el (diary-included-files): Doc fix.
9757 (diary-include-files): New function, extracted from
9758 diary-include-other-diary-files and diary-mark-included-diary-files.
9759 (diary-include-other-diary-files, diary-mark-included-diary-files):
9760 Just call diary-include-files.
9761 (diary-mark-entries): Reset diary-included-files on first call.
9762
16712304
GM
9763 * calendar/diary-lib.el (diary-mark-entries)
9764 (diary-mark-included-diary-files):
9765 Visit included diary-files in temp buffers.
9766
5d8e0d43
GM
9767 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9768 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9769 (f90-start-block-re, f90-imenu-generic-expression)
9770 (f90-looking-at-program-block-start, f90-no-block-limit):
9771 Add support for submodules.
9772
ccf7a5d5
GM
9773 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9774 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 9775
11fdef7d 97762011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
9777
9778 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9779 buffer-file-type before setting its value, to avoid disastrous
eefff499 9780 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 9781
74f53697
JB
97822011-06-25 Juanma Barranquero <lekktu@gmail.com>
9783
9784 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9785
9786 * ses.el (ses-unload-function):
9787 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9788
9789 * proced.el (proced-unload-function):
9790 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9791
18a4ce5e
AR
97922011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9793
9794 * server.el (server-create-window-system-frame): Add parameters arg.
9795 (server-process-filter): Doc fix. Handle frame-parameters.
9796
519d22cc
JB
97972011-06-25 Juanma Barranquero <lekktu@gmail.com>
9798
9799 Fix bug#8730, bug#8781.
9800
9801 * loadhist.el (unload--set-major-mode): New function.
9802 (unload-feature): Use it.
9803
9804 * progmodes/python.el (python-after-info-look): Add autoload cookie.
9805 (python-unload-function): New function.
9806
c206f5b0
SM
98072011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9808
9809 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
9810
f9ad64f3
GS
98112011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
9812
9813 * net/browse-url.el (browse-url-firefox-program): Add icecat to
9814 the candidates list.
9815
7d0da90e
JB
98162011-06-24 Juanma Barranquero <lekktu@gmail.com>
9817
9818 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
9819
14b4e83d
RS
98202011-06-23 Richard Stallman <rms@gnu.org>
9821
9822 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
9823 (rmail-variables): Set next-error-move-function.
9824 (rmail-what-message): Take argument POS.
9825 (rmail-next-error-move): New function.
9826
273d2baf
SM
98272011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9828
9829 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
9830 messages for adjacent non-terminals.
9831
56c2cc9a
RS
98322011-06-23 Richard Stallman <rms@gnu.org>
9833
9834 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 9835 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
9836 (rmail-start-mail): Don't specify use of rmail-mail-return;
9837 that's done by mail-bury now.
9838 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 9839
d59eb518
MA
98402011-06-23 Michael Albinus <michael.albinus@gmx.de>
9841
9842 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
9843 SIZE is a number.
9844
02cfc6d6
MR
98452011-06-23 Martin Rudalics <rudalics@gmx.at>
9846
9847 * window.el (get-lru-window, get-mru-window)
9848 (get-largest-window): Never return a minibuffer window.
9849 (display-buffer-pop-up-window): Fix a bug that could lead to
9850 reusing the minibuffer window.
9851 (display-buffer): Pass original specifier argument to
9852 display-buffer-function instead of the normalized one.
9853 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9854
4e323265
LL
98552011-06-22 Leo Liu <sdl.web@gmail.com>
9856
9857 * minibuffer.el (completing-read-function)
9858 (completing-read-default): Move from minibuf.c
9859
7a70468f
RS
98602011-06-22 Richard Stallman <rms@gnu.org>
9861
50718fc2
RS
9862 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
9863 to Rmail even if not started by a special Rmail command.
9864
7a70468f
RS
9865 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
9866 Copy the buffer currently showing just one message.
9867
297dde5a
RW
98682011-06-22 Roland Winkler <winkler@gnu.org>
9869
9870 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
9871 (bibtex-clean-entry): First delete the old key so that a
9872 customized algorithm for generating the new key does not get
9873 confused by the old key.
9874 (bibtex-url): Obey regexp of first step.
9875 (bibtex-search-entries): Do not use add-to-list with local
9876 list-var.
9877
97bb1093
LMI
98782011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9879
9880 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
9881 stored a user name, then query for the password first, instead of
9882 waiting for SMTP to give an error message and the trying again.
9883
1c0f1a19
JD
98842011-06-22 Lawrence Mitchell <wence@gmx.li>
9885
9886 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
9887 BUFFER in call-process.
9888
396f7c9d
LMI
98892011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9890
9891 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
9892 QUIT twice.
ddb7ffee
LMI
9893 (smtpmail-try-auth-methods): Require user name and password from
9894 auth-source.
396f7c9d 9895
8998d1b3
MR
98962011-06-22 Martin Rudalics <rudalics@gmx.at>
9897
9898 * window.el (display-buffer-default-specifiers)
9899 (display-buffer-alist): Remove entries for pop-up-frame-alist.
9900 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 9901 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
9902
9903 * frame.el (pop-up-frame-alist, pop-up-frame-function)
9904 (special-display-frame-alist, special-display-popup-frame):
9905 Remove duplicate declarations. These are now in window.el.
9906
4ea31e07
LMI
99072011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9908
c9d29fb8
SM
9909 * mail/smtpmail.el (smtpmail-via-smtp):
9910 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
9911 server supports it. SMTP servers that support STARTTLS commonly
9912 require it.
9913
9914 * net/network-stream.el (network-stream-open-starttls): Support
9915 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 9916 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 9917
95f41d9a
LMI
9918 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
9919 upgrades with `open-network-stream', and rely solely on
9920 auth-source for all credentials. Big changes throughout the file,
9921 but in particular:
c9d29fb8
SM
9922 (smtpmail-auth-credentials): Remove.
9923 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
9924 (smtpmail-via-smtp): Check for servers saying they want AUTH after
9925 MAIL FROM, too.
95f41d9a 9926
c9d29fb8
SM
9927 * net/network-stream.el (network-stream-open-starttls):
9928 Provide support for client certificates both for external and built-in
4ea31e07
LMI
9929 STARTTLS.
9930 (auth-source): Require.
9931 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
9932 (network-stream-certificate): Change cert-cert to cert and
9933 cert-key to key.
4ea31e07 9934
065ec2c7
MA
99352011-06-21 Michael Albinus <michael.albinus@gmx.de>
9936
9937 * net/tramp-cache.el (top): Don't load the persistency file when
9938 "emacs -Q" has been called.
9939
cd93b359
DR
99402011-06-21 Tim Harper <timcharper@gmail.com>
9941
d8e4b68b
JB
9942 * term/ns-win.el (ns-initialize-window-system):
9943 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
9944 resource to NO as it is not yet supported by the NS port.
9945
ae9c0411
JB
99462011-06-21 Juanma Barranquero <lekktu@gmail.com>
9947
9948 * misc.el (list-dynamic-libraries--refresh): Compute header here...
9949 (list-dynamic-libraries): ...not here.
9950
7f3f739f
LL
99512011-06-21 Leo Liu <sdl.web@gmail.com>
9952
9953 * subr.el (sha1): Implement sha1 using secure-hash.
9954
327c8fb1
MR
99552011-06-21 Martin Rudalics <rudalics@gmx.at>
9956
9957 * window.el (display-buffer-alist): In default value do not
9958 enforce searching a window on any but the selected frame.
9959 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9960 (display-buffer-select-window): Remove function.
9961 (display-buffer-in-window): When a window on another frame gets
9962 reused, do not select it any more but just raise its frame if
9963 necessary (Bug#8851) and (Bug#8856).
9964 (display-buffer-normalize-options): Handle pop-up-frames related
9965 options more faithfully.
9966 (pop-to-buffer): Don't rely on `display-buffer' selecting the
9967 window if it is on another frame.
c9d29fb8
SM
9968 (display-buffer-alist, display-buffer-default-specifiers):
9969 Don't make new frame unsplittable by default.
9e9de014
MR
9970 (display-buffer-normalize-argument): Fix doc-string typo and use
9971 'same-frame-other-window instead of 'other-window when associating
9972 with display-buffer-macro-specifiers.
327c8fb1 9973
7cf3f556
VB
99742011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
9975
9976 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
9977 New functions.
9978 (5x5-mode-map, 5x5-mode-menu): Bind them.
9979 (5x5-draw-grid): Tweak the solver's rendering.
9980
60a406cf
SM
99812011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9982
9983 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
9984 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
9985
d8e4b68b 99862011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
9987
9988 * menu-bar.el: Use function variable instead of switch-to-buffer.
9989 (menu-bar-select-buffer-function): New variable.
60a406cf 9990 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 9991
478d6f95
SM
99922011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9993
9994 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
9995 variable's status.
9996
ca530739
JD
99972011-06-20 Jan Djärv <jan.h.d@swipnet.se>
9998
9999 * x-dnd.el (x-dnd-version-from-flags)
10000 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
10001 and long as number (Bug#8899).
10002 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
10003
bcd70d97
SM
100042011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10005
60a406cf 10006 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
10007 (completion-try-completion, completion-all-completions): Compute the
10008 metadata argument if it's missing; make it optional (bug#8795).
10009
60a406cf 10010 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
10011 (widget-complete): Use new :completion-function property.
10012 (widget-completions-at-point): New function.
10013 (default): Use :completion-function instead of :complete.
60a406cf
SM
10014 (widget-default-completions): Rename from widget-default-complete;
10015 Rewrite.
bcd70d97
SM
10016 (widget-string-complete, widget-file-complete, widget-color-complete):
10017 Remove functions.
10018 (file, symbol, function, variable, coding-system, color):
10019 * international/mule-cmds.el (default-input-method, charset)
10020 (language-info-custom-alist):
10021 * cus-edit.el (face): Use new property :completions.
10022
10023 * progmodes/pascal.el (pascal-completions-at-point): New function.
10024 (pascal-mode): Use it.
10025 (pascal-mode-map): Use completion-at-point.
10026 (pascal-toggle-completions): Make obsolete.
10027 (pascal-complete-word, pascal-show-completions):
10028 * progmodes/octave-mod.el (octave-complete-symbol):
10029 Redefine as obsolete alias.
10030 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
10031 Signal absence of completion info for old Octave,
10032 (inferior-octave-complete): Redefine as obsolete alias.
10033 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
10034 (meta-completions-at-point): Rename from meta-complete-symbol and
10035 adapt it for use on completion-at-point-functions.
10036 (meta-common-mode): Use it.
10037 (meta-looking-at-backward, meta-match-buffer): Remove.
10038 (meta-complete-symbol): Redefine as obsolete alias.
10039 (meta-common-mode-map): Use completion-at-point.
10040 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
10041 (makefile-mode-map): Use completion-at-point.
10042 (makefile-completions-at-point): Rename from makefile-complete and
10043 adapt it for use on completion-at-point-functions.
10044 (makefile-mode): Use it.
10045 (makefile-complete): Redefine as obsolete alias.
10046
aebf69c8
DD
100472011-06-20 Deniz Dogan <deniz@dogan.se>
10048
10049 * net/rcirc.el: Delete trailing whitespaces once and for all.
10050
bfbbb27d
DC
100512011-06-20 Daniel Colascione <dan.colascione@gmail.com>
10052
10053 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
10054
d264a46b
CY
100552011-06-19 Chong Yidong <cyd@stupidchicken.com>
10056
4ca009e5
CY
10057 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
10058
d264a46b
CY
10059 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
10060
fbf5b3ce
MR
100612011-06-19 Martin Rudalics <rudalics@gmx.at>
10062
10063 * window.el (display-buffer-other-window-means-other-frame):
10064 Call display-buffer-normalize-alist.
10065 (display-buffer-normalize-specifiers-1): Rename to
10066 display-buffer-normalize-argument. New argument other-frame.
10067 Rewrite.
10068 (display-buffer-normalize-specifiers-2): Rename to
10069 display-buffer-normalize-options.
10070 (display-buffer-normalize-alist-1): New function.
10071 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
10072 display-buffer-normalize-alist.
10073 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
10074 (display-buffer-normalize-options-inhibit): New variable.
10075 (display-buffer-normalize-specifiers): Rewrite calling
10076 display-buffer-normalize-alist,
10077 display-buffer-normalize-argument, and
10078 display-buffer-normalize-options. Don't call the latter if
10079 display-buffer-normalize-options-inhibit is non-nil.
10080 (frame-auto-delete): New option.
10081 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
10082 (window-list-no-nils, window-state-ignored-parameters)
10083 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
10084 (window-state-put-1, window-state-put-2, window-state-put):
10085 New functions.
9a028c23
MR
10086 (display-buffer-normalize-options): Move special-display-p group
10087 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 10088
6d10d800
CY
100892011-06-18 Chong Yidong <cyd@stupidchicken.com>
10090
6420d28b
CY
10091 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
10092 groups (Bug#8776).
10093 (rx-submatch-n): New function.
10094 (rx): Document it.
10095
ddb8b596
CY
10096 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
10097 (Bug#8768).
10098
10099 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
10100
77080289
CY
10101 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
10102
61dfb316
CY
10103 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
10104 anytime existing face settings are present (Bug#8889).
10105
6d10d800
CY
10106 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
10107 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
10108 Remove unused argument.
10109
be3fb2b8
MR
101102011-06-18 Martin Rudalics <rudalics@gmx.at>
10111
bcd70d97
SM
10112 * window.el (display-buffer-default-specifiers):
10113 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
10114 pop-up-window-min-width, and another reuse-window specifier
10115 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
10116 (display-buffer-normalize-specifiers-2):
10117 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
10118 pop-up-windows is unset. Add a reuse-window specifier for the
10119 case popping up a new window fails.
10120 (special-display-popup-frame): Remove double quoting.
28dec25a 10121 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 10122
1c6d8c76
SM
101232011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * shell.el (shell-completion-vars): Set pcomplete-termination-string
10126 according to comint-completion-addsuffix.
10127
10128 * pcomplete.el: Convert to lexical binding and fix bug#8819.
10129 (pcomplete-suffix-list): Mark as obsolete.
10130 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
10131 pcomplete-seen in the closure.
10132 (pcomplete-comint-setup): Setup completion-at-point as well.
10133 (pcomplete--entries): New function.
10134 (pcomplete--env-regexp): New var.
10135 (pcomplete-entries): Rewrite to work with partial-completion and
10136 without relying on pcomplete-suffix-list.
10137 (pcomplete-pare-list): Remove, unused.
10138
25aef8b8
MR
101392011-06-17 Martin Rudalics <rudalics@gmx.at>
10140
10141 * window.el (display-buffer-alist): Set pop-up-window-min-height
10142 and pop-up-window-min-width in default value. Reported by
10143 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
10144 other-window-means-other-frame.
10145 (display-buffer-macro-specifiers): Comment out entry for
10146 other-window specifier.
10147 (display-buffer-other-window-means-other-frame): New function.
10148 (display-buffer-normalize-specifiers-1): New arguments
10149 buffer-name and label. Treat other-window case specially.
10150 (display-buffer-normalize-specifiers-2): Treat other-window case
10151 specially.
10152 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
10153 (display-buffer-normalize-specifiers):
10154 Call display-buffer-normalize-specifiers-3.
25aef8b8 10155
dbad4f69
MR
101562011-06-17 Martin Rudalics <rudalics@gmx.at>
10157
10158 * window.el (same-window-p): Fix two typos introduced when
10159 adding with-no-warnings.
d1067961
MR
10160 (display-buffer-normalize-specifiers-1): Don't check
10161 pop-up-frames for 'unset initialization.
10162 (display-buffer-normalize-specifiers-2): Major rewrite using
10163 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
10164 (pop-up-frames, display-buffer-reuse-frames)
10165 (display-buffer-mark-dedicated): Don't initialize to 'unset.
10166 Suggested by David Engster <deng@randomsample.de>.
10167 (even-window-heights): Initialize to 'unset.
10168 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
10169 (display-buffer-macro-specifiers): Don't pop up a new frame in the
10170 other window case.
dbad4f69 10171
9b9c9e3a
MR
101722011-06-16 Martin Rudalics <rudalics@gmx.at>
10173
bcd70d97
SM
10174 * window.el (display-buffer-normalize-specifiers-1):
10175 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 10176 second argument of display-buffer (Bug#8865).
981d5c09
MR
10177 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
10178 (switch-to-buffer-other-window-same-frame)
10179 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
10180 Adams (Bug#8875).
9c2755e9
MR
10181 (display-buffer): Don't check noninteractive when calling
10182 display-buffer-pop-up-frame.
10183 (display-buffer-pop-up-frame): Never pop up a frame in
10184 noninteractive mode (Bug#8857).
67222e1d
MR
10185 (enlarge-window, shrink-window): Don't report an error when the
10186 window can't be resized as requested (Bug#8862).
9b9c9e3a 10187
2b75be67
SM
101882011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10189
9ffdd3ba
SM
10190 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
10191
cb581a67
SM
10192 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
10193
2b75be67
SM
10194 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
10195
8c0e3589
AM
101962011-06-15 Alan Mackenzie <acm@muc.de>
10197
cb581a67
SM
10198 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
10199 for declarators, disable knr checking to speed up for normal files.
10200 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 10201
b96e6cde
LMI
102022011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10203
4bba86e6
LMI
10204 * net/network-stream.el (open-network-stream): Add the keyword
10205 :always-query-capabilities for the case where you want to force a
10206 `plain' network connection, but the protocol still requires the
10207 capabilitiy command (i.e., SMTP and EHLO).
10208
2b75be67 10209 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
10210 consistency with other `-live-p' functions.
10211
efdcdbf8
SM
102122011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10213
10214 * window.el (same-window-buffer-names, same-window-regexps)
10215 (special-display-frame-alist, special-display-popup-frame)
10216 (special-display-function, special-display-buffer-names)
10217 (special-display-regexps, pop-up-frame-alist)
10218 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
10219 (pop-up-windows, split-window-preferred-function)
10220 (split-height-threshold, split-width-threshold, even-window-heights)
10221 (display-buffer-mark-dedicated): Don't encourage the use of
10222 display-buffer-alist from Elisp code.
10223
c5cde042
DN
102242011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10225
10226 * progmodes/python.el (python-mode): Derive from prog-mode.
10227 * progmodes/ps-mode.el (ps-mode):
10228 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 10229 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
10230 * progmodes/ld-script.el (ld-script-mode): Likewise.
10231
baa1c9ab
MR
102322011-06-15 Martin Rudalics <rudalics@gmx.at>
10233
10234 * window.el (display-buffer-alist): Trim default value to avoid
10235 popping up a new frame (Bug#8857) or reusing an arbitrary window
10236 on another frame.
10237 (display-buffer): Do not fall back on popping up a new frame in
10238 batch mode (Bug#8857).
10239
c5dd5a51
CY
102402011-06-14 Chong Yidong <cyd@stupidchicken.com>
10241
10242 * cus-theme.el (describe-theme-1): Use custom-theme-p.
10243 (custom-theme-summary): New function.
10244 (customize-themes): Use it.
10245
d647b7c4
GM
102462011-06-13 Glenn Morris <rgm@gnu.org>
10247
10248 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
10249
9481c002
MR
102502011-06-13 Martin Rudalics <rudalics@gmx.at>
10251
357f93d2
MR
10252 * help.el (help-window): Remove variable.
10253 (help-window-point-marker, temp-buffer-max-height)
10254 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
10255 (help-print-return-message): Don't set help-window.
10256 (resize-temp-buffer-window): Rewrite cod eand doc-string.
10257 (help-window-setup-finish): Remove.
10258 (help-window-display-message, help-window-setup)
10259 (with-help-window): Major rewrite based on new
10260 display-buffer-window variable.
10261
10262 * help-mode.el (help-mode-finish): Remove help-window related
10263 code.
10264
10265 * view.el (view-exits-all-viewing-windows): Remove reference to
10266 view-return-to-alist in doc-string.
10267 (view-return-to-alist): Make obsolete.
10268 (view-buffer): Call pop-to-buffer-same-window and remove
10269 undo-window code.
10270 (view-buffer-other-window): Call pop-to-buffer-other-window and
10271 simplify code. Ignore second argument.
10272 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
10273 simplify code. Ignore second argument.
10274 (view-return-to-alist-update): Make obsolete.
10275 (view-mode-enter): Rename second argument to QUIT-RESTORE.
10276 Rewrite using quit-restore window parameters.
2b75be67
SM
10277 (view-mode-exit): Rename second argument to EXIT-ONLY.
10278 Rewrite using quit-restore-window.
357f93d2
MR
10279 (View-exit, View-exit-and-edit, View-leave, View-quit)
10280 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
10281 appropriate arguments.
10282 (view-end-message): Use quit-restore window parameter.
10283
9481c002
MR
10284 * window.el (display-buffer-function): Rewrite doc-string.
10285 (display-buffer-window, display-buffer-alist): New variables.
10286 (display-buffer-split-specifiers)
10287 (display-buffer-side-specifiers)
10288 (display-buffer-macro-specifiers): New constants.
10289 (display-buffer-even-window-sizes, display-buffer-set-height)
10290 (display-buffer-set-width, display-buffer-select-window)
10291 (display-buffer-in-window, display-buffer-reuse-window)
10292 (display-buffer-split-window-1, display-buffer-split-window)
10293 (display-buffer-split-atom-window, display-buffer-pop-up-window)
10294 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
10295 (display-buffer-in-side-window, normalize-buffer-to-display)
10296 (display-buffer-normalize-specifiers-1)
10297 (display-buffer-normalize-specifiers-2)
2b75be67
SM
10298 (display-buffer-normalize-specifiers, display-buffer-frame):
10299 New functions.
9481c002
MR
10300 (display-buffer): Major rewrite.
10301 (display-buffer-other-window, display-buffer-other-frame)
10302 (pop-to-buffer, switch-to-buffer-other-window)
10303 (switch-to-buffer-other-frame): Rewrite.
10304 (display-buffer-same-window, display-buffer-same-frame)
10305 (display-buffer-same-frame-other-window)
10306 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10307 (pop-to-buffer-other-window)
10308 (pop-to-buffer-same-frame-other-window)
10309 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
10310 (switch-to-buffer-other-window-same-frame): New functions.
10311 (same-window-p, special-display-p): Rewrite disabling warnings.
10312 Make obsolete.
10313 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10314 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
10315 Make obsolete
10316 (same-window-buffer-names, same-window-regexps)
10317 (special-display-frame-alist, special-display-popup-frame)
10318 (special-display-function, special-display-buffer-names)
10319 (special-display-regexps, pop-up-frame-alist)
10320 (pop-up-frame-function, split-window-preferred-function)
10321 (split-height-threshold, split-width-threshold)
10322 (even-window-heights): Make obsolete.
10323
9db51aca
GM
103242011-06-12 Glenn Morris <rgm@gnu.org>
10325
10326 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 10327 Misc simplifications.
9db51aca 10328
39cffb44
MR
103292011-06-12 Martin Rudalics <rudalics@gmx.at>
10330
10331 * window.el (window-safely-shrinkable-p): Restore function which
10332 was inadvertently removed in change from 2011-06-11. Declare as
10333 obsolete.
10334
2b75be67
SM
10335 * calendar/calendar.el (calendar-generate-window):
10336 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
10337 window-safely-shrinkable-p.
10338
a8955be7
GM
103392011-06-12 Glenn Morris <rgm@gnu.org>
10340
10341 * progmodes/fortran.el (fortran-mode-syntax-table):
10342 * progmodes/f90.el (f90-mode-syntax-table):
10343 Set % to punctuation. (Bug#8820)
10344 (f90-find-tag-default): Remove, no longer needed.
10345
f0d4059d
DC
103462011-06-12 Daniel Colascione <dan.colascione@gmail.com>
10347
10348 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
10349
1100a63c
CY
103502011-06-11 Chong Yidong <cyd@stupidchicken.com>
10351
10352 * image.el (image-animated-p): Return animation delay in seconds.
10353 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
10354 (image-animate-timeout): Remove DELAY argument. Don't assume
10355 every subimage has the same delay; get it from image-animated-p.
10356 (image-animate): Caller changed.
10357
def722bf
MA
103582011-06-11 Michael Albinus <michael.albinus@gmx.de>
10359
10360 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
10361 to ignored backtrace functions.
10362
0a2bb1a9
GM
103632011-06-11 Glenn Morris <rgm@gnu.org>
10364
10365 * calendar/appt.el (appt-disp-window-function): Doc fix.
10366 (appt-check): Handle overlapping appointments. (Bug#8337)
10367
6198ccd0
MR
103682011-06-11 Martin Rudalics <rudalics@gmx.at>
10369
10370 * window.el (window-tree-1, window-tree): New functions, moving
10371 the latter to window.el.
10372 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10373 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10374 (bw-refresh-edges): Remove.
10375 (balance-windows-1, balance-windows-2): New functions.
10376 (balance-windows): Rewrite in terms of window tree functions,
10377 balance-windows-1 and balance-windows-2.
10378 (bw-adjust-window): Remove.
10379 (balance-windows-area-adjust): New function with functionality of
10380 bw-adjust-window but using resize-window.
2b75be67
SM
10381 (set-window-text-height): Rewrite doc-string.
10382 Use normalize-live-window and resize-window.
10383 (enlarge-window-horizontally, shrink-window-horizontally):
10384 Rename argument to DELTA.
6198ccd0
MR
10385 (window-buffer-height): New function.
10386 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
10387 Rewrite using new window resize routines.
2b75be67
SM
10388 (kill-buffer-and-window, mouse-autoselect-window-select):
10389 Use ignore-errors instead of condition-case.
6198ccd0
MR
10390 (quit-window): Call delete-frame instead of delete-windows-on
10391 for the only buffer on frame.
10392
9397e56f
MR
103932011-06-10 Martin Rudalics <rudalics@gmx.at>
10394
10395 * loadup.el (top-level): Load window before files for the sake
10396 of replace-buffer-in-windows.
10397
10398 * files.el (read-buffer-to-switch)
10399 (switch-to-buffer-other-window)
2b75be67
SM
10400 (switch-to-buffer-other-frame, display-buffer-other-frame):
10401 Move to window.el.
9397e56f
MR
10402
10403 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
10404 (previous-buffer): Move to window.el.
10405
10406 * bindings.el (unbury-buffer): Move to window.el.
10407
10408 * window.el (delete-other-windows-vertically): Move after
10409 definition of delete-other-windows.
10410 (other-window, delete-windows-on, replace-buffer-in-windows):
10411 Move here from window.c.
10412 (record-window-buffer, unrecord-window-buffer)
10413 (set-window-buffer-start-and-point, switch-to-prev-buffer)
10414 (switch-to-next-buffer): New functions.
10415 (get-next-valid-buffer, last-buffer, next-buffer): Move here
10416 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
10417 (previous-buffer): Move here from simple.el.
10418 Call switch-to-prev-buffer.
9397e56f
MR
10419 (bury-buffer): Move here from buffer.c. Switch to previous
10420 buffer when window cannot be deleted.
10421 (unbury-buffer): Move here from bindings.el.
10422 (ctl-x-map): Move binding for other-window from window.c to
10423 here.
10424 (read-buffer-to-switch, switch-to-buffer-other-window)
10425 (switch-to-buffer-other-frame): Move here from files.el.
10426 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
10427 (switch-to-buffer): Move here from buffer.c.
10428 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 10429
562dd5e9
MR
104302011-06-10 Martin Rudalics <rudalics@gmx.at>
10431
10432 * window.el (window-min-height, window-min-width): Move here
10433 from window.c. Add defcustoms and rewrite doc-strings.
10434 (resize-mini-window, resize-window): New functions.
10435 (adjust-window-trailing-edge, enlarge-window, shrink-window):
10436 Move here from window.c.
10437 (maximize-window, minimize-window): New functions.
10438 (delete-window, delete-other-windows, split-window): Move here
10439 from window.c.
10440 (window-split-min-size): New function.
10441 (split-window-keep-point): Mention split-window-above-each-other
10442 instead of split-window-vertically.
2b75be67 10443 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
10444 Rename split-window-vertically to split-window-above-each-other
10445 and provide defalias for old definition.
10446 (split-window-side-by-side, split-window-horizontally):
10447 Rename split-window-horizontally to split-window-side-by-side
10448 and provide defalias for the old definition.
562dd5e9
MR
10449 (ctl-x-map): Move bindings for delete-window,
10450 delete-other-windows and enlarge-window here from window.c.
10451 Replace bindings for split-window-vertically and
10452 split-window-horizontally by bindings for
10453 split-window-above-each-other and split-window-side-by-side.
10454
10455 * cus-start.el (all): Remove entries for window-min-height and
10456 window-min-width. Add entries for window-splits and
10457 window-nest.
10458
f0da764a
GM
104592011-06-09 Glenn Morris <rgm@gnu.org>
10460
80675c21
GM
10461 * calendar/appt.el (appt-mode-line): New function.
10462 (appt-check, appt-disp-window): Use it.
10463
f0da764a
GM
10464 * files.el (hack-one-local-variable-eval-safep):
10465 Allow minor-modes with explicit +/-1 arguments.
10466
59f623b7
TZ
104672011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
10468
10469 * term/xterm.el (xterm): Add defgroup.
10470 (xterm-extra-capabilities): Add defcustom to supply known xterm
10471 capabilities, skip querying them, or query them (default).
10472 (terminal-init-xterm): Use it.
10473 (terminal-init-xterm-modify-other-keys): New function to set up
10474 modifyOtherKeys support to simplify `terminal-init-xterm'.
10475
9aab8e0d
MR
104762011-06-09 Martin Rudalics <rudalics@gmx.at>
10477
10478 * window.el (resize-window-reset, resize-window-reset-1)
10479 (resize-subwindows-skip-p, resize-subwindows-normal)
10480 (resize-subwindows, resize-other-windows, resize-this-window)
10481 (resize-root-window, resize-root-window-vertically)
10482 (window-deletable-p, window-or-subwindow-p)
10483 (frame-root-window-p): New functions.
10484
e8b08aee
GM
104852011-06-09 Glenn Morris <rgm@gnu.org>
10486
10487 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
10488 (ange-ftp-get-files): Use it.
10489
254c37a5
AK
104902011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10491
10492 * mail/sendmail.el (mail-recover-1, mail-recover):
10493 * files.el (recover-file, recover-session):
10494 Handle dired-listing-switches not being just a single short option.
10495
35d7dbd3
GM
104962011-06-09 Glenn Morris <rgm@gnu.org>
10497
10498 * calendar/appt.el (appt-display-message, appt-disp-window):
10499 Handle lists of appointments.
10500
387522b2
MR
105012011-06-08 Martin Rudalics <rudalics@gmx.at>
10502
2b75be67
SM
10503 * window.el (one-window-p): Move down in code.
10504 Rewrite doc-string.
10505 (window-current-scroll-bars): Rewrite doc-string.
10506 Normalize live window argument.
387522b2
MR
10507 (walk-windows, get-window-with-predicate, count-windows):
10508 Rewrite doc-string. Use window-list-1.
10509 (window-in-direction-2, window-in-direction, get-mru-window):
10510 New functions.
10511
d8e4b68b 105122011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
10513
10514 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
10515 Doc fix (Bug#8713).
10516
105172011-06-08 Chong Yidong <cyd@stupidchicken.com>
10518
10519 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
10520
105212011-06-08 Juanma Barranquero <lekktu@gmail.com>
10522
10523 * loadhist.el (unload-feature-special-hooks):
10524 Add `comint-output-filter-functions'.
10525
0de12c52
IK
105262011-06-08 Ivan Kanis <gnu@kanis.fr>
10527
10528 * calendar/appt.el (appt-check): Move some initializations into the let.
10529
f3d1777e
MR
105302011-06-08 Martin Rudalics <rudalics@gmx.at>
10531
10532 * window.el (window-height): Defalias to window-total-height.
10533 (window-width): Defalias to window-body-width.
10534
18af70d0
CY
105352011-06-07 Chong Yidong <cyd@stupidchicken.com>
10536
10537 * image-mode.el (image-toggle-animation): New command.
10538 (image-mode-map): Bind it to RET.
10539 (image-mode): Update message.
10540 (image-toggle-display-image): Avoid a spurious cache flush.
10541 (image-transform-rotation): Doc fix.
10542 (image-transform-properties): Return quickly in the normal case.
10543 (image-animate-loop): Rename from image-animate-max-time.
10544
2b75be67 10545 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
10546 (create-animated-image): Remove unnecessary function.
10547 (image-animate): Rename from image-animate-start. New arg.
2b75be67 10548 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
10549 (image-animate-timer): Use car-safe.
10550 (image-animate-timeout): Rename argument.
10551
190b47e6
MR
105522011-06-07 Martin Rudalics <rudalics@gmx.at>
10553
10554 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
10555 window.c. Rename first argument to ALL-FRAMES.
10556 Rephrase doc-strings.
10557 (get-buffer-window-list): Rewrite using window-list-1.
10558 Rephrase doc-string.
a1511caf
MR
10559 (window-safe-min-height, window-safe-min-width): New constants.
10560 (window-size-ignore, window-min-size, window-min-size-1)
10561 (window-sizable, window-sizable-p, window-size-fixed-1)
10562 (window-size-fixed-p, window-min-delta-1, window-min-delta)
10563 (window-max-delta-1, window-max-delta, window-resizable)
10564 (window-resizable-p, window-total-height, window-total-width)
10565 (window-body-width): New functions.
10566 (window-full-height-p, window-full-width-p): Rewrite using
10567 window-total-size.
10568 (window-body-height): Rewrite using window-body-size.
190b47e6 10569
85cc1f11
MR
105702011-06-06 Martin Rudalics <rudalics@gmx.at>
10571
10572 * window.el (window-right, window-left, window-child)
10573 (window-child-count, window-last-child, window-any-p)
10574 (normalize-live-buffer, normalize-live-frame)
10575 (normalize-any-window, normalize-live-window)
10576 (window-iso-combination-p, window-iso-combined-p)
10577 (window-iso-combinations)
10578 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
10579 (windows-with-parameter, window-with-parameter)
10580 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
10581 (window-atom-check, window-side-check, window-check):
10582 New functions.
85cc1f11
MR
10583 (ignore-window-parameters, window-sides, window-sides-vertical)
10584 (window-sides-slots): New variables.
10585 (window-size-fixed): Move down in code. Minor doc-string fix.
10586
e7156492
AS
105872011-06-05 Andreas Schwab <schwab@linux-m68k.org>
10588
10589 * comint.el (comint-dynamic-complete-as-filename)
10590 (comint-dynamic-complete-filename): Correctly call
10591 completion-in-region.
10592
7e821d0d
DD
105932011-06-05 Deniz Dogan <deniz@dogan.se>
10594
10595 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
10596 in last change.
10597
ac09b8a1
DD
105982011-06-05 Deniz Dogan <deniz@dogan.se>
10599
10600 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10601 (rcirc): Use it to prompt for encryption.
10602
34699b85
RW
106032011-06-05 Roland Winkler <winkler@gnu.org>
10604
10605 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10606 (bibtex-search-entries): New command bound to C-c C-a.
10607 (bibtex-display-entries): New function.
10608
004dedd3
RW
106092011-06-05 Roland Winkler <winkler@gnu.org>
10610
10611 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10612 (bibtex-insert-kill): After yanking insert newline if necessary.
10613 (bibtex-initialize): Call bibtex-string-files-init only once.
10614 (bibtex-mode): Do not call easy-menu-add.
10615 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10616 (bibtex-yank): Set arg properly if nil.
10617
022fe7ce
RW
106182011-06-05 Roland Winkler <winkler@gnu.org>
10619
2b75be67
SM
10620 * textmodes/bibtex.el (bibtex-search-entry-globally):
10621 New variable.
022fe7ce
RW
10622 (bibtex-search-entry): Use it.
10623
b7c3692a
RW
106242011-06-05 Roland Winkler <winkler@gnu.org>
10625
10626 * textmodes/bibtex.el (bibtex-entry-format): New option
10627 sort-fields.
10628 (bibtex-format-entry, bibtex-reformat): Honor this option.
10629 (bibtex-parse-entry): Return fields in proper order.
10630
8eda563d
JB
106312011-06-05 Juanma Barranquero <lekktu@gmail.com>
10632
10633 * doc-view.el (doc-view-remove-if): Move computation of result out
10634 of `dolist' to silence misleading lexical-binding warning.
10635
7dbe3dbc
CY
106362011-06-04 Chong Yidong <cyd@stupidchicken.com>
10637
10638 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10639 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10640
0c33dd17
MA
106412011-06-04 Michael Albinus <michael.albinus@gmx.de>
10642
10643 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10644 "SunOS 5.10".
10645
f8f91c2b
MA
106462011-06-04 Michael Albinus <michael.albinus@gmx.de>
10647
10648 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10649 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10650 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10651 (tramp-parse-putty):
10652 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10653 (tramp-completion-function-alist-ssh)
10654 (tramp-completion-function-alist-telnet)
10655 (tramp-completion-function-alist-su)
10656 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10657 cookie.
10658
10659 * net/tramp-ftp.el:
10660 * net/tramp-sh.el:
10661 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10662 load "tramp.el" `tramp-set-completion-function'.
10663
e17d9003
SM
106642011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10665
10666 * shell.el: Require and use pcomplete.
10667 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10668 (shell-completion-vars): Set pcomplete-default-completion-function.
10669
6c4cab03
DD
106702011-06-04 Deniz Dogan <deniz@dogan.se>
10671
10672 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10673 `memq' (Bug#8799).
10674
ea9fafe0
SM
106752011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10676
10677 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10678
b3e945d3
JB
106792011-06-02 Juanma Barranquero <lekktu@gmail.com>
10680
10681 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10682 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10683 * vc/log-view.el (log-view-beginning-of-defun):
10684 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10685 (smerge-refine-forward, smerge-refine-chopup-region):
10686 Silence warning for unused `dotimes' counter variables.
10687
7d520089
SM
106882011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10689
10690 * net/tramp.el (tramp-with-progress-reporter): Rename from
10691 with-progress-reporter. Use `declare'.
10692 * net/tramp-smb.el:
10693 * net/tramp-sh.el:
10694 * net/tramp-gvfs.el: Update all uses.
10695
a1c2400f
JB
106962011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10697
10698 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10699 buffer isn't killed before making it current.
10700
2403c841
SM
107012011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10702
10703 Silence various byte-compiler warnings.
10704 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10705 `access-type' and new obsolescence format.
10706 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10707 new format.
10708 (byte-compile-check-variable): New `access-type' argument.
10709 Only warn if the access-type is obsolete.
10710 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10711 (byte-compile-variable-set): Adjust callers.
10712 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10713 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10714 setting it as obsolete.
10715 * simple.el (minibuffer-completing-symbol):
10716 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10717 access as obsolete.
10718 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10719 obsolete yet.
10720 * international/quail.el (quail-mouse-choose-completion): Remove unused
10721 code referring to obsolete var.
10722 (quail-choose-completion-string): Remove.
10723 * server.el (server-clients-with, server-kill-buffer-query-function)
10724 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10725 * proced.el (proced-send-signal):
10726 * emacs-lisp/lisp.el (lisp-complete-symbol):
10727 Replace completion-annotate-function with completion-extra-properties.
10728
2462470b
SM
107292011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10730
fb5b2591
SM
10731 * simple.el (goto-line): Use read-number.
10732 (overriding-map-is-bound): Remove.
10733 (saved-overriding-map): Change default.
10734 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10735 Take the map as argument.
10736 (universal-argument, negative-argument, digit-argument): Use it.
10737 (restore-overriding-map): Adjust.
10738 (do-auto-fill): Use fill-forward-paragraph.
10739 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10740
fd6fa53f
SM
10741 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10742 (minibuffer-inactive-mode): New major mode.
10743 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10744 the *Messages* buffer" hack.
10745 (mouse-popup-menubar): Don't burp if the event is a normal key.
10746
2462470b
SM
10747 Miscellaneous tweaks.
10748 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10749 lexical scoping as in subr.el's dolist and dotimes.
10750 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10751 Silence compiler warning.
10752 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10753 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10754 * international/ccl.el (ccl-compile): Trivial simplification.
10755 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10756 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10757 `printflag' argument.
10758 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10759 Purecopy the whole obsolescence data.
10760
108bf785
LL
107612011-06-01 Leo Liu <sdl.web@gmail.com>
10762
10763 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10764 improve doc-string as suggested by Marco Pessotto
10765 <melmothx@gmail.com>.
10766 (rcirc-print): Fix last change.
10767
30a23501
SM
107682011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10769
10770 * minibuffer.el (complete-with-action): Return nil for the metadata and
10771 boundaries of non-functional tables.
10772 (completion-table-dynamic): Return nil for the metadata.
10773 (completion-table-with-terminator): Add default case, using
10774 complete-with-action.
10775 (completion--metadata): New function.
10776 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10777 to try and avoid pathological performance problems.
10778 (completion--embedded-envvar-table): Return `category' metadata.
10779
bcd54f83
LMI
107802011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10781
10782 * subr.el (process-alive-p): New tiny convenience function.
10783
e227544d
SM
107842011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10785
10786 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10787 content but also its previous major mode.
10788
e8296fdc
HE
107892011-05-31 Helmut Eller <eller.helmut@gmail.com>
10790
4d61f28d 10791 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
10792 *Backtrace* buffer when we exit with C-M-c.
10793
620c53a6
SM
107942011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10795
10796 * minibuffer.el: Add metadata method to completion tables.
10797 (completion-category-overrides): New defcustom.
10798 (completion-metadata, completion--field-metadata)
10799 (completion-metadata-get, completion--styles)
10800 (completion--cycle-threshold): New functions.
10801 (completion-try-completion, completion-all-completions):
10802 Add `metadata' argument to choose completion-styles.
10803 (completion--do-completion): Use metadata to choose cycling.
10804 (completion-all-sorted-completions): Use metadata for sorting.
10805 Remove :completion-cycle-penalty which is not needed any more.
10806 (completion--try-word-completion): Add `metadata' argument.
10807 (minibuffer-completion-help): Check metadata for annotation function
10808 and sorting.
10809 (completion-file-name-table): Return `category' metadata.
10810 (minibuffer-completing-file-name): Make obsolete.
10811 * simple.el (minibuffer-completing-symbol): Make obsolete.
10812 * icomplete.el (icomplete-completions): Pass new `metadata' param to
10813 completion-try-completion.
10814
1257e755
SM
108152011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10816
10817 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
10818
3767e706
LL
108192011-05-30 Leo Liu <sdl.web@gmail.com>
10820
10821 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
10822 (rcirc-print): Decode all incoming messages (bug#8744).
10823 (rcirc-decode-coding-system): Allow value nil for automatic coding
10824 system detection.
3767e706 10825
d1a5d56a
GM
108262011-06-01 Glenn Morris <rgm@gnu.org>
10827
10828 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
10829
e8cbec34
CY
108302011-05-29 Chong Yidong <cyd@stupidchicken.com>
10831
10832 * image.el (image-animate-max-time): Allow nil and t values.
10833 Default to nil.
10834 (create-animated-image): Doc fix.
10835 (image-animate-start): Remove second arg; just use
10836 image-animate-max-time.
10837 (image-animate-timeout): Doc fix. Args changed.
10838
10839 * image-mode.el (image-toggle-display-image): Ensure that the
10840 image spec passed to the animate timer is the same object as in
58179cce 10841 the buffer's display property (Bug#6981).
e8cbec34
CY
10842 (image-transform-properties): Doc fix.
10843
10844 * image.el (image-animate-max-time): Default to nil.
10845
159daf87
MR
108462011-05-29 Martin Rudalics <rudalics@gmx.at>
10847
10848 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
10849 entire buffer list (Bug#8184).
10850
d66c4c7c
CY
108512011-05-29 Chong Yidong <cyd@stupidchicken.com>
10852
10853 * image.el (imagemagick-types-inhibit)
10854 (imagemagick-register-types): Doc fix.
10855
80aec780
DD
108562011-05-29 Deniz Dogan <deniz@dogan.se>
10857
10858 * net/rcirc.el (rcirc): Use the user's stored encryption method by
10859 default.
10860
1dd3c2d9
CY
108612011-05-29 Chong Yidong <cyd@stupidchicken.com>
10862
10863 * select.el: Don't perform clipboard-manager saving in hooks;
10864 leave the hooks empty.
10865
60e56523
LL
108662011-05-28 Leo Liu <sdl.web@gmail.com>
10867
10868 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
10869 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
10870 (occur-edit-mode): New major mode (Bug#8463).
10871 (occur-after-change-function): New function.
10872 (occur-engine): Give Occur tags a read-only property.
10873
2b1e1a22
KR
108742011-05-28 Kevin Ryde <user42@zip.com.au>
10875
10876 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
10877
5d344e88
CY
108782011-05-28 Chong Yidong <cyd@stupidchicken.com>
10879
8e6ca83d
CY
10880 * bindings.el (help-echo): Make the initial non-indicator dash
10881 empty on graphical terminals (Bug#7295).
10882
5d344e88
CY
10883 * files.el (auto-mode-alist): Move config rule after the
10884 in-stripping one (Bug#8547).
10885
bfbbace7
CY
10886 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
10887
fbeba6e2
CY
10888 * startup.el (normal-splash-screen): Remove gratuitous mode-line
10889 setting (Bug#8740).
10890
60ed8c72
AA
108912011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
10892
4ac619f0
AA
10893 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
10894 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
10895 (Bug#8539).
60ed8c72 10896
23db196e
CY
108972011-05-28 Chong Yidong <cyd@stupidchicken.com>
10898
10899 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
10900
5012f24c
DK
109012011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
10902
10903 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
10904 (hs-hide-block-at-point, hs-find-block-beginning)
10905 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
10906 (Bug#8279).
10907
6a639b16
GM
109082011-05-28 Glenn Morris <rgm@gnu.org>
10909
10910 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
10911
d43eaf2c
CY
109122011-05-28 Chong Yidong <cyd@stupidchicken.com>
10913
5199bde1
CY
10914 * help-fns.el (describe-function-1): If the function is a derived
10915 major mode, print the parent mode.
10916
d43eaf2c
CY
10917 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
10918 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
10919
423428a8
SM
109202011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10921
0ff8e1ba 10922 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 10923 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
10924 * progmodes/etags.el (tags-completion-at-point-function):
10925 * info-look.el (info-lookup-completions-at-point): Mark as
10926 non-exclusive.
10927 (info-complete): Adjust accordingly.
10928
423428a8
SM
10929 * info-look.el: Convert to lexical-binding and completion-at-point.
10930 (info-lookup-completions-at-point): New function.
10931 (info-complete): Use it and completion-in-region.
10932
b74aa22b
DA
109332011-05-28 Drew Adams <drew.adams@oracle.com>
10934
10935 * isearch.el: Let M-e start with point at the first mismatched char.
10936 (isearch-fail-pos): New function.
10937 (isearch-edit-string): Use it.
10938
66e2e71d
DK
109392011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10940
10941 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10942
b1890b0f 109432011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
10944
10945 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
10946 traversal functions for avl-trees.
10947 (avl-tree--stack): New struct.
10948 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
10949 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
10950 (avl-tree--do-enter): Add optional `updatefun' arg.
10951 Change return value.
eb95d01d 10952 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
10953 (avl-tree--do-delete): Add `test' and `nilflag' args.
10954 Change return value.
eb95d01d
TC
10955 (avl-tree-member): Add optional `nilflag'
10956 (avl-tree-member-p): New function.
10957 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
10958 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
10959 (avl-tree-stack-empty-p): New functions.
10960
3769ddcf
TC
10961 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
10962 avl-tree--del-balance1 and make it work both ways.
10963 (avl-tree--del-balance2): Remove.
10964 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
10965 make it work both ways.
10966 (avl-tree--enter-balance2): Remove.
10967 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
10968 New macros.
10969 (avl-tree--mapc, avl-tree-map): Add direction argument.
10970
eb95d01d 109712011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
10972
10973 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
10974
a9f737ee
CY
109752011-05-27 Chong Yidong <cyd@stupidchicken.com>
10976
10977 * select.el: Support clipboard managers with built-in function
10978 x-clipboard-manager-save, via delete-frame-functions and
10979 kill-emacs-hook.
10980 (xselect-convert-to-targets): Add MULTIPLE target to list.
10981 (xselect-convert-to-save-targets): New function.
10982
c92a1e54
KH
109832011-05-27 Kenichi Handa <handa@m17n.org>
10984
10985 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
10986 let-binding rfc2047-encode-encoded-words to nil.
10987
e145f188
GM
109882011-05-27 Glenn Morris <rgm@gnu.org>
10989
5ec8a862
GM
10990 * mail/emacsbug.el: Don't require url-util.
10991
4b29d9fb
GM
10992 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
10993
e145f188
GM
10994 * files.el (set-auto-mode):
10995 Also respect mode: entries at the end of the file. (Bug#8586)
10996
7d15102b
GM
109972011-05-26 Glenn Morris <rgm@gnu.org>
10998
98f593b8
GM
10999 * files.el (hack-local-variables-prop-line, hack-local-variables):
11000 Downcase mode names, as seems to be traditional.
27b48e63 11001 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 11002
7d15102b
GM
11003 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
11004 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
11005
51d5b4ec
JD
110062011-05-25 Julien Danjou <julien@danjou.info>
11007
11008 * textmodes/rst.el (rst-define-level-faces): Do not define face
11009 symbol if it is already defined.
11010
91513f63
VB
110112011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
11012
11013 * play/5x5.el (5x5-new-game, 5x5-randomize):
11014 Reset 5x5-solver-output to nil when a new grid is cast.
11015 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
11016 these debugging traces, as defmacro breaks the compiled code.
11017
4d90d6d0
DK
110182011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11019
11020 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11021
e1b90ef6
LL
110222011-05-24 Leo Liu <sdl.web@gmail.com>
11023
11024 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
11025 (vc-bzr-sha1): Adapt.
11026
d8e4b68b 11027 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
11028
11029 * bindings.el: Provide sha1 feature.
11030
db0406bb 110312011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
11032
11033 * mail/sendmail.el: Require `rfc2047'.
11034 (mail-insert-from-field): Do not perform RFC2047 encoding.
11035 (mail-encode-header): New function.
11036 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
11037 buffer to the return value of select-message-coding-system.
11038 Call mail-encode-header.
b8d747b9
KH
11039
11040 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
11041
db0406bb 110422011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 11043
4d90d6d0
DK
11044 * mail/supercite.el (sc-default-cite-frame):
11045 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 11046
eb8a5e9b
GM
110472011-05-24 Glenn Morris <rgm@gnu.org>
11048
f8630703
GM
11049 * progmodes/python.el (brm-menu): Declare.
11050
8831bbed
GM
11051 * emulation/viper.el (viper-set-hooks): Declare.
11052
eb8a5e9b
GM
11053 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
11054 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
11055 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
11056 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
11057 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
11058 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
11059
a2a25d24
SM
110602011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11061
11062 Add an :exit-function for completion-at-point.
11063
11064 * minibuffer.el (completion--done): New fun.
11065 (completion--do-completion): Use it. New arg `expect-exact'.
11066 (minibuffer-complete, minibuffer-complete-word): Don't output message,
11067 since completion--do-completion does it for us now.
11068 (minibuffer-force-complete): Use completion--done and
11069 completion--replace. Handle sole-completion case with more care.
11070 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
11071 (completion-extra-properties): New var.
11072 (completion-annotate-function): Make obsolete.
11073 (minibuffer-completion-help): Adjust accordingly.
11074 Use completion-list-insert-choice-function.
11075 (completion-at-point, completion-help-at-point):
11076 Bind completion-extra-properties.
11077 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
11078 * simple.el (completion-list-insert-choice-function): New var.
11079 (completion-setup-function): Preserve it.
11080 (choose-completion): Pay attention to it, shuffle the code a bit.
11081 (choose-completion-string): New arg `insert-function'.
11082
11083 * textmodes/bibtex.el: Convert to lexical binding.
11084 (bibtex-mode-map): Use completion-at-point.
11085 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
11086 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
11087 (bibtex-complete): Define as obsolete alias.
11088 (bibtex-complete-internal): Remove.
11089 (bibtex-format-entry): Remove unused sub-group in regexp.
11090 * shell.el (shell--command-completion-data)
11091 (shell-environment-variable-completion):
11092 * pcomplete.el (pcomplete-completions-at-point):
11093 * comint.el (comint--complete-file-name-data): Use :exit-function
11094 instead of completion-table-with-terminator so it also works for
11095 choose-completion.
11096
e44e373d
SM
110972011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11098
4f91a816
SM
11099 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
11100
782fc819
SM
11101 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
11102 (bug#8710).
11103
e44e373d
SM
11104 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
11105
381987c3
KM
111062011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
11107
11108 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
11109 customization variable and implement: If non-nil, auto-fill will
11110 be inhibited while on topic's header line.
11111
b776bc70
VB
111122011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
11113
11114 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 11115 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
11116 always have a solution in grid size = 5 cases.
11117 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
11118 (5x5-solver-output, 5x5-log-buffer): New vars.
11119 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
11120 Make these variables buffer local to achieve 5x5 multi-session-ness.
11121 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
11122 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
11123 (5x5-solve-suggest): New funs.
11124 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
11125 randomize a grid so that we ensure that there is always a solution.
11126 (5x5-make-random-grid): Allow other movement than flipping.
11127
7de88b6e
KR
111282011-05-23 Kevin Ryde <user42@zip.com.au>
11129
11130 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 11131 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
11132 advice and passes PREDICATE.
11133
b1ef1257
SM
111342011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11135
bbca48fe
SM
11136 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
11137 byte-compile-lambda if it's actually a lambda.
11138
b1ef1257
SM
11139 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
11140 Fix function quoting. Use backquote better.
11141
92a9cc65
YS
111422011-05-22 Yuanle Song <sylecn@gmail.com>
11143
11144 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
11145 matching (Bug#8516).
11146
f0fb8059
JA
111472011-01-22 Jari Aalto <jari.aalto@cante.net>
11148
11149 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
11150 different face (Bug#8178).
11151
d5b44c93
CY
111522011-05-22 Chong Yidong <cyd@stupidchicken.com>
11153
11154 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
11155 defface (Bug#8144).
11156
79106a44
SM
111572011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11158
9c848d8a
SM
11159 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
11160 funcall as well (bug#8712). Warn when performing those conversions.
11161 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
11162
79106a44
SM
11163 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
11164
88dfa756
GM
111652011-05-22 Glenn Morris <rgm@gnu.org>
11166
11167 * files.el (hack-local-variables-prop-line): Small simplifications.
11168 (hack-local-variables, hack-local-variables-prop-line):
11169 If MODE-ONLY, return the mode, rather than just `t'.
11170
b7cf2c79
SM
111712011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11172
11173 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
11174
3f1a8558
GM
111752011-05-21 Glenn Morris <rgm@gnu.org>
11176
7e4ccca3
GM
11177 * files.el (hack-local-variables-prop-line, hack-local-variables):
11178 If only interested in the mode, don't bother doing the other stuff.
11179
637d46ca
GM
11180 * image-mode.el (image-after-revert-hook):
11181 Redraw all frames on which the image is visible. (Bug#8567)
11182
973d955b
GM
11183 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
11184
3f1a8558
GM
11185 * wid-edit.el (widget-checklist-match-inline):
11186 Fix 2011-04-19 change. (Bug#8649)
11187
96479927
SM
111882011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11189
1dcf791f
SM
11190 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11191 Also allow singlespace after single-letter capitals followed by a dot.
11192
96479927
SM
11193 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
11194 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
11195
35fd0881
N
111962011-05-20 Nix <nix@esperi.org.uk>
11197
11198 * files.el (basic-save-buffer-2):
11199 Fix handling of break-hardlink-on-save with non-existent files.
11200
82745640
DD
112012011-05-19 Deniz Dogan <deniz@dogan.se>
11202
11203 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 11204 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 11205
4a720484
GM
112062011-05-19 Glenn Morris <rgm@gnu.org>
11207
d1f21341
GM
11208 * progmodes/f90.el (f90-type-def-re):
11209 Handle "type, bind(c)". (Bug#8691)
11210
4a720484
GM
11211 * emacs-lisp/autoload.el (batch-update-autoloads):
11212 Set autoload-excludes by parsing loadup.el rather than Makefiles.
11213
2fb0a219
MA
112142011-05-18 Michael Albinus <michael.albinus@gmx.de>
11215
11216 * net/tramp.el (tramp-process-actions): Set "first-password-request"
11217 property for the correct connection in case of multihops.
11218
e565dd37
GM
112192011-05-18 Glenn Morris <rgm@gnu.org>
11220
c2571358 11221 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
11222 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
11223
e565dd37
GM
11224 Rationalize calendar handling of day and month abbrev-arrays.
11225 * calendar/calendar.el (calendar-customized-p): New function.
11226 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
11227 (calendar-day-name-array, calendar-month-name-array): Doc fix.
11228 Add :set function.
11229 (calendar-abbrev-length, calendar-day-abbrev-array)
11230 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
11231 (calendar-day-abbrev-array, calendar-month-abbrev-array):
11232 Elements may no longer be nil.
11233 (calendar-day-name, calendar-month-name):
11234 Update for changed nature of abbrev arrays.
11235 * calendar/diary-lib.el (diary-name-pattern):
11236 Update for changed nature of abbrev arrays.
11237 (diary-mark-entries-1): Update calendar-make-alist calls.
11238 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
11239 * calendar/cal-html.el (cal-html-day-abbrev-array):
11240 Simply inherit from calendar-day-abbrev-array.
11241
1d99a745
SM
112422011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11243
11244 * progmodes/grep.el (grep-mode): Disable default
11245 compilation-directory-matcher setting (bug#8684).
11246
7c1d9aa0
MA
112472011-05-17 Michael Albinus <michael.albinus@gmx.de>
11248
11249 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
11250 instead of "head" and "tail". There were problems with SunOS 5.9,
11251 and it performs better.
11252
3952e9d8
GM
112532011-05-17 Glenn Morris <rgm@gnu.org>
11254
2dd12e7f
GM
11255 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
11256
e4157b9c
GM
11257 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
11258 Replace obsolete function.
11259
8e249bbd
GM
11260 * shell.el (pcomplete-parse-arguments-function): Declare.
11261
3952e9d8
GM
11262 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
11263 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
11264 (appt-check): Doc fixes.
11265 (appt-disp-window-function, appt-delete-window-function):
11266 Remove needless special case in custom :type.
11267 (appt-display-count): Default to 0, not nil.
11268 (appt-check): Reset appt-display-count to 0, not nil.
11269
c71a0d48 112702011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 11271
c71a0d48
GM
11272 * progmodes/python.el (python-font-lock-keywords):
11273 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 11274
31d55be9
SM
112752011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11276
11277 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
11278
3bfacb2f
KR
112792011-05-16 Kevin Ryde <user42@zip.com.au>
11280
11281 * info-look.el (makefile-automake-mode): New setups, looking in
11282 automake manual, then makefile-mode.
11283 (makefile-mode): Remove automake manual, have it just in
11284 makefile-automake-mode since there's various things different or
11285 not relevant to plain make.
11286 (makefile-mode): Remove "other-modes" non-existent automake-mode,
11287 believe a hypothetical automake-mode would go to makefile-mode,
11288 not the other way around.
11289
c8e83751
CY
112902011-05-15 Chong Yidong <cyd@stupidchicken.com>
11291
5e9e35cd
CY
11292 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
11293 hunk-end tags (Bug#8672).
11294
c8e83751
CY
11295 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
11296 vc-annotate-show-diff-revision-at-line (Bug#8671).
11297
50b23e5a
GM
112982011-05-14 Glenn Morris <rgm@gnu.org>
11299
7210a739
GM
11300 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
11301 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
11302 (change-log-font-lock-keywords): Also handle multiple author lines
11303 with leading tabs. (Bug#8644)
7210a739 11304
4691905a
GM
11305 * calendar/appt.el (appt-check): Rename some local variables.
11306 Some simplification/reordering.
11307
50b23e5a
GM
11308 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
11309 (feedmail-sendmail-f-doesnt-sell-me-out)
11310 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11311 (feedmail-debug-sit-for, feedmail-queue-express-hook)
11312 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
11313 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
11314 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
11315 (feedmail-binmail-gnulinuxish-template):
11316 Rename from feedmail-binmail-linuxish-template.
11317 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
11318 Use insert-buffer-substring.
11319
215cda7c
BC
113202011-05-14 Bill Carpenter <bill@carpenter.org>
11321
11322 * mail/feedmail.el (feedmail-patch-level): Increase.
11323 (feedmail-debug): New custom group.
11324 (feedmail-confirm-outgoing-timeout)
11325 (feedmail-sendmail-f-doesnt-sell-me-out)
11326 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11327 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
11328 (feedmail-sender-line, feedmail-from-line)
11329 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 11330 (feedmail-spray-this-address)
215cda7c
BC
11331 (feedmail-spray-address-fiddle-plex-list)
11332 (feedmail-queue-use-send-time-for-date)
11333 (feedmail-queue-use-send-time-for-message-id)
11334 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
11335 (feedmail-buffer-eating-function):
11336 Doc fixes.
11337 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
11338 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
11339 (feedmail-message-action-scroll-down): New functions.
11340 (feedmail-queue-directory, feedmail-queue-draft-directory):
11341 Use expand-file-name.
11342 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
11343 Remove C-v help entry.
11344 (feedmail-queue-buffer-file-name): New variable.
11345 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
11346 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
11347 (feedmail-message-action-send-strong, feedmail-message-action-edit)
11348 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
11349 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
11350 (feedmail-message-action-toggle-spray)
11351 (feedmail-run-the-queue-no-prompts)
11352 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
11353 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
11354 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
11355 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
11356 (feedmail-envelope-deducer, feedmail-fiddle-from)
11357 (feedmail-fiddle-sender, feedmail-default-date-generator)
11358 (feedmail-fiddle-date, feedmail-fiddle-message-id)
11359 (feedmail-fiddle-spray-address)
11360 (feedmail-fiddle-list-of-spray-fiddle-plexes)
11361 (feedmail-fiddle-list-of-fiddle-plexes)
11362 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
11363 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
11364 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
11365 Change default. Doc fix.
11366 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
11367 (feedmail-binmail-linuxish-template): New constant.
11368 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
11369 Respect feedmail-sendmail-f-doesnt-sell-me-out.
11370 (feedmail-send-it): Add debug call.
11371 Use feedmail-queue-buffer-file-name, and
11372 feedmail-send-it-immediately-wrapper.
11373 (feedmail-message-action-send): Add debug call.
11374 Use feedmail-send-it-immediately-wrapper.
11375 (feedmail-queue-express-to-queue): Add debug call.
11376 Run feedmail-queue-express-hook.
11377 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
11378 (feedmail-message-action-help-blat):
11379 Rename from feedmail-queue-send-edit-prompt-help-first.
11380 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
11381 Check line-endings. Handle errors better.
11382 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
11383 Doc fix. Add debug call.
11384 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
11385 Use feedmail-queue-send-edit-prompt-inner.
11386 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
11387 (feedmail-queue-send-edit-prompt-inner): New function, extracted
11388 from feedmail-queue-send-edit-prompt.
11389 (feedmail-queue-send-edit-prompt-help)
11390 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
11391 (feedmail-tidy-up-slug): Add debug call.
11392 Respect feedmail-queue-slug-suspect-regexp.
11393 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
11394 (feedmail-dump-message-to-queue): Add debug call.
11395 Expand queue-directory.
11396 (feedmail-dump-message-to-queue): Change message slightly.
11397 Use feedmail-say-chatter.
11398 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
11399 (feedmail-send-it-immediately-wrapper): New function.
11400 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
11401 Insert empty string rather than newline. Handle full-frame case.
11402 Use catch/throw. Use feedmail-say-chatter.
11403 (feedmail-fiddle-from): Try mail-host-address.
11404 (feedmail-default-message-id-generator): Doc fix.
11405 Bind system-time-locale. Handle missing end.
11406 (feedmail-fiddle-x-mailer): Add debug call.
11407 Handle feedmail-x-mailer-line being nil.
11408 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
11409 Add debug call. Use buffer-substring-no-properties.
11410 (feedmail-say-debug, feedmail-say-chatter): New functions.
11411 (feedmail-find-eoh): Give an explicit error.
11412
42c7e61e
UJ
114132011-05-13 Ulf Jasper <ulf.jasper@web.de>
11414
c2571358 11415 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 11416 family from helvetica to sans.
c2571358 11417 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11418 etc/images/newsticker.
11419
c2571358 11420 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
11421 family from helvetica to sans.
11422
11423 * net/newst-plainview.el (newsticker-new-item-face)
11424 (newsticker-old-item-face, newsticker-immortal-item-face)
11425 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 11426 (newsticker-statistics-face): Change default family from
42c7e61e 11427 helvetica to sans.
c2571358 11428 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11429 etc/images/newsticker.
11430
5d3385a0
JB
11431 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
11432 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
11433 auto-marking.
11434
8497a297
DV
114352011-05-13 Didier Verna <didier@xemacs.org>
11436
11437 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
11438 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
11439 TODO entries.
8497a297
DV
11440 (lisp-lambda-list-keyword-parameter-indentation)
11441 (lisp-lambda-list-keyword-parameter-alignment)
11442 (lisp-lambda-list-keyword-alignment): New customizable user options.
11443 (lisp-indent-defun-method): Improve docstring.
11444 (extended-loop-p): Fix comment.
11445 (lisp-indent-lambda-list-keywords-regexp): New variable.
11446 (lisp-indent-lambda-list): New function.
11447 (lisp-indent-259): Use it.
11448 (lisp-indent-defmethod): Support for more than one
11449 method qualifier and properly indent methods lambda-lists.
11450 (defgeneric): Provide a missing common-lisp-indent-function property.
11451
f278f87f
SM
114522011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11453
11454 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
11455 bounds for the empty string (bug#8667).
11456
5233edd7
GM
114572011-05-13 Glenn Morris <rgm@gnu.org>
11458
5237a44f
GM
11459 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
11460
8340026c 11461 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 11462 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 11463
5233edd7 11464 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 11465 (appt-time-msg-list): Doc fix.
a5464014 11466 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 11467
92d10796
AS
114682011-05-12 Andreas Schwab <schwab@linux-m68k.org>
11469
11470 * progmodes/ld-script.el (ld-script-keywords)
11471 (ld-script-builtins): Update keywords list.
11472
914a0ae1
SM
114732011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11474
c89be45f
SM
11475 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
11476
914a0ae1
SM
11477 * shell.el (shell-completion-vars): New function.
11478 (shell-mode):
11479 * simple.el (read-shell-command): Use it.
11480 (blink-matching-open): No need for " [...]" in minibuffer-message.
11481
98dc3df3
GM
114822011-05-12 Glenn Morris <rgm@gnu.org>
11483
11484 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
11485 (appt-check): Simplify.
11486
d2fc7e3d 114872011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 11488
4d61f28d 11489 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
11490 literal "/dev/null".
11491
d2fc7e3d 114922011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
11493
11494 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
11495 Fix typo.
11496
d2fc7e3d 114972011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 11498
3f254caa
SM
11499 * progmodes/which-func.el (which-function):
11500 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
11501 which might not be defined (Bug#8260).
11502
d45885f7
GM
115032011-05-12 Glenn Morris <rgm@gnu.org>
11504
11505 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11506 Let byte-compile-initial-macro-environment always take precedence.
11507
488086f4
SM
115082011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11509
11510 * net/rcirc.el: Add support for SSL/TLS connections.
11511 (rcirc-server-alist): New field `encryption'.
11512 (rcirc): Check `encryption' settings.
11513 (rcirc-connect): New arg `encryption'. Use open-network-stream.
11514 Merge make-local-variable into `set'.
11515 (rcirc--connection-open-p): New function.
11516 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
11517 the process is not a network process (e.g. running gnutls-cli).
11518 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11519 Make rcirc-(en|de)code-coding-system local here.
11520 (rcirc-mode): Merge make-local-variable into `set'.
11521 (rcirc-parent-buffer): Make permanent buffer-local.
11522 (rcirc-multiline-minor-mode): Don't do it here.
11523 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
11524 there's no server buffer.
11525
7d3b9d44
GM
115262011-05-11 Glenn Morris <rgm@gnu.org>
11527
f64049c6
GM
11528 * newcomment.el (comment-kill): Prefix "unused" local.
11529
93c9df73
GM
11530 * term/w32console.el (get-screen-color): Declare.
11531
7d3b9d44
GM
11532 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11533 Handle symbol elements of byte-compile-initial-macro-environment.
11534
9e2dd53f
LL
115352011-05-10 Leo Liu <sdl.web@gmail.com>
11536
488086f4
SM
11537 * bookmark.el (bookmark-bmenu-mode-map):
11538 Bind bookmark-bmenu-search to `/'.
8b340240 11539
9e2dd53f 11540 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
11541 (footnote-unicode-string, footnote-unicode-regexp): New variable.
11542 (Footnote-unicode): New function.
11543 (footnote-style-alist): Add unicode style to the list.
11544 (footnote-style): Doc fix.
9e2dd53f 11545
79b70037
GM
115462011-05-10 Jim Meyering <meyering@redhat.com>
11547
11548 Fix doubled-word typos.
11549 * international/quail.el (quail-insert-kbd-layout): and and -> and
11550 * kermit.el: and and -> and
11551 * net/ldap.el (ldap-search-internal): to to -> to
11552 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
11553 * progmodes/js.el (js-mode): and and -> and
11554 * textmodes/artist.el (artist-move-to-xy): at at -> at
11555 (artist-draw-region-trim-line-endings): if if -> if
11556 And Safetyc -> Safety.
11557 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
11558
b8f82dc1 115592011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 11560 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
11561
11562 * files.el (hack-one-local-variable-eval-safep):
11563 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
11564
4f99f44b
GM
115652011-05-10 Glenn Morris <rgm@gnu.org>
11566
11567 * calendar/diary-lib.el (diary-list-entries-hook)
11568 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
11569 (diary-nongregorian-marking-hook, diary-list-entries)
11570 (diary-include-other-diary-files, diary-mark-entries)
11571 (diary-mark-included-diary-files): Doc fixes.
11572
84f29e6b
JB
115732011-05-09 Juanma Barranquero <lekktu@gmail.com>
11574
11575 * misc.el: Require tabulated-list.el during compilation.
11576
9bedd73a
CY
115772011-05-09 Chong Yidong <cyd@stupidchicken.com>
11578
488086f4
SM
11579 * progmodes/compile.el (compilation-start):
11580 Run compilation-filter-hook for the async case too.
9bedd73a
CY
11581 (compilation-filter-hook): Doc fix.
11582
797c735c
DD
115832011-05-09 Deniz Dogan <deniz@dogan.se>
11584
11585 * wdired.el: Remove outdated installation comment. Fix usage
11586 comment.
11587
5f4b1dfe
JB
115882011-05-09 Juanma Barranquero <lekktu@gmail.com>
11589
11590 * misc.el: Implement new command `list-dynamic-libraries'.
11591 (list-dynamic-libraries--loaded-only-p): New variable.
11592 (list-dynamic-libraries--refresh): New function.
11593 (list-dynamic-libraries): New command.
11594
4c44026c
CY
115952011-05-09 Chong Yidong <cyd@stupidchicken.com>
11596
488086f4
SM
11597 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11598 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
11599 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
11600 higher priority to avoid clobbering by gnu.
11601
027f966d
CY
116022011-05-08 Chong Yidong <cyd@stupidchicken.com>
11603
11604 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11605 if the face has existing theme settings (Bug#8454).
11606
085f5d7d
CY
116072011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
11608
488086f4
SM
11609 * progmodes/perl-mode.el (perl-imenu-generic-expression):
11610 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 11611
2a86a00c
RS
11612 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11613 special file names `.' and `..' (Bug#8259).
11614
d9c54a06
CY
116152011-05-08 Chong Yidong <cyd@stupidchicken.com>
11616
488086f4
SM
11617 * progmodes/grep.el (grep-mode-font-lock-keywords):
11618 Remove buffer-changing entries.
d9c54a06
CY
11619 (grep-filter): New function.
11620 (grep-mode): Add it to compilation-filter-hook.
11621
11622 * progmodes/compile.el (compilation-filter-hook)
11623 (compilation-filter-start): New defvars.
11624 (compilation-filter): Call compilation-filter-hook prior to
11625 updating the process mark.
11626
c4662635
SM
116272011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11628
11629 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11630
b0512a1d
EZ
116312011-05-07 Eli Zaretskii <eliz@gnu.org>
11632
605c9376
EZ
11633 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11634 mailclient-send-it even if window-system is nil. (Bug#8595)
11635
c4662635
SM
11636 * term/w32console.el (terminal-init-w32console):
11637 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
11638 background-mode. (Bug#8597)
11639
d1dc2cc2
SM
116402011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11641
11642 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11643 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11644 New functions.
11645 (defgeneric, eieio--defmethod): Use them.
11646 (eieio-defgeneric): Remove.
11647 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11648
915d1300
GM
116492011-05-07 Glenn Morris <rgm@gnu.org>
11650
a3961c3e
GM
11651 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11652 Use let rather than let*.
11653 (timeclock-find-discrep): Remove unused local.
11654
314347b9
GM
11655 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11656
915d1300
GM
11657 * calendar/appt.el (appt-time-msg-list): Doc fix.
11658
275b59b0
NF
116592011-05-06 Noah Friedman <friedman@splode.com>
11660
11661 * apropos.el (apropos-print-doc): Only use
11662 emacs-lisp-docstring-fill-column when it is bound to an integer,
11663 per that variable's documentation.
11664
6c19f744
SM
116652011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11666
11667 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 11668 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 11669
60f884b2
GM
116702011-05-06 Glenn Morris <rgm@gnu.org>
11671
5006e634
GM
11672 * calendar/appt.el (appt-message-warning-time): Doc fix.
11673 (appt-warning-time-regexp): New option.
11674 (appt-make-list): Respect appt-message-warning-time.
11675
548d0a63
GM
11676 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11677 New options.
11678 (diary-add-to-list): Strip comments from the displayed string.
11679 (diary-mode): Set comment-start and comment-end.
11680
60f884b2
GM
11681 * vc/diff-mode.el (smerge-refine-subst): Declare.
11682 (diff-refine-hunk): Don't require smerge-mode when compiling.
11683
989681bb
JB
116842011-05-06 Juanma Barranquero <lekktu@gmail.com>
11685
11686 * simple.el (list-processes): Return nil as the docstring says.
11687
a6bc05e1
MA
116882011-05-05 Michael Albinus <michael.albinus@gmx.de>
11689
11690 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11691 to "".
11692 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11693 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11694 determining of binary transfer. (Bug#7383)
11695
23c22e9a
MA
116962011-05-05 Michael Albinus <michael.albinus@gmx.de>
11697
c4662635
SM
11698 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11699 Fix port computation bug. (Bug#8618)
23c22e9a 11700
0bff894f
GM
117012011-05-05 Glenn Morris <rgm@gnu.org>
11702
b8296902
GM
11703 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11704
1f522ce8
GM
11705 * simple.el (shell-dynamic-complete-functions)
11706 (comint-dynamic-complete-functions): Declare.
11707
cf5bee67
GM
11708 * net/network-stream.el (gnutls-negotiate):
11709 * simple.el (tabulated-list-print): Fix declarations.
11710
11711 * progmodes/gud.el (syntax-symbol, syntax-point):
11712 Remove unnecessary and incorrect declarations.
11713
0bff894f
GM
11714 * emacs-lisp/check-declare.el (check-declare-scan):
11715 Handle byte-compile-initial-macro-environment in bytecomp.el
11716
9869b3ae
SM
117172011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 Fix earlier half-done eieio-defmethod change (bug#8338).
11720 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11721 Streamline and change calling convention.
11722 (defmethod): Adjust accordingly and simplify.
11723 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11724 new eieio--defmethod.
11725 (slot-boundp): Minor CSE simplification.
11726
9c1d5ac5
MZ
117272011-05-05 Milan Zamazal <pdm@zamazal.org>
11728
11729 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11730 (glasses-make-readable): Use glasses-separate-capital-groups.
11731
455c834e
JB
117322011-05-05 Juanma Barranquero <lekktu@gmail.com>
11733
11734 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11735 (warning-series): Doc fix.
11736 (display-warning): Don't try to create the buffer if we just found it.
11737
9ed7c8cb
CY
117382011-05-04 Chong Yidong <cyd@stupidchicken.com>
11739
11740 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11741 (autoload-find-generated-file): New function.
11742 (generate-file-autoloads): Bind generated-autoload-file to
11743 buffer-file-name.
9869b3ae
SM
11744 (update-file-autoloads, update-directory-autoloads):
11745 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
11746 output file (Bug#7989).
11747 (batch-update-autoloads): Doc fix.
11748
0898ca10
JB
117492011-05-04 Juanma Barranquero <lekktu@gmail.com>
11750
11751 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11752
31dfb76c
GM
117532011-05-04 Glenn Morris <rgm@gnu.org>
11754
f330b642
GM
11755 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11756 function, so it follows changes in calendar-date-style.
11757 (diary-fancy-date-matcher): New function.
11758 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11759 (diary-fancy-font-lock-fontify-region-function):
11760 Use diary-fancy-date-pattern as a function.
11761
31dfb76c
GM
11762 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11763 non-numbers for `year' etc pseudo-variables. (Bug#8583)
11764
48e79d6a
TZ
117652011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
11766
11767 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11768 instead of positional arguments. Allow :keylist and :crlfiles
11769 arguments.
11770 (open-gnutls-stream): Call it.
11771
11772 * net/network-stream.el (network-stream-open-starttls): Adjust to
11773 call `gnutls-negotiate' with :process and :hostname arguments.
11774
dd5a5ee0
SM
117752011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11776
ef80fc09
SM
11777 * minibuffer.el (completion--message): New function.
11778 (completion--do-completion, minibuffer-complete)
11779 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11780 (completion--do-completion): Don't ignore completion-auto-help when in
11781 icomplete-mode.
11782
dd5a5ee0
SM
11783 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11784 internal encoding (e.g. tibetan zero is not whitespace).
11785 (global-whitespace-mode): Prefer save-current-buffer.
11786 (whitespace-trailing-regexp): Remove useless save-match-data.
11787 (whitespace-empty-at-bob-regexp): Minor simplification.
11788
b7d22a83
CY
117892011-05-03 Chong Yidong <cyd@stupidchicken.com>
11790
11791 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11792
5192af46
AM
117932011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11794
11795 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 11796 Use `concat' to create string for insertion.
5192af46 11797
5767d190
SM
117982011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11799
11800 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
11801 Avoid open-line which runs post-self-insert-hook.
11802 (bibtex-fill-entry): Remove unused `end' var.
11803
bf242939
AM
118042011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
11805
5767d190
SM
11806 * textmodes/ispell.el (ispell-add-per-file-word-list):
11807 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 11808
25666126
LL
118092011-05-03 Leo Liu <sdl.web@gmail.com>
11810
11811 * isearch.el (isearch-yank-pop): New command.
5767d190 11812 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
11813 (isearch-forward): Mention it.
11814
52d3c2d0
SM
118152011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11816
1bcace58
SM
11817 * simple.el (minibuffer-complete-shell-command): Remove.
11818 (minibuffer-local-shell-command-map): Use completion-at-point.
11819 (read-shell-command): Setup completion vars here instead.
11820 (read-expression-map): Bind TAB to symbol completion.
11821
52d3c2d0
SM
11822 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
11823 error directly rather via storing it into `results'.
11824
35813471
LL
118252011-05-02 Leo Liu <sdl.web@gmail.com>
11826
11827 * vc/diff.el: Fix description.
11828
e793a940
LMI
118292011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11830
11831 * server.el (server-eval-at): New function.
11832
8de66e05
LMI
118332011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11834
11835 * net/network-stream.el (open-network-stream): Take a :nowait
11836 parameter and pass it on to `make-network-process'.
11837 (network-stream-open-plain): Ditto.
11838
dcb79f20
AS
118392011-04-30 Andreas Schwab <schwab@linux-m68k.org>
11840
11841 * faces.el (face-spec-set-match-display): Don't match toolkit
11842 options on terminal frames.
11843
14a7fbd8
SM
118442011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11845
7eabc1be
SM
11846 * progmodes/pascal.el: Use lexical binding.
11847 (pascal-mode-map): Remove author preferences.
11848
14a7fbd8
SM
11849 * pcomplete.el (pcomplete-std-complete): Don't abuse
11850 completion-at-point.
11851
50f84510
JB
118522011-04-28 Juanma Barranquero <lekktu@gmail.com>
11853
6e087a44
JB
11854 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
11855 removing code that has been dead since 1991 or so.
11856
50f84510
JB
11857 * startup.el (command-line): When warning about "_emacs", use a
11858 delayed warning to allow the user to filter it out.
11859
0ba690bd
DD
118602011-04-28 Deniz Dogan <deniz@dogan.se>
11861
11862 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
11863 user has not joined.
11864
08abfaad
SM
118652011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11866
11867 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
11868 aren't any completions at point.
11869
638f053a
JB
118702011-04-28 Juanma Barranquero <lekktu@gmail.com>
11871
11872 * subr.el (display-delayed-warnings): New function.
11873 (delayed-warnings-hook): New variable.
11874
8fff8daa
SM
118752011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11876
08abfaad
SM
11877 * minibuffer.el (completion-at-point, completion-help-at-point):
11878 Don't presume that a given completion-at-point-function will always
11879 use the same calling convention.
11880
8fff8daa
SM
11881 * pcomplete.el (pcomplete-completions-at-point):
11882 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
11883 pcomplete-seen is non-nil.
11884 (pcomplete-comint-setup): Also recognize the new comint/shell
11885 completion functions.
11886 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
11887 pcomplete-seen is non-nil.
11888
841a1577 118892011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 11890
841a1577 11891 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 11892 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 11893 the first character in the entry. This allows for code to add its
211ec907
UJ
11894 own uid to the entry.
11895 (icalendar--convert-float-to-ical): Add export of
11896 `diary-float'-entries save for those with the optional DAY
11897 argument.
11898
2a782793
DC
118992011-04-27 Daniel Colascione <dan.colascione@gmail.com>
11900
11901 * subr.el (shell-quote-argument): Use alternate escaping strategy
11902 when we spot a variable reference in a string.
11903
0438ce91
DC
119042011-04-26 Daniel Colascione <dan.colascione@gmail.com>
11905
11906 * cus-start.el (all): Define customization for debug-on-event.
11907
841a1577 119082011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
11909
11910 * subr.el (shell-quote-argument): Escape correctly under Windows.
11911
d090ed6c
SM
119122011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11913
11914 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
11915
bfd31217
MA
119162011-04-25 Michael Albinus <michael.albinus@gmx.de>
11917
d090ed6c
SM
11918 * net/tramp.el (tramp-process-actions): Add POS argument.
11919 Delete region between POS and (pos).
bfd31217 11920
d090ed6c
SM
11921 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11922 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
11923 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
11924
11925 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
11926 position in `tramp-process-actions' call.
11927
11928 * net/trampver.el: Update release number.
11929
e92f3bd3
SM
119302011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11931
850256b5
SM
11932 * custom.el (defcustom): Obey lexical-binding.
11933
e92f3bd3
SM
11934 Fix octave-inf completion problems reported by Alexander Klimov.
11935 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
11936 Inherit from octave-mode-syntax-table.
11937 (inferior-octave-mode): Set info-lookup-mode.
11938 (inferior-octave-completion-at-point): New function.
11939 (inferior-octave-complete): Use it and completion-in-region.
11940 (inferior-octave-dynamic-complete-functions): Use it as well, and use
11941 comint-filename-completion.
11942 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
11943 symbol elements which shouldn't be word elements.
11944 (octave-font-lock-keywords, octave-beginning-of-defun)
11945 (octave-function-header-regexp): Adjust regexps accordingly.
11946 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
11947
cd22b309
JB
119482011-04-25 Juanma Barranquero <lekktu@gmail.com>
11949
11950 * net/gnutls.el (gnutls-errorp): Declare before first use.
11951
8b492194
TZ
119522011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
11953
11954 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
11955 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 11956 default trustfile exists before going to use it. Add missing
5a5fa834 11957 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
11958 Reported by Claudio Bley <claudio.bley@gmail.com>.
11959 (open-gnutls-stream): Add usage example.
11960
11961 * net/network-stream.el (network-stream-open-starttls): Give host
11962 parameter to `gnutls-negotiate'.
11963 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 11964 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 11965
841a1577 119662011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 11967
cd22b309
JB
11968 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11969 Use correct match group (bug#8438).
05842630 11970
3ba7869c
CY
119712011-04-24 Chong Yidong <cyd@stupidchicken.com>
11972
512e3ae1
CY
11973 * emacs-lisp/package.el (package-built-in-p): Fix typo.
11974 (package-menu--generate): New arg specifying packages to show.
11975 (package-menu-refresh, package-menu-execute, list-packages):
11976 Callers changed.
11977 (package-show-package-list): New function, replacing deleted
11978 package--list-packages (renamed because it is non-internal).
11979
11980 * finder.el (finder-list-matches): Use package-show-package-list
11981 instead of deleted package--list-packages.
11982
e92f3bd3
SM
11983 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
11984 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
11985 (vc-annotate-mode-map): Bind it to RET.
11986
7031be6d
UR
119872011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
11988
11989 * progmodes/etags.el (next-file): Don't use set-buffer to change
11990 buffers (Bug#8478).
11991
4ef177aa
CY
119922011-04-24 Chong Yidong <cyd@stupidchicken.com>
11993
c8d173eb
CY
11994 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
11995
4ef177aa
CY
11996 * apropos.el (apropos-label-face): Avoid variable-pitch face.
11997 (apropos-accumulator): Doc fix.
11998 (apropos-function, apropos-macro, apropos-command)
11999 (apropos-variable, apropos-face, apropos-group, apropos-widget)
12000 (apropos-plist): Add face property.
12001 (apropos-symbols-internal): Fix indentation.
12002 (apropos-print): Simplify help, and recognize apropos-multi-type.
12003 (apropos-print-doc): Use button-type-get to extract the button's
12004 face property. Fill docstring (Bug#8352).
12005
4ffd0d6b 120062011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
12007
12008 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
12009
c6c32125 12010 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 12011 (mpuz-mode-map): Use mapc.
c6c32125
JB
12012 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
12013 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
12014 Fix typos in docstrings.
12015
58d468b4
JB
12016 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
12017 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
12018
6470c3c6
JB
12019 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
12020
4ffd0d6b 120212011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
12022
12023 * minibuffer.el (completion--do-completion): Avoid the "Next char
12024 not unique" prompt if icomplete-mode is enabled (Bug#5849).
12025
3ad8bad0
CY
12026 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
12027 mouse-2 into unread-command-events, it is interpreted correctly.
12028
71d73c9c 12029 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 12030 (image-toggle-display): Doc fix.
71d73c9c 12031
841a1577 120322011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 12033
4ffd0d6b
GM
12034 * textmodes/page.el (what-page): Use line-number-at-pos to
12035 calculate line number (Bug#6825).
6e1dbaa9 12036
c2fb1b60
JB
120372011-04-22 Juanma Barranquero <lekktu@gmail.com>
12038
12039 * eshell/esh-mode.el (find-tag-interactive): Declare function.
12040 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
12041 Pass argument NO-DEFAULT to `find-tag-interactive'.
12042
e02f48d7
JB
120432011-04-22 Juanma Barranquero <lekktu@gmail.com>
12044
12045 Lexical-binding cleanup.
12046
12047 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
12048 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
12049 * progmodes/ada-prj.el (ada-prj-initialize-values)
12050 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
12051 (ada-prj-show-value):
12052 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
12053 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
12054 (antlr-invalidate-context-cache, antlr-options-menu-filter)
12055 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
12056 * progmodes/bug-reference.el (bug-reference-push-button):
12057 * progmodes/fortran.el (fortran-line-length):
12058 * progmodes/glasses.el (glasses-change):
12059 * progmodes/octave-mod.el (octave-fill-paragraph):
12060 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
12061 (python-pdbtrack-grub-for-buffer, python-sentinel):
12062 * progmodes/sql.el (sql-save-connection):
12063 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
12064 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
12065 Mark unused parameters.
12066
12067 * progmodes/compile.el (compilation--flush-directory-cache)
12068 (compilation--flush-parse, compile-internal): Mark unused parameters.
12069 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
12070 (compilation-next-error-function): Remove unused variable `timestamp'.
12071
12072 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
12073 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
12074
12075 * progmodes/dcl-mode.el (dcl-end-of-command):
12076 Remove unused variable `start'.
12077 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
12078 (dcl-option-value-basic, dcl-option-value-offset)
12079 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
12080 Mark unused parameters.
12081 (dcl-save-local-variable): Remove unused variable `val'.
12082 (mode): Declare.
12083
12084 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
12085 Mark unused parameters.
12086 (delphi-ignore-changes): Move before first use.
12087 (delphi-charset-token-at): Remove unused variable `start'.
12088 (delphi-else-start): Remove unused variable `if-count'.
12089 (delphi-comment-block-start, delphi-comment-block-end):
12090 Remove unused variable `kind'.
12091 (delphi-indent-line): Remove unused variable `new-point'.
12092
12093 * progmodes/ebrowse.el (ebrowse-files-list)
12094 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
12095 Mark unused parameters. Don't quote `lambda'.
12096 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
12097 Don't quote `lambda'.
12098 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
12099 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
12100 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
12101 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
12102 Use `ignore-errors'.
12103 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
12104 (ebrowse-view/find-file-and-search-pattern)
12105 (ebrowse-view/find-member-declaration/definition):
12106 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
12107 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
12108 Rename parameter PREFIX-ARG to PREFIX.
12109 (ebrowse-tags-read-name): Remove unused variables `start' and
12110 `member-info'.
12111 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
12112 to `tags-file'.
12113
12114 * progmodes/etags.el (local-find-tag-hook): Declare.
12115 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
12116 Mark unused parameters.
12117
12118 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
12119 (executable-interpret): Mark unused parameter.
12120
12121 * progmodes/flymake.el (flymake-process-sentinel)
12122 (flymake-after-change-function)
12123 (flymake-create-temp-with-folder-structure)
12124 (flymake-get-include-dirs-dot): Mark unused parameters.
12125 (flymake-safe-delete-directory): Remove unused variable `err'.
12126
12127 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
12128 (speedbar-timer-fn, speedbar-line-text)
12129 (speedbar-change-expand-button-char, speedbar-delete-subblock)
12130 (speedbar-center-buffer-smartly): Declare functions.
12131 (gdb-find-watch-expression): Remove unused variable `array'.
12132 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
12133 (gdb-starting): Mark unused parameters.
12134 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
12135 (gdb-table-string): Remove unused variable `res'.
12136 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
12137 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
12138 (gdb-display-buffer): Remove unused variable `cur-size'.
12139
12140 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
12141 allow lexical-binding compilation.
12142 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
12143 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
12144 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
12145 Mark unused parameters.
12146 (gud-gdb-marker-filter): Remove unused variable `match'.
12147 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
12148 lambda expressions and funcall them, instead of using `fset'.
12149
12150 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
12151 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
12152
12153 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
12154 variable `header-beg'; use `let'.
12155
12156 * progmodes/icon.el (indent-icon-exp): Remove unused variables
12157 `restart', `last-sexp' and `at-do'.
12158
12159 * progmodes/js.el (js--debug): Mark unused parameter.
12160 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
12161 (js--splice-into-items): Remove unused variable `item'.
12162 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
12163
12164 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
12165 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
12166 (makefile-complete): Remove unused variable `try'.
12167 (makefile-fill-paragraph, makefile-match-function-end):
12168 Mark unused parameters.
12169
12170 * progmodes/octave-inf.el (inferior-octave-complete):
12171 Remove unused variable `proc'.
12172 (inferior-octave-output-digest): Mark unused parameter.
12173
12174 * progmodes/perl-mode.el (perl-calculate-indent):
12175 Remove unused variable `err'.
12176
12177 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
12178 (prolog-indent-line): Mark unused parameters.
12179 (prolog-indent-line): Remove unused variable `beg'.
12180
12181 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
12182 (reporter-dont-compact-list): Declare.
12183
12184 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
12185 Remove unused variable `char'.
12186 (sh-debug): Mark unused parameter.
12187 (sh-get-indent-info): Remove unused variable `start'.
12188 (sh-calculate-indent): Remove unused variable `var'.
12189
12190 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
12191 (simula-electric-keyword): Remove unused variable `null'.
12192 (simula-search-backward, simula-search-forward): Remove unused
12193 variables `begin' and `end'.
12194
12195 * progmodes/vera-mode.el (vera-guess-basic-syntax):
12196 Remove unused variable `pos'.
12197 (vera-electric-tab, vera-comment-uncomment-region):
12198 Mark unused parameters.
12199 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
12200
7ede3b65
CY
122012011-04-22 Chong Yidong <cyd@stupidchicken.com>
12202
12203 * emacs-lisp/package.el (package--builtins, package-alist)
12204 (package-load-descriptor, package-built-in-p, package-activate)
12205 (define-package, package-installed-p)
12206 (package-compute-transaction, package-buffer-info)
12207 (package--push): Doc fix. Distinguish more clearly between
12208 version strings and version lists.
12209
121656e9
JB
122102011-04-21 Juanma Barranquero <lekktu@gmail.com>
12211
12212 Lexical-binding cleanup.
12213
12214 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
12215 (5x5-make-mutate-best):
12216 * play/fortune.el (fortune-in-buffer):
12217 * play/gomoku.el (gomoku-init-display):
12218 * play/solitaire.el (solitaire, solitaire-do-check):
12219 * play/tetris.el (tetris-default-update-speed-function):
12220 Mark unused parameters.
12221
12222 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
12223 (bubbles--shift): Remove unused variable `char-org'.
12224 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
12225 (bubbles--show-images): Remove unused variable `char'.
12226
12227 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
12228 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
12229 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
12230 (decipher-analyze-buffer): Use ?\s.
12231 (decipher-make-checkpoint): Remove unused variable `mapping'.
12232
12233 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
12234
12235 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12236 Remove unused variable `result'; use `let'.
12237
12238 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
12239 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
12240 (gametree-children-shown-p, gametree-compute-reduced-score):
12241 Use `ignore-errors'.
12242
12243 * play/handwrite.el (ps-lpr-switches): Declare.
12244 (handwrite): Remove unused variables `pmin' and `lastp'.
12245
12246 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
12247
12248 * play/landmark.el (landmark-init-display)
12249 (landmark-update-naught-weights): Mark unused parameters.
12250 (landmark-y): Remove unused variable `noise'. Simplify.
12251 (landmark-human-plays): Remove unused variable `score'.
12252
12253 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
12254 (mpuz-try-proposal): Remove unused variable `game'.
12255
12256 * play/zone.el (life-patterns): Declare.
12257
80f499c7
JB
122582011-04-20 Juanma Barranquero <lekktu@gmail.com>
12259
12260 * vc/vc.el (ediff-vc-internal): Declare function.
12261
024ff170
SM
122622011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12263
c0a193ea
SM
12264 * shell.el: Use lexical-binding and std completion UI.
12265 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
12266 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
12267 comint-preoutput-filter-functions rather than on
12268 comint-output-filter-functions.
12269 (shell-command-completion, shell--command-completion-data)
12270 (shell-filename-completion, shell-environment-variable-completion)
12271 (shell-c-a-p-replace-by-expanded-directory): New functions.
12272 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
12273 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
12274 (shell-dynamic-complete-environment-variable): Use them.
12275 (shell-dynamic-complete-as-environment-variable)
12276 (shell-dynamic-complete-as-command): Remove.
12277 (shell-match-partial-variable): Match past point.
12278 * comint.el: Clean up use of completion-at-point-functions.
12279 (comint-completion-at-point): New function.
12280 (comint-mode): Use it completion-at-point-functions.
12281 (comint-dynamic-complete): Make it obsolete.
12282 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
12283 (comint-c-a-p-replace-by-expanded-history): New function.
12284 (comint-dynamic-complete-functions)
12285 (comint-replace-by-expanded-history): Use it.
12286 * minibuffer.el (completion-table-with-terminator): Allow dynamic
12287 termination strings. Try harder to avoid second try-completion.
12288 (completion-in-region-mode-map): Disable bindings that don't work yet.
12289
2dbaa080
SM
12290 * comint.el: Use lexical-binding. Require CL.
12291 (comint-dynamic-complete-functions): Use comint-filename-completion.
12292 (comint-completion-addsuffix): Tweak custom type.
12293 (comint-filename-completion, comint--common-suffix)
12294 (comint--common-quoted-suffix, comint--table-subvert)
12295 (comint--complete-file-name-data): New functions.
12296 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
12297 (comint-dynamic-list-filename-completions): Use them.
12298 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 12299
2dbaa080
SM
12300 * minibuffer.el (completion-in-region-mode):
12301 Keep completion-in-region-mode--predicate global.
12302 (completion-in-region--postch):
12303 Assume completion-in-region-mode--predicate is not null.
12304
c79a6f38
SM
12305 * progmodes/flymake.el (flymake-start-syntax-check-process):
12306 Obey `dir'. Simplify.
12307
024ff170
SM
12308 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
12309 we're in VC after all.
12310
1c6c854e
CS
123112011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
12312
12313 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 12314 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
12315 (vc-version-diff): Use vc-diff-build-argument-list-internal.
12316
bed7f140
SM
123172011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12318
332e62ab
SM
12319 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
12320 add sanity check.
12321
bed7f140
SM
12322 * obsolete/erc-hecomplete.el: Make obsolete.
12323 * obsolete/: Standardize obsolescence info in the header.
12324
f195c582
GM
123252011-04-20 Glenn Morris <rgm@gnu.org>
12326
12327 * calendar/solar.el (solar-horizontal-coordinates):
12328 Use the longitude argument rather than `calendar-longitude'.
12329 (solar-date-next-longitude): Remove unused locals.
12330
cb79b8c0
VJL
123312011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12332
12333 * whitespace.el: New version 13.2.1.
12334
123352011-04-20 felix <EmacsWiki> (tiny change)
12336
d8e4b68b 12337 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
12338 switching between major modes on a file.
12339
602ea69d
SM
123402011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12341
12342 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
12343 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
12344 multi-line comments as well.
12345
06b60517
JB
123462011-04-19 Juanma Barranquero <lekktu@gmail.com>
12347
12348 Lexical-binding cleanup.
12349
12350 * arc-mode.el (archive-mode-revert):
12351 * cmuscheme.el (scheme-interactively-start-process):
12352 * custom.el (custom-initialize-delay):
12353 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
12354 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
12355 * emacs-lock.el (emacs-lock-clear-sentinel):
12356 * ezimage.el (defezimage):
12357 * follow.el (follow-avoid-tail-recenter):
12358 * fringe.el (set-fringe-mode-1):
12359 * generic-x.el (bat-generic-mode-compile):
12360 * help-mode.el (help-info-variable, help-do-xref)
12361 (help-mode-revert-buffer):
12362 * help.el (view-emacs-todo):
12363 * iswitchb.el (iswitchb-completion-help):
12364 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
12365 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
12366 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
12367 * locate.el (locate-update):
12368 * longlines.el (longlines-encode-region)
12369 (longlines-after-change-function):
12370 * outline.el (outline-isearch-open-invisible):
12371 * ps-def.el (declare-function, charset-dimension, char-width)
12372 (encode-char):
12373 * ps-mule.el (ps-mule-plot-string):
12374 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
12375 (recentf-edit-list-select, recentf-edit-list-validate)
12376 (recentf-open-files-action):
12377 * rect.el (delete-whitespace-rectangle-line)
12378 (rectangle-number-line-callback):
12379 * register.el (window-configuration-to-register)
12380 (frame-configuration-to-register):
12381 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
12382 * select.el (xselect-convert-to-string, xselect-convert-to-length)
12383 (xselect-convert-to-targets, xselect-convert-to-delete)
12384 (xselect-convert-to-filename, xselect-convert-to-charpos)
12385 (xselect-convert-to-lineno, xselect-convert-to-colno)
12386 (xselect-convert-to-os, xselect-convert-to-host)
12387 (xselect-convert-to-user, xselect-convert-to-class)
12388 (xselect-convert-to-name, xselect-convert-to-integer)
12389 (xselect-convert-to-atom, xselect-convert-to-identity):
12390 * subr.el (declare, ignore, process-kill-without-query)
12391 (text-clone-maintain):
12392 * terminal.el (te-get-char, te-tic-sentinel):
12393 * tool-bar.el (tool-bar-make-keymap):
12394 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
12395 * type-break.el (type-break-mode, type-break-noninteractive-query):
12396 * view.el (View-back-to-mark):
12397 * wid-browse.el (widget-browse-action, widget-browse-widget)
12398 (widget-browse-widgets, widget-browse-sexp):
12399 * widget.el (define-widget-keywords):
12400 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
12401 Mark unused parameters.
12402
12403 * align.el (align-adjust-col-for-rule): Mark unused parameter.
12404 (align-areas): Remove unused variable `look'.
12405 (align-region): Remove unused variables `real-end' and `pos-list'.
12406
12407 * apropos.el (apropos-score-doc): Remove unused variable `i'.
12408
12409 * bindings.el (mode-line-modified, mode-line-remote):
12410 Mark unused parameters.
12411 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
12412
12413 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
12414 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
12415
12416 * comint.el (comint-history-isearch-pop-state)
12417 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
12418 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
12419 (comint-substitute-in-file-name): Doc fix.
12420
12421 * completion.el (cmpl-statistics-block): Mark unused parameter.
12422 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
12423 (save-completions-to-file, load-completions-from-file):
12424 Remove unused local variable `e'.
12425
12426 * composite.el (compose-chars): Remove unused variable `len'.
12427 (lgstring-insert-glyph): Remove unused variable `g'.
12428 (compose-glyph-string): Remove unused variables `ascent',
12429 `descent', `lbearing' and `rbearing'.
12430 (compose-glyph-string-relative): Remove unused variables
12431 `lbearing', `rbearing' and `wadjust'.
12432 (compose-gstring-for-graphic): Remove unused variables `header',
12433 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
12434 (compose-gstring-for-terminal): Remove unused variables `header'
12435 and `nchars'. Use `let', not `let*'.
12436
12437 * cus-edit.el (Custom-set, Custom-save, custom-reset)
12438 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
12439 (Custom-buffer-done, custom-buffer-create-internal)
12440 (custom-browse-visibility-action, custom-browse-group-tag-action)
12441 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
12442 (widget-magic-mouse-down-action, custom-toggle-parent)
12443 (custom-add-parent-links, custom-toggle-hide-variable)
12444 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
12445 (custom-toggle-hide-face, face, hook, custom-group-link-action)
12446 (custom-face-menu-create, custom-variable-menu-create, get)
12447 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
12448 (custom-reset-standard-save-and-update): Remove unused variable `value'.
12449 (customize-apropos): Remove unused variable `tests'.
12450 (custom-group-value-create): Remove unused variable `hidden-p'.
12451 (sort-fold-case): Declare.
12452
12453 * cus-theme.el (custom-reset-standard-faces-list)
12454 (custom-reset-standard-variables-list): Declare.
12455 (customize-create-theme, custom-theme-revert, custom-theme-write)
12456 (custom-theme-choose-mode, customize-themes, custom-theme-save):
12457 Mark unused parameters.
12458
12459 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
12460
12461 * delim-col.el (delimit-columns-max): Move defvar before first use.
12462
12463 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 12464 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
12465
12466 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
12467 (auto-insert): Declare.
12468 (desktop-restore-file-buffer): Rename desktop-* parameters;
12469 mark unused ones.
12470 (desktop-create-buffer): Rename desktop-* parameters and bind them.
12471 (desktop-buffer): Rename desktop-* parameters.
12472
12473 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
12474 (dframe-reposition-frame-xemacs, dframe-help-echo)
12475 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
12476 Mark unused parameters.
12477
12478 * dired-aux.el (backup-extract-version-start, overwrite-query)
12479 (overwrite-backup-query, rename-regexp-query)
12480 (rename-non-directory-query): Declare.
12481 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
12482 (dired-add-entry): Remove unused variable `orig-file-name'.
12483 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
12484 Use parameter PRESERVE-TIME instead of accessing dynamic variable
12485 `dired-copy-preserve-time' directly.
12486 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
12487 (dired-insert-subdir-newpos): Rename unused variable `pos'.
12488
12489 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
12490 (dired-virtual-revert, dired-make-relative-symlink):
12491 Mark unused parameters.
12492 (manual-program): Declare.
12493 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
12494 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
12495 wrapped in `with-no-warnings' to avoid replacing one warning by another.
12496
12497 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
12498
12499 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
12500
12501 * echistory.el (electric-history-in-progress, Helper-return-blurb):
12502 Declare.
12503
12504 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
12505
12506 * electric.el (Electric-command-loop): Rename parameter
12507 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
12508
12509 * expand.el (expand-in-literal): Remove unused variable `here'.
12510
12511 * facemenu.el (facemenu-add-new-color):
12512 Remove unused variable `docstring'.
12513
12514 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
12515 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
12516 (face-attr-construct): Mark unused parameter. Doc fix.
12517 (read-color): Remove unused variable `hex-string'.
12518
12519 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
12520 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
12521 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
12522 (display-buffer-other-frame): Remove unused variable `old-window'.
12523 (kill-buffer-hook): Declare.
12524 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
12525 Mark unused parameters.
12526 (after-find-file): Pass 1 to `auto-save-mode', not t.
12527
12528 * files-x.el (auto-insert): Declare.
12529 (modify-file-local-variable-prop-line): Remove unused variable `val'.
12530
12531 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 12532 variable `buf'. Mark unused parameter.
06b60517
JB
12533 (find-lisp-insert-directory): Mark unused parameter.
12534
12535 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
12536 (format-encode-region): Remove unused variables `cur-buf' and `result'.
12537 (format-common-tail): Remove, unused.
12538 (format-deannotate-region): Remove unused variable `loc'.
12539 (format-annotate-region): Remove unused variable `p'.
12540 (format-annotate-single-property-change): Remove unused variables
12541 `default' and `tail'.
12542
12543 * forms.el (read-file-filter): Declare.
12544 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
12545
12546 * frame.el (frame-creation-function-alist): Mark unused parameter.
12547 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
12548
12549 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
12550 Remove unused parameters.
12551 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
12552 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
12553
12554 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
12555 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
12556 (hfy-prepare-tag-map): Mark unused parameters.
12557 (htmlfontify-buffer): Use `called-interactively-p'.
12558
12559 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
12560 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
12561 (ibuffer-do-occur): Mark unused parameters.
12562 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
12563 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
12564
12565 * ibuffer.el: Don't quote `lambda'.
12566 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
12567 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
12568 Mark unused parameters.
12569
12570 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
12571 (ido-completing-read): Mark unused parameters.
12572 (ido-copy-current-word): Mark unused parameters;
12573 remove unused variable `name'.
12574 (ido-sort-merged-list): Remove unused parameter `dirs'.
12575
12576 * ielm.el (ielm-input-sender): Mark unused parameter.
12577 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
12578 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
12579 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
12580 `ielm-string' as a dynamic variable accessible from the IELM prompt.
12581 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
12582
12583 * image-dired.el (image-dired-display-thumbs): Remove unused
12584 variables `curr-file' and `count'.
12585 (image-dired-remove-tag): Remove unused variable `start'.
12586 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
12587 variable `curr-file'
12588 (image-dired-rotate-original): Remove unused variable `temp-file'.
12589 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
12590 Remove unused variable `file'.
12591 (image-dired-gallery-generate): Remove unused variable `curr'.
12592 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
12593
12594 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
12595
12596 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12597
12598 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12599
12600 * isearch.el (minibuffer-history-symbol): Declare.
12601 (isearch-edit-string): Remove unused variable `err'.
12602 (isearch-message-prefix, isearch-message-suffix):
12603 Mark unused parameters.
12604
12605 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12606
12607 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12608
12609 * makesum.el (double-column): Remove unused variable `cnt'.
12610
12611 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12612 (ido-ignore-item-temp-list): Declare.
12613
12614 * mouse-drag.el (mouse-drag-throw): Remove unused variables
12615 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12616 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12617 (mouse-drag-drag): Remove unused variables `mouse-delta' and
12618 `mouse-col-delta'.
12619
12620 * mouse-sel.el (mouse-extend-internal):
12621 Remove unused variable `orig-window-frame'.
12622
12623 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12624 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12625 Move declarations before first use.
12626 (pcomplete-opt): Mark unused parameters; doc fix.
12627
12628 * proced.el (proced-revert): Mark unused parameter.
12629 (proced-send-signal): Remove unused variable `err'.
12630
12631 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12632 Rename parameter PREFIX-ARG to ARG.
12633 (ps-basic-plot-string, ps-basic-plot-whitespace):
12634 Mark unused parameters.
12635
12636 * replace.el (replace-count): Define.
12637 (occur-revert-function): Mark unused parameters.
12638 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12639 (isearch-case-fold-search, isearch-string): Declare.
12640 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12641 bind `case-fold-search'. Remove unused variables `beg' and `end',
12642 and simplify.
12643 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12644 COUNT and bind `replace-count'.
12645 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12646 to COUNT.
12647
12648 * savehist.el (print-readably, print-string-length): Declare.
12649
12650 * shadowfile.el (shadow-expand-cluster-in-file-name):
12651 Remove unused variable `cluster'.
12652 (shadow-copy-file): Remove unused variable `i'.
12653 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12654 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12655 (shadow-define-literal-group, shadow-define-regexp-group)
12656 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12657
12658 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12659 (shell): Use `called-interactively-p'.
12660 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12661
12662 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12663 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12664 (delete-backward-char): Remove unused variable `ocol'.
12665 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12666 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12667 (event-apply-hyper-modifier, event-apply-shift-modifier)
12668 (event-apply-control-modifier, event-apply-meta-modifier):
12669 Mark unused parameters.
12670 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12671 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12672
12673 * speedbar.el (speedbar-ignored-directory-expressions)
12674 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12675 (speedbar-find-file, speedbar-dir-follow)
12676 (speedbar-directory-buttons-follow, speedbar-tag-find)
12677 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12678 (speedbar-buffers-line-directory, speedbar-buffer-click):
12679 Mark unused parameters.
12680 (speedbar-tag-file): Remove unused variable `mode'.
12681 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12682
12683 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12684
12685 * talk.el (talk): Remove unused variable `display'.
12686
12687 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12688 (tar-write-region-annotate): Mark unused parameter.
12689
12690 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12691 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12692 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12693 warning by another.
12694
12695 * time-stamp.el (time-stamp-string-preprocess):
12696 Remove unused variable `require-padding'.
12697
12698 * tree-widget.el (widget-glyph-enable): Declare.
12699 (tree-widget-action): Mark unused parameter.
12700
12701 * w32-fns.el (x-get-selection): Mark unused parameter.
12702 (autoload-make-program, generated-autoload-file): Declare.
12703
12704 * wdired.el (wdired-revert): Mark unused parameters.
12705 (wdired-xcase-word): Remove unused variable `err'.
12706
12707 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12708 (whitespace-help-scroll): Remove unused variable `data-help'.
12709
12710 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12711 (widget-image-insert, widget-after-change, default)
12712 (widget-default-format-handler, widget-default-notify)
12713 (widget-default-prompt-value, widget-info-link-action)
12714 (widget-url-link-action, widget-function-link-action)
12715 (widget-variable-link-action, widget-file-link-action)
12716 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12717 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12718 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12719 (widget-insert-button-action, widget-delete-button-action, visibility)
12720 (widget-documentation-link-action, widget-documentation-string-action)
12721 (widget-const-prompt-value, widget-regexp-match, symbol)
12722 (widget-coding-system-prompt-value)
12723 (widget-key-sequence-value-to-external, sexp)
12724 (widget-sexp-value-to-internal, character, vector, cons)
12725 (widget-choice-prompt-value, widget-boolean-prompt-value)
12726 (widget-color--choose-action): Mark unused parameters.
12727 (widget-item-match-inline, widget-choice-match-inline)
12728 (widget-checklist-match, widget-checklist-match-inline)
12729 (widget-group-match): Rename parameter VALUES to VALS.
12730 (widget-field-value-set): Remove unused variable `size'.
12731 (widget-color-action): Remove unused variables `value' and `start'.
12732
12733 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 12734 variable `dir'. Doc fix.
06b60517
JB
12735 (windmove-find-other-window): Don't pass it.
12736
12737 * window.el (count-windows): Mark unused parameter.
12738 (bw-adjust-window): Remove unused variable `err'.
12739
12740 * woman.el (woman-file-name): Remove unused variable `default'.
12741 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12742 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12743 (global-font-lock-mode): Declare.
12744 (woman-decode-region): Mark unused parameter.
12745 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12746
12747 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12748 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12749 (x-dnd-handle-moz-url): Remove unused variable `title'.
12750 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12751
12752 * xml.el (xml-parse-tag, xml-parse-attlist):
12753 Remove unused variable `pos'.
12754
bc4f7f3d
GM
127552011-04-19 Glenn Morris <rgm@gnu.org>
12756
12757 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12758 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12759 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12760 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12761 * calendar/cal-html.el (cal-html-insert-minical):
12762 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12763 (calendar-mark-date-pattern):
12764 Prefix "unused" locals.
12765
12766 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12767 optional argument `style'.
12768
12769 * calendar/appt.el (appt-make-list):
12770 * calendar/cal-china.el (calendar-chinese-date-string):
12771 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12772 (diary-hebrew-yahrzeit):
12773 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12774 * calendar/calendar.el (calendar-generate-window):
12775 * calendar/time-date.el (time-to-days):
12776 Remove unused local variables.
12777
16a43933
CY
127782011-04-18 Chong Yidong <cyd@stupidchicken.com>
12779
12780 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12781 glyphless-char-display table.
12782 (tabulated-list-glyphless-char-display): New var.
12783
7eed1860
SS
127842011-04-18 Sam Steingold <sds@gnu.org>
12785
12786 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12787 to acknowledgments.
12788
4d2d1ccd
GM
127892011-04-17 Glenn Morris <rgm@gnu.org>
12790
12791 * calendar/diary-lib.el (diary-sexp-entry):
12792 * calendar/holidays.el (holiday-sexp):
12793 Set debug-on-error rather than the removed stack-trace-on-error.
12794
239da61d
GM
127952011-04-16 Glenn Morris <rgm@gnu.org>
12796
12797 * progmodes/f90.el: Use lexical-binding.
12798 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
12799
8b05752a
SM
128002011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12801
daca8ba5
SM
12802 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
12803 (mail-mode): Setup mailalias completion here instead.
12804 * mail/mailalias.el: Use lexical-binding.
12805 (pattern, mailalias-done): Declare dynamic.
12806 (mail-completion-at-point-function): New function, from mail-complete.
12807 (mail-complete): Use it.
12808 (mail-completion-expand): New function.
12809 (mail-get-names): Use it.
12810 (mail-directory, mail-directory-process, mail-directory-stream):
12811 Don't use `pattern' for lexically bound arg.
12812
6f542485
SM
12813 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
12814
037e7c3f
SM
12815 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
12816 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
12817 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
12818
8b05752a
SM
12819 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
12820 (byte-save-window-excursion, byte-temp-output-buffer-setup)
12821 (byte-interactive-p): Define them again, for use when inlining
12822 old code.
12823
49093f60
JB
128242011-04-15 Juanma Barranquero <lekktu@gmail.com>
12825
12826 * loadup.el: Use `string-to-number', not `string-to-int'.
12827
b5b8e7de
SM
128282011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12829
12830 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
12831 gud-gdb-complete-command.
12832 (gud-gdb-completions): New function, from gud-gdb-complete-command.
12833 (gud-gdb-completion-at-point): New function.
12834 (gud-gdb-completions): Remove.
12835
f42efeb5
MA
128362011-04-14 Michael Albinus <michael.albinus@gmx.de>
12837
49093f60
JB
12838 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
12839 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
12840 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
12841 whether `executable-find' is bound.
f42efeb5
MA
12842
12843 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
12844
e240cc21
SM
128452011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12846
12847 * minibuffer.el (completion-in-region-mode-predicate)
12848 (completion-in-region-mode--predicate): New vars.
12849 (completion-in-region, completion-in-region--postch)
12850 (completion-in-region-mode): Use them.
12851 (completion--capf-wrapper): Also return the hook function.
12852 (completion-at-point, completion-help-at-point):
12853 Adjust and provide a predicate.
c2bd2ab0
SM
12854
12855 Preserve arg names for advice of subr and lexical functions (bug#8457).
12856 * help-fns.el (help-function-arglist): Consolidate the subr and
12857 new-byte-code cases. Add argument `preserve-names' to extract names
12858 from the docstring when needed.
12859 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
12860 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
12861 (ad-arglist): Use help-function-arglist's new arg.
12862 (ad-definition-type): Use cond.
12863
c183f693
JB
128642011-04-13 Juanma Barranquero <lekktu@gmail.com>
12865
06641a47
JB
12866 * autorevert.el (auto-revert-handler):
12867 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
12868 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
12869 Don't quote lambda.
12870
c183f693
JB
12871 * image-mode.el (image-transform-set-scale):
12872 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
12873
1e3b6001
G
128742011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12875
12876 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 12877 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
12878 Upgrades via gnutls-cli are too slow to be done opportunistically.
12879
2d6af8dd
JB
128802011-04-12 Juanma Barranquero <lekktu@gmail.com>
12881
12882 * dframe.el (dframe-current-frame): Remove spurious quote.
12883
c0749a51
GM
128842011-04-12 Glenn Morris <rgm@gnu.org>
12885
088d0d61
GM
12886 * calendar/cal-tex.el (cal-tex-end-document):
12887 Try to automatically use latin1 input if needed.
12888
c0749a51
GM
12889 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
12890 Don't try to cons a mark onto an empty element.
12891
5c90fde0
LL
128922011-04-11 Leo Liu <sdl.web@gmail.com>
12893
12894 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
12895 buffers.
12896 (ido-kill-buffer-at-head): Support killing virtual buffers.
12897
369e974d
CY
128982011-04-10 Chong Yidong <cyd@stupidchicken.com>
12899
12900 * minibuffer.el (completion-show-inline-help): New var.
12901 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
12902 (minibuffer-force-complete, minibuffer-complete-word):
12903 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
12904
12905 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
12906 to avoid interference from inline help (Bug#5849).
12907
37f1c930
LL
129082011-04-10 Leo Liu <sdl.web@gmail.com>
12909
099c39a4
JB
12910 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12911 Fix typo.
37f1c930 12912
a32d4040
CY
129132011-04-09 Chong Yidong <cyd@stupidchicken.com>
12914
12915 * image-mode.el (image-toggle-display-image): Signal an error if
12916 not in Image mode.
12917 (image-transform-mode, image-transform-resize)
12918 (image-transform-set-rotation): Doc fix.
daca8ba5 12919 (image-transform-set-resize): Delete.
a32d4040
CY
12920 (image-transform-set-scale, image-transform-fit-to-height)
12921 (image-transform-fit-to-width): Handle image-toggle-display-image
12922 and image-transform-resize directly.
12923
099c39a4 129242011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
12925
12926 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
12927 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
12928 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
12929 (doc-view-mode-map): Add bindings for the new functions.
12930
099c39a4 129312011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 12932
4d61f28d 12933 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
12934 Fix typo in docstring.
12935
3726838a
EZ
129362011-04-08 Eli Zaretskii <eliz@gnu.org>
12937
04f33f1e
EZ
12938 * files.el (file-size-human-readable): Produce one digit after
12939 decimal, like "ls -lh" does.
12940
12941 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
12942 the file size representation.
12943
3726838a
EZ
12944 * simple.el (list-processes): If async subprocesses are not
12945 available, error out with a clear error message.
12946
cbb59342
CY
129472011-04-08 Chong Yidong <cyd@stupidchicken.com>
12948
12949 * help.el (help-form-show): New function, to be called from C.
12950 Put help-form output in a buffer named differently than *Help*.
12951
e3971c44
EZ
129522011-04-08 Eli Zaretskii <eliz@gnu.org>
12953
12954 * files.el (file-size-human-readable): New function.
12955
12956 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
12957 computing the representation inline. Don't require `cl'.
12958
12544bbe
GM
129592011-04-08 Glenn Morris <rgm@gnu.org>
12960
a1de6c6a
GM
12961 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
12962
3c4671f4
GM
12963 * net/browse-url.el (browse-url-firefox):
12964 Test system-type, not system-configuration.
12965
b605679c
GM
12966 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
12967 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
12968 Use log-edit-empty-buffer-p. (Bug#7598)
12969
56442f0c
GM
12970 * net/rlogin.el (rlogin-process-connection-type): Simplify.
12971 (rlogin-mode-map): Initialize in the defvar.
12972 (rlogin): Use ignore-errors.
12973
12544bbe
GM
12974 * replace.el (occur-mode-map): Some fixes for menu items.
12975
eb237b0f
AH
129762011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12977
12978 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
12979
7d668f2c
CY
129802011-04-06 Chong Yidong <cyd@stupidchicken.com>
12981
e67a13ab
CY
12982 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
12983 issuing unused warnings.
12984
12985 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
12986 macro directly.
12987
7d668f2c
CY
12988 * simple.el: Lisp reimplement of list-processes. Based on an
12989 earlier reimplementation by Leo Liu, but using tabulated-list.el.
12990 (process-menu-mode): New major mode.
12991 (list-processes--refresh, list-processes):
12992 (process-menu-visit-buffer): New functions.
12993
12994 * files.el (save-buffers-kill-emacs): Don't assume any return
12995 value of list-processes, which is undocumented anyway.
12996
a83ec3c9
CY
129972011-04-06 Chong Yidong <cyd@stupidchicken.com>
12998
12999 * emacs-lisp/tabulated-list.el: New file.
13000
e91a96fe
CY
13001 * emacs-lisp/package.el: Use Tabulated List mode.
13002 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
13003 (package-menu-mode): Derive from tabulated-list-mode. Set up the
13004 table format using Tabulated List mode variables.
13005 (package--push): New macro, replacing package-list-maybe-add.
13006 (package-menu--generate): Use package--push. Renamed from
13007 package--generate-package-list.
13008 (package-menu-refresh, list-packages): Use it.
daca8ba5 13009 (package-menu--print-info): Rename from package-print-package.
e91a96fe 13010 Return insertion data instead of inserting it directly.
099c39a4
JB
13011 (package-menu-describe-package, package-menu-execute):
13012 Use tabulated-list-get-id.
e91a96fe
CY
13013 (package-menu-mark-delete, package-menu-mark-install)
13014 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
13015 (package-menu-mark-obsolete-for-deletion):
13016 Use tabulated-list-put-tag.
e91a96fe
CY
13017 (package--list-packages, package-menu-revert)
13018 (package-menu-get-package, package-menu-get-version)
13019 (package-menu-sort-by-column): Functions deleted.
13020 (package-menu-package-list, package-menu-sort-key): Vars deleted.
13021 (package-menu--status-predicate, package-menu--version-predicate)
13022 (package-menu--name-predicate)
13023 (package-menu--description-predicate): Handle arguments in the
13024 Tabulated List format.
13025 (package-list-packages-no-fetch): Call list-packages.
13026
3e214b50
JB
130272011-04-06 Juanma Barranquero <lekktu@gmail.com>
13028
13029 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 13030 (after-find-file): Don't bind it.
3e214b50
JB
13031 (revert-buffer-in-progress-p): New variable.
13032 (revert-buffer): Bind it.
13033 Pass nil for `after-find-file-from-revert-buffer'.
13034
13035 * saveplace.el (save-place-find-file-hook): Use new variable
13036 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
13037
3f0f1700
GM
130382011-04-06 Glenn Morris <rgm@gnu.org>
13039
c0274801
GM
13040 * Makefile.in (AUTOGEN_VCS): New variable.
13041 (autoloads): Use $AUTOGEN_VCS.
13042
3f0f1700
GM
13043 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
13044 * calendar/calendar.el (calendar-mode-map):
13045 Check for toolkit scroll bars. (Bug#8305)
13046
41ea9e48
CY
130472011-04-05 Chong Yidong <cyd@stupidchicken.com>
13048
13049 * minibuffer.el (completion-in-region--postch)
13050 (completion-in-region-mode): Remove unnecessary messages.
13051
6194c800
JB
130522011-04-05 Juanma Barranquero <lekktu@gmail.com>
13053
33256f14
JB
13054 * font-lock.el (font-lock-refresh-defaults):
13055 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
13056 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
13057
6194c800
JB
13058 * info.el (Info-directory-list, Info-read-node-name-2)
13059 (Info-split-parameter-string): Doc fixes.
13060 (Info-virtual-nodes): Reflow docstring.
13061 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
13062 (Info-apropos-toc-nodes, info-finder, Info-get-token)
13063 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
13064 Fix typos in docstrings.
13065 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
13066 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
13067 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
13068 (Info-restore-desktop-buffer): Mark unused parameters.
13069 (Info-directory-find-file, Info-directory-find-node)
13070 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
13071 (Info-virtual-index-find-node, Info-apropos-find-file)
13072 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 13073 Mark unused parameters; fix typos in docstrings.
6194c800
JB
13074 (Info-virtual-index): Remove unused local variable `nodename'.
13075
b87a8200 130762011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 13077
b87a8200
DD
13078 * net/rcirc.el: Update my e-mail address.
13079 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 13080
3b2ff876
CY
130812011-04-05 Chong Yidong <cyd@stupidchicken.com>
13082
13083 * startup.el (command-line): Save the cursor's theme-face
13084 directly, instead of using face-override-spec.
13085
13086 * custom.el (load-theme): Minor optimization in assigning faces.
13087
8d17e7ca
JB
130882011-04-04 Juanma Barranquero <lekktu@gmail.com>
13089
13090 * help-fns.el (describe-variable): Complete all variables having
13091 documentation, including keywords.
13092 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
13093
2fbc1934
JB
130942011-04-04 Juanma Barranquero <lekktu@gmail.com>
13095
13096 Convert to lexical-binding.
13097
13098 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
13099 (bs--get-marked-string, bs--get-modified-string)
13100 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
13101 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
13102 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
13103
13104 * ehelp.el (electric-help-execute-extended)
13105 (electric-help-ctrl-x-prefix):
13106 * hexl.el (hexl-revert-buffer-function):
13107 * linum.el (linum-after-change, linum-after-scroll):
13108 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
13109
13110 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
13111
74f50695
DU
131122011-04-04 Daiki Ueno <ueno@unixuser.org>
13113
13114 * epa-dired.el:
13115 * epa-mail.el:
13116 * epa-hook.el:
13117 * epa-file.el:
13118 * epa.el:
13119 * epg.el: Use lexical binding.
13120
c11325f7
CY
131212011-04-03 Chong Yidong <cyd@stupidchicken.com>
13122
0d9e9a12
CY
13123 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
13124
c11325f7 13125 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
13126 dictionary case for flyspell-mark-duplications-exceptions.
13127 Use regexp matching for languages.
c11325f7
CY
13128 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
13129 default dictionary (Bug#7926).
13130
da91b5f2
CY
131312011-04-02 Chong Yidong <cyd@stupidchicken.com>
13132
099c39a4
JB
13133 * emacs-lisp/package.el (package--with-work-buffer):
13134 Recognize https URLs.
da91b5f2 13135
099c39a4
JB
13136 * net/network-stream.el: Move from gnus/proto-stream.el.
13137 Change prefix to network-stream throughout.
da91b5f2
CY
13138 (open-protocol-stream): Merge into open-network-stream, leaving
13139 open-protocol-stream as an alias. Handle nil BUFFER args.
13140
13141 * subr.el (open-network-stream): Move to net/network-stream.el.
13142
afa8e9f6
GM
131432011-04-02 Glenn Morris <rgm@gnu.org>
13144
1d2e369d
GM
13145 * find-dired.el (find-exec-terminator): New option.
13146 (find-ls-option): Test for -ls support.
13147 (find-ls-subdir-switches): Test for -b in find-ls-option.
13148 (find-dired, find-grep-dired): Doc fixes.
13149 (find-dired): Use find-exec-terminator.
13150
8abb7da8 13151 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
13152 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
13153 (find-name-arg): Remove purecopy.
8abb7da8 13154
f3ca7378
GM
13155 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
13156 (grep-compute-defaults): Check for `-exec COMMAND +' support.
13157 Set grep-find-use-xargs, grep-find-command, and grep-find-template
13158 accordingly. Don't add the null-device if not needed.
13159
afa8e9f6
GM
13160 * files.el (save-some-buffers): Doc fix.
13161
35eae264
EZ
131622011-04-02 Eli Zaretskii <eliz@gnu.org>
13163
13164 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
13165
26b51db5
JB
131662011-04-01 Juanma Barranquero <lekktu@gmail.com>
13167
13168 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
13169 Use `dolist' rather than `mapcar'.
13170
7200d79c
SM
131712011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13172
03408648 13173 Add lexical binding.
7200d79c 13174
03408648
SM
13175 * subr.el (apply-partially): Use new closures rather than CL.
13176 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
13177 (dolist, dotimes): Use slightly different expansion for lexical code.
13178 (functionp): Move to C.
13179 (letrec): New macro.
13180 (with-wrapper-hook): Use it and apply-partially instead of CL.
13181 (eval-after-load): Preserve lexical-binding.
13182 (save-window-excursion, with-output-to-temp-buffer): Turn them
13183 into macros.
7200d79c 13184
03408648
SM
13185 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
13186
13187 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
13188 than the arglist.
13189 (help-add-fundoc-usage): Don't add `Not documented'.
13190 (help-function-arglist): Handle closures, subroutines, and new
13191 byte-code-functions.
13192 (help-make-usage): Remove leading underscores.
13193 (describe-function-1): Handle closures.
13194 (describe-variable): Use special-variable-p for completion.
13195
13196 * files.el (lexical-binding): Declare safe.
f488fb65 13197
03408648
SM
13198 * emacs-lisp/pcase.el: Don't use destructuring-bind.
13199 (pcase--memoize): Rename from pcase-memoize. Change weakness.
13200 (pcase): Add `let' pattern.
13201 Change memoization so it actually works.
13202 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
13203 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
13204 <let>: New case.
f488fb65 13205
03408648
SM
13206 * emacs-lisp/macroexp.el: Use lexical binding.
13207 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
13208 Don't convert ' to #' without checking that it's indeed quoting
13209 a lambda.
13210
13211 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 13212 Use eval-sexp-add-defvars.
03408648
SM
13213 (eval-sexp-add-defvars): New fun.
13214
13215 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
13216
13217 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
13218 Don't autoload.
13219 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
13220 than the internal `byte-compile-lambda'.
13221 (defmethod): Don't hide code under quotes.
13222 (eieio-defmethod): New `code' argument.
13223
13224 * emacs-lisp/eieio-comp.el: Remove.
13225
13226 * emacs-lisp/edebug.el (edebug-eval-defun)
13227 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
13228 (edebug-toggle): Avoid `eval'.
13229
13230 * emacs-lisp/disass.el (disassemble-internal): Handle new
13231 `closure' objects.
13232 (disassemble-1): Handle new byte codes.
13233
13234 * emacs-lisp/cl.el (pushnew): Silence warning.
13235
13236 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
13237 (cl-byte-compile-throw): Remove.
13238 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
13239
13240 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
13241 closures.
13242
13243 * emacs-lisp/cconv.el: New file.
13244
13245 * emacs-lisp/bytecomp.el: Use lexical binding instead of
13246 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
13247 (byte-compile-initial-macro-environment):
13248 Handle declare-function here.
13249 (byte-compile--lexical-environment): New var.
13250 (byte-stack-ref, byte-stack-set, byte-discardN)
13251 (byte-discardN-preserve-tos): New lap codes.
13252 (byte-interactive-p): Don't use any more.
13253 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
13254 New macros.
13255 (byte-compile-lapcode): Use them and handle new lap codes.
13256 (byte-compile-obsolete): Remove.
13257 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
13258 (byte-compile-arglist-warn): Check late def of inlinable funs.
13259 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
13260 since they should have been expanded by now.
13261 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
13262 (byte-compile-from-buffer): Remove unused second arg.
13263 (byte-compile-preprocess): New function.
13264 (byte-compile-toplevel-file-form): New function to distinguish
13265 file-form calls from outside from file-form calls from hunk-handlers.
13266 (byte-compile-file-form): Simplify.
13267 (byte-compile-file-form-defsubst): Remove.
13268 (byte-compile-file-form-defmumble): Simplify now that
13269 byte-compile-lambda always returns a byte-code-function.
13270 (byte-compile): Preprocess.
13271 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
13272 Remove, not used any more.
13273 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
13274 (byte-compile-make-args-desc): New funs.
13275 (byte-compile-lambda): Handle lexical functions. Always return
13276 a byte-code-function.
13277 (byte-compile-reserved-constants): New var, to make up room for
13278 closed-over variables.
13279 (byte-compile-constants-vector): Obey it.
13280 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
13281 (byte-compile-macroexpand-declare-function): New function.
13282 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
13283 byte-code-functions.
13284 (byte-compile-form): Check obsolescence here.
13285 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
13286 (byte-compile-variable-ref): Remove.
13287 (byte-compile-dynamic-variable-op): New fun.
13288 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13289 (byte-compile-variable-set): New funs.
13290 (byte-compile-discard): Add 2 args.
13291 (byte-compile-stack-ref, byte-compile-stack-set)
13292 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
13293 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
13294 macroexpand-all instead.
13295 (byte-compile-quote-form): Remove.
13296 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
13297 (byte-compile-bind, byte-compile-unbind): New funs.
13298 (byte-compile-let): Handle let* and lexical binding.
13299 (byte-compile-let*): Remove.
13300 (byte-compile-catch, byte-compile-unwind-protect)
13301 (byte-compile-track-mouse, byte-compile-condition-case):
13302 Handle a new :fun-body form, used for lexical scoping.
13303 (byte-compile-save-window-excursion)
13304 (byte-compile-with-output-to-temp-buffer): Remove.
13305 (byte-compile-defun): Simplify.
13306 (byte-compile-stack-adjustment): New fun.
13307 (byte-compile-out): Use it.
13308 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
13309
13310 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
13311 handler any more.
13312
13313 * emacs-lisp/byte-opt.el: Use lexical binding.
13314 (byte-inline-lapcode): Remove (to bytecomp).
13315 (byte-compile-inline-expand): Pay attention to inlining to/from
13316 lexically bound code.
13317 (byte-compile-unfold-lambda): Don't handle byte-code-functions
13318 any more.
13319 (byte-optimize-form-code-walker): Don't handle save-window-excursion
13320 any more and don't call compiler-macros.
13321 (byte-compile-splice-in-already-compiled-code): Remove.
13322 (byte-code): Don't inline any more.
13323 (disassemble-offset): Receive `bytes' as argument rather than via
13324 dynamic scoping.
13325 (byte-compile-tag-number): Declare before first use.
13326 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
13327 `return' even if make-spliceable.
13328 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
13329 obsolete interactive-p.
13330 (byte-optimize-lapcode): Optimize new lap-codes.
13331 Don't trip up on new form of `byte-constant' lap code.
13332
13333 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
13334
13335 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
13336
13337 * custom.el (custom-initialize-default, custom-declare-variable):
13338 Use `defvar'.
13339
13340 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
13341 New variables.
13342 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
13343 (COMPILE_FIRST): Add macroexp and cconv.
13344 * makefile.w32-in: Mirror changes in Makefile.in.
13345
13346 * vc/cvs-status.el:
13347 * vc/diff-mode.el:
13348 * vc/log-edit.el:
13349 * vc/log-view.el:
13350 * vc/smerge-mode.el:
13351 * textmodes/bibtex-style.el:
13352 * textmodes/css.el:
13353 * startup.el:
13354 * uniquify.el:
da91b5f2
CY
13355 * minibuffer.el:
13356 * newcomment.el:
13357 * reveal.el:
13358 * server.el:
13359 * mpc.el:
13360 * emacs-lisp/smie.el:
13361 * doc-view.el:
13362 * dired.el:
03408648
SM
13363 * abbrev.el: Use lexical binding.
13364
0f0c1f27
EZ
133652011-04-01 Eli Zaretskii <eliz@gnu.org>
13366
13367 * info.el (info-display-manual): New function.
13368
c82b2579
SM
133692011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13370
13371 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
13372
221ddf68
TH
133732011-03-31 Tassilo Horn <tassilo@member.fsf.org>
13374
13375 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 13376 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 13377
cba6e77e
GM
133782011-03-31 Glenn Morris <rgm@gnu.org>
13379
e040639f
GM
13380 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
13381
cba6e77e
GM
13382 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
13383
6d0f1c9e
CS
133842011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
13385
13386 * progmodes/python.el (python-default-interpreter)
13387 (python-python-command-args, python-jython-command-args)
13388 (python-which-shell, python-which-args, python-which-bufname)
13389 (python-file-queue, python-comint-output-filter-function)
13390 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
13391 variables and functions.
13392
3e2d70fd
SM
133932011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13394
13395 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
13396 (completion-in-region-mode): New minor mode.
13397 (completion-in-region): Use it.
13398 (completion-in-region--data, completion-in-region-mode-map): New vars.
13399 (completion-in-region--postch): New function.
13400 (completion--capf-misbehave-funs, completion--capf-safe-funs):
13401 New vars.
13402 (completion--capf-wrapper): New function.
13403 (completion-at-point): Use it to track well-behavedness of
13404 hook functions.
13405 (completion-help-at-point): New command.
13406
f3e4086c
JM
134072011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
13408
13409 * vc/add-log.el (add-change-log-entry): Don't use whitespace
13410 syntax class to search for whitespace on a single line
13411 (Message-ID: <4D938140.4030905@redhat.com>).
13412
eb7ffc14
LL
134132011-03-30 Leo Liu <sdl.web@gmail.com>
13414
13415 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
13416 New commands.
13417 (edit-abbrevs-map): Bind them here.
13418 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
13419
d806ab68
KM
134202011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
13421
13422 * allout.el (allout-hide-by-annotation, allout-flag-region):
13423 Reduce possibility of overlay leakage by making them volatile.
13424
13425 * allout-widgets.el (allout-widgets-tally): Define as nil so the
13426 hash is not shared between buffers. Mode initialization is
13427 responsible for giving it a useful starting value.
13428 (allout-item-span): Reduce possibility of overlay leakage by
13429 making them volatile.
13430 (allout-widgets-count-buttons-in-region): Add diagnostic function
13431 for tracking down button overlay leaks.
13432
ea622834
LL
134332011-03-29 Leo Liu <sdl.web@gmail.com>
13434
13435 * ido.el (ido-read-internal): Use the default history var
13436 minibuffer-history if no HISTORY is specified.
13437
b62f8267
G
134382011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
13439
03408648
SM
13440 * net/imap.el (imap-shell-open, imap-process-connection-type):
13441 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
13442 Kerberos, SSL, other subprocesses.
13443
947b6566
LL
134442011-03-28 Leo Liu <sdl.web@gmail.com>
13445
13446 * abbrev.el (abbrev-table-empty-p): New function.
13447 (prepare-abbrev-list-buffer): Place empty abbrev tables after
13448 nonempty ones. (Bug#5937)
13449
5ffb62aa
JD
134502011-03-27 Jan Djärv <jan.h.d@swipnet.se>
13451
13452 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
13453
7a097943
LL
134542011-03-27 Leo Liu <sdl.web@gmail.com>
13455
13456 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
13457 for foreground and background colors.
13458 (ansi-color-make-color-map): Adapt.
13459
c5b40130
LL
134602011-03-25 Leo Liu <sdl.web@gmail.com>
13461
1f48f7d2
LL
13462 * midnight.el (midnight-time-float): Remove. Note it calculates
13463 the microsecond component incorrectly and seconds-to-time does the
13464 same job.
625897ec 13465 Remove redundant (require 'timer).
1f48f7d2 13466
c5b40130
LL
13467 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
13468 (ido-completions): Remove unused arguments. (Bug#8329)
13469
d86d2721
SM
134702011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13471
13472 * minibuffer.el (completion--flush-all-sorted-completions):
13473 Remove itself from hook.
13474 (completion-at-point): Let the functions perform the completion
13475 immediately and return nil or t.
13476 * comint.el (comint-dynamic-complete-functions): Now identical to
13477 completion-at-point-functions.
13478 (comint-dynamic-list-input-ring): Remove unused var `index'.
13479 (comint--match-partial-filename, comint--unquote&expand-filename):
13480 New funs, split from comint-match-partial-filename.
13481 (comint-dynamic-complete): Use completion-at-point.
13482 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
13483
e8974c48
DA
134842011-03-24 Drew Adams <drew.adams@oracle.com>
13485
13486 * thingatpt.el: Support `defun'.
13487
def71b5e
LL
134882011-03-23 Leo Liu <sdl.web@gmail.com>
13489
cb5af48e
LL
13490 * abbrevlist.el: Move to obsolete/abbrevlist.el.
13491
def71b5e
LL
13492 * help-mode.el (help-mode-finish): Tweak regexp.
13493
927c53e7
GM
134942011-03-23 Glenn Morris <rgm@gnu.org>
13495
18d05bed
GM
13496 * eshell/esh-opt.el (eshell-eval-using-options):
13497 Do not bind unused local variable `eshell-option-stub'.
13498
927c53e7
GM
13499 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
13500
9d0da923
JB
135012011-03-22 Juanma Barranquero <lekktu@gmail.com>
13502
13503 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
13504 keymap variable in `with-no-warnings' to avoid a warning when the
13505 keymap has been already `defconst'ed.
13506
4b978a67
LL
135072011-03-22 Leo Liu <sdl.web@gmail.com>
13508
13509 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
13510 encode all chars in abbrevs; otherwise use emacs-mule or
13511 utf-8-emacs. (Bug#8308)
13512
5fd62452
JB
135132011-03-22 Juanma Barranquero <lekktu@gmail.com>
13514
0b1596c6
JB
13515 * simple.el (backward-delete-char-untabify):
13516 Avoid warning about using `delete-backward-char'.
13517
5fd62452
JB
13518 * image.el (image-type-file-name-regexps): Make it variable.
13519 `imagemagick-register-types' modifies it, and the user may want
13520 to add new extensions for known image types.
13521 (imagemagick-register-types): Throw error if not using ImageMagick.
13522
0b4e93f1
LL
135232011-03-22 Leo Liu <sdl.web@gmail.com>
13524
13525 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
13526 located before rcirc-prompt-end-marker.
13527 (rcirc-complete): Error if point is not after rcirc prompt.
13528 Handle the case when table is nil.
9882e214 13529 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 13530
fccee4ab
CY
135312011-03-22 Chong Yidong <cyd@stupidchicken.com>
13532
13533 * custom.el (custom--inhibit-theme-enable): Make it affect only
13534 custom-theme-set-variables and custom-theme-set-faces.
13535 (provide-theme): Ignore custom--inhibit-theme-enable.
13536 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
13537 (custom-enabling-themes): Delete variable.
d86d2721
SM
13538 (enable-theme): Accept only loaded themes as arguments.
13539 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
13540 (custom-enabled-themes): Forbid themes from setting this.
13541 Eliminate use of custom-enabling-themes.
13542 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 13543
af896da6
LL
135442011-03-21 Leo Liu <sdl.web@gmail.com>
13545
13546 * ido.el (ido-read-internal): Add ido-selected to history instead
13547 of user input.
13548
78f64af0
SM
135492011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13550
13551 * subr.el (deferred-action-list, deferred-action-function):
13552 Mark obsolete.
13553
b16ac1ec
LL
135542011-03-21 Leo Liu <sdl.web@gmail.com>
13555
810f7698
LL
13556 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
13557 change on 2011-02-13 (bug#8309).
13558
b16ac1ec
LL
13559 * minibuffer.el (read-file-name-function): Change default value.
13560 (read-file-name--defaults): Rename from read-file-name-defaults.
13561 (read-file-name-default): Rename from read-file-name.
13562 (read-file-name): Call read-file-name-function.
13563
4e05e67e
GM
135642011-03-21 Glenn Morris <rgm@gnu.org>
13565
13566 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
13567 Doc fixes.
13568
4359915b
CY
135692011-03-21 Chong Yidong <cyd@stupidchicken.com>
13570
13571 * cus-theme.el: Add missing provide statement.
13572 (customize-create-theme): Extract theme value correctly.
13573 (custom-theme-visit-theme): Autoload.
13574 (customize-create-theme): Prompt before inserting default faces.
13575
1fe275ee
JB
135762011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13577
13578 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
13579 units and musical notes.
13580
cd394be1 135812011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
13582
13583 * ido.el (ido-read-internal): Use completing-read-default.
13584 (ido-completing-read): Fix compatibility with completing-read.
13585
7d476bde
CO
135862011-03-20 Christian Ohler <ohler@gnu.org>
13587
13588 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
13589 (ert-delete-all-tests): Use `called-interactively-p' rather than
13590 `interactive-p'.
13591 (ert--make-xrefs-region): Respect END.
13592
fe0fb33e
CY
135932011-03-19 Chong Yidong <cyd@stupidchicken.com>
13594
ff854b0b
CY
13595 * dired-aux.el (dired-create-directory): Signal an error if the
13596 directory already exists (Bug#8246).
13597
fe0fb33e
CY
13598 * facemenu.el (list-colors-display): Call list-faces-display
13599 inside with-help-window.
13600 (list-colors-print): Use display property to align the final
13601 column, instead of checking window-width.
13602
576bce32
EZ
136032011-03-19 Eli Zaretskii <eliz@gnu.org>
13604
4d61f28d 13605 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
13606 windows-nt systems.
13607 (emerge-protect-metachars): Quote correctly for ms-dos and
13608 windows-nt systems.
13609
89c41d68 136102011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
13611
13612 * info.el (info-initialize): Replace all uses of `:' with
13613 path-separator for compatibility with non-Unix systems.
13614 Cache quoting of path-separator. (Bug#8258)
13615
b14e3e21 136162011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
13617
13618 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13619 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13620 (mouse-avoidance-mode): Fix typos in docstrings.
13621
4525ce3e
CY
136222011-03-19 Chong Yidong <cyd@stupidchicken.com>
13623
13624 * startup.el (package-subdirectory-regexp): Move from package.el.
13625 Omit \\` and \\', and let callers add them.
13626
13627 * emacs-lisp/package.el (package-strip-version)
13628 (package-load-all-descriptors): Add \\` and \\' to
13629 package-subdirectory-regexp before using it.
13630 (package-untar-buffer): New arg DIR; ensure that file untars only
13631 into this expected directory. Remove superfluous delete-region.
13632 (package-unpack): Caller changed.
13633 (package-tar-file-info): Use package-subdirectory-regexp.
13634
a904a09a 136352011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 13636
a904a09a
SM
13637 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13638 diff-mode-shared-map (bug#8284).
13639 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
13640
136412011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13642
13643 * calendar/time-date.el (format-seconds): Use assoc instead of
13644 assoc-string, since assoc-string doesn't exist in XEmacs.
13645
171fc304
JB
136462011-03-17 Juanma Barranquero <lekktu@gmail.com>
13647
13648 * custom.el (custom-known-themes): Reflow docstring.
13649 (custom-theme-load-path): Fix typo in docstring.
13650 (load-theme): Fix typo in error message.
13651 (custom-available-themes, custom-variable-theme-value):
13652 Use `let', not `let*'.
13653
d71990a1
JB
136542011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13655
13656 * calc/README: Mention inclusion of musical notes.
13657
13658 * calc/calc-units.el (calc-lu-quant): Rename from
13659 `calc-logunits-quantity'.
13660 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13661 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13662 (calc-db): Rename from `calc-dblevel'.
13663 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13664 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13665 (calc-np): Rename from `calc-nplevel'.
13666 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13667 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13668 (calc-lu-plus): Rename from `calc-logunits-add'.
13669 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13670 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13671 (calc-lu-minus): Rename from `calc-logunits-sub'.
13672 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13673 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13674 (calc-lu-times): Rename from `calc-logunits-mul'.
13675 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13676 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13677 (calc-lu-divide): Rename from `calc-logunits-div'.
13678 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13679 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13680
13681 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13682 functions being autoloaded.
13683
13684 * calc/calc.el (calc-lu-power-reference): Rename from
13685 `calc-logunits-power-reference'.
13686 (calc-lu-field-reference): Rename from
13687 `calc-logunits-field-reference'.
13688
7a71b18d
GM
13689 * calc/calc-help.el (calc-l-prefix-help):
13690 Mention musical note functions.
d71990a1 13691
40c2934b
SM
136922011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13693
13694 * minibuffer.el (completion-all-sorted-completions):
13695 Use :completion-cycle-penalty text property if present.
13696
b0911414
KM
136972011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13698
13699 * allout.el (allout-yank-processing): Adjust for new rebulleting
13700 regime so bullet being yanked is used without prompting the user
13701 for a choice.
13702
8a05b668
JB
137032011-03-16 Juanma Barranquero <lekktu@gmail.com>
13704
13705 * startup.el (command-line): Warn the user that _emacs is deprecated.
13706
5ba5fb81
JB
137072011-03-16 Juanma Barranquero <lekktu@gmail.com>
13708
13709 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13710 (delphi-verbose, delphi-comment-face, delphi-string-face)
13711 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13712 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13713 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13714 (delphi-new-comment-line, delphi-font-lock-defaults)
13715 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13716 Fix typos in docstrings.
13717
2dab465b
KM
137182011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13719
5ba5fb81 13720 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
13721 Invert the roles of character and string values for INSTEAD, so a
13722 string is used for the more common case of a defaulting prompt.
13723
0adf5618
SM
137242011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13725
13726 * progmodes/ruby-mode.el (ruby-backward-sexp):
13727 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13728 * play/gamegrid.el (gamegrid-make-face):
13729 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13730 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13731 * notifications.el (notifications-notify):
13732 * net/xesam.el (xesam-search-engines):
13733 * net/quickurl.el (quickurl-list-insert):
13734 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13735
d72700e5
CY
137362011-03-15 Chong Yidong <cyd@stupidchicken.com>
13737
13738 * startup.el (command-line): Update package subdirectory regexp.
13739
49c5410a
SM
137402011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13741
c6eee9aa
SM
13742 * allout.el (allout-abbreviate-flattened-numbering)
13743 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13744
49c5410a
SM
13745 * subr.el (read-char-choice): Only show the cursor after the prompt,
13746 not after the answer.
13747
047b2bb9
KR
137482011-03-15 Kevin Ryde <user42@zip.com.au>
13749
13750 * help-fns.el (variable-at-point): Skip leading quotes, if any
13751 (bug#8253).
13752
0a57d256
SM
137532011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13754
13755 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13756 warning message.
13757
77c992bc
MA
137582011-03-14 Michael Albinus <michael.albinus@gmx.de>
13759
13760 * shell.el (shell): When called interactively, offer to change the
13761 shell file name on remote hosts.
13762
eebc475d
TZ
137632011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13764
13765 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13766 integration for LDAP parameters. The host, base, user or binddn,
13767 and secret tokens can be specified in a netrc file, for instance.
13768 This is optional because an `auth-source' parameter must be
13769 specified in the search attributes.
13770
9d05d1ba
JB
137712011-03-13 Juanma Barranquero <lekktu@gmail.com>
13772
13773 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13774
09d9db2c
GM
137752011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13776
13777 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13778 into declaration. Remove redundant and harmful binding.
13779
137802011-03-12 Eli Zaretskii <eliz@gnu.org>
13781
13782 * files.el (file-ownership-preserved-p): Pass `integer' as an
13783 explicit 2nd argument to `file-attributes'. If the file's owner
13784 is the Administrators group on Windows, and the current user is
13785 Administrator, consider that a match.
13786
13787 * server.el (server-ensure-safe-dir): Consider server directory
13788 safe on MS-Windows if its owner is the Administrators group while
13789 the current Emacs user is Administrator. Use `=' to compare
13790 numerical UIDs, since they could be integers or floats.
13791
219bd536
JB
137922011-03-12 Juanma Barranquero <lekktu@gmail.com>
13793
13794 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13795
f3afd36b
MA
137962011-03-12 Michael Albinus <michael.albinus@gmx.de>
13797
13798 Sync with Tramp 2.2.1.
13799
13800 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
13801
13802 * net/trampver.el: Update release number.
13803
3aaaa6f1
SM
138042011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13805
94642599
SM
13806 * progmodes/compile.el (compilation--previous-directory): Fix up
13807 various nil/dead-marker mismatches (bug#8014).
13808 (compilation-directory-properties, compilation-error-properties):
13809 Don't call it at a position past the one we're about to change.
13810
3aaaa6f1
SM
13811 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
13812 Disable obsolescence warnings in the file that declares it.
13813
14239447
KM
138142011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
13815
099c39a4
JB
13816 * allout-widgets.el (allout-widgets-tally):
13817 Initialize allout-widgets-tally as a hash table rather than nil to
13818 prevent mode-line redisplay warnings. Also, clarify the module
13819 description and fix a comment typo.
14239447 13820
135e287c
JB
138212011-03-11 Juanma Barranquero <lekktu@gmail.com>
13822
13823 * help-fns.el (describe-variable): Don't complete keywords.
13824 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
13825
ffbf300e
CY
138262011-03-10 Chong Yidong <cyd@stupidchicken.com>
13827
ba08b241
CY
13828 * emacs-lisp/package.el (package-version-join): Impose a standard
13829 string representation for pre/alpha/beta version lists.
13830 (package-unpack-single): Standardize the directory name by passing
13831 it through package-version-join.
13832 (package-strip-rcs-id): Accept any version string that does not
13833 signal an error in version-to-list.
ffbf300e 13834
f346fd6b
MA
138352011-03-10 Michael Albinus <michael.albinus@gmx.de>
13836
13837 * simple.el (delete-trailing-whitespace): Return nil for the
13838 benefit of `write-file-functions'.
13839
ccb55d27
GM
138402011-03-10 Glenn Morris <rgm@gnu.org>
13841
5ceaac0c
GM
13842 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
13843
02da65ff
GM
13844 * vc/vc-git.el (vc-git-program): New option.
13845 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
13846 (vc-git--call): Use it.
13847
b2f603cc
GM
13848 * eshell/esh-util.el (eshell-condition-case): Doc fix.
13849
5772caab
GM
13850 * cus-edit.el (Custom-newline): If no button at point, look
13851 for a subgroup button at start-of-line. (Bug#2298)
13852
ccb55d27
GM
13853 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
13854
ec6ecaed
JD
138552011-03-10 Julien Danjou <julien@danjou.info>
13856
13857 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
13858 `cursor-type' is nil.
13859
9d5aa01d
JB
138602011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
13861
13862 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13863
b6a5875b
KM
138642011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
13865
7a71b18d 13866 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
13867 preserves the existing header prefix, rebulleting it if necessary,
13868 rather than replacing it. This is necessary for proper operation
13869 of cooperative addons like allout-widgets.
1154d12e
JB
13870 (allout-make-topic-prefix, allout-rebullet-heading):
13871 Change SOLICIT arg to INSTEAD, and interpret additionally a string
13872 value as alternate bullet to be used, instead of prompting the user
13873 for a bullet character.
b6a5875b 13874
ee545c35
MA
138752011-03-09 Michael Albinus <michael.albinus@gmx.de>
13876
d86d2721
SM
13877 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13878 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
13879 `tramp-default-port'.
13880
c47971d7
DD
138812011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13882
13883 * net/rcirc.el (rcirc-handler-001): Remove useless
13884 with-rcirc-process-buffer.
13885 (rcirc-check-auth-status): Swap arguments to string-match.
13886
13522cb4
GM
138872011-03-09 Glenn Morris <rgm@gnu.org>
13888
0be6f4f1
GM
13889 * shell.el (shell-mode):
13890 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
13891
13522cb4
GM
13892 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
13893 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
13894
515de2e3
CY
138952011-03-08 Chong Yidong <cyd@stupidchicken.com>
13896
13897 * emacs-lisp/package.el (package-refresh-contents)
13898 (package-menu-execute): Use condition-case-no-debug.
13899
b511b994
MA
139002011-03-08 Michael Albinus <michael.albinus@gmx.de>
13901
13902 * simple.el (shell-command-to-string): Use `process-file'.
13903
13904 * emacs-lisp/package.el (package-tar-file-info): Handle also
13905 remote files.
13906
d86d2721
SM
13907 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13908 Use `equal' for upload base check.
b511b994 13909
25bbfb31
AM
139102011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
13911
13912 * textmodes/texinfo.el (texinfo-environments):
13913 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
13914
be996521
GM
139152011-03-08 Glenn Morris <rgm@gnu.org>
13916
e9c8529f
GM
13917 * cus-start.el (cursor-in-non-selected-windows):
13918 Fix :set quoting oddness. (Bug#8192)
13919
be996521
GM
13920 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
13921 in some setf expressions. (Bug#2159)
13922
2bb5649e
CY
139232011-03-08 Chong Yidong <cyd@stupidchicken.com>
13924
13925 * custom.el (custom-available-themes): Return themes in
13926 alphabetical order.
13927
33383987 13928See ChangeLog.15 for earlier changes.
e3d51b27
MR
13929
13930;; Local Variables:
13931;; coding: utf-8
e3d51b27
MR
13932;; End:
13933
acaf905b 13934 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
13935
13936 This file is part of GNU Emacs.
13937
13938 GNU Emacs is free software: you can redistribute it and/or modify
13939 it under the terms of the GNU General Public License as published by
13940 the Free Software Foundation, either version 3 of the License, or
13941 (at your option) any later version.
13942
13943 GNU Emacs is distributed in the hope that it will be useful,
13944 but WITHOUT ANY WARRANTY; without even the implied warranty of
13945 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13946 GNU General Public License for more details.
13947
13948 You should have received a copy of the GNU General Public License
13949 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.