New defcustoms need :version tags. They don't need "*" in the doc.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
06bc5e6e
SM
12012-05-13 Johan Bockgård <bojohan@gnu.org>
2
3 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
4 than hard-coding `car', to fix misbehavior when moving forward.
5
0ae03b6a
CY
62012-05-13 Chong Yidong <cyd@gnu.org>
7
8 * emacs-lisp/tabulated-list.el (tabulated-list-format)
9 (tabulated-list-entries, tabulated-list-padding)
10 (tabulated-list-sort-key): Make permanent-local.
11
12 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
13 (electric-buffer-list): Put electric buffer menu
14 command descriptions in this docstring, instead of the docstring
15 of electric-buffer-menu-mode. Code cleanups.
16 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
17 Electric-buffer-menu-mode.
18 (electric-buffer-update-highlight): Minor code cleanup.
19
205a7391
MA
202012-05-13 Michael Albinus <michael.albinus@gmx.de>
21
22 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
23 (Bug#11447)
24
e5bd0a28
SM
252012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
26
27 Move define-obsolete-variable-alias before the var's definition.
28 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
29 * tooltip.el (tooltip-hook):
30 * textmodes/reftex-toc.el (reftex-toc-map):
31 * textmodes/reftex-sel.el (reftex-select-label-map)
32 (reftex-select-bib-map):
33 * textmodes/reftex-index.el (reftex-index-map)
34 (reftex-index-phrases-map):
35 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
36 * progmodes/meta-mode.el (meta-mode-map):
37 * novice.el (disabled-command-hook):
38 * loadhist.el (unload-hook-features-list):
39 * frame.el (blink-cursor):
40 * files.el (find-file-not-found-hooks, write-file-hooks)
41 (write-contents-hooks):
42 * emulation/tpu-edt.el (GOLD-map):
43 * emacs-lock.el (emacs-lock-from-exiting):
44 * emacs-lisp/generic.el (generic-font-lock-defaults):
45 * emacs-lisp/chart.el (chart-map):
46 * dos-fns.el (register-name-alist):
47 * dired-x.el (dired-omit-files-p):
48 * desktop.el (desktop-enable):
49 * cus-edit.el (custom-mode-hook):
50 * buff-menu.el (buffer-menu-mode-hook):
51 * bookmark.el (bookmark-read-annotation-text-func)
52 (bookmark-exit-hooks):
53 * allout.el (allout-mode-deactivate-hook)
54 (allout-exposure-change-hook, allout-structure-added-hook)
55 (allout-structure-deleted-hook, allout-structure-shifted-hook):
56 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
57 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
58 comes before the corresponding variable's definition.
59
ac59c2f6
CY
602012-05-12 Chong Yidong <cyd@gnu.org>
61
62 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
63 (Buffer-menu-mouse-select): Restore function (Bug#11459).
64 (Buffer-menu-mode-map): Bind it.
65 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 66
dee6c9a3
SM
672012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
68
2171cea5
SM
69 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
70 (prolog-upper-case-string, prolog-lower-case-string)
71 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
72 (prolog-use-smie, prolog-smie-grammar): New vars.
73 (prolog-smie-forward-token, prolog-smie-backward-token)
74 (prolog-smie-rules): New funs.
75 (prolog-comment-indent): Remove.
76 (prolog-mode-variables): Use default comment indentation instead.
77 Setup SMIE.
78 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
79 (prolog-mode): Don't call them any more.
80 (prolog-electric-colon, prolog-electric-dash)
81 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
82
aa0382bd
SM
83 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
84
dbacb4bd
SM
85 * minibuffer.el (completion--twq-all): Again, allow case differences.
86
13bdd94c
SM
87 * term.el: Move keymap initialization code to be more idiomatic.
88 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
89 (term-terminal-menu): Move initialization into declaration.
90 (term-escape-char): Let the user set it in her .emacs.
91
ff46c759
SM
92 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
93 Provide SMIE-based indentation (not enabled by default yet).
94 (sh-mode-map): Don't bind electric keys.
95 Use electric-pair-mode instead of skeleton-pair.
96 (sh-assignment-regexp): Fit within 80 columns.
97 (sh-indent-supported): Specify actual shell name instead of boolean.
98 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
99 (sh-maybe-here-document): Use it. Make obsolete.
100 (sh-electric-here-document-mode) New minor mode.
101 (sh-mode): Use it. Don't set sh-indent-supported-here here.
102 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
103 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
104 (sh-smie-rc-grammar, sh-use-smie): New vars.
105 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
106 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
107 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
108 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
109 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
110 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
111 (sh-set-shell): Use smie-setup if requested.
112
dee6c9a3
SM
113 * term.el (term-set-escape-char): Properly set term-escape-char.
114 See http://stackoverflow.com/questions/10524656.
115
9f9aa044
CY
1162012-05-10 Chong Yidong <cyd@gnu.org>
117
118 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
119 Use url-generic-parse-url, and handle host names and Windows
120 filenames properly.
121 (ffap-url-unwrap-remote): Use url-generic-parse-url.
122 (ffap-url-unwrap-remote): Accept list values, specifying a list of
123 URL schemes to work on.
124 (ffap--toggle-read-only): New function.
125 (ffap-read-only, ffap-read-only-other-window)
126 (ffap-read-only-other-frame): Use it.
127 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
128 necessary for ffap-url-unwrap-remote.
129
836d29b3
DA
1302012-05-10 Dave Abrahams <dave@boostpro.com>
131
132 * cus-start.el (create-lockfiles): Add it.
133
00fd78ed
CY
1342012-05-09 Chong Yidong <cyd@gnu.org>
135
136 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
137 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
138
666b903b 1392012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
140
141 * shell.el (shell-completion-vars): Fix last change (bug#11348).
142
666b903b 1432012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
144
145 * ansi-color.el (ansi-color-process-output): Check for validity of
146 comint-last-output-start before using it. This avoids a bad
147 interaction with gdb-mi's input/output buffer.
148
666b903b 1492012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
150
151 * files.el (dir-locals-read-from-file):
152 Mention dir-locals in any error message.
153
666b903b 1542012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
155
156 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
157 package (Bug#11410).
158
f677562b
CY
159 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
160 variables into description.
161
666b903b 1622012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
163
164 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
165 shell-delimiter-argument-list (bug#11348).
166 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
167
b499d8d0
JB
1682012-05-09 Juanma Barranquero <lekktu@gmail.com>
169
8f6b6da8
JB
170 * textmodes/rst.el: Silence byte-compiler warnings.
171 (rst-re-alist, rst-reset-section-caches): Move around.
172 (rst-re): Use `characterp', not `char-valid-p'.
173 (font-lock-beg, font-lock-end): Declare.
174
4824146a
JB
175 * progmodes/idlw-shell.el (specs): Remove reference to deleted
176 variable `idlwave-shell-activate-alt-keybindings' and simplify.
177
b499d8d0
JB
178 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
179
ad89bb83
GM
1802012-05-08 Glenn Morris <rgm@gnu.org>
181
182 * files.el (auto-mode-alist): Treat ".make" like ".mk".
183
8bba5a75
SM
1842012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
185
49ed9c8e
SM
186 * vc/log-edit.el: Add GNU coding standards highlighting.
187 (log-edit-font-lock-gnu-style)
188 (log-edit-font-lock-gnu-keywords): New vars.
189 (log-edit-font-lock-keywords): New fun.
190 (log-edit-mode): Don't fold case in font-lock.
191 (log-edit-font-lock-keywords): Do not assume case-folding.
192
07d00b56
SM
193 * imenu.el: Misc cleanup. Make docstrings out of comments.
194 Use lexical-binding.
195 (imenu--index-alist, imenu--last-menubar-index-alist)
196 (imenu-menubar-modified-tick): Use defvar-local.
197 (imenu--split-menu): Remove unused var.
198 (imenu--cleanup-seen): Declare as global.
199 (imenu--cleanup): Use dolist.
200
8bba5a75
SM
201 * subr.el (defvar-local): Add debug spec and doc-string position.
202
5075bdb5
GM
2032012-05-08 Glenn Morris <rgm@gnu.org>
204
c052c904
GM
205 * lisp/language/burmese.el, language/cham.el, language/czech.el:
206 * language/english.el, language/georgian.el, language/greek.el:
207 * language/japanese.el, language/khmer.el, language/korean.el:
208 * language/lao.el, language/misc-lang.el, language/romanian.el:
209 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
210 * language/thai.el, language/utf-8-lang.el:
211 Remove no-byte-compile setting.
212
5075bdb5
GM
213 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
214
06f679a7
AH
2152012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
216
217 * progmodes/make-mode.el (makefile-browse):
218 Remove unnecessary interactive. (Bug#11324)
219
03794570
GM
2202012-05-07 Glenn Morris <rgm@gnu.org>
221
af8630f4
GM
222 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
223
03794570
GM
224 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
225
f0809a9d
SM
2262012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
227
28be5ce7
SM
228 * loadup.el: Preload newcomment.el.
229 * newcomment.el: Move autoload-only code to toplevel.
230
f0809a9d
SM
231 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
232 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
233 Handle new :right-align column property.
234 (tabulated-list-print-col): Idem, plus use `display' text-property to
235 try and preserve alignment for variable pitch fonts.
236
1241b724
CY
2372012-05-07 Chong Yidong <cyd@gnu.org>
238
239 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
240 (tabulated-list-use-header-line): New var.
241 (tabulated-list-init-header): Use it.
242 (tabulated-list-print-fake-header): New function.
243 (tabulated-list-print): Use it.
244 (tabulated-list-sort-button-map): Add non-header-line commands.
245 (tabulated-list-init-header): Add column name property to basic
246 labels as well.
247 (tabulated-list-col-sort): Handle non-header-line button case.
248 (tabulated-list--sort-by-column-name): Fix a corner case.
249
f0809a9d
SM
250 * buff-menu.el (list-buffers--refresh):
251 Handle Buffer-menu-use-header-line.
1241b724 252
e5f9458f
CY
2532012-05-06 Chong Yidong <cyd@gnu.org>
254
255 * buff-menu.el: Convert to Tabulated List mode.
256 (Buffer-menu-buffer+size-width): Make obsolete.
257 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
258 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
259 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
260 documentation into docstring of buffer-menu.
261 (Buffer-menu-toggle-files-only): Add an informative message.
262 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
263 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
264 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
265 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
266 (Buffer-menu-execute, Buffer-menu-select)
267 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
268 (Buffer-menu-bury): Use Tabulated List machinery.
269 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
270 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 271 Delete.
e5f9458f
CY
272 (list-buffers--refresh): New function.
273 (list-buffers-noselect): Use it.
274 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
275 (Buffer-menu--pretty-file-name): New helper functions.
276
277 * loadup.el: Preload tabulated-list.
278
279 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
280 tabulated-list-sort-column.
281 (tabulated-list-init-header): Add the initial aligning space even
282 if tabulated-list-padding is zero.
283
e129292c
CS
2842012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
285
286 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
287 whose cdr is not a cons cell correctly (bug#11038).
288
6632d361
CY
2892012-05-06 Chong Yidong <cyd@gnu.org>
290
e129292c
CS
291 * emacs-lisp/tabulated-list.el (tabulated-list-format):
292 Accept additional plist in column descriptors.
6632d361
CY
293 (tabulated-list-init-header): Obey it.
294 (tabulated-list-get-entry): New function.
295 (tabulated-list-put-tag): Use it. Use string-width instead of
296 length.
297 (tabulated-list--column-number): New function.
298 (tabulated-list-print): Use it.
e129292c
CS
299 (tabulated-list-print-col): New function.
300 Set `tabulated-list-column-name' property on each column's text.
6632d361 301 (tabulated-list-print-entry): Use it.
e129292c
CS
302 (tabulated-list-delete-entry, tabulated-list-set-col):
303 New functions.
6632d361
CY
304 (tabulated-list-sort-column): New command (Bug#11337).
305
3cc99f68
CY
306 * buff-menu.el (list-buffers): Move C-x C-b binding from
307 buff-menu.el to bindings.el.
308
309 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
310 :advertised-binding feature.
311
52b61776
TN
3122012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
313
314 * progmodes/compile.el (compilation-internal-error-properties):
315 Calculate start position correctly when end-col is set but
316 end-line is not (Bug#11382).
317
ebfe2597
WJ
3182012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
319
320 * man.el (Man-unindent): Use text-property-default-nonsticky to
321 prevent untabify from inheriting face properties (Bug#11408).
322
a43f98b3
GM
3232012-05-05 Glenn Morris <rgm@gnu.org>
324
48176e8b
GM
325 * calendar/cal-html.el: Optionally include holidays in the output.
326 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
327 (cal-html-holidays): New option.
328 (cal-html-css-default): Add holiday entry.
329 (holiday-in-range): Autoload it.
330 (cal-html-htmlify-entry): Add optional class argument.
331 (cal-html-htmlify-list): Add optional holidays argument.
332 (cal-html-insert-agenda-days): Include holidays in the output.
333 (cal-html-one-month): Maybe include holidays.
334
a43f98b3
GM
335 * calendar/holidays.el (holiday-in-range):
336 Move here from cal-tex-list-holidays.
337 * calendar/cal-tex.el (cal-tex-list-holidays):
338 Make it an obsolete alias for holiday-in-range. Update all callers.
339
fef9d149 3402012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
341
342 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
343 Nextstep.
344
248da2f4
RW
3452012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
346
347 * files.el (file-auto-mode-skip): New var.
348 (set-auto-mode-1): Use it.
349
f95e9344
SM
3502012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
351
df96ab1e
SM
352 * repeat.el: Use lexical-binding.
353 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
354 (repeat-undo-count): Remove.
355 (repeat):
356 * progmodes/octave-mod.el (octave-abbrev-start):
357 * progmodes/f90.el (f90-abbrev-start):
358 * face-remap.el (text-scale-adjust):
359 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
360
5342bb06
SM
361 * emacs-lisp/pcase.el (pcase--let*): New function.
362 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
363 a bit more.
364 (pcase--split-pred): Be more clever about ruling out overlap between
365 a predicate and some constant pattern.
366 (pcase--q1): Use `null' instead of (eq foo nil).
367
f95e9344
SM
368 * subr.el (setq-local, defvar-local): New macros.
369 (kbd): Redefine as an alias.
370 (with-selected-window): Leave unrelated frames alone.
371 (set-temporary-overlay-map): New function.
372
71873e2b
SM
3732012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * subr.el (user-error): New function.
376 * window.el (switch-to-buffer):
377 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
378 (smerge-match-conflict):
379 * simple.el (previous-matching-history-element)
380 (next-matching-history-element, goto-history-element, undo-more)
381 (undo-start):
382 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
383 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
384 (next-file, tags-loop-scan, list-tags, complete-tag):
385 * progmodes/compile.el (compilation-loop):
386 * mouse.el (mouse-minibuffer-check):
387 * man.el (Man-bgproc-sentinel, Man-goto-page):
388 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
389 (Info-history-forward, Info-follow-reference, Info-menu)
390 (Info-extract-menu-item, Info-extract-menu-counting)
391 (Info-forward-node, Info-backward-node, Info-next-menu-item)
392 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
393 (Info-next-reference, Info-prev-reference, Info-index)
394 (Info-index-next, Info-follow-nearest-node)
395 (Info-copy-current-node-name):
396 * imenu.el (imenu--make-index-alist)
397 (imenu-default-create-index-function, imenu-add-to-menubar):
398 * files.el (basic-save-buffer, recover-file):
399 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
400 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
401 (checkdoc-message-text, checkdoc-defun):
402 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
403 * cus-edit.el (customize-changed-options, customize-rogue)
404 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
405 (custom-variable-mark-to-reset-standard)
406 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
407 (custom-file):
408 * completion.el (check-completion-length):
409 * comint.el (comint-search-arg)
410 (comint-previous-matching-input-string-position)
411 (comint-previous-matching-input)
412 (comint-replace-by-expanded-history-before-point, comint-send-input)
413 (comint-copy-old-input, comint-backward-matching-input)
414 (comint-goto-process-mark, comint-set-process-mark):
415 * calendar/calendar.el (calendar-cursor-to-date): Use it.
416 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
417
8a61ee22
SM
4182012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
419
66408d1e
SM
420 * dabbrev.el (dabbrev--ignore-case-p): New function.
421 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
422 Use it.
423
8a61ee22
SM
424 * files.el (automount-dir-prefix): Mark as obsolete.
425
3c74813a
GM
4262012-05-04 Glenn Morris <rgm@gnu.org>
427
428 * patcomp.el, play/bruce.el: Move to obsolete/.
429
0bfcf5c5
PE
4302012-05-04 Paul Eggert <eggert@cs.ucla.edu>
431
432 Fix minor Y10k bugs.
433 * arc-mode.el (archive-unixdate):
434 * autoinsert.el (auto-insert-alist):
435 * calc/calc-forms.el (math-this-year):
436 * emacs-lisp/copyright.el (copyright-current-year)
437 (copyright-update-year, copyright):
438 * tar-mode.el (tar-clip-time-string):
439 * time.el (display-time-update):
440 Don't assume years have 4 digits.
441
78f3273a
CY
4422012-05-04 Chong Yidong <cyd@gnu.org>
443
444 * dos-w32.el (file-name-buffer-file-type-alist)
445 (direct-print-region-use-command-dot-com):
446 * ffap.el (ffap-menu-regexp):
447 * find-file.el (ff-special-constructs):
448 * follow.el (follow-debug):
449 * forms.el (forms--debug):
450 * iswitchb.el (iswitchb-all-frames):
451 * ido.el (ido-all-frames):
452 * emacs-lisp/timer.el (timer-max-repeats):
453 * mail/feedmail.el (feedmail-mail-send-hook)
454 (feedmail-mail-send-hook-queued):
455 * mail/footnote.el (footnote-signature-separator):
456 * mail/mailabbrev.el (mail-alias-separator-string)
457 (mail-abbrev-mode-regexp):
458 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
459 * progmodes/idlwave.el (idlwave-libinfo-file)
460 (idlwave-default-completion-case-is-down)
461 (idlwave-library-routines): Convert defvars to defcustoms.
462
463 * mail/rmail.el (rmail-decode-mime-charset):
464 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
465 (idlwave-shell-fix-inserted-breaks)
466 (idlwave-shell-activate-alt-keybindings)
467 (idlwave-shell-use-breakpoint-glyph):
468 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
469
f7ae6719
SM
4702012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
471
472 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
473
47086495
WS
4742012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
475
476 * progmodes/verilog-mode.el (font-lock-keywords):
477 Fix mis-highligting auto. Reported by Craig Barner.
478 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
479 defines from global name space. Reported by Dan Dever.
480 (verilog-auto-reset, verilog-auto-reset-widths)
481 (verilog-auto-tieoff): Support using unbased numbers for
482 AUTORESET and AUTOTIEOFF.
483 (verilog-submit-bug-report): Update variable list.
484 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
485 parenthesis from not matching. Reported by Michael Rytting.
486 (verilog-auto-template-lint): Fix hash error when linting modules
487 with no used templates.
488 (verilog-warn, verilog-warn-error)
489 (verilog-warn-fatal): When non-interactive report multiple
490 warnings before exiting. Suggested by Brad Dobbie.
491 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
492 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
493 to report unused template errors. Reported by Brad Dobbie.
494 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
495 nets, bug438. Reported by Vns Blore.
496 (verilog-auto-inout-module, verilog-auto-reg)
497 (verilog-read-decls, verilog-read-sub-decls-sig)
498 (verilog-signals-edit-wire-reg, verilog-signals-with):
499 Fix passing of Verilog data types in ANSI input/output ports
500 such as "output logic" into the AUTOs. Special case "wire" and
501 "reg" for backwards compatibility presuming Verilog 2001.
502 (verilog-auto-ascii-enum): Add "auto enum" as alias.
503 (verilog-preprocess): Fix replication of preprocess output.
504 Reported by Brad Dobbie.
505 (verilog-auto-inst-interfaced-ports):
506 Create verilog-auto-inst-interfaced-ports, bug429.
507 Reported by Julian Gorfajn.
508 (verilog-after-save-font-hook)
509 (verilog-before-save-font-hook): New variable.
510 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
511 (verilog-save-font-mods): Wrap disabling fontification, reported
512 by David Rogoff.
513 (verilog-do-indent, verilog-pretty-declarations-auto)
514 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
515 Reported by Pierre-David Pfister.
516 (verilog-set-auto-endcomments): Fix endtask auto comments outside
517 of class declarations, bug292. Reported by Kevin Heilman.
518 (verilog-read-decls): Fix 'parameter type' not appearing in
519 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
520 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
521 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
522 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
523 Reported by David Kravitz.
524
5252012-05-03 Michael McNamara <mac@mail.brushroad.com>
526
527 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
528 assignment with tests in ifs and for loops.
529 (verilog-extended-complete-re, verilog-complete-reg): Change so
530 that DPI inport functions don't look like fuction declarations.
531 (verilog-pretty-expr): Don't line up assignment
532 operations to the test and increment in if and for loops
533 (verilog-extended-complete-re, verilog-complete-reg): Change so
534 that DPI inport functions don't look like fuction declarations
535
2e51d4b5
KH
5362012-05-03 Kenichi Handa <handa@m17n.org>
537
538 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
539 decoding, and show a warning message without signalling an error
540 (Bug#11282).
541
2bd785a2
SM
5422012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * emacs-lisp/bytecomp.el
545 (byte-compile-file-form-custom-declare-variable): Compile all elements,
546 since cconv.el might have introduced :fun-body, internal-make-closure,
547 and friends for bytecomp to handle (bug#11391).
548 * custom.el (defcustom): Avoid ((λ ..) ..).
549
99d27583
SM
5502012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
551
552 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
553
55a71479
JB
5542012-05-02 Juanma Barranquero <lekktu@gmail.com>
555
556 * notifications.el (dbus-debug):
557 * term/linux.el (gpm-mouse-enable):
558 * term/screen.el (xterm-register-default-colors): Declare.
559
7b97c764
CY
5602012-05-02 Chong Yidong <cyd@gnu.org>
561
2bc356d7
CY
562 * cus-start.el (gc-cons-percentage, exec-suffixes)
563 (dos-display-scancodes, dos-hyper-key, dos-super-key)
564 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
565 (make-cursor-line-fully-visible, void-text-area-pointer)
566 (font-list-limit): Add customization data.
567
7b97c764
CY
568 * allout.el (allout-exposure-change-functions)
569 (allout-structure-added-functions)
570 (allout-structure-deleted-functions)
571 (allout-structure-shifted-functions): Rename abnormal hooks from
572 *-hook, and convert to defcustoms.
5d3385a0
JB
573 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
574 Convert to defcustoms.
7b97c764
CY
575 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
576
577 * allout-widgets.el: Hook callers changed.
578
90207a15 5792012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
580
581 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
582 the yanked message in preference to the default value of
583 buffer-file-coding-system.
584
90207a15 5852012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 586
5d3385a0
JB
587 * window.el (display-buffer--action-function-custom-type):
588 Fix entry.
d9558cad 589
90207a15 5902012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
591
592 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
593
d80ac57b
GM
5942012-05-01 Glenn Morris <rgm@gnu.org>
595
976f7668
GM
596 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
597
beb83b5a
GM
598 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
599
d80ac57b
GM
600 * cus-edit.el (custom-variable-documentation): Simplify with format.
601
b593d6a9
AH
6022012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
603 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * simple.el (suggest-key-bindings, execute-extended-command):
606 Move from keyboard.c.
607
782fbf2a
CY
6082012-05-01 Chong Yidong <cyd@gnu.org>
609
610 * follow.el: Eliminate advice.
611 (set-process-filter, process-filter, sit-for): Advice deleted.
612 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
613 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
614 Vars deleted.
782fbf2a
CY
615 (follow-auto): Use a :set function.
616 (follow-mode): Rewritten. Don't advise process filters.
617 (follow-switch-to-current-buffer-all, follow-scroll-up)
618 (follow-scroll-down): Assume follow-mode is bound.
619 (follow-comint-scroll-to-bottom)
620 (follow-align-compilation-windows): New functions.
621 (follow--window-sorter): New function.
622 (follow-all-followers): Use it to explicitly sort windows by their
623 positions; don't make assumptions about next-window order.
624 (follow-windows-start-end, follow-delete-other-windows-and-split)
625 (follow-calc-win-start): Doc fix.
626 (follow-windows-aligned-p, follow-select-if-visible): Don't call
627 vertical-motion unnecessarily.
628 (follow-adjust-window): New function.
629 (follow-post-command-hook): Use it.
630 (follow-call-set-process-filter, follow-call-process-filter)
631 (follow-intercept-process-output, follow-tidy-process-filter-alist)
632 (follow-stop-intercept-process-output, follow-generic-filter):
633 Functions deleted.
634 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
635 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
636 New functions, replacing advice on scroll-bar-* commands.
87233a14 637 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
638
639 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
640 (comint-postoutput-scroll-to-bottom): Use it.
641 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 642
290af740
GM
6432012-05-01 Glenn Morris <rgm@gnu.org>
644
645 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
646 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
647 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
648 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
649 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
650 Remove no-byte-compile setting.
651
6eac8dc9
SM
6522012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 * minibuffer.el (completion-table-with-quoting): Fix compatibility
655 all-completions code to not return a number in the last cdr.
656
9cc7819c
LL
6572012-04-30 Leo Liu <sdl.web@gmail.com>
658
659 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
660 read-only error.
661
c93b886f
CY
6622012-04-29 Chong Yidong <cyd@gnu.org>
663
664 * follow.el (follow-calc-win-end): Rewrite to handle partial
665 screen lines correctly (Bug#8390).
666 (follow-avoid-tail-recenter): Minor cleanup.
667
8b6c19f4
SM
6682012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
669
670 Avoid the obsolete `assoc' package.
671 * speedbar.el (speedbar-refresh): Avoid adelete.
672 (speedbar-file-lists): Simplify and avoid aput.
673 * man.el (Man--sections, Man--refpages): New vars, replacing
674 Man-sections-alist and Man-refpages-alist.
675 (Man-build-section-alist, Man-build-references-alist):
676 Use them; avoid aput.
677 (Man--last-section, Man--last-refpage): New vars.
678 (Man-follow-manual-reference): Use them.
679 Use the `default' arg of completing-read.
680 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
681
c5bb7569
CY
6822012-04-27 Chong Yidong <cyd@gnu.org>
683
d1d2e2e8
CY
684 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
685
15cd8efd
CY
686 * startup.el (x-apply-session-resources): New function.
687
688 * term/ns-win.el (ns-initialize-window-system):
689 * term/w32-win.el (w32-initialize-window-system):
690 * term/x-win.el (x-initialize-window-system): Use it to properly
691 set menu-bar-mode and other vars from X resources, even if the
692 initial frame is not a window-system frame (Bug#2299).
693
c5bb7569
CY
694 * subr.el (read-key): Avoid running filter function when setting
695 up temporary tool bar entries (Bug#9922).
696
a8e7d6d7 6972012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
698
699 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
700 (Bug#11344)
701
a8e7d6d7 7022012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
703
704 * select.el (xselect--encode-string): New function, split from
705 xselect-convert-to-string.
706 (xselect-convert-to-string): Use it.
707 (xselect-convert-to-filename, xselect-convert-to-os)
708 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
709 returned strings are properly encoded (Bug#11315).
710
a8e7d6d7 7112012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
712
713 * simple.el (delete-active-region): Move to killing custom group.
714
a8e7d6d7 7152012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
716
717 * progmodes/which-func.el (which-func-current): Quote %
718 characters for mode-line processing.
719
578c1d4b 7202012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
721
722 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
723 reaching eob (Bug#11286).
724
a8e7d6d7 7252012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
726
727 * progmodes/gdb-mi.el (gdb-control-level): New variable.
728 (gdb): Make it buffer-local and init to zero.
729 (gdb-control-commands-regexp): New variable.
730 (gdb-send): Don't wrap in "-interpreter-exec console" if
731 gdb-control-level is positive. Increment gdb-control-level
732 whenever the command matches gdb-control-commands-regexp, and
733 decrement it each time the command is "end". (Bug#11279)
734
a8e7d6d7 7352012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
736
737 * window.el (adjust-window-trailing-edge, enlarge-window)
738 (shrink-window, window-resize):
739 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
740 windows (Bug#11276).
741
b3608390
CY
7422012-04-27 Chong Yidong <cyd@gnu.org>
743
744 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 745 fix "missing prefix" warning. All callers changed.
b3608390 746
797e6e88
SM
7472012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * emacs-lisp/assoc.el: Move to obsolete/.
750
e95a67dc
SM
7512012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
752
657c21e4 753 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
754
755 * term/ns-win.el (ns-define-service):
756 * progmodes/pascal.el (pascal-goto-defun):
757 * progmodes/js.el (js--read-tab):
758 * progmodes/etags.el (tags-lazy-completion-table):
759 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
760 * emacs-lisp/ewoc.el (ewoc--wrap):
761 * emacs-lisp/assoc.el (aput, adelete, amake):
762 * doc-view.el (doc-view-convert-current-doc):
763 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
764
cb3e7ae0
CY
7652012-04-26 Chong Yidong <cyd@gnu.org>
766
dce04f7f
CY
767 * image.el (image-type-from-buffer): Only return supported image
768 type (Bug#9045).
769
cb3e7ae0
CY
770 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
771 value, for symmetry with diff-end-of-hunk.
772 (diff-split-hunk, diff-find-source-location)
773 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
774 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
775 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
776 compute the relevant hunk or file properly (Bug#6005).
777 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
778
0d42eb3e
SM
7792012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
780
781 * vc/vc-mtn.el:
782 * vc/vc-hg.el:
783 * vc/vc-git.el:
784 * vc/vc-dir.el:
785 * vc/vc-cvs.el:
786 * vc/vc-bzr.el:
787 * vc/vc-arch.el:
788 * vc/vc.el: Replace lexical-let by lexical-binding.
789 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
790 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
791 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
792
f08ae1c9
CY
7932012-04-26 Chong Yidong <cyd@gnu.org>
794
8b71081d
CY
795 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
796 (diff-mode-shared-map): Bind it to / and [remap undo].
797
f08ae1c9
CY
798 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
799 (ediff-window-setup-function): Use it as the default, to set up
800 windows based on whether the current frame is graphical (Bug#2138).
801 (ediff-choose-window-setup-function-automatically): Make obsolete.
802
803 * vc/ediff-init.el: Always define ediff-pixel-width/height.
804
ef24141c
SM
8052012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
806
cc356a5d
SM
807 * ffap.el: Remove old code for obsolete package.
808 (ffap-complete-as-file-p): Remove.
809
b4ff4f1f
SM
810 Use completion-table-with-quoting for comint and pcomplete.
811 * comint.el (comint--unquote&requote-argument)
812 (comint--unquote-argument, comint--requote-argument): New functions.
813 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
814 (comint-quote-filename): Use regexp-opt-charset.
815 (comint--common-suffix, comint--common-quoted-suffix)
816 (comint--table-subvert): Remove.
817 (comint-unquote-function, comint-requote-function): New vars.
818 (comint--complete-file-name-data): Use them with
819 completion-table-with-quoting.
820 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
821 * pcomplete.el (pcomplete-arg-quote-list)
822 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
823 (pcomplete-unquote-argument-function): Default to non-nil.
824 (pcomplete-unquote-argument): Simplify.
825 (pcomplete--common-quoted-suffix): Remove.
826 (pcomplete-requote-argument-function): New var.
827 (pcomplete--common-suffix): New function.
828 (pcomplete-completions-at-point): Use completion-table-with-quoting
829 and completion-table-subvert.
830
79c4eeb4
SM
831 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
832 (minibuffer--double-dollars): Preserve properties.
833 (completion--sifn-requote): New function.
834 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
835
ef24141c
SM
836 * minibuffer.el: Add support for completion of quoted/escaped data.
837 (completion-table-with-quoting, completion-table-subvert): New funs.
838 (completion--twq-try, completion--twq-all): New functions.
839 (completion--nth-completion): New function.
840 (completion-try-completion, completion-all-completions): Use it.
841
784e7d6e
LL
8422012-04-25 Leo Liu <sdl.web@gmail.com>
843
dd2ac746
SM
844 * progmodes/python.el (python-pdbtrack-get-source-buffer):
845 Use compilation-message if available to find real filename.
784e7d6e 846
07875ee7
CY
8472012-04-25 Chong Yidong <cyd@gnu.org>
848
849 * vc/diff-mode.el (diff-setup-whitespace): New function.
850 (diff-mode): Use it.
851
852 * vc/diff.el (diff-sentinel):
853 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
854 Whitespace mode variables based on diff style (Bug#8612).
855
5055880d
LL
8562012-04-25 Leo Liu <sdl.web@gmail.com>
857
daf75653
LL
858 * progmodes/python.el (python-send-region): Add suffix .py to the
859 temp file.
860
5055880d
LL
861 * files.el (auto-mode-alist): Use javascript-mode instead.
862
db9b177b
AH
8632012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
864
ef24141c 865 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
866
867 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 868 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 869 references, see Bug#9.
ef24141c 870 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 871 when receiving a fault reply.
ef24141c 872 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
873
874 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 875 (soap-inspect-simple-type): New function.
db9b177b 876
ef24141c 877 * soap-client.el (soap-simple-type): New struct.
db9b177b 878 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
879 (soap-decode-basic-type, soap-encode-basic-type):
880 support unsignedInt and double basic types.
db9b177b 881 (soap-resolve-references-for-simple-type)
ef24141c
SM
882 (soap-parse-simple-type, soap-encode-simple-type): New function.
883 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
884
885 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
886 (soap-default-soapenc-types): Add integer, byte and anyURI types.
887 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
888 the local name of "soapenc:Array".
889 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
890 decoding integer, byte and anyURI xsd types.
891
1fc6097b
CY
8922012-04-25 Chong Yidong <cyd@gnu.org>
893
894 * cus-edit.el (custom-buffer-create-internal): Update header text.
895
afc6df87
EZ
8962012-04-25 Eli Zaretskii <eliz@gnu.org>
897
898 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
899 settings on 'system-type', not on 'window-system'. On MS-Windows,
900 set interactive-mode on in GDB.
901
dfbd787f
SM
9022012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
905 (ruby-syntax-propertize-regexp): Remove.
906 (ruby-syntax-propertize-function): Split regexp into chunks.
907 Match following code directly.
908
85222d44
DG
9092012-04-24 Dmitry Gutov <dgutov@yandex.ru>
910
51a8ea2a
DG
911 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
912 (ruby-syntax-propertize-regexp): New function.
913 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
914 by a special keyword.
915
85222d44
DG
916 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
917 (ruby-syntax-general-delimiters-goto-beg)
918 (ruby-syntax-propertize-general-delimiters): New functions.
919 (ruby-syntax-propertize-function): Use them to handle GDL.
920 (ruby-font-lock-keywords): Move old handling of GDL...
921 (ruby-font-lock-syntactic-keywords): .. to here.
922 (ruby-calculate-indent): Adjust indentation for GDL.
923
b613912b
MA
9242012-04-24 Michael Albinus <michael.albinus@gmx.de>
925
b5380639
MA
926 * notifications.el (top): Remove unneeded declarations.
927 (notifications-specification-version): Change to "1.2".
e43042fe 928 (notifications-interface, notifications-notify-method)
b613912b
MA
929 (notifications-close-notification-method): Fix docstring.
930 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
931 (notifications-notify): Add :action-items, :resident and
932 :transient hints. Change "image_data" to "image-data" and
933 "image_path" to "image-path".
b613912b
MA
934 (notifications-get-capabilities): New defun.
935
257440aa
LL
9362012-04-24 Leo Liu <sdl.web@gmail.com>
937
938 * progmodes/python.el: Move hideshow setup to the end.
939
b1bac16e
MR
9402012-04-24 Martin Rudalics <rudalics@gmx.at>
941
942 * window.el (handle-select-window): Clear echo area since this is
943 no more done by read_char (Bug#11304).
944
d81bd059
SM
9452012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
946
947 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
948 and `/ M' to filter-derived-mode.
949 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
950 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
951 (ibuffer-mark-by-mode): Use default rather than initial-input.
952 (ibuffer-filter-by-derived-mode): Autoload and require-match.
953
c4cf6d91
IA
9542012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
955
956 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
957 (ibuffer-filter-by-derived-mode): New filter.
958 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
959
7511ded8
CY
9602012-04-23 Andreas Politz <politza@fh-trier.de>
961
962 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
963
775c916b
CY
9642012-04-23 Chong Yidong <cyd@gnu.org>
965
966 * cus-edit.el (customize-apropos, customize-apropos-options):
967 Disable matching of non-option variables (Bug#11176).
968 (customize-option, customize-option-other-window)
969 (customize-changed-options): Doc fix.
970 (customize-apropos-options, customize-apropos-faces)
971 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
972
973 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 974 Fix word list splitting (Bug#11132).
46c71e23
CY
975 (apropos-symbol, apropos-keybinding, apropos-label)
976 (apropos-property, apropos-function-button)
977 (apropos-variable-button, apropos-misc-button): New faces.
978 (apropos-symbol-face, apropos-keybinding-face)
979 (apropos-label-face, apropos-property-face, apropos-match-face):
980 Variables removed (Bug#8396).
981 (apropos-library-button, apropos-format-plist, apropos-print)
982 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 983
2df41f9c
MA
9842012-04-23 Michael Albinus <michael.albinus@gmx.de>
985
986 * net/xesam.el (xesam-mode-map): Use let-bound map in
987 initialization. (Bug#11292)
988
da00640a
AM
9892012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
990
991 Preserve ispell session localwords when switching back to
992 original buffer.
993
994 * ispell.el (ispell-buffer-session-localwords): New buffer-local
995 variable to hold buffer session localwords.
996 (ispell-kill-ispell): add option 'clear to delete session
997 localwords.
998 (ispell-command-loop, ispell-change-dictionary)
999 (ispell-buffer-local-words): Preserve session localwords when
1000 needed.
1001
1002 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
1003 Preserve session localwords when needed.
1004
f621ccf5
AM
10052012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1006
1007 * ispell.el (ispell-insert-word) Remove unneeded function using
1008 obsolete `translation-table-for-input'.
ef24141c
SM
1009 (ispell-word, ispell-process-line, ispell-complete-word):
1010 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 1011
c2d1019e
CY
10122012-04-22 Chong Yidong <cyd@gnu.org>
1013
1014 * cus-edit.el (custom-variable-menu)
1015 (custom-variable-reset-saved, custom-face-menu)
1016 (custom-face-reset-saved): If there is no saved value, make the
1017 "reset-saved" operation bring back the default (Bug#9509).
1018 (custom-face-state): Properly detect themed faces.
1019
eeddc531
CY
1020 * faces.el (face-spec-set): Stop supporting deprecated form of
1021 third arg.
1022
dcbf5805
MA
10232012-04-22 Michael Albinus <michael.albinus@gmx.de>
1024
1025 Move functions from C to Lisp. Make non-blocking method calls
1026 the default. Implement further D-Bus standard interfaces.
1027
ef24141c
SM
1028 * net/dbus.el (dbus-message-internal): Declare function.
1029 Remove unneeded function declarations.
dcbf5805
MA
1030 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
1031 (dbus-message-type-method-return, dbus-message-type-error)
1032 (dbus-message-type-signal): Declare variables. Remove local
1033 definitions.
1034 (dbus-interface-dbus, dbus-interface-peer)
1035 (dbus-interface-introspectable, dbus-interface-properties)
1036 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
1037 Adapt docstring.
1038 (dbus-interface-objectmanager): New defconst.
1039 (dbus-call-method, dbus-call-method-asynchronously)
1040 (dbus-send-signal, dbus-method-return-internal)
1041 (dbus-method-error-internal, dbus-register-service)
1042 (dbus-register-signal, dbus-register-method): New defuns, moved
1043 from dbusbind.c
1044 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
1045 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
1046 New defuns.
dcbf5805
MA
1047 (dbus-call-method-non-blocking): Make it an obsolete function.
1048 (dbus-unregister-object, dbus-unregister-service)
1049 (dbus-handle-event, dbus-register-property)
1050 (dbus-property-handler): Obey the new structure of
1051 `bus-registered-objects'.
1052 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
1053 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1054 Use `dbus-call-method'.
1055
cf20dee0
CY
10562012-04-22 Chong Yidong <cyd@gnu.org>
1057
1058 * cus-edit.el (custom-commands, custom-reset-menu)
1059 (Custom-reset-standard): Tweak labels.
1060 (custom-reset-button-menu): Change default to t.
1061 (custom-buffer-create-internal): For the custom-reset-button-menu
1062 case, put the revert button first.
1063 (custom-group-subtitle): New face.
1064 (custom-group-value-create): Align docstring to a specific column.
1065
1066 * wid-edit.el (widget-documentation-link-add): Don't handle
1067 indentation in this function.
1068 (widget-documentation-string-indent-to): New function.
1069 (widget-documentation-string-value-create): Use it.
1070
1071 * autorevert.el (auto-revert):
1072 * epg-config.el (epg):
1073 * ibuffer.el (ibuffer):
1074 * mpc.el (mpc):
1075 * ses.el (ses):
1076 * eshell/eshell.el (eshell):
1077 * net/ange-ftp.el (ange-ftp):
1078 * progmodes/ebnf2ps.el (postscript):
1079 * progmodes/flymake.el (flymake):
1080 * progmodes/prolog.el (prolog):
1081 * progmodes/verilog-mode.el (verilog-mode):
1082 * progmodes/which-func.el (which-func):
1083 * term/xterm.el (xterm):
1084 * textmodes/picture.el (picture):
1085 * textmodes/tildify.el (tildify):
1086 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
1087 customization buffers.
1088
583e23bd
AM
10892012-04-22 Alan Mackenzie <acm@muc.de>
1090
1091 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1092 Adding a ) can hide the resulting (..) from searches. Fix it.
1093 Bound the backward search to the position of the existing (.
1094
7dd51bf1
JB
10952012-04-21 Juanma Barranquero <lekktu@gmail.com>
1096
1097 * progmodes/verilog-mode.el (verilog-mode): Check whether
1098 which-func-modes is t before adding verilog-mode.
1099 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1100
d64a438f
LL
11012012-04-21 Leo Liu <sdl.web@gmail.com>
1102
7dd51bf1 1103 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 1104
081e8d65
MV
11052012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
1106
1107 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
1108 filling of the last column of a table (Bug#5635).
1109 (woman-find-next-control-line): New arg, specifying an additional
1110 regexp component for the control line.
1111 (woman2-roff-buffer): Use it.
1112 (woman-break-table): New function.
1113 (woman2-TS): Use it.
1114
11152012-04-21 Chong Yidong <cyd@gnu.org>
1116
1117 * woman.el (woman-set-buffer-display-table, woman-decode-region)
1118 (woman-horizontal-escapes, woman-negative-vertical-space)
1119 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
1120 (WoMan-warn-ignored): Use ?\s instead of ?\ .
1121
ed571ccb
SM
11222012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * minibuffer.el (completion-file-name-table): Complete user names.
1125
39773899
LL
11262012-04-20 Leo Liu <sdl.web@gmail.com>
1127
1128 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
1129 and pcase-let*.
1130
de6ff46d
CY
11312012-04-20 Chong Yidong <cyd@gnu.org>
1132
1133 * server.el (server-execute): Respect initial-buffer-choice if it
1134 is a string and there are no files to open (Bug#2825).
1135 (server-create-window-system-frame, server-create-tty-frame):
1136 Don't switch buffers here.
2d0e8e61
CY
1137 (server-process-filter): Only try to open a window system frame if
1138 compiled with graphical support (Bug#8314).
de6ff46d 1139
54071013
DN
11402012-04-20 Dan Nicolaescu <dann@gnu.org>
1141
1142 * battery.el (battery-echo-area-format): Display remaining time
1143 for sysfs backend too (Bug#11269).
1144 (battery-linux-sysfs): Fix conditional for the charge.
1145
f30d612a
CY
11462012-04-20 Chong Yidong <cyd@gnu.org>
1147
c07a4c0b 1148 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
1149 (gdb-inferior-io--init-proc): New function.
1150 (gdb-init-1): Use it.
1151 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
1152 responsible for allocating a new pty and hooking it to gdb when
1153 the old pty gets an EIO due to process exit.
1154 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
1155 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
1156 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
1157
2116e93c
EZ
11582012-04-20 Eli Zaretskii <eliz@gnu.org>
1159
1160 * window.el (window-min-size, window-sizable, window-min-delta)
1161 (window-max-delta, window--resizable, window-resizable)
1162 (window-total-size, window-full-height-p, window-full-width-p)
1163 (window-in-direction, window--resize-mini-window, window-resize)
1164 (window--resize-child-windows-normal)
1165 (window--resize-child-windows, window--resize-siblings)
1166 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 1167 (enlarge-window, shrink-window): Doc fixes.
2116e93c 1168
c07a4c0b 11692012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 1170
ef24141c
SM
1171 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
1172 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
1173 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
1174 pty process (Bug#11273).
1175 (gdb-update): New arg to suppress talking to the gdb process.
1176 (gdb-done-or-error): Use it.
1177 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
1178 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
1179 sentinel not being called.
1180
1181 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
1182
d02766ab
CY
1183 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
1184
c07a4c0b 11852012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1186
1187 * net/network-stream.el (open-network-stream): Doc fix.
1188
c07a4c0b 11892012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
1190
1191 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
1192
c07a4c0b 11932012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
1194
1195 Ensure searching for keywords is case sensitive.
1196
1197 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
1198 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
1199 (c-defun-name, c-mark-function, c-cpp-define-name)
1200 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 1201 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 1202
ef24141c
SM
1203 * progmodes/cc-mode.el (c-font-lock-fontify-region):
1204 Bind case-fold-search to nil.
f0f6bc35 1205
c07a4c0b 12062012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
1207
1208 * mail/sendmail.el (mail-bury): Call return action with the right
1209 Rmail buffer (Bug#11242).
1210
9a864fa2
CY
1211 * server.el (server-process-filter): Handle corner case where both
1212 tty and nowait options are present (Bug#11102).
1213
539aa513
EZ
12142012-04-20 Eli Zaretskii <eliz@gnu.org>
1215
1216 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
1217 (top level): Put into the executable the ident-style '$Id:' tag on
1218 windows-nt as well.
539aa513 1219
cfc7d5da
SM
12202012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1221
1222 * electric.el (electric-indent-post-self-insert-function): Check that
1223 electric-indent-mode is enabled in current buffer.
1224
5b01685c
JB
12252012-04-19 Juanma Barranquero <lekktu@gmail.com>
1226
1227 * imenu.el (imenu-progress-message): Restore; it is "used" in
1228 erc/erc-imenu.el and net/snmp-mode.el.
1229
4d6769e1
JB
12302012-04-19 Juanma Barranquero <lekktu@gmail.com>
1231
1232 * avoid.el (mouse-avoidance-mode): Mark unused arg.
1233 (mouse-avoidance-nudge-mouse): Remove unused binding.
1234
1235 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
1236
1237 * descr-text.el (describe-char):
1238 * progmodes/python.el (python-describe-symbol):
1239 Don't call `toggle-read-only', set `buffer-read-only'.
1240
1241 * imenu.el (imenu-default-goto-function): Mark unused args.
1242 (imenu-progress-message): Remove obsolete macro; all callers changed.
1243
1244 * subr.el (keymap-canonicalize): Remove unused binding.
1245 (read-passwd): Mark unused arg.
1246
1247 * tutorial.el (tutorial--display-changes): Remove unused binding.
1248 (tutorial--save-tutorial-to): Remove unused variable.
1249
1250 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
1251 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
1252 (package-generate-autoloads, package-menu--generate)
1253 (package-menu--find-upgrades): Remove unused bindings.
1254
1255 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
1256 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
1257 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
1258 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
1259 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
1260 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
1261 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
1262 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
1263 (cua-delete-char-rectangle): Mark unused args.
1264 (cua-align-rectangle): Remove unused binding.
1265
1266 * mail/rmail.el (compilation--message->loc)
1267 (epa--find-coding-system-for-mime-charset): Declare.
1268
1269 * net/dbus.el (dbus-register-service): Declare.
1270 (dbus-name-owner-changed-handler): Remove unused binding.
1271
1272 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
1273 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
1274 (nxml-scan-backward-within): Mark unused arg.
1275 (nxml-dynamic-markup-word): Remove unused binding.
1276
1277 * mouse.el (mouse-menu-major-mode-map):
1278 * emacs-lisp/authors.el (authors-scan-change-log)
1279 (authors-add-to-author-list):
1280 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
1281 * emacs-lisp/smie.el (smie-auto-fill):
1282 * mail/sendmail.el (mail-bury):
1283 * mail/unrmail.el (unrmail):
1284 * net/tls.el (open-tls-stream):
1285 * textmodes/picture.el (picture-mouse-set-point):
1286 Remove unused bindings.
1287
8c8fc5df
MA
12882012-04-19 Michael Albinus <michael.albinus@gmx.de>
1289
1290 * net/tramp.el (tramp-action-password): Let-bind
1291 `enable-recursive-minibuffers' to t.
1292
a77b0ac9
SS
12932012-04-18 Sam Steingold <sds@gnu.org>
1294
1295 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
1296 instead of 'string to accommodate values like [f11].
1297 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
1298 * progmodes/gdb-mi.el: Likewise.
1299
12a106a9
LL
13002012-04-18 Leo Liu <sdl.web@gmail.com>
1301
1302 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
1303 current buffer.
1304 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
1305 LOCAL is nil.
1306
bc6494ef
CY
13072012-04-18 Chong Yidong <cyd@gnu.org>
1308
1309 * simple.el (line-move): Use forward-line if in batch mode
1310 (Bug#11053).
1311
c09c46b2
CS
13122012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
1313
1314 * files.el (after-find-file): Do not try to add a final newline if
1315 the buffer is read-only (Bug#11156).
1316
5f6530ea
RS
13172012-04-17 Richard Stallman <rms@gnu.org>
1318
1319 * mail/rmail.el (rmail-start-mail):
1320 Pass (rmail-mail-return...) for the return-action.
1321 Pass (rmail-yank-current-message...) for the yank-action.
1322 (rmail-yank-current-message): New function.
1323 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
1324 (rmail-reply): Likewise.
1325 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
1326
1327 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 1328 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
1329 buffer, not newbuf.
1330
197b6f3c
JB
13312012-04-17 Juanma Barranquero <lekktu@gmail.com>
1332
1333 * server.el (server-ensure-safe-dir): Simplify.
1334
2311d8e5 13352012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 1336
2311d8e5
GM
1337 * emacs-lisp/smie.el: Provide smarter auto-filling.
1338 (smie-auto-fill): New function.
1339 (smie-setup): Use it.
98fb480e 1340
2311d8e5
GM
1341 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
1342
13432012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
1344
1345 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
1346 (comment-indent): Use it.
1347
2311d8e5 13482012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
1349
1350 * ses.el: The overall change is to add cell renaming, that is
1351 setting fancy names for cell symbols other than name matching
1352 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 1353 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 1354 (ses-create-cell-variable): New defun.
2311d8e5 1355 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
1356 (ses-relocate-formula): Relocate formulas only for cells the
1357 symbols of which are not renamed, i.e. symbols whose names do not
1358 match regexp "\\`[A-Z]+[0-9]+\\'".
1359 (ses-relocate-all): Relocate values only for cells the symbols of
1360 which are not renamed.
1361 (ses-load): Create cells variables as the (ses-cell ...) are read,
1362 in order to check row col consistency with cell symbol name only
1363 for cells that are not renamed.
1364 (ses-replace-name-in-formula): New defun.
1365 (ses-rename-cell): New defun.
4bdf2ad2 1366
fc72b15c
PO
13672012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
1368
1369 * progmodes/perl-mode.el (perl-indent-parens-as-block):
1370 New option (bug#11118).
1371 (perl-calculate-indent): Respect it.
1372
12e10e61
GM
13732012-04-17 Glenn Morris <rgm@gnu.org>
1374
1375 * dired-aux.el (dired-mark-read-string): Doc fix.
1376
30009afd
DA
13772012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1378
1379 * dired-aux.el (dired-mark-read-string): Offer optional completion.
1380 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
1381
41f03f4d
GM
13822012-04-17 Glenn Morris <rgm@gnu.org>
1383
1384 * mouse.el (mouse-drag-track):
1385 * speedbar.el (speedbar-frame-mode):
1386 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
1387
f45f90f3
LL
13882012-04-16 Leo Liu <sdl.web@gmail.com>
1389
1390 * progmodes/python.el: Trivial cleanup.
1391
94ee8db5
GM
13922012-04-16 Glenn Morris <rgm@gnu.org>
1393
121b8917
GM
1394 * vc/vc.el (vc-string-prefix-p):
1395 * vc/pcvs-util.el (cvs-string-prefix-p):
1396 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
1397 * mpc.el (mpc-string-prefix-p):
1398 Make all of these into obsolete aliases for string-prefix-p.
1399 Update callers.
1400 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
1401
1197ecfa
GM
1402 * textmodes/two-column.el: Move custom options to the start.
1403 (frame-width): Remove compat definition.
1404 (2C-associate-buffer, 2C-dissociate):
1405 Use with-current-buffer rather than save-excursion.
1406 (2C-dissociate): Force a mode-line update.
1407 (2C-autoscroll): Use ignore-errors.
1408
099e7202
GM
1409 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
1410 Autoload trivia.
1411
bf350d6a
GM
1412 * emacs-lisp/cl-extra.el (*random-state*):
1413 Remove unnecessary declaration.
1414
0e829eab
GM
1415 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
1416
e3ad7552
GM
1417 * play/cookie1.el (cookie-snarf):
1418 Give an explicit error if input file cannot be read.
1419
68892d27
GM
1420 * play/yow.el (yow-file): Use expand-file-name rather than concat.
1421
20f0c46d
GM
1422 * progmodes/perl-mode.el (c-macro-expand):
1423 Remove unnecessary autoload (it is in loaddefs.el).
1424
5a0978ce
GM
1425 * textmodes/picture.el (picture-desired-column)
1426 (picture-update-desired-column): Convert comments to doc-strings.
1427 (picture-substitute): Remove function.
1428 (picture-mode-map): Initialize in the defvar.
1429
6b955486
GM
1430 * woman.el: Remove eval-after-load for tar-mode.
1431 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1432 (woman-tar-extract-file): Autoload it.
1433
94ee8db5
GM
1434 * frame.el (automatic-hscrolling): Make this alias obsolete.
1435
177eca34
AM
14362012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1437
1438 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 1439 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
1440 (ispell-dictionary-base-alist): Revert to original XEmacs
1441 friendly version for default. [:alpha:] will be added in
1442 `ispell-set-spellchecker-params' if needed
177eca34 1443
c505aaeb
CY
14442012-04-16 Chong Yidong <cyd@gnu.org>
1445
1446 * image.el (imagemagick--extension-regexp): New variable.
1447 (imagemagick-register-types): Use it.
1448 (imagemagick-types-inhibit): Add :set function. Allow new value
1449 of t to inhibit all types.
1450
1451 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1452 so we can preload it.
1453
1454 * loadup.el (fboundp): Preload regexp-opt, needed by
1455 imagemagick-register-types.
1456
60efac0f
CY
14572012-04-15 Chong Yidong <cyd@gnu.org>
1458
1459 * frame.el (scrolling): Remove nearly unused customization group.
1460
1461 * scroll-all.el (scroll-all-mode): Move to windows group.
1462
5dd1713e
CY
14632012-04-15 Chong Yidong <cyd@gnu.org>
1464
1465 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1466
e6fd457e
CY
14672012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1468
1469 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 1470 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 1471
e153c136
GM
14722012-04-15 Glenn Morris <rgm@gnu.org>
1473
1474 * simple.el (process-file-side-effects): Doc fix.
1475
e6fd457e 14762012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
1477
1478 * international/mule-cmds.el (set-language-environment): Doc fix.
1479
3603c3b1
JB
14802012-04-14 Juanma Barranquero <lekktu@gmail.com>
1481
1482 * server.el (server-auth-key, server-generate-key): Doc fixes.
1483 (server-get-auth-key): Doc fix. Use `string-match-p'.
1484 (server-start): Reflow docstring.
1485
e6de100c
LI
14862012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1487
1488 * server.el (server-generate-key): `called-interactively-p'
1489 requires a parameter.
1490
29734c21
MN
14912012-04-14 Michal Nazarewicz <mina86@mina86.com>
1492
1493 * server.el (server-auth-key): New variable.
75f1671a 1494 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
1495 (server-start): Use the new variable and functions to allow
1496 setting a permanent server key (bug#9423).
1497
d65c9521
LL
14982012-04-14 Leo Liu <sdl.web@gmail.com>
1499
1500 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1501
5ae255c7
PE
15022012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1503
1504 Spelling fixes.
1505 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1506 Emacs uses American spelling.
1507
d5e6342e
JB
15082012-04-14 Juanma Barranquero <lekktu@gmail.com>
1509
1510 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1511 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1512 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1513 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1514
ab036cd7
SM
15152012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1516
1517 * progmodes/which-func.el (which-func-modes): Change default.
1518
35dc09a1 15192012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
1520
1521 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1522 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1523
35dc09a1 15242012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1525
1526 * custom.el (custom-theme-set-variables): Doc fix.
1527
35dc09a1 15282012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1529
1530 * international/mule.el (set-auto-coding-for-load): Doc fix.
1531
35dc09a1 15322012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 1533
35dc09a1
GM
1534 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1535 imenu work again for Objective C Mode. Correct the *-index values,
1536 these having been disturbed by a previous change in 2011-08.
57f845ee 1537
0de3da9f
AM
1538 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1539 Correct two search limits.
1540
35dc09a1 15412012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
1542
1543 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1544
35dc09a1 15452012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
1546
1547 * international/characters.el: Fix sorting.
1548
35dc09a1 15492012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
1550
1551 * international/characters.el: Add more missing Latin case pairs.
1552
35dc09a1 15532012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
1554
1555 * files.el (dir-locals-set-class-variables): Doc fix.
1556
35dc09a1 15572012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 1558
3f1b5bf8
EZ
1559 * international/characters.el: Add set-case-syntax-pair call for
1560 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1561 counterpart. (Bug#11209)
1562
9f847f41
EZ
1563 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1564
35dc09a1 15652012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
1566
1567 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1568
35dc09a1 15692012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 1570
35dc09a1
GM
1571 * textmodes/ispell.el (ispell-dictionary-base-alist):
1572 Add data for Hebrew.
e2627d21 1573
35dc09a1 15742012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 1575
35dc09a1
GM
1576 * net/rcirc.el (rcirc-cmd-quit):
1577 Revert 2012-03-18 change (Bug#11192).
5c14e333 1578
35dc09a1 15792012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
1580
1581 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1582
35dc09a1 15832012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 1584
4517fe3a
SM
1585 * minibuffer.el (completion-in-region-mode-map):
1586 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 1587
b472a594
VD
15882012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1589
1590 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1591
09b95ce3
MY
15922012-04-13 Masatake YAMATO <yamato@redhat.com>
1593
1594 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1595 to allow `C-M-f' and `C-M-b' to move to the nearest path
1596 separator (bug#9511).
1597
4b63a9ca
LI
15982012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
1599
1600 * avoid.el: Require cl when compiling. And also move the
1601 `provide' to the end.
1602
7b55b8bf
TV
16032012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1604
1605 * avoid.el (mouse-avoidance-banish-position): New variable.
1606 (mouse-avoidance-banish-destination): Use it (bug#10165).
1607
adedaa1f
LL
16082012-04-13 Leo Liu <sdl.web@gmail.com>
1609
1610 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1611
70e74021
KB
16122012-04-13 Ken Brown <kbrown@cornell.edu>
1613
1614 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 1615 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
1616 (browse-url-filename-alist): For the same reason, don't modify
1617 file:// URLs on Cygwin.
1618
e75e89ba
SM
16192012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1620
1621 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1622 the region on shift if the binding is already shifted (bug#11221).
1623
82f289a4
GM
16242012-04-12 Glenn Morris <rgm@gnu.org>
1625
1626 * mail/mailpost.el: Move to obsolete/.
1627
d333dc4c
DA
16282012-04-12 Drew Adams <drew.adams@oracle.com>
1629
1630 * imenu.el (imenu--generic-function): Ignore invisible definitions
1631 (bug#10123).
1632
0d15b5ba
VD
16332012-04-12 Vivek Dasmohapatra <vivek@etla.org>
1634
1635 * hexl.el (hexl-bits): New variable.
1636 (hexl-options): Mention the variable in the doc string.
75f1671a 1637 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 1638 (hexl-mode): Mention the new variable.
75f1671a
JB
1639 (hexl-mode, hexl-current-address, hexl-current-address):
1640 Use the displen.
0d15b5ba
VD
1641 (hexl-ascii-start-column): New function.
1642 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
1643 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
1644
64a440db
AM
16452012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1646
1647 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
1648 '("-i" ENCODING), in 2 separate command-line arguments, to specify
1649 the encoding, as expected by hunspell.
1650
6decb6c2
SM
16512012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1652
1653 * battery.el (battery--linux-sysfs-regexp): New const.
1654 (battery-status-function): Use it. Remove yeeloong special case.
1655 (battery-yeeloong-sysfs): Remove.
1656 (battery-echo-area-format): Remove yeeloong special case.
1657
088be6fb
SM
16582012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1659
6622e416
SM
1660 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
1661 Reported by Noah Friedman.
1662
088be6fb
SM
1663 * subr.el (read-passwd): Use read-string.
1664
b49f886e
LMI
16652012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1666
1667 * vcursor.el (vcursor-move): Increase the priority of the overlay
1668 (bug#9663).
1669
a63067fc
DD
16702012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1671
1672 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
1673 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
1674
ac3cf14a
WS
16752012-04-11 William Stevenson <yhvh2000@gmail.com>
1676
1677 * textmodes/artist.el (artist-mode): Convert artist-mode to use
1678 define-minor-mode (bug#10760).
1679
c4fc691b 16802012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 1681
4d6769e1 1682 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
1683 that directories matching `grep-find-ignored-files' won't be
1684 pruned (bug#10351).
1685
af23e2e5
CY
16862012-04-11 Chong Yidong <cyd@gnu.org>
1687
1688 * startup.el (command-line): Remove support for long-obsolete
1689 variable font-lock-face-attributes.
1690
ab7ce8c1
GM
16912012-04-11 Glenn Morris <rgm@gnu.org>
1692
1693 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
1694
de8c03dc
SM
16952012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * window.el (window--state-get-1): Obey window-point-insertion-type.
1698
050cc68b
LB
16992012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
1700
1701 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
1702 to previous function when point is on the first character of a
75f1671a 1703 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 1704
a38c310c
GM
17052012-04-11 Glenn Morris <rgm@gnu.org>
1706
effed0c2
GM
1707 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
1708 not just file-errors.
1709
a38c310c
GM
1710 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
1711 (vc-bzr-sha1): Use internal sha1.
1712
0221e323
SM
17132012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1714
1715 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
1716
43956923
SG
17172012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
1718
1719 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
1720 that start in the middle of the line (bug#10496).
1721
6a8c9eaf
DN
17222012-04-10 Dan Nicolaescu <dann@gnu.org>
1723
1724 * battery.el (battery-linux-proc-acpi): Only one battery is
1725 discharged at a time, but that seems to confuse battery.el when
1726 computing `rate-type' for the battery not being discharged
1727 (bug#10332).
1728
1930bf5d
SM
17292012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1730
2a718f6f
SM
1731 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
1732
599430d0
SM
1733 * international/quail.el: Use dolist and simplify.
1734 (quail-define-package, quail-update-keyboard-layout)
1735 (quail-define-rules): Use dolist.
1736 (quail-insert-kbd-layout, quail-get-translation): CSE.
1737
a2754b6c
SM
1738 * tmm.el: Use dolist, remove left over hook.
1739 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
1740 Use dolist.
1741 (calendar-load-hook): Don't mess with it.
1742
1930bf5d
SM
1743 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1744 Use derived-mode-p. Run the diff asynchronously.
1745
9f67961c
LMI
17462012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1747
1748 * obsolete/mouse-sel.el: Add an Obsolete-since header.
1749
2a8ce227
JB
17502012-04-10 Juanma Barranquero <lekktu@gmail.com>
1751
1752 * misc.el: Display absolute path of loaded DLLs (bug#10424).
1753 (list-dynamic-libraries--loaded): New function.
1754 (list-dynamic-libraries--refresh): Use it.
1755
8f33b5f8
NW
17562012-04-10 Nathan Weizenbaum <nweiz@google.com>
1757
1930bf5d
SM
1758 * progmodes/python.el (python-fill-paragraph):
1759 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
1760 disabled (bug#7018).
1761
b12f0439
L
17622012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
1763
1930bf5d 1764 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
1765 DOS/MS Windows for the Baltic languages. There are still plenty
1766 of texts written in this encoding/codepage (bug#6519).
b12f0439 1767
57c3bd01
GM
17682012-04-10 Glenn Morris <rgm@gnu.org>
1769
1770 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
1771 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
1772
6c3eab30
FA
17732012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
1774
1930bf5d 1775 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
1776 next-line "n" and previous-line "p" in order to make recentf more
1777 consistent with ibuffer, dired or org-mode (bug#9387).
1778
24d78a88
LMI
17792012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1780
bc72b5d9
LMI
1781 * image.el (put-image): Return the overlay created instead of the
1782 optional input string (bug#7834). Note that this may break code
1783 that is (for some reason or other) depending on `put-image'
1784 returning the string.
1785
bd2dba5a
LMI
1786 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
1787
74beb59f
LMI
1788 * simple.el (zap-to-char): Allow zapping using input methods
1789 (bug#1580).
1790
24d78a88
LMI
1791 * textmodes/fill.el (fill-region): Leave point and mark where they
1792 were before filling (bug#5399).
1793
263f20cd
GM
17942012-04-09 Glenn Morris <rgm@gnu.org>
1795
1796 * version.el (emacs-bzr-get-version):
1797 Handle lightweight checkouts of local branches.
1798
58d1f797
AS
17992012-04-09 Andreas Schwab <schwab@linux-m68k.org>
1800
263f20cd 1801 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 1802
b4d3bc10
CY
18032012-04-09 Chong Yidong <cyd@gnu.org>
1804
1805 * custom.el (custom-variable-p): Return nil for non-symbol
1806 arguments instead of signaling an error.
1807 (user-variable-p): Obsolete alias for custom-variable-p.
1808
1809 * apropos.el (apropos-variable):
1810 * files-x.el (read-file-local-variable):
1811 * simple.el (set-variable):
1812 * woman.el (woman-mini-help):
1813 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
1814
fd06db5d
GM
18152012-04-09 Glenn Morris <rgm@gnu.org>
1816
e5fcdb5e
GM
1817 * startup.el (normal-top-level): Don't look for leim-list.el
1818 in places where it will not be found. (Bug#910)
1819
fd06db5d
GM
1820 * international/mule-cmds.el (set-default-coding-systems):
1821 * files.el (normal-mode):
1822 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
1823 This function was removed with ucs-tables.el in 2008.
1824
b39bb7e1
EZ
18252012-04-08 Eli Zaretskii <eliz@gnu.org>
1826
1827 * textmodes/ispell.el (ispell-check-version): For hunspell, set
1828 ispell-encoding8-command to "-i", without a trailing space.
1829 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
1830 separate command-line arguments, to specify the encoding, since
1831 that's how hunspell expects it.
1832
5c5b8e23
GM
18332012-04-08 Glenn Morris <rgm@gnu.org>
1834
1835 * loadup.el: Load bindings before cus-start.
1836 This reduces somewhat the number of "rogue" settings in emacs -Q.
1837
a1ed8b05
GM
18382012-04-07 Glenn Morris <rgm@gnu.org>
1839
1840 * version.el (emacs-bzr-get-version): New function.
dfae128a 1841 (emacs-bzr-version): New variable.
a1ed8b05
GM
1842 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
1843 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
1844
b142f158
EZ
18452012-04-07 Eli Zaretskii <eliz@gnu.org>
1846
dfae128a
GM
1847 * international/uni-bidi.el, international/uni-category.el:
1848 * international/uni-combining.el, international/uni-decimal.el:
1849 * international/uni-decomposition.el, international/uni-digit.el:
1850 * international/uni-lowercase.el, international/uni-mirrored.el:
1851 * international/uni-name.el, international/uni-numeric.el:
1852 * international/uni-titlecase.el, international/uni-uppercase.el:
1853 Update for Unicode 6.1.
b142f158 1854
9078ead6
EZ
18552012-04-07 Eli Zaretskii <eliz@gnu.org>
1856
1857 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
1858
f23d2c7d
LMI
18592012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1860
1861 * window.el (shrink-window): Mention the `window-min-height'
1862 variable in the doc string.
1863
0a0a3573
BG
18642012-04-05 Bastien Guerry <bzg@altern.org>
1865
1866 * color.el (color-lighten-name): Fix typo.
1867
e5248ac9
SM
18682012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1869
1870 * server.el (server--on-display-p): New function.
1871 (server--on-display-p): Use it.
1872
b4243e22
GV
18732012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
1874
1875 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
1876 (bug#11145).
1877
305d9f44
SM
18782012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1879
1880 * comint.el (comint--common-quoted-suffix): Check string boundary
1881 before comparing (bug#11158).
1882 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
1883
3d439cd1
CY
18842012-04-04 Chong Yidong <cyd@gnu.org>
1885
321cc491
CY
1886 * minibuffer.el (completion-extra-properties): Doc fix.
1887
3d439cd1
CY
1888 * subr.el (delayed-warnings-hook): Doc fix.
1889
2d562c0f
DU
18902012-04-04 Daiki Ueno <ueno@unixuser.org>
1891
1892 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
1893 selection (Bug#11159).
1894 (epa-insert-keys): Inform that the default public key will be
1895 exported if no key is selected.
1896
4443f204
RS
18972012-04-04 Richard Stallman <rms@gnu.org>
1898
1899 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
1900
529c06b6
CY
19012012-04-03 Chong Yidong <cyd@gnu.org>
1902
1903 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
1904 mail-insert-file, not its obsolete alias mail-attach-file.
1905
66b907dc
MA
19062012-04-03 Michael Albinus <michael.albinus@gmx.de>
1907
1908 * notifications.el (notifications-notify): Fix docstring.
1909
c0ea195d
GM
19102012-04-02 Glenn Morris <rgm@gnu.org>
1911
1912 * emacs-lisp/authors.el (authors-aliases): Another addition.
1913
5ca64e00
MA
19142012-04-02 Michael Albinus <michael.albinus@gmx.de>
1915
1916 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
1917 `tramp-compat-call-process' instead of `tramp-local-call-process'.
1918 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
1919
42ee526b
CY
19202012-04-01 Chong Yidong <cyd@gnu.org>
1921
1922 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
1923 Handle root directory properly.
1924 (copy-directory): Caller changed.
1925
1926 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1927 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
1928
0b021094
GM
19292012-03-31 Glenn Morris <rgm@gnu.org>
1930
40f86458
GM
1931 * term/xterm.el (xterm-extra-capabilities): Doc fix.
1932
7019c177
GM
1933 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
1934
a1daddd6
GM
1935 * calendar/calendar.el (calendar-window-list)
1936 (calendar-hide-window): Restore. (Bug#11140)
1937 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
1938
0b021094
GM
1939 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
1940
40311efc
TV
19412012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1942
1943 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1944 Check if file is a symlink (Bug#10489).
1945
1946 * files.el (copy-directory): Likewise.
1947
5319014e
CY
19482012-03-30 Chong Yidong <cyd@gnu.org>
1949
1950 * image.el (imagemagick-types-inhibit)
1951 (imagemagick-register-types): Doc fix.
1952
935d1290
AM
19532012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1954
ef24141c
SM
1955 * ispell.el (ispell-get-extended-character-mode):
1956 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 1957 and treats ~word as ordinary words in pipe mode.
935d1290 1958
61c6e8fd
GM
19592012-03-30 Glenn Morris <rgm@gnu.org>
1960
1961 * tutorial.el (help-with-tutorial): Ensure local variables don't
1962 happen to make the buffer read-only. (Bug#11127)
1963
81fdff00
SM
19642012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1965
1966 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
1967 (perl-calculate-indent): Return `noindent' in strings.
1968
6e7a6ec0
SS
19692012-03-28 Sam Steingold <sds@gnu.org>
1970
1971 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
1972 instead of the broken adhockery which does not prevent calendar
1973 buffers from being displayed at random after exit.
1974 (calendar-window-list, calendar-hide-window): Remove the broken
1975 adhockery.
1976
fee88ca0
GM
19772012-03-28 Glenn Morris <rgm@gnu.org>
1978
1979 * replace.el (query-replace-map): Doc fix.
1980
38de3354
AS
19812012-03-28 Andreas Schwab <schwab@linux-m68k.org>
1982
1983 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
1984 contents. (Bug#11109)
1985
b973155e
SM
19862012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1987
1988 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
1989 (bug#11077).
1990 (avl-tree--check, avl-tree--check-node): New funs.
1991
dcb6e7b3
MR
19922012-03-27 Martin Rudalics <rudalics@gmx.at>
1993
1994 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
1995 (switch-to-prev-buffer, switch-to-next-buffer):
1996 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
1997 showing a buffer already is done on the same frame.
1998
b4fa35fa
GM
19992012-03-27 Glenn Morris <rgm@gnu.org>
2000
2001 * startup.el (mail-host-address): Doc fix.
2002
f9210e18
SM
20032012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
2006 than 197 variables.
2007
c0bf7753
AF
20082012-03-26 Ami Fischman <ami@fischman.org>
2009
2010 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2011
33da7b16
GM
20122012-03-26 Glenn Morris <rgm@gnu.org>
2013
02243d9d
GM
2014 * files.el (save-buffers-kill-emacs): Doc fix.
2015
33da7b16
GM
2016 * startup.el (normal-top-level, command-line, command-line-1):
2017 Give them doc strings.
2018
e5a69fd0
EZ
20192012-03-25 Eli Zaretskii <eliz@gnu.org>
2020
2021 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 2022 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 2023
9a69676a
CY
20242012-03-25 Chong Yidong <cyd@gnu.org>
2025
4125cb8b
CY
2026 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
2027 theme if it was previously enabled before (Bug#11031).
2028
dd470960
CY
2029 * cus-theme.el (custom-theme-write-faces): Retrieve current face
2030 spec with custom-face-get-current-spec if its :shown-value is not
2031 determined yet (Bug#9337).
4125cb8b 2032 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 2033
9a69676a
CY
2034 * button.el (button-at): Minor addition to docstring.
2035
6e7e90fa
SL
20362012-03-24 Simon Leinen <simon.leinen@gmail.com>
2037
2038 * vc/vc.el (vc-merge): Fix a prompt.
2039
f06e2758
CY
20402012-03-24 Chong Yidong <cyd@gnu.org>
2041
2042 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
2043 point (Bug#9623).
2044
6e7e90fa
SL
2045 * button.el (button-at): Minor addition to docstring.
2046
b9d0879b
SM
20472012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2048
2049 * newcomment.el (comment-choose-indent): No space after BOL.
2050
e71cebb3
SS
20512012-03-22 Sam Steingold <sds@gnu.org>
2052
2053 * window.el (switch-to-prev-buffer): Revert last patch because the
2054 bug turned out to be an advertised feature (Elisp manual 28.14).
2055
335aff35
GM
20562012-03-22 Glenn Morris <rgm@gnu.org>
2057
2058 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
2059 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2060
c676576a
LMI
20612012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2062
2063 * net/network-stream.el (network-stream-open-starttls): Make error
2064 message under Windows be less misleading.
2065
126f3d39
LW
20662012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
2067
2068 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
2069 understands (bug#9942).
2070
64fee311
CY
20712012-03-22 Chong Yidong <cyd@gnu.org>
2072
2073 * simple.el (end-of-visible-line): Handle return value of
2074 next-single-property-change properly (Bug#9371).
2075
a640d29a
KH
20762012-03-22 Kenichi Handa <handa@m17n.org>
2077
2078 * international/quail.el (quail-insert-kbd-layout): Fix previous
2079 change. To avoid unwanted bidi reordering, use
2080 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2081
39675016
DG
20822012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2083
2084 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
2085 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
2086 (ruby-beginning-of-indent): Be more careful with the difference
2087 between word-boundary and symbol boundary.
2088 (ruby-mode-syntax-table): Make : a symbol constituent.
2089
0a6934fc 20902012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 2091
3d008e4f
SM
2092 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
2093
0a6934fc
SM
20942012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2095
af67c9d7
SM
2096 * progmodes/etags.el (tags-completion-at-point-function):
2097 Improve last fix.
2098
1acad97c
SM
2099 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
2100
e298b5da
SS
21012012-03-21 Sam Steingold <sds@gnu.org>
2102
2103 * progmodes/etags.el (tags-completion-at-point-function):
2104 Avoid the error when point is inside the pattern.
2105
91d82a70
JY
21062012-03-21 John Yates <john@yates-sheets.org> (tiny change)
2107
2108 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
2109 line (Bug#10855).
2110
69188b79
CY
21112012-03-21 Drew Adams <drew.adams@oracle.com>
2112
2113 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
2114
99fc91fe
AK
21152012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
2116
2117 * ido.el (ido-set-current-directory, ido-read-internal)
2118 (ido-choose-completion-string, ido-completion-help): Handle nil
2119 value of ido-completion-buffer (Bug#11008).
2120
087bbb4c
SS
21212012-03-21 Sam Steingold <sds@gnu.org>
2122
2123 * window.el (switch-to-prev-buffer): Do not switch to a visible
2124 window previous buffer, just like with the frame previous buffers.
2125
fb5b8aca
CY
21262012-03-21 Chong Yidong <cyd@gnu.org>
2127
2128 * faces.el (make-face, make-empty-face, copy-face):
2129 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2130 Doc fixes.
2131
dc9924b8
SM
21322012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2133
2134 * wid-edit.el (widget-complete-field): Remove (bug#11051).
2135 (widget-complete): Remove broken use of it.
2136
f0bcceb9
CY
21372012-03-20 Chong Yidong <cyd@gnu.org>
2138
dc9924b8
SM
2139 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2140 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
2141 characters.
2142
ee52ebf3
TH
21432012-03-20 Tassilo Horn <tassilo@member.fsf.org>
2144
2145 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
2146 to draw rectangles, not squares. (Regression introduced by revno
2147 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
2148
4c5779ab
CY
21492012-03-18 Chong Yidong <cyd@gnu.org>
2150
2151 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
2152 it is not yet defined (for temacs).
2153
15360934
LL
21542012-03-18 Leo Liu <sdl.web@gmail.com>
2155
dc9924b8 2156 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 2157
d9a8eb66
EZ
21582012-03-17 Eli Zaretskii <eliz@gnu.org>
2159
2160 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
2161 (ispell-choices-win-default-height, ispell-silently-savep)
2162 (ispell-dictionary-alist, ispell-encoding8-command)
2163 (ispell-check-version, ispell-aspell-find-dictionary)
2164 (ispell-valid-dictionary-list, ispell-words-keyword)
2165 (ispell-get-word, ispell-internal-change-dictionary)
2166 (ispell-region, ispell-skip-region-list)
2167 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
2168 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
2169 (ispell-message-text-end, ispell-message)
2170 (ispell-buffer-local-parsing): Doc fix.
2171
f02ff80d
J
21722012-03-13 Jambunathan K <kjambunathan@gmail.com>
2173
2174 * htmlfontify.el: Add support for code block fontification for ODT
2175 export (Bug #9914).
2176 (hfy-optimisations): Define new option
2177 `body-text-only'
2178 (hfy-fontify-buffer): Honor above setting.
2179 (hfy-begin-span, hfy-end-span): New routines factored out form
2180 `hfy-fontify-buffer'.
2181 (hfy-begin-span-handler, hfy-end-span-handler): New variables
2182 that permit insertion of custom tags.
2183 (hfy-fontify-buffer): Use above handlers.
2184 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
2185 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 2186 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 2187 over multiple runs. This is made possible by having the caller let
f02ff80d
J
2188 bind a special variable `hfy-user-sheet-assoc'.
2189 (htmlfontify-string): New defun.
2190 (hfy-compile-face-map): Make sure that the last char in the
2191 buffer is correctly fontified.
2192 (hfy-face-resolve-face): Whitespace only change.
2193
9ac7a13f
EZ
21942012-03-17 Eli Zaretskii <eliz@gnu.org>
2195
2196 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
2197 message more clear.
2198
e2b5bdd7
LL
21992012-03-16 Leo Liu <sdl.web@gmail.com>
2200
2201 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2202
2e492df3
AM
22032012-03-16 Alan Mackenzie <acm@muc.de>
2204
2205 Further optimise the handling of large macros.
2206
2207 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
2208 limit to a call of `c-literal-limits'.
2209 (c-determine-+ve-limit): New function.
dc9924b8
SM
2210 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
2211 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
2212 In CASE 5B, restrict a search limit to 500.
2213 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
2214
2215 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
2216 Restrict macro bounds to +-500 from after-change's BEG END.
2217
50e94f0c
LL
22182012-03-16 Leo Liu <sdl.web@gmail.com>
2219
2220 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2221
6f09f6ed
AH
22222012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
2223
2224 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 2225 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 2226
c7e73d51
GM
22272012-03-16 Glenn Morris <rgm@gnu.org>
2228
da986230
GM
2229 * view.el (view-buffer, view-buffer-other-window)
2230 (view-buffer-other-frame): Doc fixes re special mode-class.
2231
0835f01e
GM
2232 * subr.el (eval-after-load): If named feature is provided not from
2233 a file, run after-load forms. (Bug#10946)
2234
c7e73d51
GM
2235 * calendar/calendar.el (calendar-insert-at-column):
2236 Handle non-unit-width characters a bit better. (Bug#10978)
2237
3f2eafd1
CY
22382012-03-15 Chong Yidong <cyd@gnu.org>
2239
2240 * emacs-lisp/ring.el (ring-extend): New function.
2241 (ring-insert+extend): Extend the ring correctly (Bug#11019).
2242
2243 * comint.el (comint-read-input-ring)
2244 (comint-add-to-input-history): Grow comint-input-ring lazily.
2245
103af3fe
SM
22462012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2247
663b1677
SM
2248 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2249 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
2250
103af3fe
SM
2251 * imenu.el: Fix multiple inheritance breakage (bug#9199).
2252 (imenu-add-to-menubar): Don't add a redundant index.
2253 (imenu-update-menubar): Handle a dynamically composed keymap.
2254
899cb7cb
KY
22552012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2256
2257 * mail/sendmail.el (mail-encode-header):
2258 Bind rfc2047-encode-encoded-words to nil.
2259
3809f91d
GM
22602012-03-13 Glenn Morris <rgm@gnu.org>
2261
2262 * calendar/calendar.el (calendar-string-spread):
2263 Handle non-unit-width characters a bit better. (Bug#10978)
2264
9e345a01
LL
22652012-03-13 Leo Liu <sdl.web@gmail.com>
2266
2267 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
2268 directory and file as argument (Bug#10822).
2269
4a07df36
KS
22702012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2271
2272 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
2273 For dynamically generated code, follow $PC.
2274 (gdb-disassembly-handler-custom): Handle no function name case.
2275
4aaa9356
TL
22762012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2277
2278 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
2279 * emulation/ws-mode.el (ws-query-replace):
2280 * sort.el (sort-regexp-fields):
2281 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
2282
225979da
SM
22832012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2284
2285 * dabbrev.el: Fix cycle completion order (bug#10963).
2286 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
2287 (dabbrev-completion): Don't use an obarray; provide
2288 a cycle-sort-function.
2289
e2f1fdab
LL
22902012-03-12 Leo Liu <sdl.web@gmail.com>
2291
dc9924b8 2292 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
2293 (kill-do-not-save-duplicates): Doc fix.
2294
b19490ed
SM
22952012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2296
2297 * dabbrev.el: Fix cycle completion (bug#10963).
2298 Use lexical binding and wrap to 80 columns.
2299 (dabbrev-completion): Delay computing the list of completions.
2300
4b05d722
KH
23012012-03-12 Kenichi Handa <handa@m17n.org>
2302
2303 * international/quail.el (quail-insert-kbd-layout): Surround each
2304 row by LRO and PDF instead of inserting many LRMs. Pad the left
2305 and right of each non-spacing marks. Insert invisible space
2306 between lower and upper characters to prevent composition.
2307
dbbc2e69
SM
23082012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2309
2310 * minibuffer.el (minibuffer-complete): Don't get confused when the
2311 function is run twice via different commands (bug#10958).
2312 (complete-with-action): Fix docstring.
2313
292112ed
CY
23142012-03-12 Chong Yidong <cyd@gnu.org>
2315
5d1ac394
CY
2316 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
2317 (nxml-completion-at-point-function): New function.
2318 (nxml-mode): Use it.
2319 (nxml-bind-meta-tab-to-complete-flag): Default to t.
2320
292112ed
CY
2321 * emacs-lisp/package.el (package-unpack, package-unpack-single):
2322 Load generated autoloads file before byte compiling (Bug#10970).
2323 (package--make-autoloads-and-compile): New helper fun.
2324
4098f8f7
CS
23252012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
2326
2327 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
2328
8f754691
MA
23292012-03-11 Michael Albinus <michael.albinus@gmx.de>
2330
2331 * autorevert.el (auto-revert-handler): Ensure, that
2332 file-readable-p is applied only for local files or in
2333 auto-revert-tail-mode.
2334
e29ab36b
AS
23352012-03-11 Andreas Schwab <schwab@linux-m68k.org>
2336
dbbc2e69
SM
2337 * server.el (server-eval-at): Handle non-tcp connections.
2338 Decode result string.
ad0bf5b6 2339
e29ab36b
AS
2340 * server.el (server-msg-size): New constant.
2341 (server-reply-print): New function.
2342 (server-eval-and-print): Use it.
2343 (server-eval-at): Use server-quote-arg and server-unquote-arg.
2344 Handle -print-nonl.
2345
de5939ba
CS
23462012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
2347
2348 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
2349 (Bug#10987).
2350
0c93eabf
CY
23512012-03-11 Chong Yidong <cyd@gnu.org>
2352
397a688f
CY
2353 * simple.el (goto-line): Doc fix (Bug#9938).
2354
2cc775f9
CY
2355 * subr.el (save-window-excursion): Doc fix (Bug#9979).
2356
0c93eabf
CY
2357 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
2358 when finished (Bug#10963).
2359
c491fa41
MR
23602012-03-11 Martin Rudalics <rudalics@gmx.at>
2361
2362 * window.el (split-window-below): Fix bug in case where
2363 split-window-keep-point is nil (Bug#10971).
2364
300e8fa5
JL
23652012-03-11 Juri Linkov <juri@jurta.org>
2366
2367 * replace.el (replace-highlight): Set isearch-word to nil
2368 unconditionally. (Bug#10887)
2369
dbf6c5a1
EZ
23702012-03-10 Eli Zaretskii <eliz@gnu.org>
2371
2372 * net/mairix.el (mairix-replace-invalid-chars): Rename from
2373 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 2374 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
2375 (mairix-widget-create-query): Add usage information about mairix
2376 search forms: negating words, searching for substrings, etc.
2377
b9e501de
JP
23782012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
2379
2380 * international/fontset.el (font-encoding-alist): Add an entry for
2381 ksx1001 (Bug#5667).
2382
92795c91
RS
23832012-03-10 Richard Stallman <rms@gnu.org>
2384
1694e6c1
RS
2385 * mail/sendmail.el (mail-encode-header):
2386 Set rfc2047-encode-encoded-words.
2387
607e8555
RS
2388 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
2389
de3bc99a
RS
2390 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
2391 view buffer means not swapped.
2392 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
2393 (rmail-write-region-annotate): Error if real text has disappeared.
2394
92795c91
RS
2395 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
2396
699bd04e
CY
23972012-03-10 Chong Yidong <cyd@gnu.org>
2398
2399 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
2400 * emulation/cua-base.el (cua--init-keymaps):
2401 Add delete-forward-char to remappings (Bug#9666).
699bd04e 2402
570a1714
MR
24032012-03-10 Martin Rudalics <rudalics@gmx.at>
2404
dbbc2e69
SM
2405 * speedbar.el (speedbar-unhighlight-one-tag-line):
2406 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 2407
82dcf4e4
CY
24082012-03-10 Chong Yidong <cyd@gnu.org>
2409
7a2c7ca7
CY
2410 * minibuffer.el (completion-in-region, completion-help-at-point):
2411 Give the completion field overlay a high priority (Bug#6830).
2412
82dcf4e4
CY
2413 * dired.el (dired-goto-file): Recognize absolute file name
2414 listings (Bug#7126).
2415 (dired-goto-file-1): New helper function.
2416 (dired-toggle-read-only): Inhibit warnings.
2417
052e28ac
MA
24182012-03-09 Michael Albinus <michael.albinus@gmx.de>
2419
75f1671a 2420 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
2421 there are no properties.
2422
95d5e396
LL
24232012-03-09 Leo Liu <sdl.web@gmail.com>
2424
2425 * savehist.el (savehist-printable): Stricter check for string
2426 value (Bug#10937).
2427
3f018d6d
EZ
24282012-03-09 Eli Zaretskii <eliz@gnu.org>
2429
dbbc2e69
SM
2430 * mail/smtpmail.el (smtpmail-send-it):
2431 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
2432 valid mbox format.
2433
f7fd3d79
GM
24342012-03-09 Glenn Morris <rgm@gnu.org>
2435
2436 * files.el (dir-locals-find-file):
2437 Don't check result is regular, readable.
2438 (dir-locals-read-from-file): Demote errors.
2439
6ff6e72f
EZ
24402012-03-08 Eli Zaretskii <eliz@gnu.org>
2441
dbbc2e69
SM
2442 * international/quail.el (quail-insert-kbd-layout):
2443 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
2444 layout cell, to prevent their reordering by bidi display engine.
2445 For details, see the discussion in
2446 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2447
9cec7834
AM
24482012-03-08 Alan Mackenzie <acm@muc.de>
2449
2450 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2451 the starting position; make it extend the marked region when
2452 invoked repeatedly - all under appropriate circumstances.
2453 Fixes bugs #5525, #10906.
2454
9a40b8d4
GM
24552012-03-08 Glenn Morris <rgm@gnu.org>
2456
2457 * files.el (locate-dominating-file, dir-locals-find-file):
2458 Undo 2012-03-06 change.
2459
7a08ed35
EZ
24602012-03-07 Eli Zaretskii <eliz@gnu.org>
2461
dbbc2e69
SM
2462 * international/quail.el (quail-help):
2463 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
2464 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2465 for the reason.
2466
5aca4f71 24672012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
2468
2469 Avoid superfluous registering of signals. (Bug#10807)
2470
2471 * notifications.el (notifications-on-action-object)
2472 (notifications-on-close-object): New defvars.
2473 (notifications-on-action-signal, notifications-on-closed-signal):
2474 Unregister the signal if not needed any longer.
2475 (notifications-notify): Register `notifications-action-signal' or
2476 `notifications-closed-signal', if :on-action or :on-close has been
2477 passed as argument.
2478
78e8b10a
CY
24792012-03-07 Chong Yidong <cyd@gnu.org>
2480
2481 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2482 non-X platforms.
2483
69481eb8
GM
24842012-03-06 Glenn Morris <rgm@gnu.org>
2485
2486 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2487 (x-disown-selection-internal, x-get-selection-internal):
2488 Doc fix (add arglist signatures). (Bug#10783)
2489
133b8e11
KS
24902012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2491
2492 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2493 Handle breakpoints with no "type".
2494
99a83064
GM
24952012-03-06 Glenn Morris <rgm@gnu.org>
2496
2497 * files.el (locate-dominating-file): Add optional predicate argument.
2498 (dir-locals-find-file): Make use of above change.
2499
17798e78
TTN
25002012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2501
2502 * info.el (Info-insert-dir): Also try "dir.gz".
2503
eb182446
GM
25042012-03-06 Glenn Morris <rgm@gnu.org>
2505
8f2114ee
GM
2506 * files.el (dir-locals-find-file):
2507 Ignore non-readable or non-regular files. (Bug#10928)
2508
eb182446
GM
2509 * files.el (locate-dominating-file): Doc fix.
2510
24679323
AS
25112012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2512
2513 * calendar/calendar.el (calendar-set-mode-line):
2514 `getenv' returns a string. (Bug#10951)
2515
01d972a9
LL
25162012-03-05 Leo Liu <sdl.web@gmail.com>
2517
109aa8a9
LL
2518 * simple.el (backward-delete-char-untabify): Constrain point to
2519 field (Bug#10939).
2520
01d972a9
LL
2521 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2522
10607bea
CY
25232012-03-05 Chong Yidong <cyd@gnu.org>
2524
2525 * simple.el (count-words): If called from Lisp, return the word
2526 count, for symmetry with `count-lines'. Arglist changed.
2527 (count-words--message): Args changed. Consolidate counting code
2528 from count-words and count-words-region.
2529 (count-words-region): Caller changed.
2530 (count-lines-region): Make it an obsolete alias.
2531
5dd11cfe
TH
25322012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2533
2534 * saveplace.el (save-place-to-alist)
2535 (save-place-ignore-files-regexp): Allow value nil to disable this
2536 feature.
2537
c349f4e6
CY
25382012-03-04 Chong Yidong <cyd@gnu.org>
2539
2540 * faces.el (face-spec-reset-face): For the default face, reset the
2541 attributes to default values (Bug#10748).
2542
e627be4c
LMI
25432012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2544
2545 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2546 previous patch: Check `message-send-mail-function', and not the
2547 default function (bug#10897).
2548
ebeabff4
MA
25492012-03-04 Michael Albinus <michael.albinus@gmx.de>
2550
a41a6cf4
MA
2551 * notifications.el (notifications-on-action-signal)
2552 (notifications-on-closed-signal): Check for unique service name of
2553 incoming event. Fix error in removing entry.
ebeabff4 2554 (top): Register for signals with wildcard service name.
a41a6cf4 2555 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 2556
c1ca42b4
CY
25572012-03-04 Chong Yidong <cyd@gnu.org>
2558
dc9924b8 2559 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 2560
ea16568d
GM
25612012-03-04 Glenn Morris <rgm@gnu.org>
2562
2563 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2564 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2565 (expand-abbrev, define-abbrev-table): Doc fixes.
2566
fbae4637
LMI
25672012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2568
2569 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2570 `message-default-send-mail-function' and not `send-mail-function'
2571 when doing the prompting for `sendmail-query-once' before sending
2572 in Message buffers (bug#10897).
2573
a1e7225c
LMI
2574 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2575 This is inconsistent with all the other stream functions, which leave
2576 the setting up to the higher levels (if so wanted) (bug#10931).
2577
56d093a9
AM
25782012-03-02 Alan Mackenzie <acm@muc.de>
2579
2580 Depessimize the handling of very large macros.
2581
2582 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2583 (c-macro-cache-syntactic): New variables to implement a one
2584 element macro cache.
2585 (c-invalidate-macro-cache): New function.
2586 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2587 Adapt to use the new cache.
2588 (c-state-safe-place): Use better the cache of safe positions.
2589 (c-state-semi-nonlit-pos-cache)
2590 (c-state-semi-nonlit-pos-cache-limit):
2591 New variables for...
2592 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2593 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
2594 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2595 Use c-state-semi-safe-place.
56d093a9 2596
dbbc2e69
SM
2597 * progmodes/cc-langs.el (c-get-state-before-change-functions):
2598 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 2599
817e5c3d
MA
26002012-03-02 Michael Albinus <michael.albinus@gmx.de>
2601
dbbc2e69
SM
2602 * jka-compr.el (jka-compr-call-process):
2603 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
2604 not remote.
2605
a032a702
MA
26062012-03-01 Michael Albinus <michael.albinus@gmx.de>
2607
2608 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2609 access of FILE2, if FILE1 does not exist.
2610
99a54f21
MA
2611 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2612 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2613
2614 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2615 Add "PAGER=" to `process-environment'.
2616
f6561e1f
MM
26172012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2618
2619 * progmodes/sql.el: Bug fix
2620 (sql-get-login-ext): Save login values in globals.
2621 (sql-get-login): Use new version of `sql-get-login-ext'.
2622 (sql-interactive-mode): Set global `sql-connection' to nil.
2623 (sql-connect): Set global values for connection.
2624 (sql-product-interactive): Save global values as buffer local.
2625
2d44d9cc
LL
26262012-02-29 Leo Liu <sdl.web@gmail.com>
2627
2628 * abbrev.el (define-abbrevs): Reset sys to nil.
2629
96b49301 26302012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2631
bf7f9bc5
JB
2632 * files.el (file-equal-p): Rename from `files-equal-p'.
2633 Return nil when one or both files don't exist.
96b49301 2634 (file-subdir-of-p): Now only top directory must exists,
2635 return nil if it doesn't.
bf7f9bc5
JB
2636 (copy-directory): No need to test with `file-subdir-of-p' after
2637 creating dir.
2638 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
2639 to `file-equal-p'.
96b49301 2640
44e97401
GM
26412012-02-28 Glenn Morris <rgm@gnu.org>
2642
2643 * shell.el (shell-mode):
2644 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
2645 * play/landmark.el (landmark-font-lock-face-O):
2646 * play/handwrite.el (handwrite):
2647 * play/gomoku.el (gomoku-O):
2648 * net/browse-url.el (browse-url-browser-display):
2649 * international/mule.el (define-charset):
2650 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
2651 * filesets.el (filesets-find-file-delay):
2652 * eshell/em-xtra.el (eshell-xtra):
2653 * eshell/em-unix.el (eshell-grep):
2654 * emulation/viper.el (viper-mode):
2655 * emacs-lisp/regexp-opt.el (regexp-opt-group):
2656 * emacs-lisp/easymenu.el (easy-menu-define):
2657 * calendar/timeclock.el (timeclock-use-display-time):
2658 * bs.el (bs-mode):
2659 * bookmark.el (bookmark-save-flag):
2660 Doc fix (standardize possessive apostrophe usage).
2661
c98c6276
CY
26622012-02-27 Chong Yidong <cyd@gnu.org>
2663
bf7f9bc5
JB
2664 * emulation/viper-cmd.el (viper-intercept-ESC-key):
2665 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 2666
c98c6276
CY
2667 * font-lock.el (font-lock-specified-p): Rename from
2668 font-lock-spec-present. Callers changed.
2669
9c62cd04 26702012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 2671
bf7f9bc5
JB
2672 * emacs-lisp/package.el (package-compute-transaction):
2673 Handle holding a package version to t in package-load-list.
8ac9e529 2674
530739c9
MA
26752012-02-26 Michael Albinus <michael.albinus@gmx.de>
2676
2677 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
2678 (tramp-get-inode, tramp-get-device): Use cached values.
2679
487915d7
AM
26802012-02-26 Alan Mackenzie <acm@muc.de>
2681
2682 Check there is a font-lock specification before doing initial
2683 fontification.
2684
2685 * font-core.el (font-lock-mode): Move the conditional from
2686 :after-hook to font-lock-initial-fontify.
2687 (font-lock-default-function): Move the check for a specification
2688 to font-lock-spec-present.
2689
dc9924b8 2690 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
2691 (font-lock-spec-present): New function.
2692
4fd96557
JB
26932012-02-26 Jim Blandy <jimb@red-bean.com>
2694
2695 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
2696 (gdb-send): Apply it to the operand of the '-interpreter-exec
2697 console' command, so that we can pass arguments with (say) quotes
2698 in them. Store exact string sent in gdb-debug-log (Bug#10765).
2699
9a4888c0
CY
27002012-02-26 Chong Yidong <cyd@gnu.org>
2701
07498861
CY
2702 * help-fns.el (describe-function-1): Clarify description of
2703 remapping (Bug#10844).
2704
9a4888c0
CY
2705 * files.el (files-equal-p): Doc fix.
2706 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
2707 and quit the loop once a mismatch is found.
2708
ea8fb88d
JB
27092012-02-25 Juanma Barranquero <lekktu@gmail.com>
2710
2711 * bs.el (bs--show-with-configuration): Don't throw an error
2712 if the window cannot be split; otherwise, subsequent calls to
2713 bs-show fail, restoring a stale window config. (Bug#10882)
2714
525795c1
JD
27152012-02-25 Jan Djärv <jan.h.d@swipnet.se>
2716
2717 * term/ns-win.el (global-map): Bind ns-drag-file to
2718 ns-find-file (Bug#5855, Bug#10050).
2719
f008086f
AS
27202012-02-25 Andreas Schwab <schwab@linux-m68k.org>
2721
2722 * calendar/parse-time.el (parse-time-string): Allow extractor to
2723 return nil.
2724
a3fcfa99
MA
27252012-02-25 Michael Albinus <michael.albinus@gmx.de>
2726
91027d08
JB
2727 * net/tramp.el (tramp-file-name-for-operation):
2728 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
2729
2730 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
2731 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2732 Add COPY-CONTENTS argument.
a3fcfa99 2733
67b0de11
CY
27342012-02-25 Chong Yidong <cyd@gnu.org>
2735
2736 Add custom groups for VC backends, for consistency with vc-bzr.
2737
2738 * vc/vc-arch.el (vc-arch):
2739 * vc/vc-cvs.el (vc-cvs):
2740 * vc/vc-git.el (vc-git):
2741 * vc/vc-hg.el (vc-hg):
2742 * vc/vc-mtn.el (vc-mtn):
2743 * vc/vc-rcs.el (vc-rcs):
2744 * vc/vc-sccs.el (vc-sccs):
2745 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
2746 All relevant defcustoms reassigned.
2747
3c9dfce6
CY
27482012-02-25 Chong Yidong <cyd@gnu.org>
2749
1339bf43
CY
2750 * newcomment.el (comment-styles): Add autoload (Bug#10868).
2751
3c9dfce6
CY
2752 * term/x-win.el (x-initialize-window-system): Reduce default for
2753 x-selection-timeout to 5 seconds (Bug#8869).
2754
25b2e303 27552012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2756
ec70a47d
GM
2757 * files.el (files-equal-p, file-subdir-of-p): New functions.
2758 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 2759 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
2760 * dired-aux.el (dired-copy-file-recursive): Same.
2761 (dired-create-files): Modify destination when source is equal to
2762 dest when copying files.
53a46cd0 2763 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 2764
914260cd
MA
27652012-02-24 Michael Albinus <michael.albinus@gmx.de>
2766
2767 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
2768 (Bug#10874)
2769
2cb228f7
AM
27702012-02-23 Alan Mackenzie <acm@muc.de>
2771
2772 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
2773 parameter "after-hook:" to allow the expansion to run code after
2774 the execution of the mode hooks.
2775
2776 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 2777 from font-lock-mode-internal.
2cb228f7 2778
91027d08 2779 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
2780 :after-hook.
2781
8f0fde21
SM
27822012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2783
3e88618b
SM
2784 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
2785 (completion--cache-all-sorted-completions): New function.
2786 (completion-all-sorted-completions): Use it.
2787 (completion--do-completion, minibuffer-force-complete):
2788 Use it to re-instate the flush hook.
2789
8f0fde21
SM
2790 * icomplete.el (icomplete-completions): Replace last fix with a better
2791 one (bug#10850).
2792
8e911f6f
DG
27932012-02-23 Dmitry Gutov <dgutov@yandex.ru>
2794
2795 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
2796 when it might call us back infinitely (bug#10797).
2797
49fe4321
GM
27982012-02-23 Glenn Morris <rgm@gnu.org>
2799
2800 * minibuffer.el (completion-category-overrides): Doc fix.
2801
b291b572
SM
28022012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2803
2804 * minibuffer.el (completion-table-with-context): Fix inf-loop.
2805 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
2806
31a9ef2e
GM
28072012-02-23 Glenn Morris <rgm@gnu.org>
2808
5e6e6794 2809 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
2810 (authors-obsolete-files-regexps, authors-ignored-files)
2811 (authors-ambiguous-files, authors-renamed-files-alist):
2812 Add more entries.
2813
0bd1e074
JL
28142012-02-23 Juri Linkov <juri@jurta.org>
2815
2816 * isearch.el (isearch-occur): Sync interactive spec with occur's
2817 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
2818
b617673c
JL
2819 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
2820
19e9789e
JL
28212012-02-22 Juri Linkov <juri@jurta.org>
2822
2823 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
2824 (ucs-insert): Doc fix. Check for hex digits in the string.
2825 Don't display `nil' in the error message. (Bug#10857)
2826
f41ce09d
AM
28272012-02-22 Alan Mackenzie <acm@muc.de>
2828
7a71b18d 2829 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 2830
ac2eceee
GM
28312012-02-22 Glenn Morris <rgm@gnu.org>
2832
2833 * ffap.el (ffap-c-path):
2834 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
2835
abd1f678
CY
28362012-02-22 Chong Yidong <cyd@gnu.org>
2837
2838 * custom.el (load-theme): Doc fix.
2839
f25aef2e
GM
28402012-02-22 Glenn Morris <rgm@gnu.org>
2841
2842 * dired-x.el (dired-guess-shell-alist-default):
2843 Remove escape sequences from nroff output. (Bug#172)
2844
5f8dc2ca
GM
28452012-02-21 Glenn Morris <rgm@gnu.org>
2846
6ff86ec4
GM
2847 * vc/emerge.el (emerge-defvar-local):
2848 Set `permanent-local' property rather than unused `preserved'.
2849
be3223a3 2850 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
2851 (picture-mode-map): Use it. (Bug#10860)
2852 (picture-mode): Doc fix.
2853
3fe58f4f
JB
28542012-02-21 Juanma Barranquero <lekktu@gmail.com>
2855
2856 * newcomment.el (uncomment-region-default): Remove unused binding.
2857
f9a998c3
GM
28582012-02-21 Glenn Morris <rgm@gnu.org>
2859
2860 * textmodes/picture.el (picture-motion, picture-motion-reverse)
2861 (picture-self-insert, picture-tab-chars): Doc fix.
2862 (picture-mode-map): Fix C-a, C-e.
2863
c6029348
GM
28642012-02-20 Glenn Morris <rgm@gnu.org>
2865
2866 * emacs-lisp/authors.el (authors-aliases): Add another entry.
2867
ab1ce9d7
LL
28682012-02-20 Leo Liu <sdl.web@gmail.com>
2869
2870 * icomplete.el (icomplete-completions): Check FROM arg before
2871 passing to substring (Bug#10850).
2872
0fd40f89
CY
28732012-02-19 Chong Yidong <cyd@gnu.org>
2874
2875 * comint.el: Require ansi-color.
2876 (comint-output-filter-functions): Add ansi-color-process-output.
2877
2878 * ansi-color.el: Don't set comint-output-filter-functions; it is
2879 now in the initial value defined in comint.el.
2880 (ansi-color-apply-face-function): New variable.
2881 (ansi-color-apply-on-region): Use it.
2882 (ansi-color-apply-overlay-face): New function.
2883
2884 * shell.el (shell): No need to require ansi-color.
2885 (shell-mode): Use ansi-color-apply-face-function to highlight
2886 color escapes using font-lock-face property (Bug#10835).
2887
20af2394
CY
28882012-02-19 Chong Yidong <cyd@gnu.org>
2889
2890 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
2891 mode-line formats (Bug#10839).
2892
e23a3fbe
GM
28932012-02-18 Glenn Morris <rgm@gnu.org>
2894
b474519e
GM
2895 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
2896
2897 * mail/undigest.el (unforward-rmail-message): Doc fix.
2898
e23a3fbe
GM
2899 * saveplace.el (save-place-ignore-files-regexp): Add :version.
2900
57939ff4
EZ
29012012-02-18 Eli Zaretskii <eliz@gnu.org>
2902
2903 * international/characters.el (script-list): Sync with the latest
2904 Unicode Character Database.
2905
0c23686e
AS
29062012-02-18 Andreas Schwab <schwab@linux-m68k.org>
2907
2908 * international/titdic-cnv.el: Remove duplicate coding tag.
2909 * language/cham.el: Likewise.
2910 * language/tai-viet.el: Likewise.
2911
6818b449
GM
29122012-02-18 Glenn Morris <rgm@gnu.org>
2913
2914 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
2915 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
2916 (calendar-bahai-all-holidays-flag, calendar-other-dates):
2917 * calendar/diary-lib.el (diary-abbreviated-year-flag):
2918 * calendar/holidays.el (holiday-bahai-holidays)
2919 (calendar-holidays, list-holidays):
2920 Use utf-8 Bahá'í in doc-strings, menus, etc.
2921
0311a3fc
TH
29222012-02-17 Tassilo Horn <tassilo@member.fsf.org>
2923
2924 * saveplace.el (save-place-ignore-files-regexp): New variable
2925 allowing for excluding files from saving their location of point.
2926 The default value matches the temporary commit message editing
2927 files from Git, SVN, Bazaar, and Mercurial.
2928 (save-place-to-alist): Use it.
2929
eb864a71
LM
29302012-02-17 Lawrence Mitchell <wence@gmx.li>
2931 Stefan Monnier <monnier@iro.umontreal.ca>
2932
2933 * newcomment.el (uncomment-region-default): Don't leave extra space
2934 when an arg is provided (bug#8150).
2935
ee0ce425
TZ
29362012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2937
eb864a71 2938 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 2939
95ddf442
GM
29402012-02-17 Glenn Morris <rgm@gnu.org>
2941
2942 * net/socks.el: Require network-stream. (Bug#10599)
2943
48dd1e39 29442012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
2945
2946 * international/charprop.el:
2947 * international/uni-name.el:
2948 * international/uni-old-name.el:
2949 * international/uni-comment.el: Regenerate.
2950
d68cd087
GM
29512012-02-16 Glenn Morris <rgm@gnu.org>
2952
2953 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
2954 Interactively in calendar buffer, give an error if not on a date.
2955
13932042
GM
29562012-02-15 Glenn Morris <rgm@gnu.org>
2957
2958 * shell.el (shell-delimiter-argument-list):
2959 Revert 2011-02-17 change. (Bug#8027)
2960
c3a70e2b
CY
29612012-02-15 Chong Yidong <cyd@gnu.org>
2962
60236b0d
CY
2963 * minibuffer.el (completion-at-point-functions): Doc fix.
2964
c3a70e2b
CY
2965 * custom.el (defcustom): Doc fix; note use of defvar.
2966
9f26dc24
GM
29672012-02-15 Glenn Morris <rgm@gnu.org>
2968
2969 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
2970 Doc fixes.
2971
6546b134
GM
29722012-02-14 Glenn Morris <rgm@gnu.org>
2973
2974 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
2975
d29b2b4c
LI
29762012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2977
2978 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
2979 way the ports list is computed.
835bdcba
LI
2980 (smtpmail-query-smtp-server): Prompt the user for a port number if
2981 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 2982
08dcdbc9
TZ
29832012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2984
2985 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
2986
2605051a
GM
29872012-02-13 Glenn Morris <rgm@gnu.org>
2988
2989 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
2990
7ee99f32
TZ
29912012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2992
2993 * net/gnutls.el (gnutls-trustfiles): New variable.
2994 (gnutls-negotiate): Use it.
2995
5f0af64f
LI
29962012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2997
2998 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
2999 does its stuff if Gnus is running.
3000
c14fcc95
AM
30012012-02-13 Alan Mackenzie <acm@muc.de>
3002
3003 Fix a loop in c-set-fl-decl-start.
3004
7a71b18d 3005 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
3006 c-backward-syntactic-ws actually moves backwards.
3007
142b4d90
LL
30082012-02-13 Leo Liu <sdl.web@gmail.com>
3009
3010 * net/rcirc.el (rcirc-markup-attributes): Move point to the
3011 beginning so that all \C-o chars are removed.
3012
fa9958a6
TZ
30132012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
3014
dc9924b8 3015 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 3016
0bc5886a
AM
30172012-02-12 Alan Mackenzie <acm@muc.de>
3018
3019 Fix infinite loop with long macros.
4d6769e1 3020 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 3021
d4bd55e7
CY
30222012-02-12 Chong Yidong <cyd@gnu.org>
3023
3024 * window.el (display-buffer): Doc fix (Bug#10785).
3025
66f3fe22
GM
30262012-02-12 Glenn Morris <rgm@gnu.org>
3027
bd7da63e
GM
3028 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3029 (x-disown-selection-internal, x-get-selection-internal):
3030 Sync docs with the xselect.c versions.
3031
66f3fe22
GM
3032 * allout-widgets.el: Add missing license notice.
3033
3e0d2fa7
GM
30342012-02-11 Glenn Morris <rgm@gnu.org>
3035
cfecdf09
GM
3036 * select.el (x-get-selection-internal, x-own-selection-internal)
3037 (x-disown-selection-internal):
3038 * x-dnd.el (x-get-selection-internal): Update declarations.
3039
6d216d7f
GM
3040 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
3041
2bed3f04
GM
3042 * window.el (window-sides-slots):
3043 * tool-bar.el (tool-bar-position):
3044 * term/xterm.el (xterm-extra-capabilities):
3045 * ses.el (ses-self-reference-early-detection):
3046 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
3047 (verilog-auto-wire-type)
3048 (verilog-auto-delete-trailing-whitespace)
3049 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
3050 (verilog-auto-tieoff-declaration):
3051 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
3052 (sql-oracle-statement-starters, sql-oracle-scan-on):
3053 * progmodes/prolog.el (prolog-align-comments-flag)
3054 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
3055 (prolog-left-indent-regexp, prolog-paren-indent-p)
3056 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
3057 (prolog-types, prolog-mode-specificators)
3058 (prolog-determinism-specificators, prolog-directives)
3059 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
3060 (prolog-electric-dot-flag)
3061 (prolog-electric-dot-full-predicate-template)
3062 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
3063 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
3064 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
3065 (prolog-program-switches, prolog-prompt-regexp)
3066 (prolog-debug-on-string, prolog-debug-off-string)
3067 (prolog-trace-on-string, prolog-trace-off-string)
3068 (prolog-zip-on-string, prolog-zip-off-string)
3069 (prolog-use-standard-consult-compile-method-flag)
3070 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
3071 (prolog-imenu-max-lines, prolog-info-predicate-index)
3072 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
3073 (prolog-char-quote-workaround):
3074 * progmodes/cc-vars.el (c-defun-tactic):
3075 * net/tramp.el (tramp-encoding-command-interactive)
3076 (tramp-local-end-of-line):
3077 * net/soap-client.el (soap-client):
3078 * net/netrc.el (netrc-file):
3079 * net/gnutls.el (gnutls):
3080 * minibuffer.el (completion-category-overrides)
3081 (completion-cycle-threshold)
3082 (completion-pcm-complete-word-inserts-delimiters):
3083 * man.el (Man-name-local-regexp):
3084 * mail/feedmail.el (feedmail-display-full-frame):
3085 * international/characters.el (glyphless-char-display-control):
3086 * eshell/em-ls.el (eshell-ls-date-format):
3087 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
3088 (lisp-lambda-list-keyword-parameter-indentation)
3089 (lisp-lambda-list-keyword-parameter-alignment):
3090 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
3091 * dired-x.el (dired-omit-verbose):
3092 * cus-theme.el (custom-theme-allow-multiple-selections):
3093 * calc/calc.el (calc-highlight-selections-with-faces)
3094 (calc-lu-field-reference, calc-lu-power-reference)
3095 (calc-note-threshold):
3096 * battery.el (battery-mode-line-limit):
3097 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3098 (archive-7z-update):
3099 * allout.el (allout-prefixed-keybindings)
3100 (allout-unprefixed-keybindings)
3101 (allout-inhibit-auto-fill-on-headline)
3102 (allout-flattened-numbering-abbreviation):
3103 * allout-widgets.el (allout-widgets-auto-activation)
3104 (allout-widgets-icons-dark-subdir)
3105 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
3106 (allout-widgets-theme-dark-background)
3107 (allout-widgets-theme-light-background)
3108 (allout-widgets-item-image-properties-emacs)
3109 (allout-widgets-item-image-properties-xemacs)
3110 (allout-widgets-run-unit-tests-on-load)
3111 (allout-widgets-time-decoration-activity)
3112 (allout-widgets-hook-error-post-time)
3113 (allout-widgets-track-decoration):
3114 Add missing :version tags to new defcustoms and defgroups.
3115
5fec1b8e
GM
3116 * progmodes/sql.el (sql-ansi-statement-starters)
3117 (sql-oracle-statement-starters): Add custom type.
3118
3e0d2fa7
GM
3119 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
3120 (prolog-system-version): Give it a type.
3121
90b671e2
EZ
31222012-02-11 Eli Zaretskii <eliz@gnu.org>
3123
3124 * term/pc-win.el (x-select-text, x-selection-owner-p)
3125 (x-own-selection-internal, x-disown-selection-internal)
3126 (x-get-selection-internal): Sync doc strings and argument lists
3127 with xselect.c, common-win.el and x-win.el. (Bug#10783)
3128
5eac0c02
LL
31292012-02-11 Leo Liu <sdl.web@gmail.com>
3130
3131 * progmodes/python.el (python-end-of-statement): Fix infinite
3132 loop. (Bug#10788)
3133
f82cb659
GM
31342012-02-10 Glenn Morris <rgm@gnu.org>
3135
3136 * international/mule-cmds.el (unify-8859-on-encoding-mode)
3137 (unify-8859-on-decoding-mode): Properly mark as obsolete.
3138
cc26d239
LI
31392012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3140
3141 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
3142 about SMTP before checking the From header.
3143
91027d08 3144 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
3145 into own function for reuse by emacsbug.el.
3146
1be3ca5a
LL
31472012-02-10 Leo Liu <sdl.web@gmail.com>
3148
3149 * subr.el (condition-case-unless-debug): Rename from
3150 condition-case-no-debug. All callers changed.
3151 (with-demoted-errors): Fix caller.
3152
3153 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
3154 * nxml/rng-valid.el (rng-do-some-validation):
3155 * emacs-lisp/package.el (package-refresh-contents)
3156 (package-menu-execute):
3157 * desktop.el (desktop-create-buffer):
91027d08 3158 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 3159
b011fbfe
GM
31602012-02-10 Glenn Morris <rgm@gnu.org>
3161
b2096d72
GM
3162 * textmodes/bibtex.el:
3163 Add missing :version tags for new/changed defcustoms.
3164
b011fbfe
GM
3165 * files.el (remote-file-name-inhibit-cache): Doc fixes.
3166
4c7e65bf
LI
31672012-02-09 Lars Ingebrigtsen <larsi@rusty>
3168
3169 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
3170 (smtpmail-via-smtp): Use it, or fall back on the From address.
3171 (smtpmail-send-it): Ditto.
3172
f3934f6f
SM
31732012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3176 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
3177 (byte-compile-tmp-var): New const.
3178 (byte-compile-defvar): Use it to minimize .elc size.
3179 Just use `defvar' rather than simulate it (bug#10761).
3180
a075a2c5
GM
31812012-02-09 Glenn Morris <rgm@gnu.org>
3182
cf3aa21b
GM
3183 * files.el (rename-uniquely): Doc fix. (Bug#3806)
3184
354998cd
GM
3185 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
3186 Add :version tags.
3187
dc9924b8
SM
3188 * progmodes/compile.el (compilation-error-screen-columns)
3189 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 3190
dab3703d
GM
3191 * vc/log-view.el (log-view-toggle-entry-display):
3192 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
3193
3f88cd72
GM
3194 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
3195 (report-emacs-bug-can-use-xdg-email):
3196 (report-emacs-bug-insert-to-mailer): Doc fixes.
3197 (report-emacs-bug): Message fix.
3198
d95b247d
GM
3199 * net/browse-url.el (browse-url-can-use-xdg-open)
3200 (browse-url-xdg-open): Doc fixes.
3201
a075a2c5
GM
3202 * electric.el (electric-indent-mode, electric-pair-mode)
3203 (electric-layout-rules, electric-layout-mode): Doc fixes.
3204 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
3205
ffb6157e
MR
32062012-02-08 Martin Rudalics <rudalics@gmx.at>
3207
3208 * server.el (server-unselect-display): Don't inadvertently kill
3209 the current buffer. (Bug#10729)
3210
e1ac4066
GM
32112012-02-08 Glenn Morris <rgm@gnu.org>
3212
34e8a2da
GM
3213 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
3214 (sql-list-table): Doc fixes.
3215
b4ac6e8c
GM
3216 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
3217 Comment out (does nothing).
3218
e1ac4066
GM
3219 * completion.el (dynamic-completion-mode):
3220 * dirtrack.el (dirtrack-debug-mode):
3221 * electric.el (electric-layout-mode):
3222 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
3223 * face-remap.el (text-scale-mode, buffer-face-mode):
3224 * iimage.el (iimage-mode):
3225 * image-mode.el (image-transform-mode):
3226 * minibuffer.el (completion-in-region-mode):
3227 * scroll-lock.el (scroll-lock-mode):
3228 * simple.el (next-error-follow-minor-mode):
3229 * tar-mode.el (tar-subfile-mode):
3230 * tooltip.el (tooltip-mode):
3231 * vcursor.el (vcursor-use-vcursor-map):
3232 * wid-browse.el (widget-minor-mode):
3233 * emulation/tpu-edt.el (tpu-edt-mode):
3234 * emulation/tpu-extras.el (tpu-cursor-free-mode):
3235 * international/iso-ascii.el (iso-ascii-mode):
3236 * language/thai-util.el (thai-word-mode):
3237 * mail/supercite.el (sc-minor-mode):
3238 * net/goto-addr.el (goto-address-mode):
3239 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
3240 * progmodes/cwarn.el (cwarn-mode):
3241 * progmodes/flymake.el (flymake-mode):
3242 * progmodes/glasses.el (glasses-mode):
3243 * progmodes/hideshow.el (hs-minor-mode):
3244 * progmodes/pascal.el (pascal-outline-mode):
3245 * textmodes/enriched.el (enriched-mode):
3246 * vc/smerge-mode.el (smerge-mode):
3247 Doc fixes (minor mode argument).
3248
5e0d957f
EZ
32492012-02-07 Eli Zaretskii <eliz@gnu.org>
3250
3251 * ls-lisp.el (ls-lisp-sanitize): New function.
3252 (ls-lisp-insert-directory): Use it to fix or remove any elements
3253 in file-alist with missing attributes. (Bug#4673)
3254
98d7371e
AM
32552012-02-07 Alan Mackenzie <acm@muc.de>
3256
3257 Fix spurious recognition of c-in-knr-argdecl.
3258
3259 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
3260 putative K&R region.
3261
667ced3a
AM
32622012-02-07 Alan Mackenzie <acm@muc.de>
3263
eb864a71
LM
3264 * progmodes/cc-engine.el (c-forward-objc-directive):
3265 Prevent looping in "#pragma mark @implementation".
667ced3a 3266
5b77774d
MA
32672012-02-07 Michael Albinus <michael.albinus@gmx.de>
3268
3269 * notifications.el (notifications-on-closed-signal): Make `reason'
3270 optional. (Bug#10744)
3271
af008560
GM
32722012-02-07 Glenn Morris <rgm@gnu.org>
3273
60d47423
GM
3274 * emacs-lisp/easy-mmode.el (define-minor-mode):
3275 Doc fixes for the macro and the mode it defines.
3276
dd605cc4
GM
3277 * image.el (imagemagick-types-inhibit): Doc fix.
3278
af008560
GM
3279 * cus-start.el (imagemagick-render-type): Add it.
3280
5cc59a37
LI
32812012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3282
4d6769e1
JB
3283 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
3284 Set the default at load time, too, so that `font-lock-fontify-buffer'
3285 can be called without setting up the entire mode first. This fixes
3286 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 3287
9a6dd747
CY
32882012-02-06 Chong Yidong <cyd@gnu.org>
3289
2d16b285
CY
3290 * simple.el (list-processes--refresh): Delete exited processes
3291 (Bug#8094).
3292
171e9b6e
CY
3293 * comint.el (comint-next-prompt): next-single-char-property-change
3294 and prev-single-char-property-change never return nil (Bug#8657).
3295
9a6dd747
CY
3296 * custom.el (defcustom): Doc fix (Bug#9711).
3297
aa4589a7
CY
32982012-02-05 Chong Yidong <cyd@gnu.org>
3299
5c2a252f
CY
3300 * cus-edit.el (custom-variable-reset-backup): Quote the value
3301 before storing it in the customized-value property (Bug#6712).
4aab9006 3302 (custom-display): Add a customization type tag.
983b9602 3303 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 3304
aa4589a7
CY
3305 * wid-edit.el (widget-field-value-get): New optional arg to
3306 suppress trailing whitespace truncation.
3307 (character): Use it (Bug#2689).
3308
1ff980ae
AS
33092012-02-05 Andreas Schwab <schwab@linux-m68k.org>
3310
3311 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
3312 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
3313
03988c98
CY
33142012-02-05 Chong Yidong <cyd@gnu.org>
3315
eeb6cc88
CY
3316 * cus-edit.el (custom-variable-value-create): For mismatched
3317 types, show the current value (Bug#7600).
3318
03988c98
CY
3319 * custom.el (defcustom): Doc fix.
3320
f8cdeef0
GM
33212012-02-05 Glenn Morris <rgm@gnu.org>
3322
3323 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
3324
0696d255
JB
33252012-02-05 Juanma Barranquero <lekktu@gmail.com>
3326
3327 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
3328 (pp-buffer): Use `ignore-errors', `looking-at-p'.
3329 (pp-last-sexp): Use `looking-at-p'.
3330
34c99998
GM
33312012-02-04 Glenn Morris <rgm@gnu.org>
3332
8f05da42
GM
3333 * files.el (revert-buffer):
3334 Doc fix (mention revert-buffer-in-progress-p).
3335
f160676e
GM
3336 * emacs-lisp/ert-x.el (ert-simulate-command):
3337 Check deferred-action-list (which is obsolete) is bound.
3338
c7291ad9
GM
3339 * subr.el (with-wrapper-hook): Doc fixes.
3340
34c99998
GM
3341 * simple.el (filter-buffer-substring-functions)
3342 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
3343
6283a7d3
LL
33442012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
3345
3346 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
3347 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
3348
e96e3013
LL
33492012-02-04 Leo Liu <sdl.web@gmail.com>
3350
3351 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
3352
8ded50f2
GM
33532012-02-04 Glenn Morris <rgm@gnu.org>
3354
82ff1d13
GM
3355 * image.el (image-extension-data): Add obsolete alias.
3356
987a0a16
GM
3357 * isearch.el (isearch-update): Doc fix.
3358
ea32ef46
GM
3359 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
3360
8ded50f2
GM
3361 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
3362
eea14f31
GM
33632012-02-03 Glenn Morris <rgm@gnu.org>
3364
3365 * image.el (image-animated-p): Doc fix. Use image-animated-types.
3366 (image-animate-timeout): Doc fix.
3367
3368 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
3369
12f381b7
GM
33702012-02-02 Glenn Morris <rgm@gnu.org>
3371
953cebf5
GM
3372 * server.el (server-auth-dir): Doc fix.
3373 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
3374
12f381b7
GM
3375 * subr.el (run-mode-hooks): Doc fix.
3376
953a8c3b
JL
33772012-02-02 Juri Linkov <juri@jurta.org>
3378
3379 * image-mode.el (image-toggle-display-image): Remove tautological
3380 `major-mode' from the `derived-mode-p' test.
3381
c5d3843c
KH
33822012-02-02 Kenichi Handa <handa@m17n.org>
3383
9f6e692e 3384 * composite.el (compose-region): Cancel previous change.
c5d3843c 3385
159462d4 33862012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
3387
3388 * composite.el (compose-region, compose-string): Signal error for
3389 a null string component (Bug#6988).
3390
9f562668
CY
33912012-02-01 Chong Yidong <cyd@gnu.org>
3392
e2cef717
CY
3393 * view.el (view-buffer-other-window, view-buffer-other-frame):
3394 Handle special modes like view-buffer (Bug#10650).
3395 (view-buffer): Simplify.
3396
9f562668
CY
3397 * frame.el (set-frame-font): Tweak meaning of third argument.
3398
9f6e692e
JB
3399 * dynamic-setting.el (font-setting-change-default-font):
3400 Use set-frame-font (Bug#9982).
9f562668 3401
781acb9f
GM
34022012-02-01 Glenn Morris <rgm@gnu.org>
3403
6035be52
GM
3404 * progmodes/compile.el (compilation-internal-error-properties):
3405 Respect compilation-first-column in the "*compilation*" buffer.
3406
781acb9f
GM
3407 * emacs-lisp/easy-mmode.el (define-minor-mode):
3408 Relax :variable's test for a named function.
3409
abbceb00
AM
34102012-01-31 Alan Mackenzie <acm@muc.de>
3411
3412 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
3413 off by one error.
3414
fce3fdeb
CY
34152012-01-31 Chong Yidong <cyd@gnu.org>
3416
3417 * frame.el (set-frame-font): New arg ALL-FRAMES.
3418
3419 * menu-bar.el (menu-set-font): Use set-frame-font.
3420
3421 * faces.el (face-spec-reset-face): Don't apply unspecified
3422 attribute values to the default face.
3423
47893581
JB
34242012-01-31 Juanma Barranquero <lekktu@gmail.com>
3425
3426 * progmodes/cwarn.el (cwarn): Remove dead link.
3427 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
3428 Remove * from defcustom docstrings.
3429 (turn-on-cwarn-mode): Make obsolete.
3430 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3431 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3432
e58e988a
GM
34332012-01-31 Glenn Morris <rgm@gnu.org>
3434
60dc2671 3435 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 3436 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 3437 Allow named functions to be used as the cdr of :variable.
e58e988a 3438
7a3f511d
GM
34392012-01-30 Glenn Morris <rgm@gnu.org>
3440
3441 * emacs-lisp/authors.el (authors-fixed-entries):
3442 Remove reference to deleted file rnewspost.el.
3443
cb882333
JB
34442012-01-29 Juanma Barranquero <lekktu@gmail.com>
3445
3446 * window.el (window-with-parameter): Remove unused variable `windows'.
3447 (window--side-check): Remove unused variable `code'.
3448 (window--resize-siblings): Remove unused variable `first'.
3449 (adjust-window-trailing-edge): Remove unused variable `failed'.
3450 (window-deletable-p, window--delete): Remove unused variable `buffer'.
3451 Use `let', not `let*'.
3452 (balance-windows-2): Remove unused variable `found'.
3453 (window--state-put-2): Remove unused variable `splits'.
3454 (window-state-put): Remove unused variable `selected'.
3455 (same-window-p): Use `string-match-p'.
3456 (display-buffer-assq-regexp): Remove unused variable `value'.
3457 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3458 Mark argument ALIST as ignored.
3459 (pop-to-buffer): Remove unused variable `old-window'.
3460
907201af
EZ
34612012-01-29 Eli Zaretskii <eliz@gnu.org>
3462
3463 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3464 and .lzma compressed files.
3465
ea162670
CY
34662012-01-29 Chong Yidong <cyd@gnu.org>
3467
5b95ee8a
CY
3468 * frame.el (window-system-default-frame-alist): Doc fix.
3469
ea162670
CY
3470 * dynamic-setting.el (font-setting-change-default-font): Don't
3471 change the default face if SET-FONT argument is non-nil (Bug#9982).
3472
d6e6f4b1
SB
34732012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3474
3475 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3476
0f29fa41 34772012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
3478
3479 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3480 breakpoints in files outside current directory (Bug#6098).
3481
db174434
CY
34822012-01-29 Chong Yidong <cyd@gnu.org>
3483
6b25e4e2
SE
3484 * progmodes/python.el: Require ansi-color at top-level.
3485
6df6ae42
JB
3486 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3487 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
3488 (lisp-mode-abbrev-table): Add doc.
3489 (lisp-mode-variables): Don't set local-abbrev-table.
3490 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3491
e70ee681
RW
34922012-01-28 Roland Winkler <winkler@gnu.org>
3493
3494 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3495
ace88aa2
RW
34962012-01-28 Roland Winkler <winkler@gnu.org>
3497
3498 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3499 (bibtex-set-dialect): Use it. Either set global values of
3500 dialect-dependent variables or bind these variables buffer-locally
3501 (Bug#10254).
3502 (bibtex-mode): Call bibtex-set-dialect via
3503 hack-local-variables-hook.
eb864a71
LM
3504 (bibtex-dialect): Update docstring.
3505 Add safe-local-variable predicate.
ace88aa2
RW
3506 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3507 bibtex-set-dialect.
3508 (bibtex-mode-map): Define menu for each dialect.
3509 (bibtex-entry): Fix docstring.
3510
93376c5b
CY
35112012-01-28 Chong Yidong <cyd@gnu.org>
3512
3513 * eshell/esh-arg.el (eshell-quote-argument): New function.
3514
3515 * eshell/esh-ext.el (eshell-invoke-batch-file):
3516 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3517 first arg to eshell-parse-command (Bug#10523).
3518
4372494f
DA
35192012-01-28 Drew Adams <drew.adams@oracle.com>
3520
3521 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3522 `default-directory' is non-nil.
3523
4d4ec1f8
EZ
35242012-01-28 Eli Zaretskii <eliz@gnu.org>
3525
3526 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3527 line that displays system-configuration-options. (Bug#9924)
3528
7c188927
DA
35292012-01-28 Drew Adams <drew.adams@oracle.com>
3530
3531 * descr-text.el (describe-char): Show information about POS, in
3532 addition to information about the character at POS. Improve and
3533 update the doc string. Change "code point" to "code point in
3534 charset", to avoid confusion with the character's Unicode code
3535 point shown above that. (Bug#10129)
3536
e0da685a
EZ
35372012-01-28 Eli Zaretskii <eliz@gnu.org>
3538
3539 * descr-text.el (describe-char): Show the raw character, not only
3540 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3541 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3542 for the reasons.
3543
70550acf
PH
35442012-01-28 Phil Hagelberg <phil@hagelb.org>
3545
eb864a71
LM
3546 * emacs-lisp/package.el (package-install):
3547 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 3548
0ce8e868
CY
35492012-01-28 Chong Yidong <cyd@gnu.org>
3550
cb882333
JB
3551 * emacs-lisp/package.el (package-maybe-load-descriptor):
3552 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
3553 (package-maybe-load-descriptor): Use it.
3554 (package-download-transaction): Fully load required packages
3555 inside the loop, so that `require' calls work (Bug#10593).
3556 (package-install): No need to call package-initialize now.
3557
2e7f3bea
CY
35582012-01-28 Chong Yidong <cyd@gnu.org>
3559
6e9bad14
CY
3560 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3561
f823b8ca
CY
3562 * tooltip.el (tooltip-mode): Doc fix.
3563 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3564
2680c309
CY
3565 * frame.el (set-cursor-color): Doc fix (Bug#352).
3566
d7a9e63b
CY
3567 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3568 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3569
2e7f3bea
CY
3570 * cus-edit.el (custom-buffer-create-internal): Fix search button
3571 action (Bug#10542).
2ae01800 3572 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 3573
fc4f7a23
EW
35742012-01-27 Eduard Wiebe <usenet@pusto.de>
3575
3576 * dired.el (dired-mark-files-regexp):
3577 Include any subdirectory components. (Bug#10445)
3578
7dd37071
ML
35792012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3580
3581 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3582 Handle [host]:port syntax. (Bug#10533)
3583
a268160b
AH
35842012-01-27 Alex Harsanyi <harsanyi@mac.com>
3585
3586 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3587
e43273ef
GM
35882012-01-26 Glenn Morris <rgm@gnu.org>
3589
3590 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3591 * term.el (term-raw-escape-map): Use Control-X-prefix.
3592 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3593
1edf595d
MR
35942012-01-25 Martin Rudalics <rudalics@gmx.at>
3595
3596 * window.el (window-state-get, window--state-get-1): Don't deal
3597 with fixed-sizeness of windows. Simplify code.
3598
fa8eafef
JC
35992012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
3600
6df6ae42
JB
3601 * window.el (window--state-get-1, window--state-put-2):
3602 Don't save and restore the mark.
fa8eafef 3603
0b21c100
CY
36042012-01-25 Chong Yidong <cyd@gnu.org>
3605
3606 * custom.el (custom-variable-p): Doc fix.
3607
5ae1a6c8
GM
36082012-01-25 Glenn Morris <rgm@gnu.org>
3609
40047858
GM
3610 * dired.el (dired-goto-file): Handle some of the more common
3611 characters that `ls -b' escapes. (Bug#10596)
3612
5ddce96c
GM
3613 * progmodes/compile.el (compilation-next-error-function):
3614 Respect compilation-first-column in the "*compilation*" buffer.
3615 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3616
5ae1a6c8
GM
3617 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3618
b559f1a9
GM
36192012-01-24 Glenn Morris <rgm@gnu.org>
3620
3621 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3622
6725d21a
JD
36232012-01-24 Julien Danjou <julien@danjou.info>
3624
3625 * color.el (color-rgb-to-hsl): Fix value computing.
3626 (color-hue-to-rgb): New function.
3627 (color-hsl-to-rgb): New function.
3628 (color-clamp, color-saturate-hsl, color-saturate-name)
3629 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3630 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3631
70df4bbe
GM
36322012-01-24 Glenn Morris <rgm@gnu.org>
3633
3634 * vc/vc-rcs.el (vc-rcs-create-tag):
3635 * vc/vc-sccs.el (vc-sccs-create-tag):
3636 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
3637
802a2ae2
ML
36382012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
3639
3640 * eshell/esh-util.el (eshell-read-hosts-file):
3641 Skip comment lines. (Bug#10549)
3642
d7128bb1
ML
3643 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
3644
d1a5c3b4
JB
36452012-01-23 Juanma Barranquero <lekktu@gmail.com>
3646
2724d9c7
JB
3647 * subr.el (display-delayed-warnings): Doc fix.
3648 (collapse-delayed-warnings): New function to collapse identical
3649 adjacent warnings.
3650 (delayed-warnings-hook): Add it.
d1a5c3b4 3651
a5509865
MA
36522012-01-22 Michael Albinus <michael.albinus@gmx.de>
3653
3654 * net/tramp.el (tramp-action-login): Set connection property "login-as".
3655
3656 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
3657 properties, when "login-as" is set.
3658
3659 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
3660 (tramp-default-user-alist): Don't add "pscp".
3661 (tramp-do-copy-or-rename-file-out-of-band): Use connection
3662 property "login-as", if set. (Bug#10530)
3663
cc6d5805
MA
36642012-01-21 Michael Albinus <michael.albinus@gmx.de>
3665
3666 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
3667 "plink1" and "psftp". (Bug#10530)
3668
36692012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
3670
3671 * international/mule-cmds.el (prefer-coding-system): Show a
3672 warning message if the default value of file-name-coding-system
3673 was not changed.
3674
f0960428
JC
36752012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3676
cb882333
JB
3677 * windmove.el (windmove-reference-loc):
3678 Fix windmove-reference-loc miscalculation.
f0960428 3679
dd6f2a63
JB
36802012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
3681
3682 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
3683 default unit.
3684
7b447e9b
GM
36852012-01-21 Glenn Morris <rgm@gnu.org>
3686
117a9ea1
GM
3687 * international/mule.el (auto-coding-alist): Add .tbz.
3688
7b447e9b
GM
3689 * files.el (local-enable-local-variables): Doc fix.
3690 (inhibit-local-variables-regexps): Rename from
3691 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
3692 Doc fix. Add some extensions from auto-coding-alist.
3693 (inhibit-local-variables-suffixes):
3694 Rename from inhibit-first-line-modes-suffixes. Doc fix.
3695 (inhibit-local-variables-p):
3696 New function, extracted from set-auto-mode-1.
3697 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
3698 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
3699 (hack-local-variables): Doc fix. Make the mode-only case
3700 respect enable-local-variables and friends.
3701 Respect inhibit-local-variables-regexps for file-locals, but
3702 not for directory-locals.
3703 (set-visited-file-name):
3704 Take account of inhibit-local-variables-regexps.
3705 Whether it applies may change as the file name is changed.
3706 * jka-cmpr-hook.el (jka-compr-install):
3707 * jka-compr.el (jka-compr-uninstall):
3708 Update for inhibit-first-line-modes-suffixes name change.
3709
dd6e3cdd
MR
37102012-01-20 Martin Rudalics <rudalics@gmx.at>
3711
3712 * help-macro.el (make-help-screen): Temporarily restore original
3713 binding for minor-mode-map-alist (Bug#10454).
3714
0d0deb38
JD
37152012-01-19 Julien Danjou <julien@danjou.info>
3716
3717 * color.el (color-name-to-rgb): Use the white color to find the max
3718 color component value and return correctly computed values.
3719 (color-name-to-rgb): Add missing float conversion for max value.
3720
34a02f46
MR
37212012-01-19 Martin Rudalics <rudalics@gmx.at>
3722
3723 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
3724 special state value for window-persistent-parameters.
3725 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
3726 (window--state-put-2): Reset all window parameters to nil before
3727 assigning values of persistent parameters.
3728
606c44c4
AM
37292012-01-18 Alan Mackenzie <acm@muc.de>
3730
3731 Eliminate sluggishness and hangs in fontification of "semicolon
3732 deserts".
3733
cb882333
JB
3734 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
3735 Change value 10000 -> 3000.
606c44c4
AM
3736 (c-state-safe-place): Reformulate so it doesn't stack up an
3737 infinite number of wrong entries in c-state-nonlit-pos-cache.
3738 (c-determine-limit-get-base, c-determine-limit): New functions to
3739 determine backward search limits disregarding literals.
3740 (c-find-decl-spots): Amend commenting.
3741 (c-cheap-inside-bracelist-p): New function which detects "={".
3742
3743 * progmodes/cc-fonts.el
3744 (c-make-font-lock-BO-decl-search-function): Give a limit to a
3745 backward search.
3746 (c-font-lock-declarations): Fix an occurrence of point being
3747 undefined. Check additionally for point being in a bracelist or
3748 near a macro invocation without a semicolon so as to avoid a
3749 fruitless time consuming search for a declarator. Give a more
3750 precise search limit for declarators using the new
3751 c-determine-limit.
3752
f3860cea
GM
37532012-01-18 Glenn Morris <rgm@gnu.org>
3754
3755 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
3756 (set-auto-mode): Doc fixes.
3757
1db03b16
GM
37582012-01-17 Glenn Morris <rgm@gnu.org>
3759
0e6038be
GM
3760 * isearch.el (search-nonincremental-instead): Fix doc typo.
3761
1db03b16
GM
3762 * dired.el (dired-insert-directory): Handle newlines in directory name.
3763 (dired-build-subdir-alist): Unescape newlines in directory name.
3764
4cb0aa75
MA
37652012-01-17 Michael Albinus <michael.albinus@gmx.de>
3766
3767 * net/tramp.el (tramp-local-end-of-line): New defcustom.
3768 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
3769 (tramp-action-terminal): Use it. (Bug#10530)
3770
1d00653d
SM
37712012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3772
3773 * minibuffer.el (completion--replace): Strip properties (bug#10062).
3774
6a6ee00d
MR
37752012-01-16 Martin Rudalics <rudalics@gmx.at>
3776
3777 * window.el (window-state-ignored-parameters): Remove variable.
3778 (window--state-get-1): Rename argument MARKERS to IGNORE.
3779 Handle persistent window parameters. Make copy of clone-of
3780 parameter only if requested. (Bug#10348)
3781 (window--state-put-2): Install a window parameter only if it has
3782 a non-nil value or an existing parameter shall be overwritten.
3783
97912def
MA
37842012-01-15 Michael Albinus <michael.albinus@gmx.de>
3785
3786 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
3787
688070a5
EZ
37882012-01-14 Eli Zaretskii <eliz@gnu.org>
3789
3790 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
3791 don't pass the (nil) value of `upnode' to string-match.
3792
301afadc
CY
37932012-01-14 Chong Yidong <cyd@gnu.org>
3794
3795 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 3796 Fix values recognized by the cursorBlink resource.
301afadc 3797
9e5788aa
PE
37982012-01-14 Paul Eggert <eggert@cs.ucla.edu>
3799
3800 * epg.el (epg--make-temp-file): Avoid permission race condition
3801 when running on old Emacs versions (bug#10403).
3802
3cdb7f5a
GM
38032012-01-14 Glenn Morris <rgm@gnu.org>
3804
3805 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
3806
8c82b1b4
AM
38072012-01-13 Alan Mackenzie <acm@muc.de>
3808
3809 Fix filling for when filladapt mode is enabled.
3810
3811 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
3812 c-mask-paragraph, pass in `fill-paragraph' rather than
3813 `fill-region-as-paragraph'. (This is a reversion of a previous
3814 change.)
eb864a71
LM
3815 * progmodes/cc-mode.el (c-basic-common-init):
3816 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 3817
e517eda4
GM
38182012-01-13 Glenn Morris <rgm@gnu.org>
3819
1498536e
GM
3820 * dired.el (dired-switches-escape-p): New function.
3821 (dired-insert-directory): Use dired-switches-escape-p.
3822 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
3823
e517eda4
GM
3824 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
3825
328f984d
GM
38262012-01-12 Glenn Morris <rgm@gnu.org>
3827
3828 * mail/sendmail.el (mail-mode): Update paragraph-separate for
3829 changes in adaptive-fill-regexp. (Bug#10276)
3830
2cc769a8
AM
38312012-01-11 Alan Mackenzie <acm@muc.de>
3832
3833 Fix Emacs bug #10463 - put `widen's around the critical spots.
3834
1d00653d 3835 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
3836 widen around each invocation of c-state-pp-to-literal. Remove an
3837 unused let variable.
3838
e52c37fa
GM
38392012-01-11 Glenn Morris <rgm@gnu.org>
3840
3841 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 3842 Doc fix.
e52c37fa 3843
96f8741e
CY
38442012-01-10 Chong Yidong <cyd@gnu.org>
3845
1d00653d
SM
3846 * net/network-stream.el (network-stream-open-starttls):
3847 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
3848 response to the capability command.
3849
b09a806e
GM
38502012-01-10 Glenn Morris <rgm@gnu.org>
3851
3852 * mail/unrmail.el (unrmail): Tweak previous change.
3853
7655cb66
CY
38542012-01-09 Chong Yidong <cyd@gnu.org>
3855
3856 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
3857
9d5a8f0b
AM
38582012-01-08 Alan Mackenzie <acm@muc.de>
3859
3860 Optimise font locking in long enum definitions.
3861
3862 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
3863 arm to a cond form to handle enums.
3864 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
3865 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
3866
9a0115ab 38672012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
3868
3869 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 3870 (Bug#10401)
6bb72cbd 3871
f186bb95
LMI
38722012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3873
29232a68
LMI
3874 * faces.el (set-face-attribute): Clarify the meaning of the nil
3875 frame (bug#10294).
3876
4e5d086d
LMI
3877 * subr.el (with-selected-frame): Mention that the selected frame
3878 is restored (bug#9980).
3879
8e66aebe
LMI
3880 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
3881 (bug#9759).
3882
cd394be1 3883 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
3884 (password-read): Don't autoload unused function.
3885
adf4e762
JB
38862012-01-07 Juanma Barranquero <lekktu@gmail.com>
3887
3888 * progmodes/which-func.el (which-func-mode): Turn into a
3889 non-interactive function and mark as obsolete (bug#10428).
3890
89bd9ccd
CY
38912012-01-06 Chong Yidong <cyd@gnu.org>
3892
3893 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
3894 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
3895 functions, along with 1 and -1.
3896
4afee9d5
EZ
38972012-01-06 Eli Zaretskii <eliz@gnu.org>
3898
3899 * time.el (display-time-load-average)
3900 (display-time-default-load-average): Doc fixes. See the thread
3901 starting at
3902 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
3903 for the details.
3904
536aea70
GM
39052012-01-06 Glenn Morris <rgm@gnu.org>
3906
665ae865
GM
3907 * mail/unrmail.el (unrmail): Give an explicit error if the input file
3908 has no messages. (Bug#10377)
3909
c869783d
GM
3910 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
3911 than Info-edit. (Bug#10385)
3912
2bb4227e
GM
3913 * time.el (display-time-load-average, display-time-next-load-average):
3914 Doc fixes.
3915
7d5944b9
GM
3916 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
3917 local setting of buffer-read-only to the input buffer. (Bug#10419)
3918
536aea70
GM
3919 * calendar/calendar.el (calendar-mode):
3920 Locally set scroll-margin to 0. (Bug#10379)
3921
7dccca16
UM
39222012-01-06 Ulrich Mueller <ulm@gentoo.org>
3923
3924 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
3925
afbb7930
GM
39262012-01-05 Glenn Morris <rgm@gnu.org>
3927
3928 * eshell/em-unix.el (diff-no-select): Autoload it.
3929 (eshell/diff): Use diff-no-select. (Bug#10420)
3930
04482335
CY
39312012-01-05 Chong Yidong <cyd@gnu.org>
3932
7baca3bc
CY
3933 * shell.el (shell-dynamic-complete-functions): Revert last change.
3934 (shell-command-completion-function): New function.
3935 (shell-completion-vars): Use it to implement
3936 shell-completion-execonly (Bug#10417).
3937
04482335
CY
3938 * custom.el (enable-theme): Don't set custom-safe-themes.
3939
1d00653d
SM
3940 * cus-theme.el (custom-theme-merge-theme):
3941 Ignore custom-enabled-themes and custom-safe-themes.
04482335 3942
bb5aa5d6
MM
39432012-01-05 Michael R. Mauger <mmaug@yahoo.com>
3944
3945 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
3946 first prompt in `sql-interacive-mode'.
3947 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 3948 keywords.
6df6ae42 3949 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
3950 (sql-product-interactive): Bug fix: Set `sql-buffer' in
3951 context of original buffer. Invoke `sql-login-hook'.
3952
a7183d7c
EZ
39532012-01-04 Eli Zaretskii <eliz@gnu.org>
3954
3955 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
3956 letters in cite-prefix.
3957
a1eacd1e
LMI
39582012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3959
3960 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
3961
787cdb34
CY
39622012-01-03 Chong Yidong <cyd@gnu.org>
3963
1d00653d
SM
3964 * shell.el (shell-dynamic-complete-functions):
3965 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
3966 comint-filename-completion first (Bug#10417).
3967
30710442
RS
39682012-01-02 Richard Stallman <rms@gnu.org>
3969
3970 * battery.el (battery-status-function):
3971 Detect when to use battery-yeeloong-sysfs.
3972 (battery-echo-area-format): Add string for Yeeloong.
3973 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
3974 (battery-yeeloong-sysfs): New function.
3975
f75bfc33
CY
39762012-01-02 Chong Yidong <cyd@gnu.org>
3977
3978 * dirtrack.el (dirtrack-list): Eliminate unused third element.
3979 (dirtrack): Merge code for handling relative filenames in prompt
3980 from shell-dir-cookie-watcher.
3981 (dirtrack-debug-message): New arg to avoid excess format calls.
3982
3983 * shell.el (shell-dir-cookie-re): Variable deleted.
3984 (shell-dir-cookie-watcher): Function deleted.
3985 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
3986 with dirtrack-mode.
3987
651e947e
EZ
39882012-01-01 Eli Zaretskii <eliz@gnu.org>
3989
1d00653d
SM
3990 * term/w32-win.el (dynamic-library-alist) <gnutls>:
3991 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
3992 libgnutls-26.dll.
3993
94d4c7dc
AS
39942011-12-31 Andreas Schwab <schwab@linux-m68k.org>
3995
3996 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
3997
8d43f3cd
EZ
39982011-12-31 Eli Zaretskii <eliz@gnu.org>
3999
4000 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
4001 headers of non-MIME messages, when rmail-enable-mime is non-nil.
4002
98c8795a
MA
40032011-12-29 Michael Albinus <michael.albinus@gmx.de>
4004
4005 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
4006 also for alternative shells.
4007 (tramp-open-connection-setup-interactive-shell): Check, whether
4008 the shell is a busybox.
4009 (tramp-send-command): Don't suppress multiple prompts for
4010 busyboxes, it hurts.
4011
51281b32
CY
40122011-12-28 Chong Yidong <cyd@gnu.org>
4013
4014 * progmodes/gdb-mi.el (gdb-get-source-file-list)
4015 (gdb-get-source-file): Move mode line update to
4016 gdb-get-source-file (Bug#10087).
4017
2170cb53
CY
40182011-12-25 Chong Yidong <cyd@gnu.org>
4019
4020 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
4021 gud-gdb-marker-filter without taking it as an argument.
4022 (gud-gdb-run-command-fetch-lines): Caller changed.
4023 (gud-gdb-completion-function): New variable.
4024 (gud-gdb-completion-at-point): Use it.
4025 (gud-gdb-completions-1): Split from gud-gdb-completions.
4026
4027 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
4028 function as separate arguments.
4029 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
4030 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
4031 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
4032 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
4033 (gdb-stopped, def-gdb-auto-update-trigger)
4034 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
4035 (gdb-get-changed-registers, gdb-get-main-selected-frame):
4036 Callers changed.
2170cb53
CY
4037 (gud-gdbmi-completions): New function.
4038 (gdb): Use it for generating the completion table.
4039
be8b11bb
AM
40402011-12-24 Alan Mackenzie <acm@muc.de>
4041
4042 Introduce a mechanism to widen the region used in context font
1d00653d 4043 locking. Use this to protect declarations from losing their contexts.
be8b11bb 4044
1d00653d
SM
4045 * progmodes/cc-langs.el (c-before-font-lock-functions):
4046 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 4047 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
4048 functions to be run just before context (etc.) font locking.
4049
4050 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 4051 New, functionality extracted from
be8b11bb 4052 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 4053 (c-in-after-change-fontification): New variable.
be8b11bb
AM
4054 (c-after-change): Set c-in-after-change-fontification.
4055 (c-set-fl-decl-start): Rejig its interface, so it can be called
4056 from both after-change and context fontifying.
b81d40f0
JB
4057 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
4058 New functions.
4059 (c-standard-font-lock-fontify-region-function): New variable.
4060 (c-font-lock-fontify-region): New function.
be8b11bb 4061
341cf6ac
JL
40622011-12-24 Juri Linkov <juri@jurta.org>
4063
4064 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
4065 (Bug#10348)
4066
bffcee0a
MA
40672011-12-23 Michael Albinus <michael.albinus@gmx.de>
4068
4069 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
4070 existence of source file. (Bug#10325)
4071
cb5e207c
AM
40722011-12-23 Alan Mackenzie <acm@muc.de>
4073
4074 Fix unstable fontification inside templates.
4075
b81d40f0
JB
4076 * progmodes/cc-langs.el (c-before-font-lock-functions):
4077 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
4078 additionally has c-set-fl-decl-start. The other languages (apart
4079 from AWK) have that as a single entry.
4080
b81d40f0
JB
4081 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4082 The functionality for "local" declarations has been extracted to
cb5e207c
AM
4083 c-set-fl-decl-start.
4084
b81d40f0
JB
4085 * progmodes/cc-mode.el (c-common-init, c-after-change):
4086 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
4087 (c-set-fl-decl-start): New function, extracted from
4088 c-font-lock-enclosing-decls and enhanced.
4089
60ff536c
JB
40902011-12-23 Juanma Barranquero <lekktu@gmail.com>
4091
4092 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
4093
1c4757d6
JL
40942011-12-22 Juri Linkov <juri@jurta.org>
4095
4096 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
4097
d031f2c7
CY
40982011-12-22 Chong Yidong <cyd@gnu.org>
4099
4100 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4101
bace743a
DA
41022011-12-21 Drew Adams <drew.adams@oracle.com>
4103
4104 * files.el (file-remote-p): Fix docstring. (Bug#10319)
4105
728a1f2b
JC
41062011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4107
4108 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
4109
0d373f73
TZ
41102011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
4111
fec0aaa4
TZ
4112 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
4113 highlighting and support. Fix up comments for capitalization.
4114 (cfengine-mode-debug): New var.
4115 (cfengine3-mode): Change the modeline indicator to "CFE3".
4116 (cfengine3-font-lock-keywords): Improve defun highlighting.
4117 (cfengine2-actions): Rename from `cfengine-actions'.
4118 (cfengine2-font-lock-keywords): Rename from
4119 `cfengine-font-lock-keywords'.
4120 (cfengine2-imenu-expression): Rename from
4121 `cfengine-imenu-expression'.
4122 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
4123 (cfengine2-beginning-of-defun): Rename from
4124 `cfengine-beginning-of-defun'.
4125 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
4126 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
4127 (cfengine2-mode): Rename from `cfengine-mode'. Change the
4128 modeline indicator to "CFE2".
4129 (cfengine-mode): Defalias to `cfengine-auto-mode'.
4130 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 4131
bc86f573
CY
41322011-12-21 Chong Yidong <cyd@gnu.org>
4133
4134 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
4135 filename argument.
4136
d45ba96b
MR
41372011-12-20 Martin Rudalics <rudalics@gmx.at>
4138
4139 * window.el (window-normalize-buffer-to-display): Remove.
4140 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
4141
a6198c90
CY
41422011-12-19 Chong Yidong <cyd@gnu.org>
4143
4144 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
4145 Don't signal an error in a predicate function; return non-nil.
4146 (vc-dir-mark-file): Move the error here.
4147 (vc-dir-mark-unmark): If acting on the region, keep going if one
4148 of the entries cannot be marked/unmarked.
4149 (vc-dir-mark-all-files): If current entry is a directory, mark
4150 only child files, as documented.
4151
34c5fb55
VB
41522011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
4153
4154 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
4155 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
4156 addition.
4157
c803b2b7
JD
41582011-12-18 Jan Djärv <jan.h.d@swipnet.se>
4159
4160 * term/ns-win.el (ns-get-selection-internal)
4161 (ns-store-selection-internal): Declare.
1154d12e
JB
4162 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
4163 Declare as obsolete.
4164 (ns-get-pasteboard, ns-paste-secondary):
4165 Use ns-get-selection-internal.
4166 (ns-set-pasteboard, ns-copy-including-secondary):
4167 Use ns-store-selection-internal.
c803b2b7 4168
9cff91f8 41692011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
4170
4171 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 4172 (vc-deduce-fileset): Doc fix.
99a289d9 4173
f16c898a
AS
41742011-12-16 Andreas Schwab <schwab@linux-m68k.org>
4175
4176 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
4177
763237c4
SS
41782011-12-13 Sam Steingold <sds@gnu.org>
4179
4180 * man.el (Man-getpage-in-background): When running under a
4181 window-system, ignore $MANWIDTH and $COLUMNS.
4182
5fc1c122
KH
41832011-12-15 Kenichi Handa <handa@m17n.org>
4184
4185 * language/ethio-util.el: Change coding tag to utf-8-emacs.
4186 (setup-ethiopic-environment-internal): Comment out key-binding for
4187 ethio-toggle-punctuation.
4188
13d49cbb
AM
41892011-12-13 Alan Mackenzie <acm@muc.de>
4190
898169a2
AM
4191 Add the switch statement to AWK Mode.
4192
7a71b18d 4193 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
4194 "default" to the keywords regexp.
4195
7a71b18d 4196 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 4197 expression as the rest.
1d00653d
SM
4198 (c-nonlabel-token-key): Allow string literals for AWK.
4199 Refactor for the other modes.
898169a2 4200
13d49cbb 4201 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 4202 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
4203 routines. Limit backward searching in c-font-lock-enclosing.decl.
4204
4205 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
4206 pp-state and literal type in addition to the limits.
1d00653d 4207 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 4208 (c-state-literal-at): Use the above new defun.
1d00653d
SM
4209 (c-slow-in-literal, c-fast-in-literal): Remove.
4210 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
4211
4212 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
4213 being in a literal. Add a limit for backward searching.
4214
4215 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
4216 c-slow-in-literal.
4217
15e0efc7
SM
42182011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
4221
454592a6
MR
42222011-12-13 Martin Rudalics <rudalics@gmx.at>
4223
4224 * window.el (delete-other-windows): Use correct frame in call to
4225 window-with-parameter.
4226
87393f26
DP
42272011-12-12 Daniel Pfeiffer <occitan@t-online.de>
4228
4229 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
4230 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
4231 (makefile-gmake-statements, makefile-makepp-statements):
4232 Use it and add new makepp keywords.
4233 (makefile-makepp-font-lock-keywords): Add new patterns.
4234 (makefile-match-function-end): Match new [...] and [[...]].
4235
11636b22
JB
42362011-12-11 Juanma Barranquero <lekktu@gmail.com>
4237
4238 * ses.el (ses-call-printer-return, ses-cell-property-get)
4239 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
4240 (ses-create-cell-variable, ses-reset-header-string)
4241 (ses-cell-set-formula, ses-repair-cell-reference-all)
4242 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
4243 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
4244 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
4245 (ses-aset-with-undo, ses-load, ses-truncate-cell)
4246 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
4247 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
4248 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
4249 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
4250 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
4251 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
4252 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
4253 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
4254
cf018193
VB
42552011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
4256
4257 * ses.el: The overall change is to add cell renaming, that is
4258 setting fancy names for cell symbols other than name matching
4259 "\\`[A-Z]+[0-9]+\\'" regexp .
4260 (ses-create-cell-variable): New defun.
4261 (ses-relocate-formula): Relocate formulas only for cells the
4262 symbols of which are not renamed, i.e. symbols whose names do not
4263 match regexp "\\`[A-Z]+[0-9]+\\'".
4264 (ses-relocate-all): Relocate values only for cells the symbols of
4265 which are not renamed.
4266 (ses-load): Create cells variables as the (ses-cell ...) are read,
4267 in order to check row col consistency with cell symbol name only
4268 for cells that are not renamed.
4269 (ses-replace-name-in-formula): New defun.
4270 (ses-rename-cell): New defun.
4271
ee957461
CY
42722011-12-11 Chong Yidong <cyd@gnu.org>
4273
4274 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
4275 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
4276
9a9e9ef0
MR
42772011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
4278
4279 * window.el (other-window): Fix docstring.
4280
92a8eba5
EZ
42812011-12-10 Eli Zaretskii <eliz@gnu.org>
4282
4283 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
4284 `from' or `to' address before taking its substring.
4285 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
4286 encoded name is chopped in the middle of the encoded string, and
4287 thus displayed encoded.
4288
e152e577
JB
42892011-12-10 Juanma Barranquero <lekktu@gmail.com>
4290
4291 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
4292
e5d84bfe
EZ
42932011-12-10 Eli Zaretskii <eliz@gnu.org>
4294
4295 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
4296 to use texinfo-update-node and commands that call it if the
4297 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 4298 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
4299 (texinfo-all-menus-update, texinfo-master-menu)
4300 (texinfo-update-node, texinfo-every-node-update)
4301 (texinfo-multiple-files-update): Doc fix. Warn against updating
4302 all the @node lines.
4303 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
4304 argument is numeric. Explain better in the doc string what the
4305 function really does.
4306 (texinfo-insert-master-menu-list): Improve the error message
4307 displayed if there's no menu in the Top node.
4308 (Bug#2975) See also this thread:
e5d84bfe
EZ
4309 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
4310
1d84e9bb
MG
43112011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
4312
4313 * speedbar.el (speedbar-supported-extension-expressions):
4314 Add .adb and .ads, commonly used for Ada source code (bug#10256).
4315
382c953b
JB
43162011-12-09 Juanma Barranquero <lekktu@gmail.com>
4317
4318 * printing.el (pr-mode-alist):
4319 * simple.el (filter-buffer-substring-functions)
4320 (completion-list-insert-choice-function):
4321 * window.el (window-with-parameter, window-atom-root)
4322 (window-sides-slots, window-size-fixed, window-min-delta)
4323 (window-max-delta, window--resize-mini-window)
4324 (window--resize-child-windows-normal, window-tree)
4325 (delete-other-windows, quit-window, split-window)
4326 (display-buffer-record-window, special-display-buffer-names)
4327 (special-display-regexps, special-display-popup-frame)
4328 (same-window-p, split-window-sensibly)
4329 (display-buffer-overriding-action, display-buffer-alist)
4330 (display-buffer-base-action, display-buffer, switch-to-buffer)
4331 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
4332 (fit-window-to-buffer, recenter-positions)
4333 (mouse-autoselect-window-state, mouse-autoselect-window-select):
4334 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
4335 and remove unneeded backslashes in docstrings.
4336
39c9faef
SM
43372011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4338
98449af8
SM
4339 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
4340
39c9faef
SM
4341 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
4342 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
4343 end in ".mk".
4344 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
4345 when reading the makefile (bug#10116).
4346
86ed9fdc
SM
43472011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
4350 (bug#10116).
4351
5580f89d
GM
43522011-12-06 Glenn Morris <rgm@gnu.org>
4353
4354 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
4355
28d3917c
CY
43562011-12-06 Chong Yidong <cyd@gnu.org>
4357
4358 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
4359
a98edce9
JB
43602011-12-06 Juanma Barranquero <lekktu@gmail.com>
4361
4362 * textmodes/table.el (table-shorten-cell): Fix typo.
4363
e65adfac
CG
43642011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
4365
4366 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
4367
71cc0b74
EZ
43682011-12-05 Eli Zaretskii <eliz@gnu.org>
4369
4370 * descr-text.el (describe-char): Fix display of strong
4371 right-to-left characters and directional embeddings and overrides.
4372
4373 * simple.el (what-cursor-position): Fix display of codepoints of
4374 strong right-to-left characters.
4375
315bc30d
CY
43762011-12-05 Chong Yidong <cyd@gnu.org>
4377
4378 * faces.el (read-color): Doc fix.
4379
58a70b94
GM
43802011-12-05 Glenn Morris <rgm@gnu.org>
4381
4382 * align.el (align--set-marker): Add doc-string.
4383 Don't try to move something that is not a marker. (Bug#10216)
4384
5158face
GM
43852011-12-04 Glenn Morris <rgm@gnu.org>
4386
4387 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
4388 overly zealous deletion of trailing whitespace.
4389
520fca41
JB
43902011-12-04 Juanma Barranquero <lekktu@gmail.com>
4391
4392 * server.el (server-delete-client): On Windows, do not try to delete
4393 the only terminal.
4394 (server-process-filter): On Windows, treat requests for a tty frame as
4395 if they were for a GUI frame if the running server is in GUI mode.
4396
5e605a2e
GM
43972011-12-03 Glenn Morris <rgm@gnu.org>
4398
4399 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
4400
5c3fe83f
SM
44012011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4402
6f5e57e7
SM
4403 * electric.el: Streamline electric-indent's hook.
4404 (electric-indent-chars): Revert to simple list.
4405 (electric-indent-functions): New var.
4406 (electric-indent-post-self-insert-function): Use it.
4407
5c3fe83f
SM
4408 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
4409 there's no inferior buffer (bug#10196).
4410 (prolog-consult-compile): Don't use toggle-read-only.
4411
6bdac736
MA
44122011-12-02 Michael Albinus <michael.albinus@gmx.de>
4413
4414 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4415 interrupt. (Bug#10187)
4416
6131ba7f
SM
44172011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4418
99c79fee
SM
4419 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
4420 (bug#9160).
4421
6131ba7f
SM
4422 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
4423 (bug#10191).
4424
cb0a02ea
JL
44252011-12-02 Juri Linkov <juri@jurta.org>
4426
4427 * info.el (Info-search): Display "end of manual" when Isearch
4428 reaches the end of single-file Info manual. (Bug#9918)
4429
66e0570c
EZ
44302011-12-02 Eli Zaretskii <eliz@gnu.org>
4431
4432 * isearch.el (isearch-message-prefix): Run the input method part
4433 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
4434
02b16839
JL
44352011-12-02 Juri Linkov <juri@jurta.org>
4436
4437 * isearch.el (isearch-occur): Use `word-search-regexp' for
4438 `isearch-word'.
4439 (isearch-search-and-update): Add condition for `isearch-word' and
4440 call `word-search-regexp'. (Bug#10145)
4441
0b950688
GM
44422011-12-01 Glenn Morris <rgm@gnu.org>
4443
4444 * eshell/em-hist.el (eshell-hist-initialize):
4445 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 4446 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 4447
9505c3c7
SM
44482011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4451
1bbe96b2 44522011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 4453
a1beca85
SM
4454 * progmodes/verilog-mode.el (verilog-pretty-expr):
4455 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
4456 verilog, such as += *= and the like.
4457 (verilog-assignment-operator-re): Regular expression to find the
4458 assigment operator in a verilog assignment.
4459 (verilog-assignment-operation-re): Regular expression to find an
4460 assignment statement for pretty-expr.
4461 (verilog-in-attribute-p): Query returns true if point is in an
4462 attribute context; used to skip these for expression line up from
4463 pretty-expr.
4464 (verilog-in-parameter-p): Query returns true if point is in an
4465 parameter definition context; used to skip these for expression
4466 line up from pretty-expr.
4467 (verilog-in-parenthesis-p): Query returns true if point is in a
4468 parenthetical expression, specifically ( ) but not [ ] or { };
4469 used by pretty-expr.
4470 (verilog-just-one-space): If there is no space, don't add one.
4471 (verilog-get-lineup-indent-2): Specifically skip just attribute
4472 contexts for expression lineup, rather than skipping all
4473 parenthetical expressions.
4474 (verilog-calculate-indent): Fix comment, and fix indent.
4475 (verilog-do-indent): Indent declarations in lists (suggested by
4476 Joachim Lechner).
4477 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4478 skeleton items.
4479 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4480 by Alain Mellan).
4481
1bbe96b2 44822011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
4483
4484 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4485 parameters with embedded comments. Reported by Ray Stevens.
4486 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4487 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4488 Reported by Tim Holt.
4489 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4490 instantiated by upper module causing wrong expansion until AUTOed a
4491 second time. Reported by K C Buckenmaier.
4492 (verilog-diff-auto): Fix showing .* as a difference when
4493 `verilog-auto-star-save' off. Reported by Dan Dever.
4494 (verilog-auto-reset, verilog-read-always-signals)
4495 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4496 temporary signals in reset list if
4497 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
4498 style to each signal's assignment type, bug381.
4499 Reported by Thomas Esposito.
6288f0ca
WS
4500 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4501 (verilog-uvm-statement-re): Support UVM indentation and
4502 highlighting, with old OVM keywords only.
a1beca85 4503 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
4504 Support AUTOTIEOFF creating non-wire data types.
4505 Suggested by Jonathan Greenlaw.
6288f0ca
WS
4506 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4507 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4508 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
4509 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4510 Fix mismatching parenthesis inside commented out code when deleting
382c953b 4511 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
4512 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4513 non-numeric vector width. Reported by Alex Reed.
4514 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 4515 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
4516 (verilog-auto-delete-trailing-whitespace):
4517 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
4518 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4519 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4520 Fix verilog-scan-cache corruption when running user AUTO expansion
4521 hooks that call indentation routines.
4522 (verilog-simplify-range-expression): Fix typo ignoring lower case
4523 identifiers.
4524 (verilog-delete-auto): Fix delete-autos to also remove user created
4525 automatics, as long as they start with AUTO.
4526 (verilog-batch-diff-auto, verilog-diff-auto)
4527 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4528 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4529 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4530 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
4531 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4532 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
4533 is disabled and its cache will get corrupt, causing AUTOS not to
4534 expand. Instead use only -quick functions.
4535 (verilog-scan-region): Fix scanning over escaped quotes.
4536 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4537 (verilog-re-search-backward-quick)
4538 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4539 related functions now ignore strings, to fix misparsing of strings
4540 with magic comments embedded in them.
a1beca85
SM
4541 (verilog-read-auto-template):
4542 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4543 Reported by Brad Dobbie.
4544 (verilog-read-auto-template):
4545 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 4546 Reported by Brad Dobbie.
6288f0ca
WS
4547 (verilog-auto-inst, verilog-auto-inst-param)
4548 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4549 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4550 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
4551 debugging templates without merge conflicts, bug357.
4552 Reported by Brad Dobbie.
4553 (verilog-read-auto-template):
4554 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
4555 Reported by Brad Dobbie.
4556 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4557 abbrevs so user won't be asked to save.
4558 (verilog-read-auto-lisp-present): Fix to start at beginning of
4559 buffer in case called outside of verilog-auto.
4560 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4561 to "X-2". Reported by Matthew Myers.
4562 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4563 all inputs from module templates. Reported by Leith Johnson.
4564 (verilog-module-inside-filename-p): Fix locating programs as with
4565 modules.
4566 (verilog-auto-inst-port): Fix vl-width expressions when using
4567 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4568 (verilog-decls-get-regs, verilog-decls-get-signals,
4569 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4570 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4571 verilog-read-decls): Combine reg and wire structures into one var
4572 structure to represent SystemVerilog concepts.
4573 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4574 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
4575 (verilog-auto-wire-type, verilog-insert-definition):
4576 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
4577 SystemVerilog "logic" keyword instead of "wire"/"reg".
4578 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4579 to declares outputs that also have assignments (presumably in an
a1beca85
SM
4580 ifdef or generate if so there's not a driver conflict).
4581 Reported by Matthew Myers.
4582 (verilog-auto-declare-nettype, verilog-insert-definition):
4583 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
4584 `default_nettype none. Reported by Julian Gorfajn.
4585 (verilog-read-always-signals-recurse, verilog-read-decls)
4586 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4587 malformed end statement, bug325. Reported by Joshua Wise and
4588 Andrew Drake.
4589 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4590 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
4591 when expanding .* in interfaces, bug320.
4592 Reported by Pierre-David Pfister.
6288f0ca 4593 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
4594 name and open parenthesis, bug317.
4595 Reported by Pierre-David Pfister.
6288f0ca
WS
4596 (verilog-simplify-range-expression): Fix simplification of
4597 multiplications inside AUTOWIRE connections, bug303.
4598 (verilog-auto-inst-port): Support parameter expansion in
4599 multidimensional arrays.
4600 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4601 after "assert property". Reported by Julian Gorfajn.
4602 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4603 with multiplication, bug303.
4604 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4605 Reported by Jan Frode Lonnum.
4606
1bbe96b2
GM
46072011-11-30 Juanma Barranquero <lekktu@gmail.com>
4608
4609 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4610 (hfy-shell-file-name, hfy-shell):
4611 * international/fontset.el (x-decompose-font-name): Fix typos.
4612
46132011-11-29 Ken Brown <kbrown@cornell.edu>
4614
4615 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4616 (gdb-version): Remove defvar.
4617 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4618 (gdb-gud-context-command, gdb-non-stop-handler)
4619 (gdb-current-context-command, gdb-stopped): Use it.
4620 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
4621 (gdb-non-stop-handler): Don't enable pretty-printing here.
4622 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
4623 non-stop mode. Use the following.
4624 (gdb-check-target-async): New defun.
4625 (gud-watch, gdb-stopped): Fix whitespace.
4626 (gdb-get-source-file): Don't try to display the source file if
4627 `gdb-main-file' is nil.
4628
46292011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * align.el: Try to generate fewer markers (bug#10047).
4632 (align--set-marker): New macro.
4633 (align-region): Use it.
4634
c935221f
SM
46352011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
4638
e70b5064
CY
46392011-11-29 Chong Yidong <cyd@gnu.org>
4640
4641 * indent.el (indent-for-tab-command, indent-according-to-mode):
4642 Doc fix.
4643 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
4644
f3af92b7
MA
46452011-11-29 Michael Albinus <michael.albinus@gmx.de>
4646
4647 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
4648 aware of remote file names. (Bug#10124)
4649
ed472be9
CY
46502011-11-29 Chong Yidong <cyd@gnu.org>
4651
4652 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
4653
24510c22
SM
46542011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4655
4656 * files.el (find-file): Don't use force-same-window (bug#10144).
4657 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
4658 use pop-to-buffer if the selected window can't be used.
4659 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
4660
c60c3703
EZ
46612011-11-28 Eli Zaretskii <eliz@gnu.org>
4662
4663 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
4664 special-mode-map.
4665
e95def75
CY
46662011-11-28 Chong Yidong <cyd@gnu.org>
4667
4668 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
4669
c3f1c606
NR
46702011-11-27 Nick Roberts <nickrob@snap.net.nz>
4671
4672 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
4673 gdb-get-source-file-list on gdb-create-source-file-list.
4674
00db469c
EZ
46752011-11-26 Eli Zaretskii <eliz@gnu.org>
4676
4677 * whitespace.el (whitespace-newline): Use a different foreground
4678 color for 16-color light-background displays.
4679
4ad3bc2a
CY
46802011-11-24 Chong Yidong <cyd@gnu.org>
4681
4682 * window.el (display-buffer--special-action): Doc fix.
4683
e9fce1ac
JB
46842011-11-25 Juanma Barranquero <lekktu@gmail.com>
4685
4686 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
4687 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
4688 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
4689 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
4690 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
4691 (avl-tree-stack-first):
4692 * emacs-lisp/cconv.el (cconv--analyse-use):
4693 * net/gnutls.el (gnutls-negotiate): Fix typos.
4694
cb825e5d
GM
46952011-11-24 Glenn Morris <rgm@gnu.org>
4696
3adbe224
GM
4697 * lpr.el (lpr-windows-system, lpr-lp-system):
4698 * mail/binhex.el (binhex-begin-line):
4699 * progmodes/grep.el (grep-history, grep-find-history):
4700 * textmodes/flyspell.el:
4701 * vc/pcvs-defs.el (cvs-global-menu):
4702 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
4703 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
4704 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
4705
321decc8
GM
4706 * net/tls.el: Fix case of "GnuTLS".
4707
420b63ad
GM
4708 * paths.el (rmail-file-name): Format doc-string for make-docfile.
4709
cb825e5d
GM
4710 * version.el (emacs-build-system): Give it a doc-string.
4711
a0649f08
JL
47122011-11-24 Juri Linkov <juri@jurta.org>
4713
4714 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
4715
c0bc0fd4
GM
47162011-11-24 Glenn Morris <rgm@gnu.org>
4717
4718 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
4719 if called on a non-mime message just toggle the headers. (Bug#8006)
4720
20db1522
JB
47212011-11-24 Juanma Barranquero <lekktu@gmail.com>
4722
4723 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
4724 (allout-lead-with-comment-string, allout-structure-deleted-hook)
4725 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
4726 (allout-rebullet-heading, allout-open-sibtopic)
4727 (allout-toggle-current-subtree-encryption)
4728 (allout-toggle-subtree-encryption, allout-encrypt-string)
4729 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
4730 (allout-distinctive-bullets-string, allout-auto-activation):
4731 * window.el (window-normalize-buffer-to-display):
4732 * progmodes/verilog-mode.el (verilog-batch-indent):
4733 * textmodes/bibtex.el (bibtex-field-braces-opt)
4734 (bibtex-field-strings-opt):
4735 * vc/cvs-status.el (cvs-tree-merge):
4736 Fix typos.
4737
7262a87c
MA
47382011-11-23 Michael Albinus <michael.albinus@gmx.de>
4739
4740 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
4741 `non-essential' to t, in order to avoid remote connections.
4742
283430a1
EZ
47432011-11-23 Eli Zaretskii <eliz@gnu.org>
4744
a1beca85
SM
4745 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4746 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
4747 case-insensitively.
4748
d2992a38
ML
47492011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4750
4751 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
4752
50419064
GM
47532011-11-23 Glenn Morris <rgm@gnu.org>
4754
da94eca1
GM
4755 * paths.el (rmail-file-name): Reformat the doc-string so that it
4756 is picked up.
4757
9aac4de2
GM
4758 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
4759 (rmail-auto-file): Ignore case in the "special" field names,
4760 as mail-fetch-field does for all others.
4761
8038d2d2
GM
4762 * mail/rmail.el (rmail-forward):
4763 * mail/rmailkwd.el (rmail-set-label):
4764 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
4765 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
4766
f3fe222a
GM
4767 * mail/rmail.el (rmail-current-message): Doc fix.
4768
50419064
GM
4769 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
4770
28109f49
SM
47712011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4772
4773 * server.el (server-eval-and-print): Allow C-g (bug#6585).
4774
394c65f1
GM
47752011-11-22 Glenn Morris <rgm@gnu.org>
4776
4777 * mail/rmailmm.el (test-rmail-mime-handler)
4778 (test-rmail-mime-bulk-handler)
4779 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
4780
f2a0aa3a
JL
47812011-11-21 Juri Linkov <juri@jurta.org>
4782
1154d12e
JB
4783 * calc/calc.el (calc-read-key-sequence):
4784 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 4785
9c34a344
LMI
47862011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4787
4788 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
4789 Tell the caller that the next line needs recomputation, even
4790 though it doesn't start a sexp (bug#10094).
4791
f04a3be9
SM
47922011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4793
4794 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
4795
7978747f
SM
47962011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4797
f04a3be9
SM
4798 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4799 Use force-same-window.
7978747f 4800
fe7a3057
JB
48012011-11-20 Juanma Barranquero <lekktu@gmail.com>
4802
4803 * descr-text.el (describe-char-unicode-data):
4804 * json.el (json-string-escape):
4805 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
4806 (Footnote-unicode, Footnote-style-p):
4807 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
4808
24901d61
CY
48092011-11-20 Chong Yidong <cyd@gnu.org>
4810
4811 * window.el (replace-buffer-in-windows): Restore interactive spec.
4812
bac7ff22
SM
48132011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4814
24f3d7b9
SM
4815 * electric.el (electric-indent-mode): Fix last change (too optimistic).
4816
bac7ff22
SM
4817 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
4818 (byte-compile-global-not-obsolete-vars): New var.
4819 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
4820 Use it.
4821 (byte-compile-warn-obsolete): Align text with the one in *Help*.
4822
cd1181db
JB
48232011-11-20 Juanma Barranquero <lekktu@gmail.com>
4824
4825 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
4826 * progmodes/pascal.el (electric-pascal-equal):
4827 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
4828 * xml.el (xml-substitute-special): Fix typos.
4829
7fb18e9e
GM
48302011-11-20 Glenn Morris <rgm@gnu.org>
4831
4832 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
4833 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
4834 Doc fixes.
4835 (rmail-decode-mime-charset): Mark as obsolete.
4836
4837 * mail/rmailsum.el (rmail-message-regexp-p-1):
4838 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
4839 Before using mime functions, check they are set. (Bug#10077)
4840
d5a6b3ba
JL
48412011-11-19 Juri Linkov <juri@jurta.org>
4842
4843 * info.el (Info-finder-find-node): Use `package--builtins' instead
4844 of `package-alist'. Use node names formed by the pattern "Keyword "
4845 and the keyword name.
4846
e981b61f
AS
48472011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4848
1d00653d 4849 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 4850
3ffbc301
JL
48512011-11-19 Juri Linkov <juri@jurta.org>
4852
4853 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
4854 that calls `revert-buffer' on all Info buffers. (Bug#9915)
4855 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
4856 `old-history', `old-history-forward'. Add let-binding
4857 `window-selected'. Remove calls to `kill-buffer',
4858 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
4859 before calling `Info-find-node', so `Info-find-node-2' will reread
4860 the Info file. Restore window positions only when `window-selected'
4861 is non-nil.
4862
30c62133
JL
48632011-11-19 Juri Linkov <juri@jurta.org>
4864
4865 * isearch.el (isearch-lazy-highlight-new-loop):
4866 Remove condition `(not isearch-error)'. (Bug#9918)
4867
4868 * misearch.el (multi-isearch-search-fun): Add condition
4869 `(not bound)' to ignore lazy-highlighting search.
4870 Add the search-failed message "end of multi" when the end of
4871 multi-sequence is reached. Uncapitalize the search-failed
4872 message "Repeat for next buffer".
4873
4874 * info.el (Info-search): Add the search-failed message
4875 "end of the manual" when the end of the manual is reached
4876 in Isearch mode.
4877
645ca9cf
JL
48782011-11-19 Juri Linkov <juri@jurta.org>
4879
4880 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
4881 Use non-destructive `remove' instead of `delete' because
4882 `Info-history-list' stored to `Info-isearch-initial-history-list' in
4883 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
4884
df754f66
JL
48852011-11-19 Juri Linkov <juri@jurta.org>
4886
4887 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
4888 to nil instead of binding `search-ring' and `regexp-search-ring'.
4889 (Bug#9185)
4890
0e23d96a
EZ
48912011-11-19 Eli Zaretskii <eliz@gnu.org>
4892
4893 * simple.el (line-move): Force movement by logical lines for any
4894 hscrolled window, not only when auto-hscroll-mode is on.
4895 (line-move-visual): Update doc string to that effect. (Bug#10076)
4896
8a6ccb66
AS
48972011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4898
4899 * language/european.el (macintosh): Define as alias for mac-roman.
4900
49ae5b39
EZ
49012011-11-19 Eli Zaretskii <eliz@gnu.org>
4902
4903 * mail/rmailmm.el (rmail-mime-display-header)
4904 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
4905 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
4906 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
4907 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
4908 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
4909 of a raw aref.
4910 (rmail-mime-entity-segment): To get past the tagline, move forward
4911 2 more lines, to account for the 2 empty lines that precede and
4912 follow the line with the buttons.
4913 (rmail-mime-update-tagline): Move one more line, to get past the
4914 empty line that follows the buttons in the tagline. (Bug#9520)
4915
c56cad4a
MR
49162011-11-19 Martin Rudalics <rudalics@gmx.at>
4917
4918 * window.el (window-max-delta-1, window-min-delta-1)
4919 (window-min-size-1, window-state-get-1, window-state-put-1)
4920 (window-state-put-2): Use "window--" prefix.
4921
cbe71af3
SM
49222011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4923
2ad52c60
SM
4924 * emacs-lisp/smie.el: Improve warnings and conflict detection.
4925 (smie-warning-count): New var.
4926 (smie-set-prec2tab): Use it.
4927 (smie-bnf->prec2): Improve warnings. Add docstring.
4928 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
4929 (smie-bnf--set-class): New function.
4930 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
4931 corner case.
4932
6944dbc1
SM
4933 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
4934 (compilation-error-properties, compilation-move-to-column):
4935 Handle compilation-first-column while in the target buffer.
4936
c400c4d7
SM
4937 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
4938 Don't hardcode point-min==1.
4939
6dbe3e96
SM
4940 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
4941 (eshell-rewrite-for-command): Remove workaround.
4942 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
4943 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
4944 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
4945
cbe71af3
SM
4946 * files-x.el (modify-file-local-variable): Obey commenting conventions.
4947
a8e1496d
GM
49482011-11-17 Glenn Morris <rgm@gnu.org>
4949
4950 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4951 Ignore buffer-local generated-autoload-file if it is the same
4952 as the global value. (Bug#10049)
4953
df85d315
JB
49542011-11-17 Juanma Barranquero <lekktu@gmail.com>
4955
4956 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
4957 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
4958 (reftex-toc-previous-heading, reftex-toc-max-level)
4959 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
4960 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
4961 (reftex-toc-do-promote, reftex-toc-promote-prepare)
4962 (reftex-toc-promote-action, reftex-toc-extract-section-number)
4963 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
4964 (reftex-toc-rename-label, reftex-toc-visit-location)
4965 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
4966 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
4967 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
4968 leaving "*toc*" only for references to the buffer.
4969
a0c2d0ae
MR
49702011-11-17 Martin Rudalics <rudalics@gmx.at>
4971
4972 * window.el (window-resize, delete-window, split-window):
4973 Replace window-splits by window-combination-resize.
1d00653d 4974 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 4975
35c0bac8
GM
49762011-11-17 Glenn Morris <rgm@gnu.org>
4977
4978 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4979 Make bash entry derive from sh entry, not shell entry.
4980
d0c8fc8a
MA
49812011-11-16 Michael Albinus <michael.albinus@gmx.de>
4982
d0c8fc8a
MA
4983 * net/tramp-cache.el (tramp-flush-file-property): Flush also
4984 properties of linked files. (Bug#9879)
4985
7262a87c
MA
4986 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
4987 local file name.
4988
7877f373
JB
49892011-11-16 Juanma Barranquero <lekktu@gmail.com>
4990
4991 * menu-bar.el (menu-bar-file-menu):
4992 * printing.el (pr-ps-utility):
4993 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
4994 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
4995 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
4996 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
4997 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
4998 (icalendar--convert-cyclic-to-ical)
4999 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
5000 (icalendar--convert-ical-to-diary)
5001 (icalendar--convert-recurring-to-diary)
5002 (icalendar--convert-non-recurring-all-day-to-diary)
5003 (icalendar-import-format-sample):
5004 * progmodes/idlw-shell.el (idlwave-shell-mode):
5005 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
5006 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
5007 (vhdl-ps-print-init): Fix typos.
5008
10649b82
KM
50092011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
5010
9d0cfcd6
GM
5011 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
5012 FSF and collapse date sequence, obscure author/maintainer email address
5013 better, remove extra version line, track relocation of author's webpage.
10649b82 5014
9d0cfcd6
GM
5015 * progmodes/python.el (python-pdbtrack-input-prompt)
5016 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
5017 regular python pdb prompts. Adjustments shamelessly taken exactly as
5018 suggested in EmacsWiki page (tiny change):
5019 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 5020
58179cce
JB
50212011-11-16 Juanma Barranquero <lekktu@gmail.com>
5022
5023 * expand.el (expand-pos, expand-index, expand-point):
5024 Remove redundant info from docstring.
5025 (expand-add-abbrevs): Doc fix.
5026 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
5027 (expand-sample-perl-mode-expand-list): Fix typos.
5028
5029 * net/dbus.el (dbus-event-member-name):
5030 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
5031 * term/pc-win.el (msdos-create-frame-with-faces):
5032 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
5033
b6f67890
MR
50342011-11-16 Martin Rudalics <rudalics@gmx.at>
5035
5036 * window.el (split-window, window-state-get-1)
5037 (window-state-put-1, window-state-put-2): Rename occurrences of
5038 window-nest to window-combination-limit.
1d00653d 5039 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 5040
ce7ddba0
CY
50412011-11-16 Chong Yidong <cyd@gnu.org>
5042
5043 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
5044 regexp (Bug#10033).
5045
3ae704f4
SM
50462011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5047
5048 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
5049 `completing-read' will remove *Completions* and will preserve
5050 current-buffer for us.
5051 (tmm-add-prompt): Users of *Completions* will always (re)set its
5052 major mode.
5053 (tmm-old-comp-map): Remove.
5054
6ad1cdde
GM
50552011-11-16 Glenn Morris <rgm@gnu.org>
5056
5057 * mail/rmailedit.el: Require rmailmm when compiling.
5058 (rmail-old-mime-state): New declaration.
5059 (rmail-edit-current-message): If editing a mime message,
5060 edit the "raw" message from the mbox buffer.
5061 (rmail-cease-edit): Handle mime messages. (Bug#9840)
5062
d20faa20
GM
50632011-11-15 Glenn Morris <rgm@gnu.org>
5064
5065 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
5066 which wasn't being used. Add optional arg to force given state.
5067 (rmail-mime): Add optional arg to force given state.
5068
c7015153
JB
50692011-11-15 Juanma Barranquero <lekktu@gmail.com>
5070
5071 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5072 * frame.el (display-mm-dimensions-alist):
5073 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
5074 (outline-move-subtree-down):
5075 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
5076 (newsticker--treeview-do-get-node):
5077 * net/quickurl.el (quickurl-list-buffer-name):
5078 * progmodes/dcl-mode.el (dcl-mode):
5079 * progmodes/gdb-mi.el (gdb-mapcar*):
5080 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
5081
45261b50
GM
50822011-11-15 Glenn Morris <rgm@gnu.org>
5083
5084 * mail/rmail.el (rmail-file-coding-system): It's only ever used
5085 in a boolean sense, so just make it a boolean, and fix the doc.
5086 (rmail-show-mime-function, rmail-mime-feature)
5087 (rmail-require-mime-maybe): Doc fixes.
5088 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
5089
5090 * mail/rmailmm.el (rmail-show-mime): Doc fix.
5091
0d26e0b6
JB
50922011-11-15 Juanma Barranquero <lekktu@gmail.com>
5093
5094 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
5095 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5096 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
5097 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
5098
447f30f6
GM
50992011-11-15 Glenn Morris <rgm@gnu.org>
5100
672b871d
GM
5101 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
5102 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
5103 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
5104 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
5105 (rmail-mime, rmail-show-mime): Doc fixes.
5106
f6aa5bb1
GM
5107 * term/ns-win.el (mode-line-frame-identification):
5108 Leave it alone. (Bug#10051)
5109
947cd66b
GM
5110 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
5111
447f30f6
GM
5112 * mail/rmailout.el (rmail-output-to-rmail-buffer):
5113 Handle empty buffers. (Bug#9978)
5114
0b381c7e
JB
51152011-11-14 Juanma Barranquero <lekktu@gmail.com>
5116
5117 * international/mule.el (define-charset):
5118 * mail/rmailmm.el (rmail-mime-find-header-encoding):
5119 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
5120 * progmodes/verilog-mode.el (verilog-backward-token):
5121 * textmodes/ispell.el (lookup-words):
5122 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
5123
71e027ac
GM
51242011-11-14 Glenn Morris <rgm@gnu.org>
5125
56632ce4
GM
5126 * progmodes/executable.el
5127 (executable-make-buffer-file-executable-if-script-p):
5128 Handle file-modes returning nil.
5129
40500957
GM
5130 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
5131 message - not necessary, and causes problems. (Bug#9831)
5132
071c2340
GM
5133 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
5134
d3cfca60
GM
5135 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
5136
71e027ac
GM
5137 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
5138 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
5139 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
5140
89d61221
MR
51412011-11-12 Martin Rudalics <rudalics@gmx.at>
5142
5143 * window.el (window-resize, delete-window): Use window-splits
5144 variable instead of function.
5145 (window-state-get-1, window-state-put-2, window-state-put):
5146 Don't deal with windows' splits status.
5147
98282f6f
GM
51482011-11-12 Glenn Morris <rgm@gnu.org>
5149
5150 * apropos.el (apropos-do-all, apropos-library, apropos-value)
5151 (apropos-documentation): Doc fixes.
5152
40a8bdf6
JB
51532011-11-11 Juanma Barranquero <lekktu@gmail.com>
5154
5155 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
5156 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
5157
65bd19ff
SM
51582011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5159
5160 * electric.el (electric-indent-post-self-insert-function): Make it
5161 possible for a char to only indent in some circumstances.
5162 (electric-indent-mode): Simplify.
5163
54f9154c
MR
51642011-11-11 Martin Rudalics <rudalics@gmx.at>
5165
5166 * window.el (windows-with-parameter): Remove unused function.
5167 (windows-at-side): Rename to window-at-side-list.
5168 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
5169 (window-side-check, window-size-ignore, window-size-fixed-1)
5170 (window-in-direction-2): Prefix with "window--".
5171 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 5172
68cbc58b
GM
51732011-11-11 Glenn Morris <rgm@gnu.org>
5174
5175 * subr.el (eval-after-load): If FILE is already loaded,
5176 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
5177
b2621720
GM
51782011-11-10 Glenn Morris <rgm@gnu.org>
5179
9a4de110
GM
5180 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
5181 Call svn via vc-svn-command rather than vc-do-command.
5182 (vc-svn-command): Add --non-interactive. (Bug#9993)
5183 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
5184
b2621720
GM
5185 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5186 Add toggle-read-only. (Bug#7292)
5187 * files.el (toggle-read-only): Mention that it should only
5188 be used interactively. (Bug#10006)
5189
1dce7193
SM
51902011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5191
d9ac1a1e
SM
5192 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5193 Adjust regexp for OCaml warnings.
5194
0c325082
SM
5195 * electric.el (electric-pair-post-self-insert-function): Let user
5196 turn it off buffer-locally (bug#9932).
5197
90132c14
SM
5198 * progmodes/python.el (python-beginning-of-statement):
5199 Rewrite (bug#2703).
5200
1dce7193
SM
5201 * progmodes/compile.el: Better handle TABs (bug#9749).
5202 (compilation-internal-error-properties)
5203 (compilation-next-error-function): Obey the target buffer's
5204 compilation-error-screen-columns.
5205
c4e7c63a
JB
52062011-11-09 Juanma Barranquero <lekktu@gmail.com>
5207
5208 * progmodes/meta-mode.el: Remove obsolete comments.
5209 (meta-right-comment-regexp, meta-ignore-comment-regexp):
5210 Fix typos in docstrings.
5211
2cffd681
MR
52122011-11-09 Martin Rudalics <rudalics@gmx.at>
5213
5214 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 5215 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
5216 (window--resizable): New function. Make all callers of
5217 window-resizable call window--resizable instead.
5218 (window-resizable): Rewrite in terms of window--resizable.
5219
0edcba87
GM
52202011-11-08 Glenn Morris <rgm@gnu.org>
5221
5222 * progmodes/delphi.el (delphi-mode-syntax-table):
5223 Let define-derived-mode define a proper syntax table. (Bug#9994)
5224
4b0d61e3
SM
52252011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5226
5227 * window.el: Stay away from defsubst.
5228 (window-list-no-nils): Remove.
5229 (window-state-get-1, window-state-get): Use backquote instead.
5230
cd394be1 52312011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 5232
4b0d61e3 5233 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 5234 Fix incorrect use of default argument in `completing-read'.
5235
e1c2c6f2
MR
52362011-11-08 Martin Rudalics <rudalics@gmx.at>
5237
5238 * window.el (display-buffer-function, special-display-function):
5239 Mention display-buffer-record-window but do not mention
5240 help-setup parameter in doc-strings.
b3f4a882 5241 (window-min-delta): Fix doc-string typo.
e1c2c6f2 5242
105216ed
CY
52432011-11-08 Chong Yidong <cyd@gnu.org>
5244
5245 * window.el (window-total-height, window-total-width): Doc fix.
5246 (window-body-size): Move from C.
5247 (window-body-height, window-body-width): Move to C.
5248
0a9f9ab5
SM
52492011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5250
5251 * window.el: Make special-display like display-buffer-alist (bug#9532).
5252 (display-buffer--special-action): New function, morphed
5253 from display-buffer--special.
5254 (display-buffer): Use it to handle special-display-buffers at higher
5255 priority (just after display-buffer-alist).
5256 (display-buffer-fallback-action, display-buffer--other-frame-action)
5257 (pop-to-buffer-same-window): Remove display-buffer--special.
5258
a769dd15
GM
52592011-11-07 Glenn Morris <rgm@gnu.org>
5260
5261 * calendar/cal-menu.el (cal-menu-set-date-title):
5262 Do nothing if not in a calendar. (Bug#9976)
5263
05a61ee3
SM
52642011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * files.el (find-file): Always use selected-window.
5267
be7f5545
MR
52682011-11-07 Martin Rudalics <rudalics@gmx.at>
5269
5270 * window.el (window-combinations): Make WINDOW argument
5271 mandatory. Rewrite doc-string.
5272 (walk-window-subtree, window-atom-check, window-min-delta)
5273 (window-max-delta, window--resize-this-window)
5274 (window--resize-root-window-vertically, window-tree)
5275 (balance-windows, window-state-put): Rewrite doc-strings as to
5276 not mention the term "subwindow".
5277 (window--resize-subwindows-skip-p): Rename to
5278 window--resize-child-windows-skip-p.
5279 (window--resize-subwindows-normal): Rename to
5280 window--resize-child-windows-normal.
5281 (window--resize-subwindows): Rename to
5282 window--resize-child-windows.
5283 (window-or-subwindow-p): Rename to window--in-subtree-p.
5284
3c6702ef
ML
52852011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5286
5287 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
5288 Ensure that mbox format messages end in two newlines (Bug#9974).
5289
49745b39
CY
52902011-11-06 Chong Yidong <cyd@gnu.org>
5291
5292 * window.el (window-combination-p): Function deleted; its
5293 side-effect is not used in any existing code.
5294 (window-combinations, window-combined-p): Call window-*-child
5295 directly.
5296
24300f5f
CY
52972011-11-05 Chong Yidong <cyd@gnu.org>
5298
5299 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
5300 (window-size-ignore, window-state-get): Callers changed.
5301 (window-normalize-window): Rename from window-normalize-any-window.
5302 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 5303 (window-normalize-live-window): Delete.
447f16b8
CY
5304 (window-combination-p, window-combined-p, window-combinations)
5305 (walk-window-subtree, window-atom-root, window-min-size)
5306 (window-sizable, window-sizable-p, window-size-fixed-p)
5307 (window-min-delta, window-max-delta, window-resizable)
5308 (window-resizable-p, window-full-height-p, window-full-width-p)
5309 (window-current-scroll-bars, window-point-1, set-window-point-1)
5310 (window-at-side-p, window-in-direction, window-resize)
5311 (adjust-window-trailing-edge, maximize-window, minimize-window)
5312 (window-deletable-p, delete-window, delete-other-windows)
5313 (record-window-buffer, unrecord-window-buffer)
5314 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
5315 (quit-window, split-window, window-state-put)
5316 (set-window-text-height, fit-window-to-buffer)
5317 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 5318
89bd5ee1
EZ
53192011-11-04 Eli Zaretskii <eliz@gnu.org>
5320
53479029
EZ
5321 * mail/rmail.el (rmail-simplified-subject): Decode subject with
5322 rfc2047-decode-string.
5323 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
5324 warnings.
5325
89bd5ee1
EZ
5326 * window.el (window-body-height, window-body-width): Mention in
5327 the doc string that the return values are in frame's canonical
5328 units. (Bug#9949)
5329
bd17fdee
AM
53302011-11-03 Alan Mackenzie <acm@muc.de>
5331
5332 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
5333 change in cc-engine.el.
5334
acc825c5
SM
53352011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5336
5337 * window.el (switch-to-buffer): Use `force-same-window' interactively.
5338
1885e5b8
MR
53392011-11-02 Martin Rudalics <rudalics@gmx.at>
5340
5341 * window.el (quit-window): Call unrecord-window-buffer after
5342 showing another buffer in the window. (Bug#9937)
acc825c5 5343 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 5344
ebe06da9
JB
53452011-11-02 Juanma Barranquero <lekktu@gmail.com>
5346
5347 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
5348 Accept status with more than 9 shelves. (Bug#9935)
5349 Reported by Colin D Bennett <colin@gibibit.com>.
5350
4ee88440
MR
53512011-11-01 Martin Rudalics <rudalics@gmx.at>
5352
5353 * help.el (with-help-window): Don't reference
5354 temp-buffer-show-specifiers in doc-string.
5355
08e1d82c
AS
53562011-10-31 Andreas Schwab <schwab@linux-m68k.org>
5357
5358 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
5359 menu-item.
5360
84bd6e9e
VJL
53612011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5362
5363 * whitespace.el: New version 13.2.2.
5364 (whitespace-newline-mode): Disable properly. Reported by Sarah
5365 <EmacsWiki>.
5366
dba0634a
UJ
53672011-10-30 Ulf Jasper <ulf.jasper@web.de>
5368
5369 * net/newst-treeview.el: Remove "Time-stamp".
5370 (newsticker--group-manage-orphan-feeds): Do not call
5371 newsticker--treeview-tree-update.
db22a3c2
JB
5372 (newsticker-treeview-update, newsticker-treeview):
5373 Call newsticker--treeview-tree-update if necessary.
dba0634a 5374
3d8daefe
MR
53752011-10-30 Martin Rudalics <rudalics@gmx.at>
5376
5377 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
5378 (window-iso-combinations): Remove "iso-" infix.
5379 Suggested by Chong Yidong.
3d8daefe
MR
5380 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
5381 (window-max-delta-1, window-resize, window--resize-siblings)
5382 (window--resize-this-window, adjust-window-trailing-edge)
5383 (split-window, balance-windows-1)
5384 (shrink-window-if-larger-than-buffer):
5385 * calendar/calendar.el (calendar-generate-window):
db22a3c2 5386 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 5387
1bc4c3ae
SM
53882011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5389
5390 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
5391 in place (bug#9907).
5392 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
5393 (eshell-rewrite-if-command, eshell-rewrite-for-command)
5394 (eshell-structure-basic-command, eshell-rewrite-while-command)
5395 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
5396 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
5397 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
5398 (eshell-do-pipelines-synchronously, eshell-eval-command):
5399 Use backquotes and prefer setq to set.
5400 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
5401 (eshell-macrop): Use functionp.
c1e2f5fa 5402 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 5403
30b65d9c
CY
54042011-10-30 Chong Yidong <cyd@gnu.org>
5405
5406 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
5407 instead of set-mark (Bug#9810).
5408
2d197ffb
CY
54092011-10-30 Chong Yidong <cyd@gnu.org>
5410
5411 * window.el (split-window-below, split-window-right): Rename from
5412 split-window-above-each-other and split-window-side-by-side
5413 respectively. All callers changed.
5414 (split-window-sensibly, split-window-sensibly): Use them.
5415 (split-window-keep-point): Doc fix.
5416
5417 * isearch.el: Add isearch-scroll property to split-window-below
5418 and split-window-right.
5419
5420 * follow.el (follow-mode):
5421 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5422 * progmodes/ada-xref.el (ada-gdb-application):
5423 * emulation/vip.el (vip-buffer-in-two-windows):
5424 * image-dired.el (image-dired-dired-with-window-configuration):
5425 * dired-x.el (dired-do-find-marked-files):
5426 * dired.el (dired-pop-to-buffer):
5427 * bs.el (bs--show-with-configuration):
5428 * vc/emerge.el (emerge-setup-windows):
5429 * textmodes/two-column.el (2C-two-columns):
5430 * textmodes/reftex-toc.el (reftex-toc):
5431 * progmodes/gdb-mi.el (gdb-setup-windows):
5432 * progmodes/fortran.el (fortran-window-create):
5433 * net/newst-treeview.el (newsticker--treeview-window-init):
5434 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5435 * emulation/tpu-edt.el (tpu-gold-map):
5436 * emulation/crisp.el (crisp-mode-map):
5437 * calendar/calendar.el (calendar-basic-setup): Callers changed.
5438
38bb2ca8
CY
54392011-10-29 Chong Yidong <cyd@gnu.org>
5440
aa4de341
CY
5441 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5442
e1eb5385
CY
5443 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5444
5d2ece3c
CY
5445 * textmodes/flyspell.el (flyspell-word): Fix char offset for
5446 forged Ispell output (Bug#7904).
5447
38bb2ca8
CY
5448 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5449
d0af9f77
SM
54502011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5451
5452 * doc-view.el: Avoid ugly errors about not finding nil.
5453 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5454 (doc-view-dvipdf-program, doc-view-unoconv-program)
5455 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5456 Avoid nil or absolute file name as default value.
5457 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5458
52bedd34
AM
54592011-10-28 Alan Mackenzie <acm@muc.de>
5460
db22a3c2 5461 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 5462
7e43cfa5
AM
54632011-10-28 Alan Mackenzie <acm@muc.de>
5464
5465 Amend the handling of c-beginning/end-of-defun in nested declaration
5466 scopes.
5467
52bedd34
AM
5468 * progmodes/cc-vars.el (c-defun-tactic): Move here from
5469 cc-langs.el. Change it to a defcustom.
7e43cfa5 5470
52bedd34
AM
5471 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5472 cc-vars.el.
7e43cfa5 5473
d0af9f77
SM
5474 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5475 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 5476
52bedd34 5477 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 5478 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
5479 (c-widen-to-enclosing-decl-scope): New function.
5480 (c-while-widening-to-decl-block): New macro.
5481 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5482 outward for defun boundaries, and correspondingly change symbol
5483 `respect-enclosure' to `go-outward'.
5484 (c-declaration-limits): Change algorithm to report only the "innermost"
5485 defun's boundaries.
5486
1a2ce9ee
DD
54872011-10-28 Deniz Dogan <deniz@dogan.se>
5488
5489 * net/rcirc.el (rcirc-mode): Use hard newlines.
5490
bc97a826
AM
54912011-10-28 Alan Mackenzie <acm@muc.de>
5492
5493 Amend to indent and fontify macros "which include their own semicolon"
5494 correctly, using the "virtual semicolon" mechanism.
5495
52bedd34 5496 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 5497
d0af9f77 5498 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 5499 Recode to scan one line at a time rather than having \n and \r
58179cce 5500 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 5501 (c-forward-label): Amend for virtual semicolons.
58179cce 5502 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 5503
52bedd34
AM
5504 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5505 of the new C macros.
bc97a826 5506
52bedd34 5507 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
5508 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5509 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
5510 (c-opt-cpp-macro-define): Make into a full language variable.
5511 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5512 AWK Mode (including \n, \r) removed, no longer needed.
5513
d0af9f77
SM
5514 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5515 Invoke c-make-macro-with-semi-re.
bc97a826 5516
52bedd34
AM
5517 * progmodes/cc-vars.el (c-macro-with-semi-re):
5518 (c-macro-names-with-semicolon): New variables.
58179cce 5519 (c-make-macro-with-semi-re): New function.
bc97a826 5520
7a6c0941
SM
55212011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5522
5523 * vc/log-edit.el: Fill empty field rather than adding new one.
5524 (log-edit-add-field): New function.
5525 (log-edit-insert-changelog): Use it.
5526
b0c4cdcf
ML
55272011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5528
5529 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5530
ee1f1da9
SM
55312011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5532
5533 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5534 (gdb--check-interpreter): New function.
5535 (gdb): Use it.
5536
51bc5f8b
GM
55372011-10-27 Glenn Morris <rgm@gnu.org>
5538
416a2c45
GM
5539 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5540 (least-positive-float, least-negative-float)
5541 (least-positive-normalized-float, least-negative-normalized-float)
5542 (float-epsilon, float-negative-epsilon):
5543 Remove unnecessary declarations.
5544
5545 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5546 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5547 (least-positive-float, least-negative-float)
5548 (least-positive-normalized-float, least-negative-normalized-float)
5549 (float-epsilon, float-negative-epsilon): Add doc-strings,
5550 based on those in cl.texi.
5551
51bc5f8b
GM
5552 * files.el (set-visited-file-name): If the major-mode changed,
5553 reload the local variables. (Bug#9796)
5554
15de15c6
CY
55552011-10-27 Chong Yidong <cyd@gnu.org>
5556
5557 * subr.el (change-major-mode-after-body-hook): New hook.
5558 (run-mode-hooks): Run it.
5559
ee1f1da9
SM
5560 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5561 Use change-major-mode-before-body-hook.
15de15c6
CY
5562
5563 * simple.el (fundamental-mode):
5564 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5565 change introducing fundamental-mode-hook.
5566
5430d399
JB
55672011-10-26 Juanma Barranquero <lekktu@gmail.com>
5568
acc825c5 5569 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 5570
ad74a69e
MA
55712011-10-26 Michael Albinus <michael.albinus@gmx.de>
5572
5573 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 5574 tramp.el explicitly. (Bug#7583)
ad74a69e 5575
71d4c2a5
SM
55762011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5577
5578 * progmodes/octave-mod.el:
5579 * progmodes/octave-inf.el: Update maintainer.
5580
b1f6fa26
CY
55812011-10-26 Chong Yidong <cyd@gnu.org>
5582
5583 * subr.el (with-wrapper-hook): Rewrite doc.
5584
3f04efd6
MA
55852011-10-25 Michael Albinus <michael.albinus@gmx.de>
5586
5587 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 5588 filenames "/method:foo:". (Bug#9793)
3f04efd6 5589
410488d3
SM
55902011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5591
5592 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5593 (bug#9865).
5594
c1ebb47e
GM
55952011-10-24 Glenn Morris <rgm@gnu.org>
5596
5597 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
5598
7f5c46c7
MA
55992011-10-24 Michael Albinus <michael.albinus@gmx.de>
5600
5601 * notifications.el: Add the requirement of a running D-Bus session
5602 bus to the Commentary.
5603
db2440b6
JL
56042011-10-24 Juri Linkov <juri@jurta.org>
5605
5606 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5607 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5608 (Bug#9364)
5609
feecf435
JL
56102011-10-24 Juri Linkov <juri@jurta.org>
5611
5612 * info.el (Info-following-node-name-re): Add newline to the list
5613 of allowed characters for leading space. (Bug#9824)
5614
a3839de2
SM
56152011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5616
acc825c5
SM
5617 * progmodes/octave-inf.el (inferior-octave-mode-map):
5618 Fix C-c C-h binding.
a3839de2
SM
5619 * progmodes/octave-mod.el (octave-help): Remove.
5620
09388e76
MA
56212011-10-23 Michael Albinus <michael.albinus@gmx.de>
5622
5623 Sync with Tramp 2.2.3.
5624
5625 * net/tramp-cache.el (top): Pacify byte-compiler using
5626 `init-file-user' and `site-run-file'.
5627
5628 * net/trampver.el: Update release number.
5629
86c60681
CY
56302011-10-23 Chong Yidong <cyd@gnu.org>
5631
5632 * files.el (toggle-read-only): Remove obsolete comment about
5633 version control.
5634
5635 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
5636 for toggle-read-only. Note that this hasn't called vc-next-action
5637 since 2008-05-02, though it wasn't documented at the time.
5638
a3839de2
SM
5639 * vc/ediff-init.el (ediff-toggle-read-only-function):
5640 Use toggle-read-only.
86c60681 5641
cd5495ff
AM
56422011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
5643
5644 Fix bug #9560, sporadic wrong indentation; improve instrumentation
5645 of c-parse-state.
5646
00b77525 5647 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 5648 correct faulty logical expression.
cd5495ff
AM
5649 (c-parse-state-state, c-record-parse-state-state):
5650 (c-replay-parse-state-state): New defvar/defuns.
5651 (c-debug-parse-state): Use new functions.
5652
42ee24ed
MR
56532011-10-22 Martin Rudalics <rudalics@gmx.at>
5654
5655 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 5656 last fix. Use window-in-direction correctly.
42ee24ed 5657
a7dee7e7
CY
56582011-10-21 Chong Yidong <cyd@gnu.org>
5659
5660 * progmodes/idlwave.el (idlwave-mode):
5661 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
5662 require-final-newline; that's done in prog-mode.
5663 Suggested by Stefan Monnier.
a7dee7e7 5664
e07b9a6d
MR
56652011-10-21 Martin Rudalics <rudalics@gmx.at>
5666
5667 * mouse.el (mouse-drag-window-above)
5668 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
5669 (mouse-drag-mode-line-1, mouse-drag-header-line)
5670 (mouse-drag-vertical-line-rightward-window): Remove.
5671 (mouse-drag-line): New function.
5672 (mouse-drag-mode-line, mouse-drag-header-line)
5673 (mouse-drag-vertical-line): Call mouse-drag-line.
5674 * window.el (window-at-side-p, windows-at-side): New functions.
5675
7e1361d9
UM
56762011-10-21 Ulrich Mueller <ulm@gentoo.org>
5677
5678 * tar-mode.el (tar-grind-file-mode):
5679 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
5680
30fcaf3a
CY
56812011-10-21 Chong Yidong <cyd@gnu.org>
5682
5683 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
5684 * progmodes/vera-mode.el (vera-mode):
5685 Use mode-require-final-newline.
30fcaf3a 5686
516eddb0
GM
56872011-10-20 Glenn Morris <rgm@gnu.org>
5688
db22a3c2 5689 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 5690
10d5f513
CS
56912011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
5692
5693 * emulation/cua-base.el (cua-set-mark): Fix case of string.
5694
ac6c8639
CY
56952011-10-20 Chong Yidong <cyd@gnu.org>
5696
5697 * emulation/cua-base.el (cua-mode):
5698 * mail/footnote.el (footnote-mode):
5699 * mail/mailabbrev.el (mail-abbrevs-mode):
5700 * net/xesam.el (xesam-minor-mode):
5701 * progmodes/bug-reference.el (bug-reference-mode):
5702 * progmodes/cap-words.el (capitalized-words-mode):
5703 * progmodes/compile.el (compilation-minor-mode)
5704 (compilation-shell-minor-mode):
5705 * progmodes/gud.el (gud-tooltip-mode):
5706 * progmodes/hideif.el (hide-ifdef-mode):
5707 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5708 * progmodes/subword.el (subword-mode):
5709 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5710 * progmodes/which-func.el (which-function-mode):
5711 * term/tvi970.el (tvi970-set-keypad-mode):
5712 * term/vt100.el (vt100-wide-mode):
5713 * textmodes/flyspell.el (flyspell-mode):
5714 * textmodes/ispell.el (ispell-minor-mode):
5715 * textmodes/nroff-mode.el (nroff-electric-mode):
5716 * textmodes/paragraphs.el (use-hard-newlines):
5717 * textmodes/refill.el (refill-mode):
5718 * textmodes/reftex.el (reftex-mode):
5719 * textmodes/rst.el (rst-minor-mode):
5720 * textmodes/sgml-mode.el (html-autoview-mode)
5721 (sgml-electric-tag-pair-mode):
5722 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
5723 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
5724 * emulation/crisp.el (crisp-mode):
5725 * emacs-lisp/eldoc.el (eldoc-mode):
5726 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
5727 minor mode behavior.
5728
aa42ab43
JL
57292011-10-19 Juri Linkov <juri@jurta.org>
5730
5731 * descr-text.el (describe-char): Add #x2010 and #x2011 to
5732 the list of hard-coded chars with escape-glyph face.
5733
89400f1d
SM
57342011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5735
5736 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
5737
305c07f6
MA
57382011-10-19 Michael Albinus <michael.albinus@gmx.de>
5739
5740 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
5741 running process.
5742
13754b54
GM
57432011-10-19 Glenn Morris <rgm@gnu.org>
5744
5745 * vc/vc-bzr.el (vc-bzr-after-dir-status):
5746 Ignore ignored files. (Bug#9726)
5747
06e21633
CY
57482011-10-19 Chong Yidong <cyd@gnu.org>
5749
5750 Doc fix for minor modes, stating that an omitted argument enables
5751 the mode unconditionally when called from Lisp.
5752
5753 * abbrev.el (abbrev-mode):
5754 * allout.el (allout-mode):
5755 * autoinsert.el (auto-insert-mode):
5756 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5757 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5758 (global-auto-revert-mode):
5759 * battery.el (display-battery-mode):
5760 * composite.el (global-auto-composition-mode)
5761 (auto-composition-mode):
5762 * delsel.el (delete-selection-mode):
5763 * desktop.el (desktop-save-mode):
5764 * dired-x.el (dired-omit-mode):
5765 * dirtrack.el (dirtrack-mode):
5766 * doc-view.el (doc-view-minor-mode):
5767 * double.el (double-mode):
5768 * electric.el (electric-indent-mode, electric-pair-mode):
5769 * emacs-lock.el (emacs-lock-mode):
5770 * epa-hook.el (auto-encryption-mode):
5771 * follow.el (follow-mode):
5772 * font-core.el (font-lock-mode):
5773 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
5774 * help.el (temp-buffer-resize-mode):
5775 * hilit-chg.el (highlight-changes-mode)
5776 (highlight-changes-visible-mode):
5777 * hi-lock.el (hi-lock-mode):
5778 * hl-line.el (hl-line-mode, global-hl-line-mode):
5779 * icomplete.el (icomplete-mode):
5780 * ido.el (ido-everywhere):
5781 * image-file.el (auto-image-file-mode):
5782 * image-mode.el (image-minor-mode):
5783 * iswitchb.el (iswitchb-mode):
5784 * jka-cmpr-hook.el (auto-compression-mode):
5785 * linum.el (linum-mode):
5786 * longlines.el (longlines-mode):
5787 * master.el (master-mode):
5788 * mb-depth.el (minibuffer-depth-indicate-mode):
5789 * menu-bar.el (menu-bar-mode):
5790 * minibuf-eldef.el (minibuffer-electric-default-mode):
5791 * mouse-sel.el (mouse-sel-mode):
5792 * msb.el (msb-mode):
5793 * mwheel.el (mouse-wheel-mode):
5794 * outline.el (outline-minor-mode):
5795 * paren.el (show-paren-mode):
5796 * recentf.el (recentf-mode):
5797 * reveal.el (reveal-mode, global-reveal-mode):
5798 * rfn-eshadow.el (file-name-shadow-mode):
5799 * ruler-mode.el (ruler-mode):
5800 * savehist.el (savehist-mode):
5801 * scroll-all.el (scroll-all-mode):
5802 * scroll-bar.el (scroll-bar-mode):
5803 * server.el (server-mode):
5804 * shell.el (shell-dirtrack-mode):
5805 * simple.el (auto-fill-mode, transient-mark-mode)
5806 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
5807 (line-number-mode, column-number-mode, size-indication-mode)
5808 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
5809 * strokes.el (strokes-mode):
5810 * time.el (display-time-mode):
5811 * t-mouse.el (gpm-mouse-mode):
5812 * tool-bar.el (tool-bar-mode):
5813 * tooltip.el (tooltip-mode):
5814 * type-break.el (type-break-mode-line-message-mode)
5815 (type-break-query-mode):
5816 * view.el (view-mode):
5817 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5818 (global-whitespace-mode, global-whitespace-newline-mode):
5819 * xt-mouse.el (xterm-mouse-mode): Doc fix.
5820
a3839de2
SM
5821 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5822 Fix autogenerated docstring.
06e21633 5823
5214e501
JL
58242011-10-19 Juri Linkov <juri@jurta.org>
5825
5826 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
5827 by checking environment variables "DESKTOP_SESSION" and
5828 "XDG_CURRENT_DESKTOP". (Bug#9779)
5829
195f8db9
JL
58302011-10-19 Juri Linkov <juri@jurta.org>
5831
5832 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
5833 (browse-url-chromium-program, browse-url-chromium-arguments):
5834 New defcustoms.
5835 (browse-url-default-browser): Check for `browse-url-chromium' and
5836 call `browse-url-chromium-program'.
5837 (browse-url-chromium): New command. (Bug#9779)
5838
343a34ff
JB
58392011-10-18 Juanma Barranquero <lekktu@gmail.com>
5840
5841 * facemenu.el (list-colors-duplicates): On Windows, detect more
5842 duplicates by assuming that only colors matching "^System" are
5843 special "system colors". (Bug#9722)
5844
6978a151
SM
58452011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5846
5847 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
5848 to distinguish the author from the committer.
5849
6a80b297
MA
58502011-10-18 Michael Albinus <michael.albinus@gmx.de>
5851
5852 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
5853
b31a5677
JK
58542011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
5855
5856 * international/mule.el (sgml-html-meta-auto-coding-function):
5857 Add support for detecting encoding in HTML5 specified only as
5858 <meta charset="UTF-8">. Implementation just makes http-equiv and
5859 content-type parts from HTML4 encoding string optional. (Bug#9716)
5860
80c6d77f
GM
58612011-10-18 Glenn Morris <rgm@gnu.org>
5862
5863 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
5864
08b0fee8
CY
58652011-10-18 Chong Yidong <cyd@gnu.org>
5866
5867 * faces.el (cursor): Doc fix.
5868
67e729a5
CY
58692011-10-17 Chong Yidong <cyd@gnu.org>
5870
5871 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
5872
343a34ff 58732011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
5874
5875 * dirtrack.el (dirtrack): Support shell buffers with path
5876 prefixes, e.g. tramp-based remote shells. (Bug#9647)
5877
0bc06380
TZ
58782011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
5879
5880 * json.el: Bump version to 1.3 and note change in History.
5881 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
5882
8b79f3e0
SM
58832011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5884
5a7c536b
SM
5885 * comint.el (comint-insert-input, comint-send-input)
5886 (comint-get-old-input-default, comint-backward-matching-input)
5887 (comint-next-prompt): Use nil instead of `input' for field property of
5888 past user input (bug#114).
5889
96a8a0df
SM
5890 * minibuffer.el (completion--replace): Inherit surrounding properties
5891 (bug#114).
5892 (minibuffer-complete-and-exit): Use it.
5893
8b79f3e0
SM
5894 * comint.el (comint--table-subvert): Quote the all-completions output
5895 (bug#9160).
5896
b8f7ff0d
MR
58972011-10-17 Martin Rudalics <rudalics@gmx.at>
5898
8b79f3e0 5899 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 5900
b8f7ff0d 5901 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 5902 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
5903 entries and separate them from frame entries.
5904
c235b555
GM
59052011-10-15 Glenn Morris <rgm@gnu.org>
5906
5907 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
5908 Doc fixes.
5909
6bbfa6e1
CY
59102011-10-15 Chong Yidong <cyd@stupidchicken.com>
5911
8b79f3e0
SM
5912 * net/network-stream.el (network-stream-open-starttls):
5913 Improve detection of failure due to lack of TLS support.
ec5c990d 5914
6bbfa6e1
CY
5915 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
5916 putting the input text in front and in bold.
5917
98488977
SM
59182011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5919
3d1337be
SM
5920 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
5921
ee0b45e4
SM
5922 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
5923 empty buffer.
5924
98488977
SM
5925 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
5926 unread-command-events rather than pushing yet-another event.
5927
186f4720
EZ
59282011-10-14 Eli Zaretskii <eliz@gnu.org>
5929
5930 * mail/sendmail.el (sendmail-query-once): Improve the wording of
5931 the explanation of the possible choices. Make the options passed
5932 to completing-read shorter.
5933
8b7a997c
AM
59342011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5935
5936 * textmodes/flyspell.el (flyspell-large-region): Make sure
5937 extended character mode is used if defined (Bug#1339).
5938
12587bbb
EZ
59392011-10-13 Eli Zaretskii <eliz@gnu.org>
5940
5941 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
5942 character info for LRE, LRO, RLE, and RLO characters by appending
5943 an invisible PDF.
12587bbb 5944
bad41229
SM
59452011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5946
5947 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
5948 even in case of error; add debug spec; simplify data flow.
5949 (with-timeout-handler): Remove.
5950
28dbc92f
MA
59512011-10-12 Michael Albinus <michael.albinus@gmx.de>
5952
5953 Fix Bug#6019, Bug#9315.
5954
5955 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
5956 complete `buffer-file-name', the local file name part could look
5957 remotely (for example on VMS).
5958
5959 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
5960 `tramp-run-real-handler'.
5961 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
5962 already quoted by '"'.
5963
5964 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
5965 Let `file-name-handler-alist' be nil, the local file name part
5966 could look remotely (for example on VMS).
5967
e1b0b23a
SM
59682011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5969
5970 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
5971 from here...
5972 (flyspell-post-command-hook): ...to here.
5973
a120bde9
SM
59742011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5975
5976 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
5977 if not needed.
5978 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
5979 using completion. Protect against "slow" callers.
5980 Remove the "message hack".
5981
7ce7717b
JL
59822011-10-11 Juri Linkov <juri@jurta.org>
5983
5984 * isearch.el (isearch-lazy-highlight-word): New variable.
5985 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5986 Use it. (Bug#9727)
5987
c02ee9d6
GM
59882011-10-11 Glenn Morris <rgm@gnu.org>
5989
5990 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
5991 like f90-previous-statement does.
5992
93e616fd 59932011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5994
1f190e73 5995 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
5996 only in interactive use, to avoid error.
5997
af7b6078
SM
59982011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5999
6000 * minibuffer.el (completion-file-name-table): Fix last change,
6001 i.e. ignore normal errors but not the other ones.
6002
0563dae9
MR
60032011-10-10 Martin Rudalics <rudalics@gmx.at>
6004
6005 * window.el (special-display-buffer-names)
6006 (special-display-regexps): Remove some remnants of earlier
6007 changes from doc-strings.
366ca7f3
MR
6008 (quit-windows-on): New function.
6009
6010 * vc/vc.el (vc-revert, vc-rollback):
6011 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
6012 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 6013 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 6014
49677495
MR
60152011-10-09 Martin Rudalics <rudalics@gmx.at>
6016
6017 * window.el (frame-auto-hide-function): Add version tag.
6018 (Bug#9699)
6019
56f2d1e1
MA
60202011-10-09 Michael Albinus <michael.albinus@gmx.de>
6021
6022 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
6023 condition.
6024
112a6592
LL
60252011-10-09 Leo Liu <sdl.web@gmail.com>
6026
6027 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
6028 (Bug#9701)
6029
0812589b
GM
60302011-10-08 Glenn Morris <rgm@gnu.org>
6031
6032 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
6033 before the first code statement zero indent. (Bug#9690)
6034
b2b0776e
CY
60352011-10-08 Chong Yidong <cyd@stupidchicken.com>
6036
6037 * simple.el (count-words-region): Always count in the region.
6038 Report the number of lines and characters too.
6039 (count-words): New command, which counts in the buffer if the
6040 region is inactive, as count-words-region used to.
6041 (count-words--message): New function. Handle plurals.
6042 (count-lines-region): Make it an alias for count-words-region.
6043
6044 * bindings.el (esc-map): Replace count-lines-region with
6045 count-words-region.
6046
c557cd6b
MR
60472011-10-08 Martin Rudalics <rudalics@gmx.at>
6048
6049 * window.el (window--delete): Delete dedicated frame
6050 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 6051 (switch-to-buffer): Fix doc-string typo.
c557cd6b 6052
61a57ef4 60532011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6054
3a7d293b 6055 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 6056
c3833279
CY
60572011-10-07 Chong Yidong <cyd@stupidchicken.com>
6058
6059 * bindings.el ([M-left],[M-right]): Bind to left-word and
6060 right-word respectively.
6061
21ce8245
GM
60622011-10-07 Glenn Morris <rgm@gnu.org>
6063
6064 * cus-start.el (debug-on-quit): Fix custom type.
6065
6d823bb2
LMI
60662011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6067
0181e193
LMI
6068 * subr.el (define-key-after): Clarify that the function is not
6069 useful for non-menu keymaps.
6070
6d823bb2
LMI
6071 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
6072
8e3459ce 60732011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6074
21ce8245 6075 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 6076 in current minibuffer (Fix bug with recursive minibuffers).
6077
a1c2d21e
CY
60782011-10-06 Chong Yidong <cyd@stupidchicken.com>
6079
6080 * progmodes/gdb-mi.el (gdb): Doc fix.
6081
5a4cf282
MR
60822011-10-05 Martin Rudalics <rudalics@gmx.at>
6083
6084 * window.el (frame-auto-hide-function): New option replacing
6085 frame-auto-delete. Suggested by Stefan Monnier.
6086 (window--delete): Call frame-auto-hide-function instead of
6087 investigating frame-auto-delete.
c96111ea
MR
6088 (window-point-1, set-window-point-1): New functions.
6089 (window-in-direction, record-window-buffer, window-state-get-1)
6090 (display-buffer-record-window): Use window-point-1 instead of
6091 window-point.
6092 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 6093
9854542e
SM
60942011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6095
6096 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
6097
8943cfb0
GM
60982011-10-05 Glenn Morris <rgm@gnu.org>
6099
6100 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
6101 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
6102
647ab967
LL
61032011-10-05 Leo Liu <sdl.web@gmail.com>
6104
6105 * subr.el (read-char-choice): Fix argument to buffer-live-p which
6106 works with buffer object.
6107
3ddfbced
SM
61082011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6109
6110 * mpc.el (mpc-tool-bar-map): Add labels.
6111
bdfa5dd2
GM
61122011-10-04 Glenn Morris <rgm@gnu.org>
6113
6114 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6115
0e2070b5
MR
61162011-10-04 Martin Rudalics <rudalics@gmx.at>
6117
6118 * window.el (window--delete): New function.
6119 (frame-auto-delete): Resuscitate option.
6120 (bury-buffer, replace-buffer-in-windows)
6121 (quit-window): Rewrite using window--delete.
6122 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6123 Pass display-buffer-mark-dedicated to window--display-buffer-2
6124 (Bug#9639).
6125
3dc61a09
SM
61262011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6127
915a9b64
SM
6128 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
6129 returns a list (bug#9554). Add remote file name completion.
6130 * comint.el (comint--table-subvert): Curry and get quote&unquote
6131 functions as arguments.
6132 (comint--complete-file-name-data): Adjust call accordingly.
6133 * pcomplete.el (pcomplete--table-subvert): Remove.
6134 (pcomplete-completions-at-point): Use comint--table-subvert instead.
6135
3dc61a09
SM
6136 * minibuffer.el (completion-table-case-fold): Use currying.
6137 (completion--styles-type, completion--cycling-threshold-type):
6138 New constants.
6139 (completion-styles, completion-category-overrides)
6140 (completion-cycle-threshold): Use them.
6141 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
6142 completion-table-case-fold.
6143
8ea0a993
SB
61442011-10-03 Stephen Berman <stephen.berman@gmx.net>
6145
6146 * minibuffer.el (completion-category-overrides): Fix type of styles
6147 and add more user friendly tags (bug#9660).
6148
8c24b7f6
SM
61492011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6150
6151 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
6152 (mule-input-method-string): New widget.
6153 (default-input-method, language-info-custom-alist): Use it.
6154
428fe61a
SM
61552011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6156
32c1fffd
SM
6157 * pcomplete.el: Require comint.
6158 (pcomplete--common-suffix): Remove.
6159 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
6160 (pcomplete--table-subvert): Sync with comint--table-subvert.
6161 (pcomplete--entries): Use comint-completion-file-name-table.
6162 * comint.el (comint-unquote-filename): Simplify.
6163 (comint-completion-file-name-table): New function (bug#9616).
6164 (comint--complete-file-name-data): Use it.
6165
428fe61a
SM
6166 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
6167 (pcmpl-gnu-tar-buffer): Remove.
6168 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
6169 around. Make sure pcomplete-suffix-list is only changed temporarily.
6170 Don't look inside the tar's file if it's too large.
428fe61a 6171
04c52e2f
CY
61722011-10-01 Chong Yidong <cyd@stupidchicken.com>
6173
ce3cefcc
CY
6174 * cus-edit.el (custom-mode-map):
6175 * epa.el (epa-key-list-mode-map):
6176 * man.el (Man-mode-map):
6177 * startup.el (splash-screen-keymap):
6178 * simple.el (special-mode-map): Use scroll-up-command and
6179 scroll-down-command.
6180
6181 * progmodes/idlw-help.el (idlwave-help-mode-map):
6182 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
6183 * net/newst-plainview.el (newsticker-mode-map):
6184 * emulation/ws-mode.el (wordstar-mode-map):
6185 * emulation/vi.el (vi-com-map):
6186 * calc/calc-graph.el (calc-graph-show-dumb):
6187 * term/sun.el (terminal-init-sun):
6188 * term/ns-win.el (global-map):
6189 * progmodes/grep.el (grep-mode-map):
6190 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
6191 * mail/rmail.el (rmail-mode-map):
6192 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
6193
04c52e2f
CY
6194 * custom.el (custom-safe-themes, load-theme): Treat value of t for
6195 custom-safe-themes as special.
6196
79adf8c8
JD
61972011-10-01 Julien Danjou <julien@danjou.info>
6198
6199 * notifications.el (notifications-notify): Fix docstring.
6200
63bd50d3
PS
62012011-10-01 Per Starbäck <per@starback.se>
6202
6203 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
6204
199e4c7e
MR
62052011-09-30 Martin Rudalics <rudalics@gmx.at>
6206
6207 * startup.el (command-line-1): Fix last fix by inserting
6208 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 6209 (Bug#9605) and (Bug#9636)
199e4c7e 6210
fe5f08dd
EZ
62112011-09-29 Eli Zaretskii <eliz@gnu.org>
6212
6213 * simple.el (line-move): If auto-hscroll-mode is disabled and the
6214 window is hscrolled, move by logical lines. (Bug#9607)
6215 (line-move-visual): Update the doc string to the above effect.
6216
b5516bbd
MR
62172011-09-29 Martin Rudalics <rudalics@gmx.at>
6218
ccee00c0
MR
6219 * window.el (display-buffer-record-window): When WINDOW is the
6220 selected window use `point' instead of `window-point'. (Bug#9626)
6221
b5516bbd
MR
6222 * startup.el (command-line-1): Use insert-before-markers when
6223 inserting initial-scratch-message. (Bug#9605)
ccee00c0 6224
b5516bbd
MR
6225 * help.el (help-window): Remove variable.
6226
52aa0014
GM
62272011-09-29 Glenn Morris <rgm@gnu.org>
6228
6229 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
6230
df9a7357
JB
62312011-09-29 Juanma Barranquero <lekktu@gmail.com>
6232
6233 * descr-text.el (describe-char-categories): Accept category
6234 descriptions more than one line long.
6235
a8406c20
SM
62362011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6237
88d9610c
SM
6238 * simple.el (delete-trailing-whitespace): Fix last change.
6239
a5daf810
SM
6240 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6241 Don't confuse "y => 3" as the beginning of a `y' operation.
6242
a8406c20
SM
6243 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
6244 object has more than 4 slots (bug#9613).
6245
a239d4e9
JB
62462011-09-28 Juanma Barranquero <lekktu@gmail.com>
6247
6248 * subr.el (with-output-to-temp-buffer):
6249 * net/quickurl.el (quickurl, quickurl-browse-url):
6250 Fix typos in docstrings.
6251
693fbdb6
EZ
62522011-09-27 Eli Zaretskii <eliz@gnu.org>
6253
6254 * minibuffer.el (completion-styles)
6255 (completion-category-overrides): Cross reference each other in doc
6256 strings.
6257
8b457e28
GM
62582011-09-27 Glenn Morris <rgm@gnu.org>
6259
6260 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
6261 to split-string. (Bug#9606)
6262
85a16208
LMI
62632011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6264
6265 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
6266 (bug#9615).
6267
502f9ebd
CY
62682011-09-27 Chong Yidong <cyd@stupidchicken.com>
6269
6270 * emacs-lisp/package.el (list-packages): Fix echo area message.
6271
7690bdea
LL
62722011-09-27 Leo Liu <sdl.web@gmail.com>
6273
6274 * ido.el (ido-read-internal): Accept cons cell HIST arg.
6275
e2ee6f30
MA
62762011-09-25 Michael Albinus <michael.albinus@gmx.de>
6277
6278 * net/dbus.el (dbus-unregister-object): Don't release services for
6279 registered signals. (Bug#9581)
6280
f3f98342
TZ
62812011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6282
6283 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
6284 function that picks between cfengine 2 and 3 support
6285 automatically. Update docs accordingly.
6286
dd7aa8dd
KH
62872011-09-22 Kenichi Handa <handa@m17n.org>
6288
6289 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
6290 ZERO.
6291 (indian-itrans-v5-table-for-tamil): New variable.
6292 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
6293
3f2b07f8
KM
62942011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
6295
6296 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
6297 that's true if the current command involved collapsing of text.
6298 It's reset to false at the beginning of the next command.
6299 (allout-post-command-business): Move the cursor to the beginning
6300 of entry if the cursor is hidden and collapsing activity just
6301 happened.
6302
371d6a61
CY
63032011-09-24 Chong Yidong <cyd@stupidchicken.com>
6304
6305 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
6306 tracking (Bug#9541).
6307
2ac2721a
UJ
63082011-09-24 Ulf Jasper <ulf.jasper@web.de>
6309
6310 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
6311 (newsticker-show-news): Automatically load html rendering package
6312 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
6313 because w3m-fill-column is let-bound" and the error "Symbol's value
6314 as variable is void: w3m-fill-column".
2ac2721a 6315
fac7ae53
MA
63162011-09-24 Michael Albinus <michael.albinus@gmx.de>
6317
6318 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
6319 Release services only if they are defined. (Bug#9581)
6320
e08b633b
RS
63212011-09-23 Richard Stallman <rms@gnu.org>
6322
e488d29c
RS
6323 * textmodes/paragraphs.el (forward-sentence): For backwards case,
6324 distinguish start of paragraph from start of its text.
6325
19c38752
RS
6326 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
6327
e08b633b
RS
6328 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
6329 (rmail-generate-viewer-buffer): Put that hook on view buffer.
6330 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
6331
0a39f27e
AS
63322011-09-23 Andreas Schwab <schwab@linux-m68k.org>
6333
6334 * international/mule-diag.el (mule-diag): Insert a newline after
6335 each fontset description.
6336
db4e950d
SM
63372011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6338
6339 * simple.el (delete-trailing-whitespace):
6340 Document last change; simplify.
6341
eca3f3ea
PW
63422011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
6343
d68e189a
PW
6344 * simple.el (delete-trailing-whitespace): Also delete
6345 extra newlines at the end of the buffer.
6346
eca3f3ea
PW
6347 * textmodes/picture.el: Make motion commands obey shift-select-mode.
6348 (picture-newline): Use forward-line so as to ignore fields.
6349
01c157cc
SM
63502011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6351
6352 * subr.el (with-wrapper-hook): Fix edebug spec.
6353
022de23e
LMI
63542011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6355
6356 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
6357 (bug#4538).
6358
91683089
MA
63592011-09-23 Michael Albinus <michael.albinus@gmx.de>
6360
eca3f3ea
PW
6361 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6362 Fix nasty bug using wrong cached values.
91683089 6363
5bdd6fa4
AM
63642011-09-23 Alan Mackenzie <acm@muc.de>
6365
6366 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
6367
97adfb97
CY
63682011-09-23 Chong Yidong <cyd@stupidchicken.com>
6369
6370 * window.el (pop-to-buffer): Ensure right window is selected if we
6371 chose another frame.
6372
d4ef2b50
EZ
63732011-09-22 Eli Zaretskii <eliz@gnu.org>
6374
6375 * simple.el (what-cursor-position): Use get-char-property-change
6376 and next-single-char-property-change, to be able to show display
6377 properties that come from overlays as well as text properties.
6378
72258fe5
CY
63792011-09-22 Chong Yidong <cyd@stupidchicken.com>
6380
6381 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
6382
6383 * cmuscheme.el (run-scheme, switch-to-scheme):
6384 * cus-edit.el (customize-group, custom-buffer-create)
6385 (customize-browse):
6386 * info.el (info):
6387 * shell.el (shell):
6388 * mail/sendmail.el (mail):
6389 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
6390
8f098516
RS
63912011-09-22 Richard Stallman <rms@gnu.org>
6392
6393 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
6394 move back only to line beg, don't move back over blank lines.
6395
e74f1bb6
MA
63962011-09-22 Michael Albinus <michael.albinus@gmx.de>
6397
6398 * files.el (copy-directory): Set directory attributes only in case
6399 they could be retrieved from the source directory. (Bug#9565)
6400
bfeef8b6
DK
64012011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
6402
6403 * progmodes/hideshow.el (hs-looking-at-block-start-p)
6404 (hs-find-block-beginning, hs-hide-level-recursive):
6405 Ignore strings as well as comments. (Bug#9502)
6406
7e423bb8
AS
64072011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
6408
6409 * progmodes/sql.el (sql-comint-postgres):
6410 Convert port number to a string. (Bug#9566)
6411
b4d72fcf
MR
64122011-09-22 Martin Rudalics <rudalics@gmx.at>
6413
6414 * window.el (quit-window): Undedicate window when switching to
6415 previous buffer. Reported by Thierry Volpiatto
6416 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
6417 (special-display-popup-frame): When popping up a new frame reset
6418 its previous buffers to nil. Simplify code.
b4d72fcf 6419
a7b88dc6
MA
64202011-09-21 Michael Albinus <michael.albinus@gmx.de>
6421
6422 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
6423 and process filter, as done also in `shell-command'.
6424
cf4eacfd
MR
64252011-09-21 Martin Rudalics <rudalics@gmx.at>
6426
eca3f3ea 6427 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
6428 Call set-window-start with NOFORCE argument t.
6429 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
6430 (quit-window): Reword doc-string. Handle new format of
6431 quit-restore parameter. Don't delete window if it has a
6432 previous buffer we can show instead of the present one.
6433 (display-buffer-record-window): Rewrite using a new format for
6434 the quit-restore window parameter
6435 (special-display-popup-frame, display-buffer-same-window)
6436 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6437 (display-buffer-pop-up-window, display-buffer-use-some-window):
6438 Adapt symbol passed to display-buffer-record-window.
6439 * help.el (help-window-setup): Handle new format of quit-restore
6440 parameter.
6441
8d28cb95
SM
64422011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6443
94ab793f
SM
6444 * faces.el (face-list): Fix docstring (bug#9564).
6445
8d28cb95
SM
6446 * window.el (display-buffer--action-function-custom-type):
6447 Don't include internal functions in the Custom interface.
6448
3820edeb
JL
64492011-09-20 Juri Linkov <juri@jurta.org>
6450
6451 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6452 (Info-forward-node, Info-backward-node, Info-next-preorder)
6453 (Info-last-preorder): Use it. (Bug#9528)
6454
5147931d
JL
64552011-09-20 Juri Linkov <juri@jurta.org>
6456
6457 * info.el (Info-last-preorder): Visit last menu item only when
6458 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6459
cf499a1a
JD
64602011-09-20 Julien Danjou <julien@danjou.info>
6461
6462 * password-cache.el (password-cache-remove): Remove entries even if the
6463 value is nil, so that password with a nil value (negative caching) is
6464 possible to invalidate.
6465
f84e2fe2
LM
64662011-09-20 Lawrence Mitchell <wence@gmx.li>
6467
6468 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6469 all whitespace around breakpoint. (Bug#9553)
6470 (f90-find-breakpoint): Only break at whitespace inside a comment.
6471
78054a46
SM
64722011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6473
6474 * minibuffer.el (completion-file-name-table): Keep track of errors.
6475 (completion-table-with-predicate): Handle the case where pred1 is nil.
6476 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6477
345083b2
SM
64782011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6479
e24e27be
SM
6480 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6481 (debugger-return-value): Signal an error if the debugging context does
6482 not await any return value.
6483
345083b2
SM
6484 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6485 * image-mode.el (image-toggle-display-text)
6486 (image-toggle-display-image): Stay away from evil `intangible'.
6487
08d355e3
LL
64882011-09-19 Leo Liu <sdl.web@gmail.com>
6489
6490 * replace.el (occur-revert-arguments): Make it permanent-local.
6491 (occur-mode): Don't call font-lock-defontify.
6492
f01da43f
CY
64932011-09-19 Chong Yidong <cyd@stupidchicken.com>
6494
6495 * net/ldap.el (ldap-search-internal): Don't push empty search
6496 result (Bug#9508).
6497
b6072fa6
SM
64982011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6499
6500 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6501
443d6696
MA
65022011-09-19 Michael Albinus <michael.albinus@gmx.de>
6503
6504 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6505 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6506
7cc6e154
JL
65072011-09-18 Juri Linkov <juri@jurta.org>
6508
6509 * buff-menu.el (Buffer-menu-mode-map):
6510 * dired.el (dired-mode-map):
6511 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6512 (lisp-interaction-mode-map):
6513 * emacs-lisp/package.el (package-menu-mode-map):
6514 * epa.el (epa-key-list-mode-map):
6515 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6516 (menu-bar-options-menu):
6517 * outline.el (outline-mode-menu-bar-map):
6518 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6519 * vc/vc-dir.el (vc-dir-menu-map):
6520 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6521 Capitalize non-function content words in menu item strings.
6522
6523 * dired.el (dired-mode-map): Add menu item for
6524 `image-dired-dired-toggle-marked-thumbs'.
6525
80302a81
JL
65262011-09-18 Juri Linkov <juri@jurta.org>
6527
6528 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6529 to `isearch-case-fold-search' and restore its original value
6530 after the `isearch-mode' call.
6531
46c5cf66
JL
65322011-09-18 Juri Linkov <juri@jurta.org>
6533
6534 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6535 because `zgrep' returns 1 for successful matches (bug#9226).
6536
d18b513b
JL
65372011-09-18 Juri Linkov <juri@jurta.org>
6538
6539 * info.el (Info-extract-menu-node-name): Check the second match
6540 for empty string (second test-case of bug#9528).
6541 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6542 intermediate nodes to the history (first test-case of bug#9528).
6543
72753f87
JL
65442011-09-18 Juri Linkov <juri@jurta.org>
6545
6546 * info.el (Info-mode-syntax-table): New variable.
1154d12e 6547 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 6548
c9384295
JL
65492011-09-18 Juri Linkov <juri@jurta.org>
6550
1154d12e
JB
6551 * info.el (Info-file-supports-index-cookies):
6552 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6553 outputs one more line for long file names (bug#4142).
c9384295 6554
d473dce8
CY
65552011-09-18 Chong Yidong <cyd@stupidchicken.com>
6556
6557 * newcomment.el (comment-normalize-vars): If prompting for
6558 comment-start, set comment-start-skip too (Bug#8424).
6559
2176854d
JB
65602011-09-18 Johan Bockgård <bojohan@gnu.org>
6561
6562 * icomplete.el: Fix previous fix of Bug#5849.
6563 (icomplete-mode): Don't set completion-show-inline-help.
6564 (icomplete-minibuffer-setup): Set completion-show-inline-help
6565 locally during icompletion.
6566
3aace4e4
CY
65672011-09-18 Chong Yidong <cyd@stupidchicken.com>
6568
c940224f
CY
6569 * woman.el (woman2-process-escapes): Don't delete unrecognized
6570 escapes (Bug#7843).
6571
3aace4e4
CY
6572 * files.el (inhibit-first-line-modes-regexps): Add image files.
6573 (hack-local-variables-prop-line): Return nil for malformed
6574 prop-lines (Bug#9044).
6575
710dec63
MA
65762011-09-18 Michael Albinus <michael.albinus@gmx.de>
6577
6578 * net/tramp.el (top): Don't require 'shell.
6579 (tramp-methods): Fix docstring.
6580 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
6581 Return complete remote file name. Handle "smb" case.
6582 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
6583 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6584
6585 * net/tramp-compat.el (top): Require 'shell.
6586
6587 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6588 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6589 `tramp-current-host'.
6590 (tramp-get-remote-tmpdir): Remove.
6591
6592 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6593 `tramp-tmpdir' entries.
6594 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6595 (tramp-smb-handle-file-attributes): Ignore errors.
6596 (tramp-smb-wait-for-output): Check also for process end.
6597
5d5ac8ec
LMI
65982011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6599
6600 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6601 when sending QUIT (bug#9312).
6602
8c0f49f0
CY
66032011-09-17 Chong Yidong <cyd@stupidchicken.com>
6604
6605 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6606 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6607 occur-mode-display-occurrence.
6608 (occur-edit-mode): Add usage message.
6609 (occur-cease-edit): New command.
6610 (occur-after-change-function): Use text properties to find the
6611 position of the prefix text.
6612 (occur-engine): Set stickiness of prefix text properties.
6613
8f1383f7
GM
66142011-09-17 Glenn Morris <rgm@gnu.org>
6615
6616 * progmodes/etags.el (complete-tag):
6617 Fix call to completion-in-region. (Bug#9526)
6618
744ba0e3
JL
66192011-09-17 Juri Linkov <juri@jurta.org>
6620
6621 * textmodes/ispell.el (ispell-word): Add to the error message
6622 the word, ispell program name and current dictionary (bug#9121).
6623 (ispell-tex-arg-end): Capitalize "error" in the error message.
6624
d9bbf400
AS
66252011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6626
6627 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6628 check. (Bug#4251)
6629
8da11505
JL
66302011-09-17 Juri Linkov <juri@jurta.org>
6631
6632 * window.el (window-safe-min-height, window-safe-min-width):
6633 Fix typos (followup to bug#9522).
6634
a91adc7e
SJ
66352011-09-17 Sven Joachim <svenjoac@gmx.de>
6636
6637 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
6638
064f328a
EZ
66392011-09-16 Eli Zaretskii <eliz@gnu.org>
6640
6641 * simple.el (line-move): If goal-column is set, move by logical
6642 lines, not by display lines. (Bug#971)
6643 (next-line, previous-line, goal-column, line-move-visual): Doc fix
6644 to reflect the above change.
6645
e69df516
SM
66462011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6647
6648 * image.el (imagemagick-register-types): Use regexp-opt.
6649
cbb0f9ab
CY
66502011-09-15 Chong Yidong <cyd@stupidchicken.com>
6651
6652 * window.el (display-buffer-base-action): Rename from
6653 display-buffer-default-action. Make default value empty.
6654 (display-buffer-overriding-action): Convert to defvar.
6655 (display-buffer-fallback-action): New var.
6656
25322144
CY
66572011-09-15 Chong Yidong <cyd@stupidchicken.com>
6658
6659 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
6660 declaration.
6661 (package--add-to-archive-contents): If there is a duplicate entry
6662 with an older version, remove it.
6663 (package-menu-mark-delete, package-menu-mark-install)
6664 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
6665 (package-menu-mark-obsolete-for-deletion):
6666 Use package-menu-get-status instead of a regexp search.
25322144
CY
6667 (package-menu-get-status): Use tabulated-list-entry.
6668 (package-menu-mark-upgrades): New command.
d770725a 6669 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
6670 (package-menu-execute): Do installation before deletion.
6671 (package-menu-refresh, package-menu-execute): Use derived-mode-p
6672 instead of checking major-mode.
6673 (package-menu--find-upgrades): New function.
6674
7520339c
LMI
66752011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6676
6677 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
6678 passwords in the log buffer.
65a046c4
LMI
6679 (smtpmail-process-filter): Update the process marker so that the
6680 "broken by peer" status message is inserted in the right place.
7520339c 6681
d3c30954
SM
66822011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6683
3fe48822
SM
6684 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
6685 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
6686 bibtex-completion-at-point-function.
6687 (bibtex-completion-at-point-function): Use them.
6688
1b8b3954
SM
6689 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
6690
d3c30954
SM
6691 * mpc.el (mpc-constraints-tag-lookup): New function.
6692 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
6693 also to browser "album|playlist".
6694
72779976
JL
66952011-09-14 Juri Linkov <juri@jurta.org>
6696
6697 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
6698 (isearch-edit-string): Use length of `isearch-string' when
6699 `isearch-fail-pos' returns nil.
6700 (isearch-message): Remove duplicate code and call
6701 `isearch-fail-pos' with arg `t'.
6702
a0bf2bcd
CY
67032011-09-14 Chong Yidong <cyd@stupidchicken.com>
6704
17bb0a2d
CY
6705 * replace.el (occur-mode-goto-occurrence): Don't force using other
6706 window (Bug#9499).
6707
a0bf2bcd
CY
6708 * dired-aux.el (dired-do-chmod): Don't provide initial input.
6709
f678e0b6
MR
67102011-09-14 Martin Rudalics <rudalics@gmx.at>
6711
6712 * window.el (display-buffer-window): Remove.
6713 (display-buffer-record-window): Use help-setup window parameter
6714 instead of variable display-buffer-window.
6715 (display-buffer-function, special-display-buffer-names)
6716 (special-display-function): Mention help-setup parameter instead
6717 of display-buffer-window in doc-string.
d3c30954
SM
6718 * help.el (help-window-setup): New argument help-window.
6719 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
6720 Reword some messages.
6721 (with-help-window): Pass window used for displaying the buffer
6722 to help-window-setup. Don't set display-buffer-window.
6723
8e39b2e8
GM
67242011-09-13 Glenn Morris <rgm@gnu.org>
6725
6726 * emacs-lisp/debug.el (debugger-make-xrefs):
6727 Preserve point. (Bug#9462)
6728
85e9c04b
CY
67292011-09-13 Chong Yidong <cyd@stupidchicken.com>
6730
6731 * window.el (window-deletable-p): Use next-frame.
6732
1b36ed6a
MR
67332011-09-13 Martin Rudalics <rudalics@gmx.at>
6734
6735 * window.el (window-auto-delete): Remove.
6736 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 6737 dedication and previous buffers.
1b36ed6a
MR
6738 (switch-to-prev-buffer): Don't delete window.
6739 (delete-windows-on): Delete a window's frame if and only if the
6740 window is dedicated.
6741 (replace-buffer-in-windows): Delete buffer's window or frame if
6742 and only if window is dedicated.
6743 (quit-window): Handle quit-restore as before last change.
4d61f28d 6744 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 6745
ef8ef9fb
CY
67462011-09-13 Chong Yidong <cyd@stupidchicken.com>
6747
6748 * window.el (window-deletable-p): Never delete the last frame on a
6749 given terminal.
6750
b2cba41e
GM
67512011-09-13 Glenn Morris <rgm@gnu.org>
6752
6753 * help.el (describe-key-briefly): Copy previous standard-output change.
6754
51553db6 67552011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
6756
6757 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
6758
b7556719
GM
67592011-09-13 Glenn Morris <rgm@gnu.org>
6760
6761 * emacs-lisp/lisp-mode.el (lisp-indent-function):
6762 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
6763
64b51947
CY
67642011-09-12 Chong Yidong <cyd@stupidchicken.com>
6765
6766 * dired-aux.el (dired-mark-read-string): Don't return default
6767 value on empty input (Bug#9361).
6768 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
6769 Omit initial minibuffer contents.
6770 (dired-do-chmod): Signal an error on empty input.
6771 (dired-mark-read-string): Don't return default on empty input.
6772
6773 * files.el (file-modes-symbolic-to-number): Doc fix.
6774
393a301e
SM
67752011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6776
6777 * international/mule-cmds.el (ucs-completions): Remove.
6778 (read-char-by-name): Use complete-with-action instead; add metadata.
6779
fa5660f9
CY
67802011-09-11 Chong Yidong <cyd@stupidchicken.com>
6781
6782 * window.el (display-buffer--action-function-custom-type)
6783 (display-buffer--action-custom-type): New vars.
6784 (display-buffer-alist, display-buffer-default-action)
6785 (display-buffer-overriding-action): Add defcustom types.
6786
4a592f66
CY
6787 * frame.el (delete-other-frames): Doc fix (Bug#276).
6788
73d56dbd
LMI
67892011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6790
6791 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
6792
37ac18a3
CY
67932011-09-11 Chong Yidong <cyd@stupidchicken.com>
6794
6795 Change modes that used same-window-* vars to use switch-to-buffer.
6796
6797 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
6798 Use switch-to-buffer.
6799
6800 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
6801 (customize-browse, custom-buffer-create-other-window):
6802 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
6803
6804 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
6805 (Info-prev, Info-up, Info-speedbar-goto-node)
6806 (info-display-manual): Use switch-to-buffer.
6807 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
6808
6809 * mail/sendmail.el (mail): Use switch-to-buffer.
6810 (mail-recover): Use switch-to-buffer-other-window.
6811
6812 * cmuscheme.el (run-scheme, switch-to-scheme):
6813 * ielm.el (ielm):
6814 * shell.el (shell):
6815 * net/rlogin.el (rlogin):
6816 * net/telnet.el (telnet, rsh):
6817 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
6818
10195bd6
AS
68192011-09-11 Andreas Schwab <schwab@linux-m68k.org>
6820
6821 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
6822
b322f63a
LMI
68232011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6824
39d7fed6
LMI
6825 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
6826 so don't mention it (bug#9301).
ba5a81f1 6827 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 6828
ee0e9f11
LMI
6829 * faces.el (face-spec-set-match-display): Make `(type graphic)'
6830 match `x', `w32' and `ns', like the manual says (bug#9029).
6831
0b1c89c1 6832 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
6833 (process-kill-buffer-query-function): Mention the buffer name in
6834 the query.
0b1c89c1 6835
77549ea8
LMI
6836 * image-mode.el (image-next-line): The line parameter is mandatory
6837 (bug#9258).
6838
803ef892
LMI
6839 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
6840 which can be useful (bug#9301).
6841
12980837
LMI
6842 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
6843
91054f8f
LMI
6844 * subr.el (match-string): Mention that the current buffer should
6845 be the same as the search was done in (bug#9282).
6846
b322f63a
LMI
6847 * facemenu.el: Disable the remove-* commands if the mark isn't
6848 active (bug#9162).
6849
3199b96f
CY
68502011-09-10 Chong Yidong <cyd@stupidchicken.com>
6851
6852 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
6853 of display-buffer.
6854 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
6855
6856 * replace.el (occur-mode-goto-occurrence)
6857 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
6858 and display-buffer.
6859
6860 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
6861 display-buffer.
6862
6863 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
6864 special-display and same-window variables.
6865 (mail-other-window): Use switch-to-buffer-other-window.
6866 (mail-other-frame): USe switch-to-buffer-other-frame.
6867
393a301e
SM
6868 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
6869 Use display-buffer-other-frame.
3199b96f
CY
6870 (gdb-display-gdb-buffer): Use pop-to-buffer.
6871
6872 * progmodes/gud.el (gud-goto-info): Use info-other-window.
6873
6874 * progmodes/python.el: Don't set same-window-buffer-names.
6875
6876 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
6877
6878 * window.el (display-buffer-alist): Add *Python*.
6879
8319e0bf
CY
68802011-09-10 Chong Yidong <cyd@stupidchicken.com>
6881
6882 * window.el (display-buffer-alist): Add entry for buffers
6883 previously handled same-window-*.
6884 (display-buffer-alist, display-buffer-default-action)
6885 (display-buffer-overriding-action): Mark as risky.
6886 (display-buffer-alist): Document action function changes.
6887 (display-buffer--same-window-action)
6888 (display-buffer--other-frame-action): New variables.
6889 (switch-to-buffer, display-buffer-other-frame): Use them.
6890 (display-buffer): Rename reuse-frame entry to reusable-frames.
6891 (display-buffer-reuse-selected-window): Function deleted.
6892 (display-buffer-reuse-window): Handle reusable-frames alist entry.
6893 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
6894 (display-buffer-special): New function.
6895 (display-buffer--maybe-pop-up-frame-or-window): Rename from
6896 display-buffer-reuse-or-pop-window. Split off special-display
6897 part into display-buffer-special.
6898 (display-buffer-use-some-window): Don't perform any special
6899 pop-up-frames handling.
6900 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 6901 (display-buffer--maybe-same-window): Rename from
0d3ff375 6902 display-buffer-maybe-same-window.
8319e0bf 6903
919a69aa
CY
6904 * info.el: Don't set same-window-regexps.
6905 (info-setup): New function.
6906 (info-other-window, info): Call it.
6907
6908 * cus-edit.el: Don't set same-window-regexps.
6909 (customize-group): New argument.
6910 (customize-group-other-window): Use it.
6911 (customize-face, customize-face-other-window): Likewise.
6912 (custom-buffer-create-other-window): Use pop-to-buffer directly.
6913
8319e0bf
CY
6914 * net/rlogin.el:
6915 * net/telnet.el:
6916 * progmodes/gud.el: Don't set same-window-regexps.
6917
6918 * cmuscheme.el:
6919 * ielm.el:
6920 * shell.el:
6921 * mail/sendmail.el:
6922 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
6923
25173000
JL
69242011-09-10 Juri Linkov <juri@jurta.org>
6925
6926 * isearch.el (isearch-edit-string): Remove obsolete mention of
6927 `C-w' (`isearch-yank-word-or-char') from docstring.
6928 (isearch-query-replace): Fix typo in docstring (bug#9466).
6929
056e44ef
JL
69302011-09-10 Juri Linkov <juri@jurta.org>
6931
6932 * paren.el (show-paren-function): Don't show escaped parens.
6933 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
6934
c3760c17
EZ
69352011-09-10 Eli Zaretskii <eliz@gnu.org>
6936
6937 * mail/sendmail.el (mml-to-mime, mml-attach-file)
6938 (mm-default-file-encoding): Remove autoload forms, they are
6939 replaced with autoload cookies in mml.el and mm-encode.el.
6940 (mail-add-attachment): New command.
6941 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
6942 (mail-mode): Mention mail-insert-file and mail-add-attachment in
6943 the doc string.
6944 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
6945
fece895e
RT
69462011-09-10 Reuben Thomas <rrt@sc3d.org>
6947
e69df516
SM
6948 * simple.el (count-words-region): Use buffer if there's no region
6949 (bug#9429).
fece895e 6950
5e68ce4a
JL
69512011-09-09 Juri Linkov <juri@jurta.org>
6952
6953 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
6954 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
6955 (wdired-isearch-filter-read-only): New function. (Bug#6362)
6956
0a6b9622
AM
69572011-09-09 Alan Mackenzie <acm@muc.de>
6958
6959 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
6960 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
6961
14a29deb
EZ
69622011-09-09 Eli Zaretskii <eliz@gnu.org>
6963
6964 Fix for Savannah bug#9392.
6965 * simple.el (mail-encode-mml): New defvar.
6966
6967 * mail/rmail.el (mail-encode-mml): Add a defvar.
6968 (rmail-enable-mime-composing): Default to t.
6969 (rmail-forward): Use MIME method of forwarding only if both
6970 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
6971 Set mail-encode-mml non-nil if the MIME method was used.
6972
6973 * mail/sendmail.el (mml-to-mime): Add autoload form.
6974 (mail-encode-mml): Add a defvar.
6975 (mail-mode): Make mail-encode-mml buffer-local and initialize it
6976 to nil.
6977 (mail-send): If mail-encode-mml is non-nil, run the outgoing
6978 message through mml-to-mime, and reset mail-encode-mml to nil.
6979
28c45130
GM
69802011-09-09 Glenn Morris <rgm@gnu.org>
6981
6982 * woman.el (woman-if-body): When processing an .el block,
6983 do not delete the next .el block as well. (Bug#9447)
69f4b618 6984 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 6985
9b1c252e
MR
69862011-09-08 Martin Rudalics <rudalics@gmx.at>
6987
6988 * window.el (window-deletable-p): Make sure window is live before
6989 invoking window-prev-buffers.
6990
567457e3
LL
69912011-09-08 Leo Liu <sdl.web@gmail.com>
6992
6993 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
6994
97f05794
JL
69952011-09-08 Juri Linkov <juri@jurta.org>
6996
6997 * progmodes/compile.el (compilation-environment): Make it
6998 a defcustom (bug#8340).
6999
8b0874b5
MR
70002011-09-08 Martin Rudalics <rudalics@gmx.at>
7001
7002 * window.el (frame-auto-delete): Rename to window-auto-delete.
7003 Make it control auto-deletion of windows and/or frames.
7004 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 7005 for deleting window/frame. (Bug#9419)
8b0874b5
MR
7006 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
7007 Rewrite handling of case when window/frame can be deleted.
7008 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 7009 argument t. (Bug#9456)
8b0874b5 7010
4feb6e73
CY
70112011-09-07 Chong Yidong <cyd@stupidchicken.com>
7012
7013 * help-mode.el (help-mode): Restore autoload.
7014
91ab9c13
JL
70152011-09-07 Juri Linkov <juri@jurta.org>
7016
7017 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
7018 `compilation-environment'. Set buffer-local
7019 `compilation-environment' to `thisenv' later after (funcall mode).
7020 (Bug#8340)
7021
7022 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
7023 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
7024 instead of replacing its value. (Bug#8340)
7025
0527e251
JL
70262011-09-07 Juri Linkov <juri@jurta.org>
7027
7028 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
7029 based on text properties put by `grep-filter' instead of matching
7030 escape sequences.
7031 (grep-mode): Set buffer-local `compilation-error-screen-columns'
7032 to the value of `grep-error-screen-columns' (bug#9438).
7033
249f792c
JL
70342011-09-07 Juri Linkov <juri@jurta.org>
7035
7036 * simple.el (next-error-highlight, next-error-highlight-no-select):
7037 Doc fix (bug#9432).
7038
ff7271b9
OT
70392011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7040
7041 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7042 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
7043
183fc730
LL
70442011-09-07 Leo Liu <sdl.web@gmail.com>
7045
7046 * net/rcirc.el (rcirc-mode): Conditionally initialize
7047 rcirc-input-ring.
7048
77694924
SM
70492011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7050
7051 * emacs-lisp/find-func.el (find-function-C-source): Only set
7052 find-function-C-source-directory after checking that we found a source
7053 file there (bug#9440).
7054
d809b8eb
AM
70552011-09-06 Alan Mackenzie <acm@muc.de>
7056
7057 * isearch.el (isearch-other-meta-char): Wherever a key list is
7058 unread, "unread" the prefix arg, too. This fixes bug #8901.
7059
453de99f
OG
70602011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7061
7062 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
7063
90439906
JL
70642011-09-05 Juri Linkov <juri@jurta.org>
7065
7066 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
7067
f62bd846
JL
70682011-09-05 Juri Linkov <juri@jurta.org>
7069
7070 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
7071 keeping point where processing of grep matches begins, and
7072 continue to delete remaining escape sequences from the same point.
7073 (grep-filter): Make leading zero optional in "0?1;31m" because
7074 git-grep emits "\033[1;31m" escape sequences unlike expected
7075 "\033[01;31m" as GNU Grep does (bug#9408).
7076 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
7077
045820ec
JL
70782011-09-05 Juri Linkov <juri@jurta.org>
7079
7080 * subr.el (y-or-n-p): Capitalize "yes".
7081
f5e29b9b
MA
70822011-09-04 Michael Albinus <michael.albinus@gmx.de>
7083
7084 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
7085 `tramp-cache-unload-hook' where appropriate.
7086 (tramp-methods): Rename `tramp-remote-sh' to
7087 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
7088 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
7089
7090 * net/tramp-sh.el (top): Don't require 'shell.
7091 (tramp-methods): Add `tramp-remote-shell' and
7092 `tramp-remote-shell-args' entries.
7093 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
7094 (tramp-sh-handle-shell-command): Remove.
7095 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7096 Use `tramp-remote-shell'.
7097
2784c434
CY
70982011-09-03 Chong Yidong <cyd@stupidchicken.com>
7099
393a301e 7100 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
7101 (sendmail-query-once): Save directly to send-mail-function.
7102 Update message-send-mail-function too.
7103
7104 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
7105
464cdf56
CS
71062011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7107
7108 * progmodes/python.el (python-mode-map): Use correct function to
7109 start python interpreter from menu-bar (as reported by Geert
7110 Kloosterman).
7111 (inferior-python-mode-map): Fix typo.
393a301e 7112 (python-shell-map): Remove.
464cdf56 7113
d37e5c87
DD
71142011-09-03 Deniz Dogan <deniz@dogan.se>
7115
7116 * net/rcirc.el (rcirc-print): Simplify code for
7117 rcirc-scroll-show-maximum-output. There is no need to walk
7118 through all windows to find the right one.
7119
f3ada0ee
CS
71202011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7121
7122 * help.el (help-return-method): Doc fix.
7123
1f3c99ca
MR
71242011-09-03 Martin Rudalics <rudalics@gmx.at>
7125
7126 * window.el (window-deletable-p): Don't return a non-nil value
7127 when there's a buffer that was shown in the window before.
7128 (Bug#9419)
393a301e
SM
7129 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7130 Set window's previous buffers to nil.
1f3c99ca 7131
a3cf097f
EZ
71322011-09-03 Eli Zaretskii <eliz@gnu.org>
7133
7134 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
7135 newline before and after the tag line, so it doesn't interfere
7136 with determining the paragraph direction of bidirectional text.
7137
3d03de90
LL
71382011-09-03 Leo Liu <sdl.web@gmail.com>
7139
7140 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
7141
c3313451
CY
71422011-09-02 Chong Yidong <cyd@stupidchicken.com>
7143
393a301e 7144 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
7145 (pop-to-buffer): Change interactive spec. Pass second argument
7146 directly to display-buffer.
7147 (display-buffer): Fix interactive spec. Use functionp to
7148 distinguish between a function and a list of functions.
7149
7150 * abbrev.el (edit-abbrevs):
7151 * arc-mode.el (archive-extract):
7152 * autoinsert.el (auto-insert):
7153 * bookmark.el (bookmark-bmenu-list):
7154 * files.el (find-file):
7155 * view.el (view-buffer):
7156 * progmodes/compile.el (compilation-goto-locus):
7157 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
7158
89894cd8
CY
71592011-09-02 Chong Yidong <cyd@stupidchicken.com>
7160
7161 * window.el (display-buffer-alist): Doc fix.
7162 (display-buffer): Add docstring. Don't treat
7163 display-buffer-default specially.
7164 (display-buffer-reuse-selected-window)
7165 (display-buffer-same-window, display-buffer-maybe-same-window)
7166 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7167 (display-buffer-pop-up-window)
7168 (display-buffer-reuse-or-pop-window)
7169 (display-buffer-use-some-window): New functions.
7170 (display-buffer-default-action): Use them.
393a301e 7171 (display-buffer-default): Delete.
89894cd8
CY
7172 (pop-to-buffer-1): Fix choice of actions.
7173
ae0bc9fb
SM
71742011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7175
7176 * minibuffer.el (completion--insert-strings): Don't get confused by
7177 completion entries that end with an LF char.
7178
e9d90883
EZ
71792011-09-01 Eli Zaretskii <eliz@gnu.org>
7180
7181 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
7182
437014c8
CY
71832011-09-01 Chong Yidong <cyd@stupidchicken.com>
7184
7185 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
7186 (display-buffer-same-window, display-buffer-other-window):
7187 New functions.
437014c8
CY
7188 (pop-to-buffer-1): New function. Use the above.
7189 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 7190 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
7191
7192 * view.el (view-buffer-other-window, view-buffer-other-frame):
7193 Just use pop-to-buffer.
7194
a5e063d5
TV
71952011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7196
7197 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
7198
793d32bb
WH
71992011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
7200
7201 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
7202
d65e4c15
RS
72032011-08-31 Richard Stallman <rms@gnu.org>
7204
7205 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
7206 of the separation of rmail-view-buffer from rmail-buffer.
7207 If you say no to "replace original", the decrypt is in the
7208 view buffer. If you say yes, the decrypt goes into the
7209 rmail buffer also.
7210
f818cd2a
MR
72112011-08-31 Martin Rudalics <rudalics@gmx.at>
7212
7213 * window.el (display-buffer-window): Rewrite doc-string.
7214 (display-buffer-record-window): New function.
7215 (display-buffer-macro-specifiers)
7216 (display-buffer-even-window-sizes, display-buffer-set-height)
7217 (display-buffer-set-width, display-buffer-in-window)
7218 (display-buffer-reuse-window, display-buffer-split-specifiers)
7219 (display-buffer-side-specifiers, display-buffer-split-window-1)
7220 (display-buffer-split-window, display-buffer-split-atom-window)
7221 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7222 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
7223 (display-buffer-other-window-means-other-frame)
7224 (display-buffer-normalize-special)
7225 (display-buffer-normalize-default)
7226 (display-buffer-normalize-argument)
7227 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
7228 (display-buffer-normalize-specifiers, display-buffer-frame)
7229 (display-buffer-same-window, display-buffer-same-frame)
7230 (display-buffer-other-window)
7231 (display-buffer-same-frame-other-window)
7232 (display-buffer-other-frame, pop-to-buffer-same-window)
7233 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
7234 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
7235 (switch-to-buffer-same-frame)
7236 (switch-to-buffer-other-window-same-frame)
7237 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
7238 (display-buffer-alist-set-1, display-buffer-alist-set-2)
7239 (display-buffer-alist-set): Remove.
7240 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
7241 (special-display-regexps, special-display-function):
7242 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
7243 parameter.
7244 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
7245 (special-display-frame-alist, special-display-popup-frame)
7246 (same-window-buffer-names, same-window-regexps, same-window-p)
7247 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7248 (split-window-preferred-function, split-height-threshold)
7249 (split-width-threshold, window-splittable-p)
7250 (split-window-sensibly, window--try-to-split-window)
7251 (window--frame-usable-p, even-window-heights)
7252 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
7253 (window--display-buffer-2, display-buffer-other-frame):
7254 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
7255 (display-buffer-default, display-buffer-assq-regexp): New functions.
7256 (display-buffer-alist): Rewrite doc-string.
7257 (display-buffer-default-action)
7258 (display-buffer-overriding-action): New variables.
7259 (display-buffer, switch-to-buffer): Rewrite.
7260 (pop-to-buffer): Restore Emacs 23 behavior but use
7261 window-normalize-buffer-to-display.
7262 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7263 Restore Emacs 23 behavior but use
7264 window-normalize-buffer-to-switch-to.
7265 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
7266 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
7267 Rewrite using Emacs 23 options.
f818cd2a 7268
5bc3b51d
MA
72692011-08-31 Michael Albinus <michael.albinus@gmx.de>
7270
7271 * net/tramp.el (tramp-root-regexp): Remove.
7272 (tramp-completion-file-name-regexp-unified)
7273 (tramp-completion-file-name-regexp-separate)
7274 (tramp-completion-file-name-regexp-url): Don't use leading volume
7275 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
7276 (tramp-drop-volume-letter): Simplify definition.
7277 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 7278
b1a4f8e1
SM
72792011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7280
7281 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
7282 (bug#9356).
7283
5664fa7b
RT
72842011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
7285
b1a4f8e1 7286 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 7287
9a45d6c3
JL
72882011-08-29 Juri Linkov <juri@jurta.org>
7289
7290 * isearch.el (isearch-done): Don't display message "Mark saved"
7291 when arg `edit' is non-nil to prevent its flicker in the echo area.
7292
fb87e0fb
CY
72932011-08-28 Chong Yidong <cyd@stupidchicken.com>
7294
7295 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
7296 obsolete packages for deletion.
7297
09ac1c2a
CS
72982011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
7299
7300 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 7301 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
7302 view-mode from help-mode.
7303 (help-xref-override-view-map): Remove.
7304 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
7305 view-mode is not used anymore.
7306
7a1ff57f
CY
73072011-08-28 Chong Yidong <cyd@stupidchicken.com>
7308
7309 * server.el (server-port): Doc fix.
7310
b9696605
CY
7311 * cus-theme.el (custom-theme-choose-mode): Inherit from
7312 special-mode (Bug#9124).
7313 (custom-theme-choose-mode-map): Add special-mode to parent.
7314
ef8cdf8c
AM
73152011-08-28 Alan Mackenzie <acm@muc.de>
7316
7317 * progmodes/cc-fonts.el
7318 (c-make-font-lock-BO-decl-search-function): New function.
7319 (c-basic-matchers-after - "Fontify the clauses after various
7320 keywords"): Extract the three keyword lists for the 3 erroneous
7321 constructs from the list of four, and use the new function above
7322 in place of an old one.
7323
27de4e20
DD
73242011-08-28 Deniz Dogan <deniz@dogan.se>
7325
7326 * net/rcirc.el (rcirc-insert-prev-input)
7327 (rcirc-insert-next-input): Remove unused argument.
7328
356a3681
SM
73292011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7330
7331 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
7332
3fc9b218
AM
73332011-08-27 Alan Mackenzie <acm@muc.de>
7334
7335 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
7336 handle function pointer parameters properly.
7337
538a061c
MR
73382011-08-27 Martin Rudalics <rudalics@gmx.at>
7339
7340 * window.el (display-buffer-reuse-window): Fix case where
7341 selected window was reused with non-nil OTHER-WINDOW argument.
7342 (Bug#9381)
7343
35b1c40c
DD
73442011-08-27 Deniz Dogan <deniz@dogan.se>
7345
7346 * net/rcirc.el (rcirc-check-auth-status): Adding support for
7347 oftc's NickServ messages.
7348
2f6a3e79
GM
73492011-08-27 Glenn Morris <rgm@gnu.org>
7350
7351 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
7352
7254299e
CY
73532011-08-26 Chong Yidong <cyd@stupidchicken.com>
7354
7355 * emacs-lisp/package.el (package-install): Call package-initialize
7356 if called interactively.
7357
f8ccf167
LL
73582011-08-26 Leo Liu <sdl.web@gmail.com>
7359
7360 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
7361
3e8cd5ce
JL
73622011-08-25 Juri Linkov <juri@jurta.org>
7363
7364 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7365 `search-whitespace-regexp' (bug#9364).
7366
93eb7113
JL
73672011-08-25 Juri Linkov <juri@jurta.org>
7368
7369 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
7370 `regexp-search-ring' to their global values to protect from
7371 updating by `read-from-minibuffer' (bug#9185).
7372
f65d1611
JL
73732011-08-25 Juri Linkov <juri@jurta.org>
7374
7375 * textmodes/ispell.el (ispell-command-loop): Add newline
7376 at the end of the "Use option `i'..." line.
7377
f1cf7a31
JL
73782011-08-25 Juri Linkov <juri@jurta.org>
7379
7380 * battery.el (display-battery-mode): If `battery-status-function'
7381 or `battery-mode-line-format' is nil, display the message and set
7382 `display-battery-mode' to nil (bug#9363).
7383
0c95fcf7
EZ
73842011-08-25 Eli Zaretskii <eliz@gnu.org>
7385
7386 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
7387 bidi-string-mark-left-to-right; they are unnecessary now.
7388
a2ebe600
DD
73892011-08-25 Deniz Dogan <deniz@dogan.se>
7390
7391 * net/quickurl.el: Documentation typo fixes.
7392
e4ed06f1
CY
73932011-08-25 Chong Yidong <cyd@stupidchicken.com>
7394
7395 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
7396
e5f1c99e
GM
73972011-08-25 Glenn Morris <rgm@gnu.org>
7398
b2948976
GM
7399 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7400
e5f1c99e
GM
7401 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
7402 (smtpmail-via-smtp): Handle nil response from smtp.
7403
f22f4808
JL
74042011-08-24 Juri Linkov <juri@jurta.org>
7405
7406 * proced.el (proced-marked): Inherit from `error' instead of
7407 `font-lock-warning-face'.
7408
7409 * ibuffer.el (ibuffer-marked-face): Change default face from
7410 `font-lock-warning-face' to `warning'.
7411 (ibuffer-deletion-face): Change default face from
7412 `font-lock-type-face' to `error'.
7413
7414 * battery.el (battery-update): Use the face `error' instead of
7415 `font-lock-warning-face' (bug#6117).
7416
6a93965e
JL
74172011-08-24 Juri Linkov <juri@jurta.org>
7418
7419 * faces.el (success): Change face color from "Green3" to
7420 "ForestGreen" on light background (bug#9353).
7421
1ed43b09
CY
74222011-08-24 Chong Yidong <cyd@stupidchicken.com>
7423
5664fa7b
RT
7424 * window.el (quit-window): Rename from quit-restore-window.
7425 Use same arglist as old quit-window.
1ed43b09
CY
7426 (frame-auto-delete): Doc fix.
7427
7428 * view.el (view-mode-exit): Use quit-window.
7429
11dcdbb2
JL
74302011-08-24 Juri Linkov <juri@jurta.org>
7431
7432 * isearch.el (isearch-ring-adjust1): Start visiting previous
7433 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7434 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7435 for empty search string (when the last search string is reused
7436 automatically) to adjust the isearch ring to the last element and
7437 prepare the correct index for further M-p commands (bug#9185).
7438
de62b4df
KH
74392011-08-24 Kenichi Handa <handa@m17n.org>
7440
7441 * international/ucs-normalize.el: If decomposition property of
7442 CHAR is the default one (i.e. a list of CHAR itself), treat it as
7443 nil.
7444 (nfd, nfkd): Likewise.
7445
963b492b
SM
74462011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7447
7448 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7449 from process filters aren't reliably transmitted to the surrounding
7450 accept-process-output.
7451 (mpc-proc-check): New function.
7452 (mpc-proc-sync): Use it (bug#8293)
7453
93b6b5e1
SM
74542011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7455
7456 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7457 Add compatibility functions (bug#9313).
7458
bca633fb
EZ
74592011-08-23 Eli Zaretskii <eliz@gnu.org>
7460
b177498a
EZ
7461 * cus-start.el (all): Add entry for bidi-paragraph-direction.
7462
6df6ae42 7463 * international/uni-bidi.el: Regenerate.
bca633fb 7464
0902a04e
KH
74652011-08-23 Kenichi Handa <handa@m17n.org>
7466
7467 * international/charprop.el:
7468 * international/uni-bidi.el:
7469 * international/uni-category.el:
7470 * international/uni-combining.el:
7471 * international/uni-comment.el:
7472 * international/uni-decimal.el:
7473 * international/uni-decomposition.el:
7474 * international/uni-digit.el:
7475 * international/uni-lowercase.el:
7476 * international/uni-mirrored.el:
7477 * international/uni-name.el:
7478 * international/uni-numeric.el:
7479 * international/uni-old-name.el:
7480 * international/uni-titlecase.el:
7481 * international/uni-uppercase.el: Regenerate.
7482
3bbf23bc
MR
74832011-08-23 Martin Rudalics <rudalics@gmx.at>
7484
7485 * help.el (help-window-setup): Fix message displayed when other
7486 window is reused. (Bug#9341)
7487
b3fd59bd
SM
74882011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7489
1802e444
SM
7490 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7491 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7492
b3fd59bd
SM
7493 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7494 Mark obsolete.
7495 * shell.el (shell-parse-pcomplete-arguments): New function.
7496 (shell-completion-vars): Use it instead (bug#9160).
7497
4eb61348
SM
74982011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7499
867cab74
SM
7500 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7501 strings and comments (bug#9333).
7502
4eb61348
SM
7503 * emacs-lisp/debug.el (debug-arglist): New function.
7504 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7505 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7506
262a1439
JL
75072011-08-22 Juri Linkov <juri@jurta.org>
7508
56ee679c
JL
7509 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7510 Revert regexp that highlights output switches to its old
7511 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7512
262a1439
JL
7513 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7514 to check for empty output (bug#9226).
7515
f13f86fb
CY
75162011-08-22 Chong Yidong <cyd@stupidchicken.com>
7517
7518 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7519 symbol-constituent as the default, as that stops font-lock from
7520 working properly (Bug#8843).
7521
c65c9622
LMI
75222011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7523
7524 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7525 `coding-system-for-*' around the process open call to avoid
7526 auth-source side effects.
e7f2c178 7527 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
7528 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7529 probe hangs.
c65c9622 7530
23a8a5ab
CY
75312011-08-21 Chong Yidong <cyd@stupidchicken.com>
7532
ff98b2dd
CY
7533 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7534
23a8a5ab
CY
7535 * emacs-lisp/find-func.el (find-function-noselect): New arg
7536 lisp-only.
7537
7538 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7539 signal an error for built-in functions (Bug#6664).
7540
f5e3c598
LMI
75412011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7542
7543 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7544 (smtpmail-try-auth-methods): Use it.
7545
a3f2468a
CY
75462011-08-21 Chong Yidong <cyd@stupidchicken.com>
7547
2c34e8da
CY
7548 * font-lock.el (font-lock-fontify-region)
7549 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7550 (font-lock-default-unfontify-buffer)
7551 (font-lock-default-fontify-region)
7552 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7553
b3fd59bd
SM
7554 * progmodes/compile.el (compilation-error-properties):
7555 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
7556 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7557 `ant' regexp.
ee31aabc 7558
a3f2468a
CY
7559 * net/browse-url.el (browse-url-firefox): Don't call
7560 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7561
8e999f70
GM
75622011-08-20 Glenn Morris <rgm@gnu.org>
7563
c21a496a
GM
7564 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7565
59ee0542
GM
7566 * tutorial.el (tutorial--default-keys): Update some default bindings.
7567
8e999f70
GM
7568 * files.el (hack-local-variables): Fully ignore case for "mode:".
7569
e3715033
AM
75702011-08-20 Alan Mackenzie <acm@muc.de>
7571
7572 Resolve invalid use of a regexp in regexp-opt.
7573
4d61f28d
JB
7574 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7575 detection for a java annotation.
e3715033 7576
4d61f28d 7577 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
7578 detection for a java annotation.
7579
4d61f28d
JB
7580 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7581 handling for java.
e3715033
AM
7582 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7583
04ed2e9c
CY
75842011-08-20 Chong Yidong <cyd@stupidchicken.com>
7585
7586 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7587 (Bug#9274).
7588
826cee64
AM
75892011-08-20 Alan Mackenzie <acm@muc.de>
7590
58179cce 7591 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
7592 such a construct. Mainly for when jit-lock etc. starts a chunk
7593 here.
7594
58179cce 7595 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 7596 variable.
58179cce 7597 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
7598 c-make-font-lock-search-function.
7599 (c-make-font-lock-search-function): Use the above function.
7600 (c-make-font-lock-context-search-function): New function.
7601 (c-cpp-matchers): Enhance the preprocessor expression case with
7602 the above function
7603 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7604 which takes an expression.
7605
7606 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7607
13009bd8
MR
76082011-08-20 Martin Rudalics <rudalics@gmx.at>
7609
7610 * window.el (display-buffer-reuse-window)
7611 (display-buffer-pop-up-window): Don't reuse or split a side
7612 window.
7613
9234ff7f
GM
76142011-08-19 Glenn Morris <rgm@gnu.org>
7615
7616 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 7617 Downcase "Mode:". (Bug#9331)
9234ff7f 7618
f635daa1
CY
76192011-08-18 Chong Yidong <cyd@stupidchicken.com>
7620
7621 * international/characters.el: Add L and R categories.
7622
7623 * subr.el (bidi-string-mark-left-to-right): Rename from
7624 string-mark-left-to-right. Use category search.
7625
7626 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7627
bc987f8b
JL
76282011-08-18 Juri Linkov <juri@jurta.org>
7629
7630 * faces.el (error, warning, success): New faces with definitions
7631 copied from old default values of `font-lock-warning-face',
7632 `compilation-warning', `compilation-info' (bug#6117).
7633
7634 * font-lock.el (font-lock-warning-face): Inherit from `error'.
7635
7636 * progmodes/compile.el (compilation-error): Inherit from `error'.
7637 (compilation-warning): Inherit from `warning'.
7638 (compilation-info): Inherit from `success'.
7639
7640 * dired.el (dired-marked): Inherit from `warning'.
7641 (dired-flagged): Inherit from `error'.
7642
57173b96
LMI
76432011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7644
3e79eb87
LMI
7645 * mail/smtpmail.el (auth-source): Require to avoid problems with
7646 binding variables (bug#9298). Also clean up some unused
7647 autoloads.
7648
b3fd59bd
SM
7649 * net/network-stream.el (network-stream-open-starttls):
7650 Support using starttls.el without using gnutls-cli.
57173b96 7651
02b404de
JL
76522011-08-17 Juri Linkov <juri@jurta.org>
7653
7654 * progmodes/grep.el (rgrep): Handle the case when
7655 `grep-find-command' is a cons cell (bug#9278).
7656
8c9177f2
MR
76572011-08-17 Martin Rudalics <rudalics@gmx.at>
7658
7659 * window.el (display-buffer-pop-up-frame): Run frame creation
7660 function with BUFFER current (as special-display-popup-frame
7661 does). Reported by Drew Adams.
7662
3644a0ab
DU
76632011-08-17 Daiki Ueno <ueno@unixuser.org>
7664
7665 * epa-mail.el: Simplify GnuPG group expansion using
7666 epg-expand-group.
7667 (epa-mail-group-alist, epa-mail-group-modtime)
7668 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
7669 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
7670 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
7671 Remove.
7672
5e617bc2 76732011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
7674
7675 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
7676
9c4aeabf
AM
76772011-08-16 Alan Mackenzie <acm@muc.de>
7678
7679 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
7680 Correct, to avoid the inside of macros.
7681
3a99bf64
RS
76822011-08-16 Richard Stallman <rms@gnu.org>
7683
04963aa8
RS
7684 * epa-mail.el: Handle GnuPG group definitions.
7685 (epa-mail-group-alist, epa-mail-group-modtime)
7686 (epa-mail-gnupg-conf-file): New variables.
7687 (epa-mail-parse-groups, epa-mail-sync-groups)
7688 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
7689 (epa-mail-expand-recipients): New functions.
7690 (epa-mail-encrypt): Call epa-mail-expand-recipients.
7691
177549d0
RS
7692 * mail/rmail.el (rmail-epa-decrypt): New command.
7693
fe38beef
RS
7694 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
7695 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
7696 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
7697 (epa-decrypt-armor-in-region): Make error message clearer.
7698
934eacb9
SM
76992011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
7702 and "a2b" to "ab" for `prefix'.
7703
d024fb4e
CY
77042011-08-14 Chong Yidong <cyd@stupidchicken.com>
7705
7706 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
7707 filter groups.
de148fee
CY
7708 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
7709 Fourquet (Bug#8804).
d024fb4e 7710
62f1ca49
JB
77112011-08-12 Juanma Barranquero <lekktu@gmail.com>
7712
7713 * startup.el (argi): Declare as global variable (bug#9275).
7714
9ccaaa4b
CY
77152011-08-12 Chong Yidong <cyd@stupidchicken.com>
7716
7717 * subr.el (string-mark-left-to-right): Search the entire string
7718 for RTL script, not just the terminating character. Doc fix.
7719
a3dae87a
SM
77202011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7721
6cd18349
SM
7722 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
7723 New function.
7724 (js--regexp-literal, js-syntax-propertize-function): Remove.
7725 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
7726 (js-mode-map): Don't rebind electric keys.
7727 (js-insert-and-indent): Remove.
7728 (js-mode): Setup electric-layout and electric-indent instead.
7729
a3dae87a
SM
7730 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
7731
9d5cb631
DU
77322011-08-12 Daiki Ueno <ueno@unixuser.org>
7733
7734 * epa.el (epa-progress-callback-function): Fix the logic of
7735 displaying progress.
7736 * epa-file.el (epa-file-insert-file-contents): Make progress
7737 display more user-friendly.
7738 (epa-file-write-region): Ditto.
7739
3e26a4a2
CY
77402011-08-10 Chong Yidong <cyd@stupidchicken.com>
7741
7742 * subr.el (string-mark-left-to-right): New function.
7743
7744 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
7745 Use string-mark-left-to-right.
7746 (list-buffers-noselect): Caller changed.
7747
a3dae87a
SM
7748 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7749 Use string-mark-left-to-right.
3e26a4a2
CY
7750 (tabulated-list-print): Recenter after moving point.
7751
ac8cf6e6
JL
77522011-08-10 Juri Linkov <juri@jurta.org>
7753
7754 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
7755 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
7756 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
7757
8d96c9a4
CY
77582011-08-09 Chong Yidong <cyd@stupidchicken.com>
7759
7760 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
7761 (Bug#7554).
7762
7be1c708 77632011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
7764
7765 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
7766 character. (Bug#6594)
7767
37e11a63
CY
77682011-08-08 Chong Yidong <cyd@stupidchicken.com>
7769
839dde57
CY
7770 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
7771 (image-dired--with-db-file): New macro.
7772 (image-dired-write-tags, image-dired-remove-tag)
7773 (image-dired-create-gallery-lists, image-dired-write-comments)
7774 (image-dired-get-comment, image-dired-mark-tagged-files)
7775 (image-dired-list-tags, image-dired-gallery-generate): Use it.
7776 (image-dired-gallery-generate): Use insert-file-contents.
7777
37e11a63
CY
7778 * time.el (display-time-world-list, display-time-world-display):
7779 * time-stamp.el (time-stamp-string):
7780 * vc/add-log.el (add-change-log-entry): Use setenv instead of
7781 set-time-zone-rule (Bug#7337).
7782
0b4946c4
DU
77832011-08-08 Daiki Ueno <ueno@unixuser.org>
7784
7785 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
7786 (epg-error-to-string, epg-errors-to-string): New function.
7787 (epg-wait-for-completion): Reverse errors list.
7788 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
7789 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
7790 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
7791 (epg-sign-keys, epg-generate-key-from-file)
7792 (epg-generate-key-from-string): Format errors by using
7793 epg-errors-to-string (bug#9255).
7794 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
7795
75bfc667
JL
77962011-08-07 Juri Linkov <juri@jurta.org>
7797
7798 * faces.el (list-faces-display): Remove extra angle bracket
7799 from `help-mode-map'.
7800
7801 * info.el (Info-history-toc-nodes): Doc fix.
7802
7803 * longlines.el (longlines-mode): Doc fix.
7804
673e08bb
SM
78052011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7806
4640dd88
SM
7807 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
7808 of statements and in a few more cases (bug#9183).
7809
673e08bb
SM
7810 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
7811 New functions.
7812 (cl-transform-lambda): Use them (bug#9239).
7813
89b3f019
MR
78142011-08-05 Martin Rudalics <rudalics@gmx.at>
7815
7816 * window.el (display-buffer-same-window)
7817 (display-buffer-same-frame, display-buffer-other-window)
7818 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7819 (pop-to-buffer-other-window)
7820 (pop-to-buffer-same-frame-other-window)
7821 (pop-to-buffer-other-frame): Make them defuns.
7822 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
7823
640c8776
SM
78242011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * subr.el (make-composed-keymap): Move from C. Change calling
7827 convention, and improve docstring to bring attention to a subtle point.
7828 * minibuffer.el (completing-read-default): Adjust accordingly.
7829
63648a95
MA
78302011-08-03 Michael Albinus <michael.albinus@gmx.de>
7831
7832 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7833 (tramp-open-shell): Use `tramp-shell-quote-argument'.
7834
7835 * net/trampver.el: Update release number.
7836
b796c9b7
SM
78372011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7838
7839 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
7840 "in" (bug#9190).
7841
2239d7d5
LMI
78422011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7843
e07dd7c3
LMI
7844 * mail/sendmail.el (sendmail-query-once): Restore the current
7845 buffer after querying (bug#9074).
7846
0e6a2bd7
LMI
7847 * dired.el (dired-flagged): Use different faces for marked and
7848 flagged files (bug#6117).
7849
ce887515
LMI
7850 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
7851 (bug#4433).
7852
92f2affc
LMI
7853 * ido.el (ido-mode): Switch off the message if called
7854 non-interactively.
7855
57d5aff0
LMI
7856 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
7857 before 587, since it appears that that's more likely to work for
7858 more people.
7859
98cd6c18 7860 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 7861 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
7862 exist.
7863
b96dec83
LMI
7864 * info.el: Remove the `Info-beginning-of-buffer' function
7865 (bug#8325).
7866
b796c9b7
SM
7867 * net/network-stream.el (network-stream-open-starttls):
7868 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 7869
d90e2ea0
MR
78702011-08-01 Martin Rudalics <rudalics@gmx.at>
7871
7872 * window.el (display-buffer-in-window): Don't set dedicated status
7873 of window here (Bug#9215).
7874 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7875 (display-buffer-pop-up-side-window)
b796c9b7 7876 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 7877
cca09170
SM
78782011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7879
7880 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
7881 before binding generated-autoload-file.
7882
027b979c
DD
78832011-08-01 Deniz Dogan <deniz@dogan.se>
7884
7885 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
7886
3c7ee4f3
MA
78872011-07-30 Michael Albinus <michael.albinus@gmx.de>
7888
7889 Sync with Tramp 2.2.2.
7890
7891 * net/trampver.el: Update release number.
7892
2cc8e51a
JL
78932011-07-30 Juri Linkov <juri@jurta.org>
7894
7895 * dired-aux.el (dired-touch-initial): Remove function.
7896 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
7897 current time, and `default' to the last modification time of the
7898 current marked file (bug#6887).
7899
a514d856
JM
79002011-07-28 Jose E. Marchesi <jemarch@gnu.org>
7901
7902 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 7903 numeric argument to read-number (bug#9163).
a514d856 7904
8a7eddd7
MA
79052011-07-27 Michael Albinus <michael.albinus@gmx.de>
7906
7907 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
7908 connection process, it could be nil.
7909
1ddd96f5
LL
79102011-07-27 Leo Liu <sdl.web@gmail.com>
7911
7912 Simplify url handling in rcirc-mode.
7913
7914 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
7915 (rcirc-browse-url-at-mouse): Remove.
7916 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
7917
b248a85d
AM
79182011-07-26 Alan Mackenzie <acm@muc.de>
7919
7920 Fontify bitfield declarations properly.
7921
7922 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
7923 (c-symbol-chars): Now exported as a lang variable.
7924 (c-not-primitive-type-keywords): New lang variable.
7925
7926 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
7927 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 7928 parsed as a bitfield declaration.
b248a85d 7929
b796c9b7
SM
7930 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7931 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
7932 (c-punctuation-in): New function.
7933 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
7934 declarations properly.
7935
68575ab0
UJ
79362011-07-26 Ulf Jasper <ulf.jasper@web.de>
7937
7938 * calendar/icalendar.el (icalendar--all-events): Take care of
7939 multiple vcalendars in a single file.
b796c9b7 7940 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 7941
0f0a88b9
DD
79422011-07-25 Deniz Dogan <deniz@dogan.se>
7943
7944 * image.el (insert-image): Clarifying docstring.
7945
0b3f36df
MA
79462011-07-24 Michael Albinus <michael.albinus@gmx.de>
7947
7948 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
7949 `tramp-send-command-and-check' if there is no error.
7950 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
7951
a9901f61
AM
79522011-07-22 Alan Mackenzie <acm@muc.de>
7953
7954 Prevent cc-langs.elc being loaded at run time.
7955
7956 * progmodes/cc-mode.el: Remove two autoload forms which loaded
7957 cc-langs.
7958
4d61f28d 7959 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
7960 "(require 'cc-langs)". Quote a form so it will evaluate at
7961 (cc-mode's) compilation time.
7962
11d074b2
MA
79632011-07-22 Michael Albinus <michael.albinus@gmx.de>
7964
7965 * net/tramp.el (tramp-file-name-handler): Avoid recursive
7966 loading. (Bug#9114)
7967
938b94c8
MR
79682011-07-21 Martin Rudalics <rudalics@gmx.at>
7969
7970 * window.el (display-buffer-pop-up-window)
7971 (display-buffer-pop-up-side-window)
7972 (display-buffer-in-side-window): Call display-buffer-set-height
7973 and display-buffer-set-width after setting the new window's
b796c9b7 7974 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 7975
bfa4f190
SS
79762011-07-20 Sam Steingold <sds@gnu.org>
7977
7978 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
7979 (etags-tags-included-tables): Call `convert-standard-filename' on
7980 the file names contained in TAGS so that windows Emacs can handle
7981 TAGS files created by cygwin ctags.
7982
8ca42262
LMI
79832011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7984
7985 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
7986 which apparently didn't work.
7987
5db2afd2 79882011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 7989
5db2afd2
RW
7990 * proced.el (proced-send-signal): For *Marked Processes* buffer
7991 put point at beginning of buffer.
7992
92e15d10
SB
79932011-07-19 Stephen Berman <stephen.berman@gmx.net>
7994
7995 * proced.el (proced-format): Make header lines align with the text
7996 (bug#1779).
7997
1bfd59e5
LMI
79982011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7999
8000 * view.el (view-buffer): Allow running in `special' modes if we're
8001 visiting a file (bug#8615).
8002
f5aae37c
MR
80032011-07-19 Martin Rudalics <rudalics@gmx.at>
8004
8005 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
8006 (display-buffer-alist-set-1, display-buffer-alist-set-2):
8007 New functions.
f5aae37c
MR
8008 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
8009 more accurately.
8010
bf2c1571
AM
80112011-07-18 Alan Mackenzie <acm@muc.de>
8012
8013 Fontify declarators properly when, e.g., a jit-lock chunk begins
8014 inside a declaration.
8015
8016 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
8017
b796c9b7
SM
8018 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8019 New function.
bf2c1571
AM
8020 (c-complex-decl-matchers): Insert reference to
8021 c-font-lock-enclosing-decls.
8022
8023 * progmodes/cc-engine.el (c-backward-single-comment):
8024 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
8025 to nil around calls to (forward-comment -1).
8026
4e190b80
LMI
80272011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8028
12dc863d
LMI
8029 * image.el (put-image): Doc typo fix.
8030
a762e966
LMI
8031 * progmodes/etags.el (tags-search): Doc typo fix.
8032
4e190b80
LMI
8033 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
8034 password if we get errors 550 to 554.
8035
f019fb21
LMI
80362011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8037
b796c9b7 8038 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 8039
81746738
LMI
8040 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
8041 indentation character (bug#6380).
8042
3ee3a1b5
LMI
8043 * files.el (buffer-offer-save): Made permanently local (bug#6241).
8044
c82f64de
LMI
8045 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
8046 to clarify what the problem is (bug#4291).
8047
f019fb21
LMI
8048 * simple.el (current-kill): Clarify what
8049 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
8050 (auto-fill-mode): Document `auto-fill-function' in relation to
8051 `auto-fill-mode' (bug#2470).
f019fb21 8052
0794775d
LM
80532011-07-16 Lawrence Mitchell <wence@gmx.li>
8054
8055 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
8056 method if slot is read-only (bug#9035).
8057
be39b8cc
MR
80582011-07-16 Martin Rudalics <rudalics@gmx.at>
8059
b796c9b7 8060 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 8061 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
8062 selected before, see discussion of (Bug#8615), (Bug#6954).
8063 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 8064
6ccf7859
GM
80652011-07-15 Glenn Morris <rgm@gnu.org>
8066
8067 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 8068 Respect help-form.
6ccf7859 8069
87e86684
LM
80702011-07-09 Lawrence Mitchell <wence@gmx.li>
8071
8072 * net/gnutls.el (gnutls-min-prime-bits): New variable.
8073 (gnutls-negotiate): Use it.
8074
d6066239
LMI
80752011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8076
b796c9b7
SM
8077 * net/gnutls.el (gnutls-negotiate):
8078 Upcase `gnutls-algorithm-priority'.
d6066239 8079
bd23ebc0
GM
80802011-07-15 Glenn Morris <rgm@gnu.org>
8081
c65bca65
GM
8082 * jka-compr.el (jka-compr-verbose): Move from here...
8083 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
8084 Add missing :version tag.
8085 * info.el: No need to require jka-compr when compiling.
bd23ebc0 8086
478615cc
LMI
80872011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8088
7b41decb
LMI
8089 * net/gnutls.el (gnutls-algorithm-priority): New variable.
8090 (gnutls-negotiate): Use it.
8091
dbc44fcd
LMI
8092 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
8093
06789f97
LMI
8094 * info.el (Info-beginning-of-buffer): New command.
8095 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
8096 announcing `b' as the key (bug#8325).
ab896c37 8097 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 8098
c39da690
LMI
8099 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
8100
3aa5f34b
LMI
8101 * international/mule-cmds.el
8102 (describe-specified-language-support): Make the error message
8103 clearer (bug#8905).
8104
4bf0979f
LMI
8105 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
8106
478615cc
LMI
8107 * isearch.el (isearch-barrier): Add a doc string, since it's
8108 mentioned in a function doc string (bug#8678).
8109
75c68aa1
MR
81102011-07-15 Martin Rudalics <rudalics@gmx.at>
8111
8112 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
8113 buffer argument (Bug#9083) and self-identifying label argument.
8114
a7c33da2
GM
81152011-07-15 Glenn Morris <rgm@gnu.org>
8116
8117 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
8118
2f5c6024
LMI
81192011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8120
8121 * man.el (Man-fontify-manpage): Fix message when formatting the
8122 man page (bug#7929).
8123
0bb23927 81242011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
8125
8126 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
8127 argument LRM; if non-nil, append an invisible LRM character to the
8128 buffer name.
8129 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
8130 last argument non-nil, when formatting buffer names.
0bb23927
EZ
8131 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
8132 paragraph direction.
cce4b0a7 8133
621ef9ab
LMI
81342011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8135
d1583c48
LMI
8136 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
8137 the man page name (bug#7929).
8138
6a57fb5f
LMI
8139 * image.el (put-image): Mention the `put-image' overlay property
8140 (bug#7834).
8141
d7956b14
LMI
8142 * scroll-bar.el (set-scroll-bar-mode): Mention that
8143 `scroll-bar-mode' lists the values (bug#7772).
8144
5b2d4a66
LMI
8145 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
8146 command (bug#7729).
8147
7509a874
LMI
8148 * rect.el (apply-on-rectangle): Return the point after the last
8149 operation.
8150 (string-rectangle): Go to the point after the last operation
8151 (bug#7522).
8152
4fe74b19
LMI
8153 * printing.el (pr-toggle-region): Clarify the documentation
8154 slightly (bug#7493).
8155
b796c9b7
SM
8156 * time.el (display-time-update):
8157 Allow `display-time-mail-function' to return nil (bug#7158).
8158 Fix suggested by Detlev Zundel.
ab283561 8159
fc233c9d
LMI
8160 * vc/diff.el (diff): Clarify the order the file names are read
8161 (bug#7111).
8162
43f5740b
LMI
8163 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
8164 the doc string (bug#7015).
8165
f2182a76
LMI
8166 * font-lock.el (font-lock-maximum-decoration): Mention what
8167 numeric levels mean (bug#6935).
8168
621ef9ab
LMI
8169 * startup.el (initial-buffer-choice): Don't mention the `none'
8170 selection, which is against policy.
8171
adc47434
MR
81722011-07-14 Martin Rudalics <rudalics@gmx.at>
8173
b796c9b7
SM
8174 * window.el (display-buffer-normalize-special):
8175 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 8176
7e5bfb8f
EZ
81772011-07-14 Eli Zaretskii <eliz@gnu.org>
8178
8179 * subr.el (version<, version<=, version=): Mention "-CVS" and
8180 "-12345" alpha version numbers.
8181
27fa387a
CY
81822011-07-14 Chong Yidong <cyd@stupidchicken.com>
8183
8184 * bindings.el: Add advertised binding for set-mark-command
8185 (Bug#5772).
8186
8bdfa064
CY
81872011-07-14 Chong Yidong <cyd@stupidchicken.com>
8188
8189 * bindings.el (mode-line-other-buffer):
8190 * bookmark.el (bookmark-bmenu-2-window):
8191 * bs.el (bs-cycle-next, bs-cycle-previous):
8192 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
8193 switch-to-buffer.
8194
8195 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 8196 Delete.
8bdfa064 8197
5eba16a3
JB
81982011-07-14 Juanma Barranquero <lekktu@gmail.com>
8199
8200 * follow.el (follow-debug-message, follow-redisplay):
8201 * jka-cmpr-hook.el (with-auto-compression-mode):
8202 Fix typos in docstrings.
8203
15853710
LMI
82042011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8205
a28e4607
LMI
8206 * subr.el (with-silent-modifications): Clarify somewhat what the
8207 macro inhibits (bug#6525).
8208
15853710
LMI
8209 * simple.el (eval-expression): Note what it does if called
8210 interactively (bug#6495).
8211
bee0fcef
CY
82122011-07-13 Chong Yidong <cyd@stupidchicken.com>
8213
b796c9b7
SM
8214 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
8215 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
8216
8217 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8218 Remove switch-to-buffer.
8219
58274504
LMI
82202011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8221
bd2fcc8d
LMI
8222 * files.el (make-directory): Clarify that an error will be raised
8223 if there's an error (bug#6397).
8224
0f04b32c
LMI
8225 * startup.el (initial-buffer-choice): Add `none' as a choice
8226 (bug#6234).
8227
465c5fc8
LMI
8228 * subr.el (add-hook): Clarify section about buffer-local hooks
8229 (bug#6218).
8230
58274504
LMI
8231 * dired.el (dired-flagged): Clarify doc string (bug#6117).
8232
bead9a43
JB
82332011-07-13 Juanma Barranquero <lekktu@gmail.com>
8234
8235 * tabify.el (untabify): Preserve the current column so that point
8236 doesn't move (bug#6032).
8237
3af98a7b
LMI
82382011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8239
b796c9b7
SM
8240 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
8241 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 8242
6240145a
GM
82432011-07-13 Glenn Morris <rgm@gnu.org>
8244
8245 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
8246 (dired-insert-directory): Give a message the first time
8247 if ls is found not to support --dired.
8248
1d8c2ccc
LMI
82492011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8250
8251 * simple.el (toggle-truncate-lines): Clarify what is toggled
8252 (bug#5580). Text by Drew Adams.
8253
5fc4038e
CY
82542011-07-13 Chong Yidong <cyd@stupidchicken.com>
8255
8256 * simple.el (blink-matching-open): Make the error message from the
8257 last change less verbose.
8258
bf6012e5
DN
82592011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8260
8261 * font-lock.el (font-lock-comment-face): Use the high contrast
8262 "yellow" color for font-lock-comment-face on low color terminals
8263 using a dark background color (bug#4221).
8264
343c3b5a
LMI
82652011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8266
7e9505c5
LMI
8267 * dired.el (dired-insert-set-properties): Make the doc string
8268 reflect what it does now (bug#5325).
8269
c26fdcf5
LMI
8270 * simple.el (blink-matching-open): Say that we were unable to find
8271 the match within the limit, if we're limited (bug#5122).
8272
bb388cc5
LMI
8273 * international/mule-cmds.el (prefer-coding-system): Add an
8274 example (bug#4869).
8275
343c3b5a
LMI
8276 * progmodes/etags.el (tags-search): Document `file-list-form'
8277 (bug#4731).
8278
2a517d45
LM
82792011-07-13 Lawrence Mitchell <wence@gmx.li>
8280
8281 * net/browse-url.el (browse-url-default-browser)
8282 (browse-url-browser-function): Make the default browser choice a
8283 bit more logical (bug#4300). Also clean up the doc string.
8284
b6c78ef2
JB
82852011-07-13 Juanma Barranquero <lekktu@gmail.com>
8286
8287 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
8288 binary endings (bug#4440).
8289
1c4dd947
LMI
82902011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8291
a2014063
LMI
8292 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
8293 which can be pretty annoying (bug#8971).
8294
9c9c2d88
LMI
8295 * jka-compr.el (jka-compr-verbose): New variable, and use
8296 throughout (bug#8971).
8297
1c4dd947
LMI
8298 * info.el (Info-find-file): Fall back on the installation
8299 directory if we can't find the info node anywhere else.
8300
a1c9f41b
SO
83012011-07-13 Sergei Organov <osv@javad.com> (tiny change)
8302
8303 * vc/vc.el (vc-revert-file):
8304 Don't set file time-stamp in the past. (Bug#5181)
8305
536f3d36
LMI
83062011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8307
7152b011
LMI
8308 * files.el (after-find-file): Give a better error message when
8309 trying to find a symlink that points to a file that doesn't exist
8310 (bug#4398).
8311
536f3d36
LMI
8312 * progmodes/cc-vars.el: Remove (probably) misleading comment
8313 (bug#4396).
8314
460c0fba
JB
83152011-07-12 Johan Bockgård <bojohan@gnu.org>
8316
8317 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
8318
7a6bda45
CY
83192011-07-12 Chong Yidong <cyd@stupidchicken.com>
8320
8321 * mouse-sel.el: Hack restoring functionality, while keeping
8322 compatibility with 2010-07-03 changes to mouse selection.
8323 (mouse-sel-primary-overlay): New var.
8324 (mouse-sel-selection-alist): Use it.
8325 (mouse-sel-mode): Doc fix; remove points that are default features
8326 of mouse.el.
8327
c79598ef
JB
83282011-07-12 Johan Bockgård <bojohan@gnu.org>
8329
8330 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8331 Fix previous fix (bug#2490).
8332
ff8be6ef
RW
83332011-07-12 Roland Winkler <winkler@gnu.org>
8334
b796c9b7
SM
8335 * textmodes/bibtex.el (bibtex-initialize):
8336 Use pop-to-buffer-same-window.
ff8be6ef
RW
8337 (bibtex-search-entries): Fix interactive call.
8338
296ba3ee
LMI
83392011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8340
f5242a02 8341 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
8342 Fontise bytecomp Error lines more correctly (bug#2490).
8343 Fix suggested by Johan Bockgård.
f5242a02 8344
296ba3ee
LMI
8345 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
8346
8347 * dired-x.el (dired-guess-default): Use `delete-dups'.
8348
f69fd0d2
CY
83492011-07-12 Chong Yidong <cyd@stupidchicken.com>
8350
8351 * dired.el (dired-mark-prompt):
8352 * dired-aux.el (dired-read-shell-command): Doc fix.
8353
eab5dc07
LMI
83542011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8355
b796c9b7
SM
8356 * mail/sendmail.el (sendmail-query-once):
8357 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
8358 emacs -Q.
8359
8360 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8361
eab5dc07
LMI
8362 * cus-edit.el (custom-file): Take an optional no-error variable.
8363 (customize-save-variable): Set the variable, and give a warning if
8364 running under "emacs -q".
8365
a1e65d42
JB
83662011-07-11 Juanma Barranquero <lekktu@gmail.com>
8367
8368 * loadhist.el (unload-feature-special-hooks):
8369 Add `auto-coding-functions', `fill-nobreak-predicate' and
8370 `find-directory-functions' (bug#5327).
8371
1d52da10
LMI
83722011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8373
be958f1d
LMI
8374 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
8375
5bedb26c
LMI
8376 * cus-edit.el (custom-guess-name-alist): -alist variables should
8377 use the `alist' type (bug#3120). Suggested by Drew Adams.
8378
1d52da10
LMI
8379 * printing.el: Add documentation to all the `pr-toggle-' commands.
8380
cd394be1 83812011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
8382
8383 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
8384 backends where it makes sense (bug#2623).
8385
dcc88d8a
LMI
83862011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8387
c3de9feb
LMI
8388 * dired-x.el (dired-guess-default): Remove duplicate shell command
8389 entries (bug#2028).
8a93078b 8390 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 8391 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 8392
dcc88d8a
LMI
8393 * subr.el (remove-duplicates): New conveniency function.
8394
505e3645
LMI
83952011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8396
8397 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
8398 (bug#1526).
8399
84002011-07-10 Martin Rudalics <rudalics@gmx.at>
8401
8402 * window.el (display-buffer-normalize-default): Don't invert
8403 meaning of even-window-heights. Reported by Eli Zaretskii
8404 <eliz@gnu.org>.
8405
455e4fa1
BR
84062011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
8407
8408 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
8409
8e0bc3e9
CY
84102011-07-10 Chong Yidong <cyd@stupidchicken.com>
8411
8412 * window.el (display-buffer): Fix arguments to
8413 display-buffer-reuse-window in last change.
8414
fa7c3228
CY
8415 * faces.el (link): Use a less saturated blue on light backgrounds.
8416
8417 * startup.el (fancy-startup-text, fancy-about-text)
8418 (fancy-startup-tail): Use font-lock faces, for background safety.
8419
c0a7f300
BN
84202011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
8421
b796c9b7
SM
8422 * emulation/viper-cmd.el (viper-change-state-to-vi):
8423 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 8424
4dc2a129
MR
84252011-07-09 Martin Rudalics <rudalics@gmx.at>
8426
8427 * window.el (display-buffer-default-specifiers): Remove.
8428 (display-buffer-macro-specifiers): Remove default specifiers.
8429 (display-buffer-alist): Default to nil.
b796c9b7 8430 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
8431 (display-buffer-pop-up-window): Allow splitting internal
8432 windows. Check whether a live window was created.
8433 (display-buffer-other-window-means-other-frame)
8434 (display-buffer-normalize-arguments): Rename to
8435 display-buffer-normalize-argument and rewrite. Set the
8436 other-window specifier.
8437 (display-buffer-normalize-special): New function.
8438 (display-buffer-normalize-options): Rename to
8439 display-buffer-normalize-default and rewrite.
8440 (display-buffer-normalize-options-inhibit): Remove.
8441 (display-buffer-normalize-specifiers): Rewrite.
8442 (display-buffer): Process other-window specifier and call
8443 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
8444 more faithfully.
b796c9b7 8445 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 8446 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
8447 (display-buffer-in-window, display-buffer-alist-set):
8448 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
8449 <tassilo@member.fsf.org>.
8450
2d43b8c9
LL
84512011-07-09 Leo Liu <sdl.web@gmail.com>
8452
8453 * register.el (insert-register): Restore accidental change on
8454 2011-06-26. (Bug#9028)
8455
7f9b7c53
GM
84562011-07-09 Glenn Morris <rgm@gnu.org>
8457
8458 * subr.el (remq): Handle the empty list. (Bug#9024)
8459
f042cfd8
AS
84602011-07-08 Andreas Schwab <schwab@linux-m68k.org>
8461
8462 * mail/sendmail.el (send-mail-function): No longer delay custom
8463 initialization.
8464 * custom.el (custom-initialize-delay): Doc fix.
8465
856b2f11
SM
84662011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8467
8468 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8469
afae1d68
MA
84702011-07-08 Michael Albinus <michael.albinus@gmx.de>
8471
8472 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8473 human-friendly prompt.
8474
0757af94
SM
84752011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8476
8477 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8478 provided by a particular plugin.
8479
d760b731
LMI
84802011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8481
8482 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8483 save customizations (with "emacs -Q"), just set the variable
8484 instead of erroring out.
8485
8486 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8487
cd79ce90
JL
84882011-07-08 Juri Linkov <juri@jurta.org>
8489
8490 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8491 (archive-zip-update-case): Use 7z if found by `executable-find'.
8492 The order of searching the available programs is the same as in
8493 `archive-zip-extract' (bug#8968).
8494
14cc04aa
CY
84952011-07-07 Chong Yidong <cyd@stupidchicken.com>
8496
8497 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8498 (menu-bar-options-menu): Tweak descriptions.
8499
0a1848ec
LMI
85002011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8501
8502 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8503 menu items into verb phrases (bug#1421). Also refill to fit under
8504 80 columns.
8505
f5bd0689
CY
85062011-07-07 Chong Yidong <cyd@stupidchicken.com>
8507
538e85c6
CY
8508 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8509 (Info-read-node-name): Doc fix (Bug#1084).
8510
f5bd0689
CY
8511 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8512 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8513 (end-of-sexp, beginning-of-sexp)
8514 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8515 (forward-symbol, forward-same-syntax, word-at-point)
8516 (sentence-at-point): Doc fix (Bug#1144).
8517
56ec5115
LMI
85182011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8519
f3f8e37f
LMI
8520 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8521 should cover it (bug#1281).
8522
0757af94 8523 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 8524
e9fce1ac 8525 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
8526 negotiation fails, then possibly try again with a non-encrypted
8527 connection (bug#9017).
8528
56ec5115
LMI
8529 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8530 be used.
8531
c2f9aec8
RS
85322011-07-07 Richard Stallman <rms@gnu.org>
8533
8534 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8535 property, and handle its changed format.
8536 Look for the correct line number.
8537 Use file's line contents (but not past first =) to find
8538 correct line in message.
8539
ef7b981d 85402011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
8541
8542 * international/characters.el (build-unicode-category-table):
8543 Delete it.
0757af94 8544 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 8545
0757af94 8546 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
8547 to src/chartab.c.
8548 (get-char-code-property): Call unicode-property-table-internal to
8549 load a file. Call get-unicode-property-internal where necessary.
8550 (put-char-code-property): Call unicode-property-table-internal to
8551 load a file. Call put-unicode-property-internal where necessary.
8552 put-unicode-property-internal where necessary.
0757af94
SM
8553 (char-code-property-description):
8554 Call unicode-property-table-internal to load a file.
c805dec0
KH
8555
8556 * international/charprop.el:
8557 * international/uni-bidi.el:
8558 * international/uni-category.el:
8559 * international/uni-combining.el:
8560 * international/uni-comment.el:
8561 * international/uni-decimal.el:
8562 * international/uni-decomposition.el:
8563 * international/uni-digit.el:
8564 * international/uni-lowercase.el:
8565 * international/uni-mirrored.el:
8566 * international/uni-name.el:
8567 * international/uni-numeric.el:
8568 * international/uni-old-name.el:
8569 * international/uni-titlecase.el:
8570 * international/uni-uppercase.el: Regenerate.
8571
8572 * loadup.el: Load international/charprop.el before
8573 international/characters.
8574
e14b388a
CY
85752011-07-07 Chong Yidong <cyd@stupidchicken.com>
8576
8577 * window.el (next-buffer, previous-buffer): Signal an error if
8578 called from a minibuffer window.
8579
8580 * bindings.el: Revert 2011-07-04 change.
8581
354cf0ba
RS
85822011-07-06 Richard Stallman <rms@gnu.org>
8583
8584 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8585 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8586 Treat markers like ints.
8587 (rmail-mime-entity): Doc fix.
8588
a48868a7
LMI
85892011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8590
4906cd3d
LMI
8591 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8592 defcustom again for backwards compatibility.
8593
e0457abe
LMI
8594 * simple.el (shell-command-on-region): Fill.
8595
d67f7e1f
LMI
8596 * dired-aux.el (dired-kill-line): Add a doc string.
8597
fe204702
LMI
8598 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8599 to "\\sw\\|\\s_" (bug#358).
8600
a48868a7
LMI
8601 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8602 (dired-unmark-backward): Ditto.
8603 (dired-flag-backup-files): Ditto.
8604
8605 * dired-x.el (dired-mark-sexp): Ditto.
8606
aa8a705c
RS
86072011-07-06 Richard Stallman <rms@gnu.org>
8608
8609 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8610 (rmail-mime-entity): New arg TRUNCATED.
8611 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8612 New functions.
8613 (rmail-mime-save): Warn if entity is truncated.
8614 (rmail-mime-toggle-hidden): Likewise, for showing.
8615 (rmail-mime-process-multipart): Record when an entity is truncated.
8616
a9a936b9
RS
8617 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8618 if ENTITY is a string.
8619
1f2b92cb
LMI
86202011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8621
f4f73198 8622 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
8623 of faces when `M-C-x'-ing their definitions (bug#8378).
8624 Also clean up the code slightly.
f4f73198 8625
12b16734 8626 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 8627 because that makes the colors go away.
12b16734 8628
f0691d22
LMI
8629 * mail/sendmail.el (send-mail-function): Change the default to
8630 `sendmail-query-once'.
9e87df06 8631 (sendmail-query-once): Add an autoload cookie.
f0691d22 8632
1f2b92cb
LMI
8633 * net/network-stream.el (network-stream-open-starttls): Try using
8634 a plain connection even if the server offered STARTTLS, and we
8635 kinda wanted to use it, if Emacs doesn't have any STARTTLS
8636 capability. This should make smtpmail.el work in slightly more
8637 configurations.
8638
1cdd2a1b
MA
86392011-07-06 Michael Albinus <michael.albinus@gmx.de>
8640
8641 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8642 New defun.
8643 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
8644
fbcc67e2
MM
86452011-07-06 Michael R. Mauger <mmaug@yahoo.com>
8646
8647 * progmodes/sql.el: Version 3.0
0757af94 8648 (sql-product-alist): Add product :completion-object,
fbcc67e2 8649 :completion-column, and :statement attributes.
0757af94 8650 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 8651 (sql-mode-syntax-table): Mark all punctuation.
0757af94 8652 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
8653 ansi keywords.
8654 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 8655 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
8656 (sql-oracle-show-reserved-words): New function for development.
8657 (sql-product-font-lock): Simplify for source code buffers.
8658 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
8659 New functions.
8660 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
8661 (sql-mode-map): Add statement movement functions.
8662 (sql-ansi-statement-starters, sql-oracle-statement-starters):
8663 New variable.
fbcc67e2
MM
8664 (sql-statement-regexp, sql-beginning-of-statement)
8665 (sql-end-of-statement, sql-signum): New functions.
0757af94 8666 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
8667 (sql-show-sqli-buffer): Bug fix.
8668 (sql-interactive-mode): Store connection data as buffer local.
0757af94 8669 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
8670 with sql-interactive-mode.
8671 (sql-save-connection): Save buffer local settings.
0757af94 8672 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
8673 (sql-product-interactive): Bug fix.
8674 (sql-preoutput-hold): New variable.
8675 (sql-interactive-remove-continuation-prompt): Bug fixes.
8676 (sql-debug-redirect): New variable.
8677 (sql-str-literal): New function.
8678 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 8679 Redesign.
fbcc67e2
MM
8680 (sql-oracle-save-settings, sql-oracle-restore-settings)
8681 (sql-oracle-list-all, sql-oracle-list-table): New functions.
8682 (sql-completion-object, sql-completion-column)
8683 (sql-completion-sqlbuf): New variables.
8684 (sql-build-completions-1, sql-build-completions)
8685 (sql-try-completion): New functions.
8686 (sql-read-table-name): Use them.
8687 (sql-contains-names): New buffer local variable.
8688 (sql-list-all, sql-list-table): Use it.
8689 (sql-oracle-completion-types): New variable.
8690 (sql-oracle-completion-object, sql-sqlite-completion-object)
8691 (sql-postgres-completion-object): New functions.
8692
d4eaeab1
GM
86932011-07-06 Glenn Morris <rgm@gnu.org>
8694
8695 * window.el (pop-to-buffer): Doc fix.
8696
322b7dab 86972011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
8698
8699 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
8700
322b7dab 87012011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 8702
322b7dab 8703 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 8704
322b7dab 8705 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 8706
605dd5bf
CY
87072011-07-05 Chong Yidong <cyd@stupidchicken.com>
8708
8709 * button.el (button): Inherit from link face. Suggested by Dan
8710 Nicolaescu.
8711
7dbfa719
SM
87122011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8713
3db614b0
SM
8714 * progmodes/gdb-mi.el: Fit in 80 columns.
8715 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
8716 switch-to-buffer.
8717
7dbfa719
SM
8718 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
8719 if imenu is simply not configured (bug#8941).
8720
919d884a
KM
87212011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
8722
8723 * allout.el (allout-post-undo-hook): New allout outline-change
8724 event hook to signal undo activity.
8725 (allout-post-command-business): Run allout-post-undo-hook if an
8726 undo just occurred.
7dbfa719
SM
8727 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
8728 * allout-widgets.el (allout-widgets-after-undo-function):
8729 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
8730 in the vicinity of an undo.
8731 (allout-widgets-mode): Include allout-widgets-after-undo-function
8732 on the new allout-post-undo-hook.
8733
450a0f09
SM
87342011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8735
8736 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
8737 Let define-derived-mode define it.
8738 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
8739 cycles of abbrev-table inheritance (bug#8998).
8740
2de69e00
RW
87412011-07-05 Roland Winkler <winkler@gnu.org>
8742
8743 * textmodes/bibtex.el: Add support for biblatex.
8744 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
8745 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
8746 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
8747 (bibtex-entry-alist, bibtex-field-alist): New variables.
8748 (bibtex-entry-field-alist): Obsolete alias for
8749 bibtex-BibTeX-entry-alist.
8750 (bibtex-entry-alist, bibtex-field-alist): New widgets.
8751 (bibtex-set-dialect): New command.
8752 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
8753 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
8754 Bind via bibtex-set-dialect.
2de69e00
RW
8755 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
8756 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
8757 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
8758 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
8759 Define via bibtex-set-dialect.
450a0f09
SM
8760 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
8761 Obey bibtex-no-opt-remove-re.
2de69e00
RW
8762 (bibtex-vec-push, bibtex-vec-incr): New functions.
8763 (bibtex-format-entry, bibtex-field-list)
8764 (bibtex-print-help-message, bibtex-validate)
8765 (bibtex-search-entries): Use new format of bibtex-entry-alist.
8766
2dcdbdd9
SM
87672011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8768
8769 * progmodes/compile.el (compilation-goto-locus):
8770 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8771 * bs.el (bs-cycle-next, bs-cycle-previous):
8772 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
8773 * bindings.el (mode-line-other-buffer):
8774 * autoinsert.el (auto-insert):
8775 * arc-mode.el (archive-extract):
8776 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
8777
b27640fe
JB
87782011-07-05 Juanma Barranquero <lekktu@gmail.com>
8779
8780 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
8781 Fix check of `emacs-lock-unlockable-modes'.
8782 Coerce true values of `emacs-lock--try-unlocking' to t.
8783
53bbe3ad
JB
87842011-07-05 Juanma Barranquero <lekktu@gmail.com>
8785
8786 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
8787 * emacs-lock.el: New file.
8788
1d3cdbc7
JD
87892011-07-05 Julien Danjou <julien@danjou.info>
8790
8791 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
8792 than `boundp' to check if face is set.
8793
9173deec
JB
87942011-07-05 Juanma Barranquero <lekktu@gmail.com>
8795
8796 * register.el (registerv-make):
8797 * window.el (window-min-height): Fix typos in docstrings.
8798
869795d6
JD
87992011-07-05 Jan Djärv <jan.h.d@swipnet.se>
8800
9173deec 8801 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
8802 Update doc string.
8803
b768cdcd
JB
88042011-07-04 Juanma Barranquero <lekktu@gmail.com>
8805
8806 * server.el (server-execute): Catch quit and call
8807 `server-return-error' to pass the error back to emacsclient and
8808 close the connection (bug#8942).
8809
13aa217b
KM
88102011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
8811
8812 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
8813 insecure exception for current topic. Also note that auto-saves
8814 are handled differently.
8815
5d3385a0 8816 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
8817 State variables for tracking auto-save inhibition situation.
8818
8819 (allout-write-contents-hook-handler): Rename from
8820 'allout-write-file-hook-handler', and describe how it depends on
8821 write-contents-functions sensitivity to non-nil value to prevent
8822 file write.
8823
8824 (allout-auto-save-hook-handler): Remove. auto-save does not check
8825 this in individual buffers, only in the starting buffer, so this
8826 is not the right way for us to inhibit auto-save in a buffer
8827 according to its condition.
8828
8829 (allout-mode): Use new allout-write-contents-hook-handler, and
8830 only with write-contents-functions. Remove auto-save provisions -
8831 they're implemented elsewhere.
8832
8833 (allout-before-change-handler): If undo is in progress, note that
8834 for attention of allout-post-command-business.
8835
8836 (allout-post-command-business): If the command we're following was
8837 an undo, check for change in the status of encrypted items and
8838 adjust auto-save inhibitions accordingly.
8839
8840 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
8841 according to whether there are or aren't any plain-text topics
8842 pending encryption.
8843
2dcdbdd9 8844 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
8845 Adjust buffer-saved-size and some allout state to inhibit auto-saves
8846 if there are plain-text topics pending encryption.
13aa217b
KM
8847
8848 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
8849 buffer-saved-size and some allout state to not inhibit auto-saves
8850 if there are no longer any plain-text topics pending encryption.
8851
0757af94
SM
8852 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
8853 No longer provide for exemption of the current topic.
13aa217b 8854
ac89b32c
JL
88552011-07-04 Juri Linkov <juri@jurta.org>
8856
8857 Add 7z operations to delete and save changed members (bug#8968).
8858 * arc-mode.el (archive-7z-expunge, archive-7z-update):
8859 New defcustoms.
8860 (archive-7z-write-file-member): New function.
8861 (archive-7z-summarize): Fix the number of dashes in the
8862 listing output.
8863
8fa39615
SM
88642011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8865
8866 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
8867 (bug#8958).
8868
2f11b3f1
CY
88692011-07-04 Chong Yidong <cyd@stupidchicken.com>
8870
d66fef2b
CY
8871 * bindings.el: Ignore next-buffer and previous-buffer in
8872 minibuffer-local-map.
8873
2f11b3f1
CY
8874 * font-lock.el (font-lock-builtin-face): Change light background
8875 color to dark slate blue (Bug#6693).
8876
f932a347
WD
88772011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
8878
8879 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
8880
c8af70e1
SM
88812011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8882
8883 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
8884 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8885 Add switch-to-buffer.
8886
f158badc
LMI
88872011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8888
8889 * isearch.el (isearch-search-fun-function): Clarify further the
8890 meaning of the function returned.
8891
6d95bd46
MA
88922011-07-04 Michael Albinus <michael.albinus@gmx.de>
8893
8894 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
8895
8896 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
8897 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
8898 Use it.
8899 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
8900 `tramp-default-remote-path' does not exist.
8901 (tramp-send-command-and-read): New optional argument NOERROR.
8902 (tramp-open-connection-setup-interactive-shell)
8903 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
8904 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
8905 (tramp-process-sentinel): Flush also process' connection property.
8906 (tramp-sh-handle-start-file-process): Do not set process
8907 sentinel. It is done now ...
8908 (tramp-maybe-open-connection): ... here. (Bug#8929)
8909
909e6b67
MK
89102011-07-04 MON KEY <monkey@sandpframing.com>
8911
8912 * play/animate.el (animate-string): Doc fixes and allow changing
8913 the buffer name (bug#5417).
8914
89152011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8916
c8af70e1 8917 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 8918
f34755dc
PE
89192011-07-04 Paul Eggert <eggert@cs.ucla.edu>
8920
396cec72
PE
8921 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
8922 This is simpler and helps future-proof the code.
8923 (timer-until): Use time-subtract and float-time.
08235028 8924 (timer--time-less-p): Use time-less-p.
f34755dc 8925
56e6cc31
JB
89262011-07-04 Juanma Barranquero <lekktu@gmail.com>
8927
3abb79e5
JB
8928 * type-break.el (timep): Use the value of `float-time' to avoid a
8929 byte-compiler warning.
8930
56e6cc31
JB
8931 * server.el (server-eval-and-print): Return any result, even nil.
8932
7b9430b4
PE
89332011-07-03 Paul Eggert <eggert@cs.ucla.edu>
8934
8935 * type-break.el: Accept time formats that the builtins accept.
8936 (timep, type-break-time-difference): Accept any format that
8937 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
8938 This is simpler and helps future-proof the code.
8939 (type-break-time-difference): Round rather than ignoring
8940 subseconds components.
8941
3034e9e7
LMI
89422011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8943
8944 * info.el (Info-apropos-matches): Make non-interactive, since it
8945 doesn't seem to do anything useful as a command (bug#8829).
8946
1485f4c0
CY
89472011-07-03 Chong Yidong <cyd@stupidchicken.com>
8948
8949 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 8950 Move from faces.el.
1485f4c0
CY
8951 (frame-default-terminal-background): New function.
8952
8953 * custom.el (custom-push-theme): Don't record faces in `changed'
8954 theme; this doesn't work correctly for per-frame face settings.
8955 (disable-theme): Use face-set-after-frame-default to reset faces.
8956 (custom--frame-color-default): New function.
8957
9fa3dd45
LMI
89582011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8959
c8af70e1 8960 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
8961 (bug#8769).
8962
6cbbc20c
KR
89632011-03-29 Kevin Ryde <user42@zip.com.au>
8964
8965 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8966 `perl-Test2' extend to match possible "fail #N" rep count
8967 (bug#8377).
8968
c7f98048
LMI
89692011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8970
65676592
LMI
8971 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
8972 `smtpmail-via-smtp' now returns the error instead of nil.
8973
c7f98048
LMI
8974 * isearch.el (isearch-search-fun-function): Clarify the doc string
8975 (bug#8101).
8976
56e6cc31 89772011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
8978
8979 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
8980 unnecessary spaces (bug#8987).
8981
2b216704
LMI
89822011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8983
8984 * net/network-stream.el (open-network-stream): Use the
8985 :end-of-capability command thoughout.
8986
89872011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8988
8989 * net/network-stream.el (open-network-stream): Add the
8990 :end-of-capability command parameter, used by pop3.el.
8991
36adf6ce
LMI
89922011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8993
1ca0da0e
LMI
8994 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
8995
fc00f69c
LMI
8996 * fringe.el (fringe-query-style): Remove redundant text " (type ?
8997 for list)" (bug#6475).
8998
28fd8759 8999 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 9000 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
9001 an error (bug#6297).
9002
0dd8b6da
LMI
9003 * man.el (Man-reference-regexp): Allow matching possible
9004 word-wrapped references (bug#6289).
9005
ce1438d6
LMI
9006 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
9007 for consistency with the other vc buffers (bug#6197).
9008 (vc-checkin): Ditto.
9009
9010 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
9011
36adf6ce
LMI
9012 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
9013
e83cc1f7
LMI
90142011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9015
8a20ca4c
LMI
9016 * custom.el (defcustom): Clarify that :set is only used in the
9017 Customize user interface (bug#6089).
9018
83319045
LMI
9019 * progmodes/flymake.el (flymake-mode): If the buffer isn't
9020 associated with a file, refuse to run instead of erroring out
9021 (bug#6084).
9022
a8392169
LMI
9023 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
9024 the doc string, since it appears that using `fill-column' always
9025 controls the width (bug#7845).
9026
e83cc1f7
LMI
9027 * simple.el (shell-command-on-region): Say where the error output
9028 went if `shell-command-default-error-buffer' is set (bug#6857).
9029
e47ca23b
KM
90302011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
9031
9032 * allout.el (allout-yank-processing): Adjust cursor position for
9033 backwards-deleted space.
9034
9035 (allout-rebullet-heading): Register changes with
9036 allout-exposure-changed-hook, so the modified topic is properly
9037 decorated.
9038
5cf56143
LMI
90392011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9040
08549772
LMI
9041 * minibuffer.el (completion-in-region): Document PREDICATE
9042 (bug#7136).
9043
48e96771
LMI
9044 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
9045 of keyword/argument pairs (bug#6904).
9046
c8af70e1
SM
9047 * replace.el (multi-occur):
9048 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 9049
e17d05e2
LMI
90502011-07-02 Drew Adams <drew.adams@oracle.com>
9051
9052 * dired.el (dired-mark-if): Make the message about whether it's
9053 marking or unmarking clearer (bug#8523).
9054
063b0e45
LMI
90552011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9056
9057 * disp-table.el (display-table-print-array): New function.
9058 (describe-display-table): Use it to print the vectors more pretty
9059 (Bug#8859).
9060
28545e04
MR
90612011-07-02 Martin Rudalics <rudalics@gmx.at>
9062
9063 * window.el (window-state-get-1): Don't assign clone numbers.
9064 Add clone-of item to list of window parameters.
9065 (window-state-put-2): Don't process clone numbers.
9066 (display-buffer-alist): Fix doc-string.
9067
3349e122
SM
90682011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9069
9070 * subr.el (remq): Don't allocate if it's not needed.
9071 (keymap--menu-item-binding, keymap--menu-item-with-binding)
9072 (keymap--merge-bindings): New functions.
9073 (keymap-canonicalize): Use them to refine the canonicalization.
9074 * minibuffer.el (minibuffer-local-completion-map)
9075 (minibuffer-local-must-match-map): Move initialization from C.
9076 (minibuffer-local-filename-completion-map): Move initialization from C;
9077 don't inherit from anything here.
9078 (minibuffer-local-filename-must-match-map): Make obsolete.
9079 (completing-read-default): Use make-composed-keymap to combine
9080 minibuffer-local-filename-completion-map with either
9081 minibuffer-local-must-match-map or
9082 minibuffer-local-filename-completion-map.
9083
d224ac83
GM
90842011-07-01 Glenn Morris <rgm@gnu.org>
9085
3de63bf8
GM
9086 * type-break.el (type-break-time-sum): Use dolist.
9087
d224ac83
GM
9088 * textmodes/flyspell.el (flyspell-word-search-backward):
9089 Replace CL function.
9090
1a1e3f32
SM
90912011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9092
fe3f64d5
SM
9093 * mouse.el (mouse--strip-first-event): New function.
9094 (function-key-map): Use it to map fringe clicks to normal clicks
9095 by default.
9096
eb604e34
SM
9097 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
9098 (vc-bzr-revision-completion-table): Add support for annotate and date.
9099
1a1e3f32
SM
9100 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
9101 inherit from parent.
9102
5bd35902
LMI
91032011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9104
ace6c69c 9105 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 9106 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 9107
191e2bed
LMI
9108 * dired.el (dired-mode): Fix up the doc string as suggested by
9109 Drew Adams (bug#8817).
9110
5bd35902
LMI
9111 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
9112 cookie, since the manual says that it should be possible to add
9113 this function to `find-file-hook' (bug#8709).
9114
eee8207a
TZ
91152011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9116
9117 * progmodes/cfengine.el: Moved all cfengine3.el functionality
9118 here. Noted Ted Zlatanov as the maintainer.
9119 (cfengine-common-settings, cfengine-common-syntax): New functions
9120 to set up common things between `cfengine-mode' and
9121 `cfengine3-mode'.
9122 (cfengine3-mode): New mode.
9123 (cfengine3-defuns cfengine3-defuns-regex
9124 (cfengine3-class-selector-regex cfengine3-category-regex)
9125 (cfengine3-vartypes cfengine3-font-lock-keywords)
9126 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 9127 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 9128
36b148cf
MA
91292011-07-01 Michael Albinus <michael.albinus@gmx.de>
9130
9131 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
9132
9133 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
9134
0bf4ba9a
MR
91352011-07-01 Martin Rudalics <rudalics@gmx.at>
9136
9137 * window.el (same-window-buffer-names, same-window-regexps)
9138 (same-window-p, special-display-frame-alist)
9139 (special-display-popup-frame, special-display-function)
9140 (special-display-buffer-names, special-display-regexps)
9141 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
9142 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9143 (split-window-preferred-function, split-height-threshold)
9144 (split-width-threshold, even-window-heights)
9145 (display-buffer-mark-dedicated, window-splittable-p)
9146 (split-window-sensibly, window-safely-shrinkable-p):
9147 Un-obsolete.
9148 (display-buffer): Don't spread args with function specifier
9149 because special-display-popup-frame won't like it.
9150
35837f51
PE
91512011-07-01 Paul Eggert <eggert@cs.ucla.edu>
9152
d0672f86
PE
9153 Time-stamp simplifications and fixes.
9154 These improve accuracy slightly, and future-proof the code
9155 against some potential changes to current-time format.
9156
b9444d97
PE
9157 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
9158 by using time-since and float-time.
9159
0ef923dc
PE
9160 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
9161 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
9162 + NNN microseconds".
9163
2f81380d
PE
9164 * type-break.el (type-break-time-sum): Rewrite using time-add.
9165
845b5c3e
PE
9166 * play/hanoi.el (hanoi-current-time-float): Remove.
9167 All uses replaced by float-time.
9168
ee6f1be0
PE
9169 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
9170 This yields a more-accurate answer.
9171 (rng-time-to-float): Remove; no longer needed.
9172
fe955043
PE
9173 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
9174
5777162a
PE
9175 * calendar/timeclock.el (timeclock-seconds-to-time):
9176 Defalias to seconds-to-time, since they're the same thing.
9177
3103f8b6 9178 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 9179 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
9180 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
9181
0e61a35f
SM
91822011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9183
9184 * window.el (bury-buffer): Don't iconify the only frame.
9185 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
9186 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
9187
ddd63a1e
CY
91882011-07-01 Chong Yidong <cyd@stupidchicken.com>
9189
0e61a35f
SM
9190 * eshell/em-smart.el (eshell-smart-display-navigate-list):
9191 Add mouse-yank-primary.
ddd63a1e 9192
055f4923
TZ
91932011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9194
9195 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
9196
6a2fb145
SM
91972011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9198
9199 * emacs-lisp/find-func.el (find-library--load-name): New fun.
9200 (find-library-name): Use it to find relative load names when provided
9201 absolute file name (bug#8803).
9202
fd4983f2
LMI
92032011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9204
887d14ad
LMI
9205 * textmodes/flyspell.el (flyspell-word): Consider words that
9206 differ only in case as potential doublons (bug#5687).
9207
c53dc7fc
LMI
9208 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
9209 Remove two rather uninteresting debugging-like messages to make
9210 debbugs.el more silent.
9211
fd4983f2
LMI
9212 * comint.el (comint-password-prompt-regexp): Accept "Response" as
9213 a password-like phrase.
9214
7a71b18d 92152011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
9216
9217 * progmodes/cc-guess.el: New file.
9218
6a2fb145 9219 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
9220
9221 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
9222 derived from `c-basic-common-init'.
9223
9224 * progmodes/cc-mode.el (top-level): Require cc-guess.
9225 (c-basic-common-init): Use `cc-choose-style-for-mode'.
9226
1fa280a3
LM
92272011-06-30 Lawrence Mitchell <wence@gmx.li>
9228
9229 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
9230
e6597158
AM
92312011-06-30 Alan Mackenzie <acm@muc.de>
9232
1fa280a3
LM
9233 * progmodes/cc-engine.el (c-guess-continued-construct):
9234 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
9235 lock is disabled. Name this case as "CASE G".
9236
68ba37fb
KM
92372011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
9238
9239 * allout.el (allout-yank-processing): Fix injection of extra space
9240 between bullet and non-whitespace character in first topic when
9241 pasting, ensuring that the actual spacing in the pasted topic
9242 following the bullet char is preserved. This extra space was
9243 causing pasted encrypted topics to get a decrypted status even
9244 when the content was actually still encrypted. Now the decryption
9245 status from before the paste is preserved.
9246
9247 (allout-flag-region): Set all allout overlays so they evaporate
9248 when reduced to zero length (evanescent), to prevent overlay
9249 leakage.
9250
887a0b34
GM
92512011-06-30 Glenn Morris <rgm@gnu.org>
9252
94b9acce
GM
9253 * w32-fns.el (w32-charset-info-alist): Declare.
9254
1d9b46d4
GM
9255 * find-dired.el (find-grep-options): Simplify.
9256
cc232200
GM
9257 * term/ns-win.el (ns-set-resource): Declare.
9258
28e77c46
GM
9259 * ses.el (row, col): Declare dynamic variables honestly.
9260
887a0b34
GM
9261 * textmodes/reftex-parse.el (index-tags): Declare.
9262
658d8eb8
CY
92632011-06-30 Chong Yidong <cyd@stupidchicken.com>
9264
9265 * cus-edit.el (customize-push-and-save): New function.
9266
9267 * files.el (hack-local-variables-confirm): Use it.
9268
1fa280a3
LM
9269 * custom.el (load-theme): New arg NO-CONFIRM.
9270 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
9271 (custom-enabled-themes): Doc fix.
9272
9273 * cus-theme.el (customize-create-theme)
9274 (custom-theme-merge-theme): Callers to load-theme changed.
9275
bb617717
LMI
92762011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9277
d61bdd5d
LMI
9278 * thingatpt.el (thing-at-point-short-url-regexp): Require that
9279 short URLs have at least one dot in them (bug #7614).
9280
bb617717
LMI
9281 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
9282 nil, because using a pty is apparently too slow (bug #895).
9283
2f31f37a
LMI
92842011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9285
9286 * mail/sendmail.el (sendmail-query-once): New function.
9287 (sendmail-query-once-function): New variable.
9288
3076b24e
GM
92892011-06-29 Glenn Morris <rgm@gnu.org>
9290
faf2a174
GM
9291 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
9292
3076b24e
GM
9293 * ses.el (top-level): Require cl when compiling.
9294 (ses-set-localvars): Fix error statement.
9295 Call it at compile time to silence a storm of warnings.
9296
5386012d
MR
92972011-06-29 Martin Rudalics <rudalics@gmx.at>
9298
9299 * window.el (normalize-live-buffer): Rename to
9300 window-normalize-buffer.
9301 (normalize-live-frame): Rename to window-normalize-frame.
9302 (normalize-any-window): Rename to window-normalize-any-window.
9303 (normalize-live-window): Rename to window-normalize-live-window.
9304 (make-window-atom): Rename to window-make-atom.
9305 (window-resize-reset): Rename to window--resize-reset.
9306 (window-resize-reset-1): Rename to window--resize-reset-1.
9307 (resize-mini-window): Rename to window--resize-mini-window.
9308 (resize-subwindows-skip-p): Rename to
9309 window--resize-subwindows-skip-p.
9310 (resize-subwindows-normal): Rename to
9311 window--resize-subwindows-normal.
9312 (resize-subwindows): Rename to window--resize-subwindows.
9313 (resize-other-windows): Rename to window--resize-siblings.
9314 (resize-this-window): Rename to window--resize-this-window.
9315 (resize-root-window): Rename to window--resize-root-window.
9316 (resize-root-window-vertically): Rename to
9317 window--resize-root-window-vertically.
9318 (normalize-buffer-to-display): Rename to
9319 window-normalize-buffer-to-display.
9320 (normalize-buffer-to-switch-to): Rename to
9321 window-normalize-buffer-to-switch-to.
9322 Correspondingly update all callers of the functions listed
9323 above.
9324 (display-buffer-alist, display-buffer-normalize-arguments)
9325 (display-buffer-normalize-options, display-buffer)
9326 (display-buffer-alist-set): Use "function" instead of
9327 "fun-with-args".
9328
1176868d
CY
93292011-06-28 Chong Yidong <cyd@stupidchicken.com>
9330
9331 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
9332 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
9333 debbugs.gnu.org. Mention acknowledgment email.
9334
20a7a65f
LMI
93352011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9336
9337 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
9338 buffer multibyteness, since it shouldn't matter.
9339
5f45cca5
MR
93402011-06-28 Martin Rudalics <rudalics@gmx.at>
9341
9342 * window.el (display-buffer-in-side-window): Handle dedicated
9343 windows as in display-buffer-reuse-window.
9344 (display-buffer-normalize-alist): Use value of override
9345 specifier.
9346 (display-buffer-normalize-specifiers): Use value of
9347 other-window-means-other-frame specifier.
9348 (display-buffer-alist): Rewrite some texts in widgets.
9349 (display-buffer): Spread arguments when calling function
9350 specified by fun-with-args.
9351
ad85fe1f
DD
93522011-06-28 Deniz Dogan <deniz@dogan.se>
9353
1fa280a3
LM
9354 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9355 Unnest `let'.
da68c4c8 9356
ad85fe1f
DD
9357 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
9358 selectors (Bug#5732).
ec49bd31 9359 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 9360
a08cc025
JA
93612011-06-27 Jari Aalto <jari.aalto@cante.net>
9362
9363 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
9364 (eshell-ls-date-format): New defcustom.
9365 (eshell-ls-file): Use it.
9366
e2b551c5
SM
93672011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9368
9369 * help-fns.el (describe-variable): Fix message for terminal-local vars.
9370
8982b231
KY
93712011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
9372
9373 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
9374 (ange-ftp-make-tmp-name): New arg.
9375 (ange-ftp-file-local-copy): Use it.
9376
36c9fa27
J
93772011-06-27 Jambunathan K <kjambunathan@gmail.com>
9378
9379 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
9380 no-conversion (Bug#8870).
9381
d68443dc
MR
93822011-06-27 Martin Rudalics <rudalics@gmx.at>
9383
9384 * window.el (window-right, window-left, window-child)
9385 (window-child-count, window-last-child)
9386 (window-iso-combination-p, walk-window-tree-1)
9387 (window-atom-check-1, window-tree-1, delete-window)
9388 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
9389 new naming conventions - window-vchild, window-hchild,
9390 window-next and window-prev are now called window-top-child,
9391 window-left-child, window-next-sibling and window-prev-sibling
9392 respectively.
d615d6d2
MR
9393 (resize-window-reset): Rename to window-resize-reset.
9394 (resize-window-reset-1): Rename to window-resize-reset-1.
9395 (resize-window): Rename to window-resize.
9396 (window-min-height, window-min-width)
9397 (resize-mini-window, resize-this-window, resize-root-window)
9398 (resize-root-window-vertically, adjust-window-trailing-edge)
9399 (enlarge-window, shrink-window, maximize-window)
9400 (minimize-window, delete-window, quit-restore-window)
9401 (split-window, balance-windows, balance-windows-area-adjust)
9402 (balance-windows-area, window-state-put-2)
9403 (display-buffer-even-window-sizes, display-buffer-set-height)
9404 (display-buffer-set-width, set-window-text-height)
9405 (fit-window-to-buffer): Rename all "resize-window" prefixed
9406 calls to use the "window-resize" prefix convention.
9407 (display-buffer-alist): Fix symbol for label specifier.
9408 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
9409 corresponding specifier.
9410 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 9411
b6458526
VB
94122011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9413
9414 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
9415 convention.
9416 (ses-call-printer): Does not pass an empty string to formatter when the
9417 cell is empty to keep from barking printer Calc math-format-value.
9418
d31fd9ac
RS
94192011-06-27 Richard Stallman <rms@gnu.org>
9420
43d5bf84
RS
9421 * battery.el (battery-mode-line-limit): New variable.
9422 (battery-update): Handle it.
9423
d31fd9ac
RS
9424 * mail/rmailmm.el (rmail-mime-process-multipart):
9425 Handle truncated messages.
9426
819a6054
GM
94272011-06-27 Glenn Morris <rgm@gnu.org>
9428
9429 * progmodes/flymake.el (flymake-err-line-patterns):
9430 Allow for column numbers in the ant/javac pattern. (Bug#8866)
9431
cedc73f2
VB
94322011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9433
819a6054 9434 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
9435 (ses--clean-!, ses--clean-_): New functions.
9436 (ses-range): Add configurability of readout order, and conversion
9437 to Calc vector.
9438
5e5d49b6
VB
9439 * ses.el (ses-repair-cell-reference-all): New function.
9440 (ses-cell-symbol): Set macro as safe, so that it can be used in
9441 formulas.
9442
56e6cc31 9443 * ses.el: Update cycle detection algorithm.
90ca8b49 9444 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 9445 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
9446 (ses-set-localvars): New function.
9447 (ses-make-cell): Add property-list as a cell element.
9448 (ses-cell-property-get-fun, ses-cell-property-get)
9449 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
9450 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9451 New functions.
90ca8b49
VB
9452 (ses-cell-property-set, ses-cell-property-pop)
9453 (ses-cell-property-get-handle): New macro.
9454 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9455 New aliases, used for code readability.
9456 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9457 cycle detection.
9458 (ses-self-reference-early-detection): New defcustom.
fac916bf 9459 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
9460 (ses-mode): Use ses-set-localvars.
9461 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9462 before lauching the update processing.
9463 (ses-initialize-Dijkstra-attempt): New function.
9464 (ses-recalculate-cell): Update for cycle detection based on
9465 Dijkstra algorithm.
9466
2bb63e81
VB
9467 * ses.el: Fix commenting and indenting convention.
9468
c9d29fb8
SM
94692011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9470
9471 * bs.el (bs-cycle-next): Complete last change.
9472
d8e4b68b
JB
94732011-06-27 Drew Adams <drew.adams@oracle.com>
9474
9475 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9476
40098786
LMI
94772011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9478
c9d29fb8
SM
9479 * net/network-stream.el (network-stream-open-starttls):
9480 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
9481 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9482
40098786
LMI
9483 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9484 to binary to possibly avoid line encoding issues on Windows (among
9485 other things).
9486
468d09d4
LMI
94872011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9488
9489 * net/network-stream.el (open-network-stream): Return an :error
9490 saying what the problem was, if possible.
9491
9492 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9493 server.
9494
9495 * net/network-stream.el (network-stream-open-starttls): If we
9496 wanted to use STARTTLS, and the server offered it, but we weren't
9497 able to because we had no STARTTLS support, then close the connection.
9498 (open-network-stream): Return an :error element, if present.
9499
16f07dd7
CY
95002011-06-26 Chong Yidong <cyd@stupidchicken.com>
9501
88821ca0
CY
9502 * hl-line.el (hl-line-sticky-flag): Doc fix.
9503 (global-hl-line-sticky-flag): New option (Bug#8323).
9504 (global-hl-line-highlight): Obey it.
9505
16f07dd7
CY
9506 * vc/vc.el (vc-revert-show-diff): Default to t.
9507
6b5ccddf
KM
95082011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9509
c9d29fb8
SM
9510 * allout-widgets.el (allout-widgets-post-command-business):
9511 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
9512 undecorated when an isearch is continued past, and isearch
9513 automatically collapses them. This leads to "widget leaks", where
9514 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
9515 hidden widgets can slow down cursor travel, substantially.
9516 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
9517 so we're doing without this nicety.
9518
9519 (allout-widgets-tally-string): Don't try to do a hash-table-count
9520 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9521 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9522 *Messages* when allout-widgets-maintain-tally is t.
9523
355f2e07
MR
95242011-06-26 Martin Rudalics <rudalics@gmx.at>
9525
9526 * window.el (display-buffer-normalize-argument): Rename to
9527 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
9528 LABEL argument. Respect special-display-function when popping up
9529 a new frame. Fix code searching for a window showing the buffer
9530 on another frame.
c9d29fb8
SM
9531 (display-buffer-normalize-specifiers):
9532 Call display-buffer-normalize-arguments.
355f2e07
MR
9533 (display-buffer-in-window): Don't undedicate the window if its
9534 buffer remains the same.
9535 Reported by Drew Adams <drew.adams@oracle.com>.
9536 (display-buffer-alist): Add choice for same-window macro
9537 specfier.
9538 (display-buffer): Mention special meaning of LABEL argument in
9539 doc-string. Fix quoting. Don't pop up a new frame even as
9540 fallback.
9541
7ca8fc42
JB
95422011-06-26 Juanma Barranquero <lekktu@gmail.com>
9543
9544 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9545 avoid deleting the current window in some cases (bug#8911).
9546
bc312254
AS
95472011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9548
9549 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9550 (Bug#8934)
9551
2db18f3f
LMI
95522011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9553
c9d29fb8
SM
9554 * net/network-stream.el (network-stream-open-starttls):
9555 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
9556 (network-stream-open-tls): Ditto.
9557
6302e0d3
LL
95582011-06-26 Leo Liu <sdl.web@gmail.com>
9559
9560 * register.el (registerv): New struct.
9561 (registerv-make): New function.
c9d29fb8
SM
9562 (jump-to-register, describe-register-1, insert-register):
9563 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
9564 struct. (Bug#8415)
9565
5fdd4046
CY
95662011-06-26 Chong Yidong <cyd@stupidchicken.com>
9567
2afef60a
CY
9568 * vc/vc.el (vc-revert-show-diff): New defcustom.
9569 (vc-diff-internal): New arg specifying diff buffer.
9570 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9571 reuse an existing *vc-diff* buffer (Bug#8927).
9572
5fdd4046
CY
9573 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9574
e93db24a
GM
95752011-06-26 Glenn Morris <rgm@gnu.org>
9576
9577 * progmodes/f90.el (f90-critical-indent): New option.
9578 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9579 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9580 (f90-mode): Doc fix.
9581 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9582 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9583 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9584 (f90-match-end): Handle block, critical.
9585
eefff499
GM
95862011-06-25 Glenn Morris <rgm@gnu.org>
9587
f6ba4cc9
GM
9588 * calendar/diary-lib.el (diary-included-files): Doc fix.
9589 (diary-include-files): New function, extracted from
9590 diary-include-other-diary-files and diary-mark-included-diary-files.
9591 (diary-include-other-diary-files, diary-mark-included-diary-files):
9592 Just call diary-include-files.
9593 (diary-mark-entries): Reset diary-included-files on first call.
9594
16712304
GM
9595 * calendar/diary-lib.el (diary-mark-entries)
9596 (diary-mark-included-diary-files):
9597 Visit included diary-files in temp buffers.
9598
5d8e0d43
GM
9599 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9600 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9601 (f90-start-block-re, f90-imenu-generic-expression)
9602 (f90-looking-at-program-block-start, f90-no-block-limit):
9603 Add support for submodules.
9604
ccf7a5d5
GM
9605 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9606 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 9607
11fdef7d 96082011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
9609
9610 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9611 buffer-file-type before setting its value, to avoid disastrous
eefff499 9612 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 9613
74f53697
JB
96142011-06-25 Juanma Barranquero <lekktu@gmail.com>
9615
9616 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9617
9618 * ses.el (ses-unload-function):
9619 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9620
9621 * proced.el (proced-unload-function):
9622 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9623
18a4ce5e
AR
96242011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9625
9626 * server.el (server-create-window-system-frame): Add parameters arg.
9627 (server-process-filter): Doc fix. Handle frame-parameters.
9628
519d22cc
JB
96292011-06-25 Juanma Barranquero <lekktu@gmail.com>
9630
9631 Fix bug#8730, bug#8781.
9632
9633 * loadhist.el (unload--set-major-mode): New function.
9634 (unload-feature): Use it.
9635
9636 * progmodes/python.el (python-after-info-look): Add autoload cookie.
9637 (python-unload-function): New function.
9638
c206f5b0
SM
96392011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9640
9641 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
9642
f9ad64f3
GS
96432011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
9644
9645 * net/browse-url.el (browse-url-firefox-program): Add icecat to
9646 the candidates list.
9647
7d0da90e
JB
96482011-06-24 Juanma Barranquero <lekktu@gmail.com>
9649
9650 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
9651
14b4e83d
RS
96522011-06-23 Richard Stallman <rms@gnu.org>
9653
9654 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
9655 (rmail-variables): Set next-error-move-function.
9656 (rmail-what-message): Take argument POS.
9657 (rmail-next-error-move): New function.
9658
273d2baf
SM
96592011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9660
9661 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
9662 messages for adjacent non-terminals.
9663
56c2cc9a
RS
96642011-06-23 Richard Stallman <rms@gnu.org>
9665
9666 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 9667 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
9668 (rmail-start-mail): Don't specify use of rmail-mail-return;
9669 that's done by mail-bury now.
9670 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 9671
d59eb518
MA
96722011-06-23 Michael Albinus <michael.albinus@gmx.de>
9673
9674 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
9675 SIZE is a number.
9676
02cfc6d6
MR
96772011-06-23 Martin Rudalics <rudalics@gmx.at>
9678
9679 * window.el (get-lru-window, get-mru-window)
9680 (get-largest-window): Never return a minibuffer window.
9681 (display-buffer-pop-up-window): Fix a bug that could lead to
9682 reusing the minibuffer window.
9683 (display-buffer): Pass original specifier argument to
9684 display-buffer-function instead of the normalized one.
9685 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9686
4e323265
LL
96872011-06-22 Leo Liu <sdl.web@gmail.com>
9688
9689 * minibuffer.el (completing-read-function)
9690 (completing-read-default): Move from minibuf.c
9691
7a70468f
RS
96922011-06-22 Richard Stallman <rms@gnu.org>
9693
50718fc2
RS
9694 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
9695 to Rmail even if not started by a special Rmail command.
9696
7a70468f
RS
9697 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
9698 Copy the buffer currently showing just one message.
9699
297dde5a
RW
97002011-06-22 Roland Winkler <winkler@gnu.org>
9701
9702 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
9703 (bibtex-clean-entry): First delete the old key so that a
9704 customized algorithm for generating the new key does not get
9705 confused by the old key.
9706 (bibtex-url): Obey regexp of first step.
9707 (bibtex-search-entries): Do not use add-to-list with local
9708 list-var.
9709
97bb1093
LMI
97102011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9711
9712 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
9713 stored a user name, then query for the password first, instead of
9714 waiting for SMTP to give an error message and the trying again.
9715
1c0f1a19
JD
97162011-06-22 Lawrence Mitchell <wence@gmx.li>
9717
9718 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
9719 BUFFER in call-process.
9720
396f7c9d
LMI
97212011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9722
9723 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
9724 QUIT twice.
ddb7ffee
LMI
9725 (smtpmail-try-auth-methods): Require user name and password from
9726 auth-source.
396f7c9d 9727
8998d1b3
MR
97282011-06-22 Martin Rudalics <rudalics@gmx.at>
9729
9730 * window.el (display-buffer-default-specifiers)
9731 (display-buffer-alist): Remove entries for pop-up-frame-alist.
9732 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 9733 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
9734
9735 * frame.el (pop-up-frame-alist, pop-up-frame-function)
9736 (special-display-frame-alist, special-display-popup-frame):
9737 Remove duplicate declarations. These are now in window.el.
9738
4ea31e07
LMI
97392011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9740
c9d29fb8
SM
9741 * mail/smtpmail.el (smtpmail-via-smtp):
9742 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
9743 server supports it. SMTP servers that support STARTTLS commonly
9744 require it.
9745
9746 * net/network-stream.el (network-stream-open-starttls): Support
9747 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 9748 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 9749
95f41d9a
LMI
9750 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
9751 upgrades with `open-network-stream', and rely solely on
9752 auth-source for all credentials. Big changes throughout the file,
9753 but in particular:
c9d29fb8
SM
9754 (smtpmail-auth-credentials): Remove.
9755 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
9756 (smtpmail-via-smtp): Check for servers saying they want AUTH after
9757 MAIL FROM, too.
95f41d9a 9758
c9d29fb8
SM
9759 * net/network-stream.el (network-stream-open-starttls):
9760 Provide support for client certificates both for external and built-in
4ea31e07
LMI
9761 STARTTLS.
9762 (auth-source): Require.
9763 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
9764 (network-stream-certificate): Change cert-cert to cert and
9765 cert-key to key.
4ea31e07 9766
065ec2c7
MA
97672011-06-21 Michael Albinus <michael.albinus@gmx.de>
9768
9769 * net/tramp-cache.el (top): Don't load the persistency file when
9770 "emacs -Q" has been called.
9771
cd93b359
DR
97722011-06-21 Tim Harper <timcharper@gmail.com>
9773
d8e4b68b
JB
9774 * term/ns-win.el (ns-initialize-window-system):
9775 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
9776 resource to NO as it is not yet supported by the NS port.
9777
ae9c0411
JB
97782011-06-21 Juanma Barranquero <lekktu@gmail.com>
9779
9780 * misc.el (list-dynamic-libraries--refresh): Compute header here...
9781 (list-dynamic-libraries): ...not here.
9782
7f3f739f
LL
97832011-06-21 Leo Liu <sdl.web@gmail.com>
9784
9785 * subr.el (sha1): Implement sha1 using secure-hash.
9786
327c8fb1
MR
97872011-06-21 Martin Rudalics <rudalics@gmx.at>
9788
9789 * window.el (display-buffer-alist): In default value do not
9790 enforce searching a window on any but the selected frame.
9791 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9792 (display-buffer-select-window): Remove function.
9793 (display-buffer-in-window): When a window on another frame gets
9794 reused, do not select it any more but just raise its frame if
9795 necessary (Bug#8851) and (Bug#8856).
9796 (display-buffer-normalize-options): Handle pop-up-frames related
9797 options more faithfully.
9798 (pop-to-buffer): Don't rely on `display-buffer' selecting the
9799 window if it is on another frame.
c9d29fb8
SM
9800 (display-buffer-alist, display-buffer-default-specifiers):
9801 Don't make new frame unsplittable by default.
9e9de014
MR
9802 (display-buffer-normalize-argument): Fix doc-string typo and use
9803 'same-frame-other-window instead of 'other-window when associating
9804 with display-buffer-macro-specifiers.
327c8fb1 9805
7cf3f556
VB
98062011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
9807
9808 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
9809 New functions.
9810 (5x5-mode-map, 5x5-mode-menu): Bind them.
9811 (5x5-draw-grid): Tweak the solver's rendering.
9812
60a406cf
SM
98132011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
9816 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
9817
d8e4b68b 98182011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
9819
9820 * menu-bar.el: Use function variable instead of switch-to-buffer.
9821 (menu-bar-select-buffer-function): New variable.
60a406cf 9822 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 9823
478d6f95
SM
98242011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9825
9826 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
9827 variable's status.
9828
ca530739
JD
98292011-06-20 Jan Djärv <jan.h.d@swipnet.se>
9830
9831 * x-dnd.el (x-dnd-version-from-flags)
9832 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
9833 and long as number (Bug#8899).
9834 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
9835
bcd70d97
SM
98362011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9837
60a406cf 9838 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
9839 (completion-try-completion, completion-all-completions): Compute the
9840 metadata argument if it's missing; make it optional (bug#8795).
9841
60a406cf 9842 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
9843 (widget-complete): Use new :completion-function property.
9844 (widget-completions-at-point): New function.
9845 (default): Use :completion-function instead of :complete.
60a406cf
SM
9846 (widget-default-completions): Rename from widget-default-complete;
9847 Rewrite.
bcd70d97
SM
9848 (widget-string-complete, widget-file-complete, widget-color-complete):
9849 Remove functions.
9850 (file, symbol, function, variable, coding-system, color):
9851 * international/mule-cmds.el (default-input-method, charset)
9852 (language-info-custom-alist):
9853 * cus-edit.el (face): Use new property :completions.
9854
9855 * progmodes/pascal.el (pascal-completions-at-point): New function.
9856 (pascal-mode): Use it.
9857 (pascal-mode-map): Use completion-at-point.
9858 (pascal-toggle-completions): Make obsolete.
9859 (pascal-complete-word, pascal-show-completions):
9860 * progmodes/octave-mod.el (octave-complete-symbol):
9861 Redefine as obsolete alias.
9862 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
9863 Signal absence of completion info for old Octave,
9864 (inferior-octave-complete): Redefine as obsolete alias.
9865 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
9866 (meta-completions-at-point): Rename from meta-complete-symbol and
9867 adapt it for use on completion-at-point-functions.
9868 (meta-common-mode): Use it.
9869 (meta-looking-at-backward, meta-match-buffer): Remove.
9870 (meta-complete-symbol): Redefine as obsolete alias.
9871 (meta-common-mode-map): Use completion-at-point.
9872 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
9873 (makefile-mode-map): Use completion-at-point.
9874 (makefile-completions-at-point): Rename from makefile-complete and
9875 adapt it for use on completion-at-point-functions.
9876 (makefile-mode): Use it.
9877 (makefile-complete): Redefine as obsolete alias.
9878
aebf69c8
DD
98792011-06-20 Deniz Dogan <deniz@dogan.se>
9880
9881 * net/rcirc.el: Delete trailing whitespaces once and for all.
9882
bfbbb27d
DC
98832011-06-20 Daniel Colascione <dan.colascione@gmail.com>
9884
9885 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
9886
d264a46b
CY
98872011-06-19 Chong Yidong <cyd@stupidchicken.com>
9888
4ca009e5
CY
9889 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
9890
d264a46b
CY
9891 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
9892
fbf5b3ce
MR
98932011-06-19 Martin Rudalics <rudalics@gmx.at>
9894
9895 * window.el (display-buffer-other-window-means-other-frame):
9896 Call display-buffer-normalize-alist.
9897 (display-buffer-normalize-specifiers-1): Rename to
9898 display-buffer-normalize-argument. New argument other-frame.
9899 Rewrite.
9900 (display-buffer-normalize-specifiers-2): Rename to
9901 display-buffer-normalize-options.
9902 (display-buffer-normalize-alist-1): New function.
9903 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
9904 display-buffer-normalize-alist.
9905 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
9906 (display-buffer-normalize-options-inhibit): New variable.
9907 (display-buffer-normalize-specifiers): Rewrite calling
9908 display-buffer-normalize-alist,
9909 display-buffer-normalize-argument, and
9910 display-buffer-normalize-options. Don't call the latter if
9911 display-buffer-normalize-options-inhibit is non-nil.
9912 (frame-auto-delete): New option.
9913 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
9914 (window-list-no-nils, window-state-ignored-parameters)
9915 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
9916 (window-state-put-1, window-state-put-2, window-state-put):
9917 New functions.
9a028c23
MR
9918 (display-buffer-normalize-options): Move special-display-p group
9919 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 9920
6d10d800
CY
99212011-06-18 Chong Yidong <cyd@stupidchicken.com>
9922
6420d28b
CY
9923 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
9924 groups (Bug#8776).
9925 (rx-submatch-n): New function.
9926 (rx): Document it.
9927
ddb8b596
CY
9928 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
9929 (Bug#8768).
9930
9931 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
9932
77080289
CY
9933 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
9934
61dfb316
CY
9935 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
9936 anytime existing face settings are present (Bug#8889).
9937
6d10d800
CY
9938 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
9939 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
9940 Remove unused argument.
9941
be3fb2b8
MR
99422011-06-18 Martin Rudalics <rudalics@gmx.at>
9943
bcd70d97
SM
9944 * window.el (display-buffer-default-specifiers):
9945 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
9946 pop-up-window-min-width, and another reuse-window specifier
9947 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
9948 (display-buffer-normalize-specifiers-2):
9949 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
9950 pop-up-windows is unset. Add a reuse-window specifier for the
9951 case popping up a new window fails.
9952 (special-display-popup-frame): Remove double quoting.
28dec25a 9953 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 9954
1c6d8c76
SM
99552011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * shell.el (shell-completion-vars): Set pcomplete-termination-string
9958 according to comint-completion-addsuffix.
9959
9960 * pcomplete.el: Convert to lexical binding and fix bug#8819.
9961 (pcomplete-suffix-list): Mark as obsolete.
9962 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
9963 pcomplete-seen in the closure.
9964 (pcomplete-comint-setup): Setup completion-at-point as well.
9965 (pcomplete--entries): New function.
9966 (pcomplete--env-regexp): New var.
9967 (pcomplete-entries): Rewrite to work with partial-completion and
9968 without relying on pcomplete-suffix-list.
9969 (pcomplete-pare-list): Remove, unused.
9970
25aef8b8
MR
99712011-06-17 Martin Rudalics <rudalics@gmx.at>
9972
9973 * window.el (display-buffer-alist): Set pop-up-window-min-height
9974 and pop-up-window-min-width in default value. Reported by
9975 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
9976 other-window-means-other-frame.
9977 (display-buffer-macro-specifiers): Comment out entry for
9978 other-window specifier.
9979 (display-buffer-other-window-means-other-frame): New function.
9980 (display-buffer-normalize-specifiers-1): New arguments
9981 buffer-name and label. Treat other-window case specially.
9982 (display-buffer-normalize-specifiers-2): Treat other-window case
9983 specially.
9984 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
9985 (display-buffer-normalize-specifiers):
9986 Call display-buffer-normalize-specifiers-3.
25aef8b8 9987
dbad4f69
MR
99882011-06-17 Martin Rudalics <rudalics@gmx.at>
9989
9990 * window.el (same-window-p): Fix two typos introduced when
9991 adding with-no-warnings.
d1067961
MR
9992 (display-buffer-normalize-specifiers-1): Don't check
9993 pop-up-frames for 'unset initialization.
9994 (display-buffer-normalize-specifiers-2): Major rewrite using
9995 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
9996 (pop-up-frames, display-buffer-reuse-frames)
9997 (display-buffer-mark-dedicated): Don't initialize to 'unset.
9998 Suggested by David Engster <deng@randomsample.de>.
9999 (even-window-heights): Initialize to 'unset.
10000 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
10001 (display-buffer-macro-specifiers): Don't pop up a new frame in the
10002 other window case.
dbad4f69 10003
9b9c9e3a
MR
100042011-06-16 Martin Rudalics <rudalics@gmx.at>
10005
bcd70d97
SM
10006 * window.el (display-buffer-normalize-specifiers-1):
10007 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 10008 second argument of display-buffer (Bug#8865).
981d5c09
MR
10009 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
10010 (switch-to-buffer-other-window-same-frame)
10011 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
10012 Adams (Bug#8875).
9c2755e9
MR
10013 (display-buffer): Don't check noninteractive when calling
10014 display-buffer-pop-up-frame.
10015 (display-buffer-pop-up-frame): Never pop up a frame in
10016 noninteractive mode (Bug#8857).
67222e1d
MR
10017 (enlarge-window, shrink-window): Don't report an error when the
10018 window can't be resized as requested (Bug#8862).
9b9c9e3a 10019
2b75be67
SM
100202011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10021
9ffdd3ba
SM
10022 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
10023
cb581a67
SM
10024 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
10025
2b75be67
SM
10026 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
10027
8c0e3589
AM
100282011-06-15 Alan Mackenzie <acm@muc.de>
10029
cb581a67
SM
10030 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
10031 for declarators, disable knr checking to speed up for normal files.
10032 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 10033
b96e6cde
LMI
100342011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10035
4bba86e6
LMI
10036 * net/network-stream.el (open-network-stream): Add the keyword
10037 :always-query-capabilities for the case where you want to force a
10038 `plain' network connection, but the protocol still requires the
10039 capabilitiy command (i.e., SMTP and EHLO).
10040
2b75be67 10041 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
10042 consistency with other `-live-p' functions.
10043
efdcdbf8
SM
100442011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10045
10046 * window.el (same-window-buffer-names, same-window-regexps)
10047 (special-display-frame-alist, special-display-popup-frame)
10048 (special-display-function, special-display-buffer-names)
10049 (special-display-regexps, pop-up-frame-alist)
10050 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
10051 (pop-up-windows, split-window-preferred-function)
10052 (split-height-threshold, split-width-threshold, even-window-heights)
10053 (display-buffer-mark-dedicated): Don't encourage the use of
10054 display-buffer-alist from Elisp code.
10055
c5cde042
DN
100562011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10057
10058 * progmodes/python.el (python-mode): Derive from prog-mode.
10059 * progmodes/ps-mode.el (ps-mode):
10060 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 10061 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
10062 * progmodes/ld-script.el (ld-script-mode): Likewise.
10063
baa1c9ab
MR
100642011-06-15 Martin Rudalics <rudalics@gmx.at>
10065
10066 * window.el (display-buffer-alist): Trim default value to avoid
10067 popping up a new frame (Bug#8857) or reusing an arbitrary window
10068 on another frame.
10069 (display-buffer): Do not fall back on popping up a new frame in
10070 batch mode (Bug#8857).
10071
c5dd5a51
CY
100722011-06-14 Chong Yidong <cyd@stupidchicken.com>
10073
10074 * cus-theme.el (describe-theme-1): Use custom-theme-p.
10075 (custom-theme-summary): New function.
10076 (customize-themes): Use it.
10077
d647b7c4
GM
100782011-06-13 Glenn Morris <rgm@gnu.org>
10079
10080 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
10081
9481c002
MR
100822011-06-13 Martin Rudalics <rudalics@gmx.at>
10083
357f93d2
MR
10084 * help.el (help-window): Remove variable.
10085 (help-window-point-marker, temp-buffer-max-height)
10086 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
10087 (help-print-return-message): Don't set help-window.
10088 (resize-temp-buffer-window): Rewrite cod eand doc-string.
10089 (help-window-setup-finish): Remove.
10090 (help-window-display-message, help-window-setup)
10091 (with-help-window): Major rewrite based on new
10092 display-buffer-window variable.
10093
10094 * help-mode.el (help-mode-finish): Remove help-window related
10095 code.
10096
10097 * view.el (view-exits-all-viewing-windows): Remove reference to
10098 view-return-to-alist in doc-string.
10099 (view-return-to-alist): Make obsolete.
10100 (view-buffer): Call pop-to-buffer-same-window and remove
10101 undo-window code.
10102 (view-buffer-other-window): Call pop-to-buffer-other-window and
10103 simplify code. Ignore second argument.
10104 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
10105 simplify code. Ignore second argument.
10106 (view-return-to-alist-update): Make obsolete.
10107 (view-mode-enter): Rename second argument to QUIT-RESTORE.
10108 Rewrite using quit-restore window parameters.
2b75be67
SM
10109 (view-mode-exit): Rename second argument to EXIT-ONLY.
10110 Rewrite using quit-restore-window.
357f93d2
MR
10111 (View-exit, View-exit-and-edit, View-leave, View-quit)
10112 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
10113 appropriate arguments.
10114 (view-end-message): Use quit-restore window parameter.
10115
9481c002
MR
10116 * window.el (display-buffer-function): Rewrite doc-string.
10117 (display-buffer-window, display-buffer-alist): New variables.
10118 (display-buffer-split-specifiers)
10119 (display-buffer-side-specifiers)
10120 (display-buffer-macro-specifiers): New constants.
10121 (display-buffer-even-window-sizes, display-buffer-set-height)
10122 (display-buffer-set-width, display-buffer-select-window)
10123 (display-buffer-in-window, display-buffer-reuse-window)
10124 (display-buffer-split-window-1, display-buffer-split-window)
10125 (display-buffer-split-atom-window, display-buffer-pop-up-window)
10126 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
10127 (display-buffer-in-side-window, normalize-buffer-to-display)
10128 (display-buffer-normalize-specifiers-1)
10129 (display-buffer-normalize-specifiers-2)
2b75be67
SM
10130 (display-buffer-normalize-specifiers, display-buffer-frame):
10131 New functions.
9481c002
MR
10132 (display-buffer): Major rewrite.
10133 (display-buffer-other-window, display-buffer-other-frame)
10134 (pop-to-buffer, switch-to-buffer-other-window)
10135 (switch-to-buffer-other-frame): Rewrite.
10136 (display-buffer-same-window, display-buffer-same-frame)
10137 (display-buffer-same-frame-other-window)
10138 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10139 (pop-to-buffer-other-window)
10140 (pop-to-buffer-same-frame-other-window)
10141 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
10142 (switch-to-buffer-other-window-same-frame): New functions.
10143 (same-window-p, special-display-p): Rewrite disabling warnings.
10144 Make obsolete.
10145 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10146 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
10147 Make obsolete
10148 (same-window-buffer-names, same-window-regexps)
10149 (special-display-frame-alist, special-display-popup-frame)
10150 (special-display-function, special-display-buffer-names)
10151 (special-display-regexps, pop-up-frame-alist)
10152 (pop-up-frame-function, split-window-preferred-function)
10153 (split-height-threshold, split-width-threshold)
10154 (even-window-heights): Make obsolete.
10155
9db51aca
GM
101562011-06-12 Glenn Morris <rgm@gnu.org>
10157
10158 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 10159 Misc simplifications.
9db51aca 10160
39cffb44
MR
101612011-06-12 Martin Rudalics <rudalics@gmx.at>
10162
10163 * window.el (window-safely-shrinkable-p): Restore function which
10164 was inadvertently removed in change from 2011-06-11. Declare as
10165 obsolete.
10166
2b75be67
SM
10167 * calendar/calendar.el (calendar-generate-window):
10168 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
10169 window-safely-shrinkable-p.
10170
a8955be7
GM
101712011-06-12 Glenn Morris <rgm@gnu.org>
10172
10173 * progmodes/fortran.el (fortran-mode-syntax-table):
10174 * progmodes/f90.el (f90-mode-syntax-table):
10175 Set % to punctuation. (Bug#8820)
10176 (f90-find-tag-default): Remove, no longer needed.
10177
f0d4059d
DC
101782011-06-12 Daniel Colascione <dan.colascione@gmail.com>
10179
10180 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
10181
1100a63c
CY
101822011-06-11 Chong Yidong <cyd@stupidchicken.com>
10183
10184 * image.el (image-animated-p): Return animation delay in seconds.
10185 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
10186 (image-animate-timeout): Remove DELAY argument. Don't assume
10187 every subimage has the same delay; get it from image-animated-p.
10188 (image-animate): Caller changed.
10189
def722bf
MA
101902011-06-11 Michael Albinus <michael.albinus@gmx.de>
10191
10192 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
10193 to ignored backtrace functions.
10194
0a2bb1a9
GM
101952011-06-11 Glenn Morris <rgm@gnu.org>
10196
10197 * calendar/appt.el (appt-disp-window-function): Doc fix.
10198 (appt-check): Handle overlapping appointments. (Bug#8337)
10199
6198ccd0
MR
102002011-06-11 Martin Rudalics <rudalics@gmx.at>
10201
10202 * window.el (window-tree-1, window-tree): New functions, moving
10203 the latter to window.el.
10204 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10205 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10206 (bw-refresh-edges): Remove.
10207 (balance-windows-1, balance-windows-2): New functions.
10208 (balance-windows): Rewrite in terms of window tree functions,
10209 balance-windows-1 and balance-windows-2.
10210 (bw-adjust-window): Remove.
10211 (balance-windows-area-adjust): New function with functionality of
10212 bw-adjust-window but using resize-window.
2b75be67
SM
10213 (set-window-text-height): Rewrite doc-string.
10214 Use normalize-live-window and resize-window.
10215 (enlarge-window-horizontally, shrink-window-horizontally):
10216 Rename argument to DELTA.
6198ccd0
MR
10217 (window-buffer-height): New function.
10218 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
10219 Rewrite using new window resize routines.
2b75be67
SM
10220 (kill-buffer-and-window, mouse-autoselect-window-select):
10221 Use ignore-errors instead of condition-case.
6198ccd0
MR
10222 (quit-window): Call delete-frame instead of delete-windows-on
10223 for the only buffer on frame.
10224
9397e56f
MR
102252011-06-10 Martin Rudalics <rudalics@gmx.at>
10226
10227 * loadup.el (top-level): Load window before files for the sake
10228 of replace-buffer-in-windows.
10229
10230 * files.el (read-buffer-to-switch)
10231 (switch-to-buffer-other-window)
2b75be67
SM
10232 (switch-to-buffer-other-frame, display-buffer-other-frame):
10233 Move to window.el.
9397e56f
MR
10234
10235 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
10236 (previous-buffer): Move to window.el.
10237
10238 * bindings.el (unbury-buffer): Move to window.el.
10239
10240 * window.el (delete-other-windows-vertically): Move after
10241 definition of delete-other-windows.
10242 (other-window, delete-windows-on, replace-buffer-in-windows):
10243 Move here from window.c.
10244 (record-window-buffer, unrecord-window-buffer)
10245 (set-window-buffer-start-and-point, switch-to-prev-buffer)
10246 (switch-to-next-buffer): New functions.
10247 (get-next-valid-buffer, last-buffer, next-buffer): Move here
10248 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
10249 (previous-buffer): Move here from simple.el.
10250 Call switch-to-prev-buffer.
9397e56f
MR
10251 (bury-buffer): Move here from buffer.c. Switch to previous
10252 buffer when window cannot be deleted.
10253 (unbury-buffer): Move here from bindings.el.
10254 (ctl-x-map): Move binding for other-window from window.c to
10255 here.
10256 (read-buffer-to-switch, switch-to-buffer-other-window)
10257 (switch-to-buffer-other-frame): Move here from files.el.
10258 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
10259 (switch-to-buffer): Move here from buffer.c.
10260 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 10261
562dd5e9
MR
102622011-06-10 Martin Rudalics <rudalics@gmx.at>
10263
10264 * window.el (window-min-height, window-min-width): Move here
10265 from window.c. Add defcustoms and rewrite doc-strings.
10266 (resize-mini-window, resize-window): New functions.
10267 (adjust-window-trailing-edge, enlarge-window, shrink-window):
10268 Move here from window.c.
10269 (maximize-window, minimize-window): New functions.
10270 (delete-window, delete-other-windows, split-window): Move here
10271 from window.c.
10272 (window-split-min-size): New function.
10273 (split-window-keep-point): Mention split-window-above-each-other
10274 instead of split-window-vertically.
2b75be67 10275 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
10276 Rename split-window-vertically to split-window-above-each-other
10277 and provide defalias for old definition.
10278 (split-window-side-by-side, split-window-horizontally):
10279 Rename split-window-horizontally to split-window-side-by-side
10280 and provide defalias for the old definition.
562dd5e9
MR
10281 (ctl-x-map): Move bindings for delete-window,
10282 delete-other-windows and enlarge-window here from window.c.
10283 Replace bindings for split-window-vertically and
10284 split-window-horizontally by bindings for
10285 split-window-above-each-other and split-window-side-by-side.
10286
10287 * cus-start.el (all): Remove entries for window-min-height and
10288 window-min-width. Add entries for window-splits and
10289 window-nest.
10290
f0da764a
GM
102912011-06-09 Glenn Morris <rgm@gnu.org>
10292
80675c21
GM
10293 * calendar/appt.el (appt-mode-line): New function.
10294 (appt-check, appt-disp-window): Use it.
10295
f0da764a
GM
10296 * files.el (hack-one-local-variable-eval-safep):
10297 Allow minor-modes with explicit +/-1 arguments.
10298
59f623b7
TZ
102992011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
10300
10301 * term/xterm.el (xterm): Add defgroup.
10302 (xterm-extra-capabilities): Add defcustom to supply known xterm
10303 capabilities, skip querying them, or query them (default).
10304 (terminal-init-xterm): Use it.
10305 (terminal-init-xterm-modify-other-keys): New function to set up
10306 modifyOtherKeys support to simplify `terminal-init-xterm'.
10307
9aab8e0d
MR
103082011-06-09 Martin Rudalics <rudalics@gmx.at>
10309
10310 * window.el (resize-window-reset, resize-window-reset-1)
10311 (resize-subwindows-skip-p, resize-subwindows-normal)
10312 (resize-subwindows, resize-other-windows, resize-this-window)
10313 (resize-root-window, resize-root-window-vertically)
10314 (window-deletable-p, window-or-subwindow-p)
10315 (frame-root-window-p): New functions.
10316
e8b08aee
GM
103172011-06-09 Glenn Morris <rgm@gnu.org>
10318
10319 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
10320 (ange-ftp-get-files): Use it.
10321
254c37a5
AK
103222011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10323
10324 * mail/sendmail.el (mail-recover-1, mail-recover):
10325 * files.el (recover-file, recover-session):
10326 Handle dired-listing-switches not being just a single short option.
10327
35d7dbd3
GM
103282011-06-09 Glenn Morris <rgm@gnu.org>
10329
10330 * calendar/appt.el (appt-display-message, appt-disp-window):
10331 Handle lists of appointments.
10332
387522b2
MR
103332011-06-08 Martin Rudalics <rudalics@gmx.at>
10334
2b75be67
SM
10335 * window.el (one-window-p): Move down in code.
10336 Rewrite doc-string.
10337 (window-current-scroll-bars): Rewrite doc-string.
10338 Normalize live window argument.
387522b2
MR
10339 (walk-windows, get-window-with-predicate, count-windows):
10340 Rewrite doc-string. Use window-list-1.
10341 (window-in-direction-2, window-in-direction, get-mru-window):
10342 New functions.
10343
d8e4b68b 103442011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
10345
10346 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
10347 Doc fix (Bug#8713).
10348
103492011-06-08 Chong Yidong <cyd@stupidchicken.com>
10350
10351 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
10352
103532011-06-08 Juanma Barranquero <lekktu@gmail.com>
10354
10355 * loadhist.el (unload-feature-special-hooks):
10356 Add `comint-output-filter-functions'.
10357
0de12c52
IK
103582011-06-08 Ivan Kanis <gnu@kanis.fr>
10359
10360 * calendar/appt.el (appt-check): Move some initializations into the let.
10361
f3d1777e
MR
103622011-06-08 Martin Rudalics <rudalics@gmx.at>
10363
10364 * window.el (window-height): Defalias to window-total-height.
10365 (window-width): Defalias to window-body-width.
10366
18af70d0
CY
103672011-06-07 Chong Yidong <cyd@stupidchicken.com>
10368
10369 * image-mode.el (image-toggle-animation): New command.
10370 (image-mode-map): Bind it to RET.
10371 (image-mode): Update message.
10372 (image-toggle-display-image): Avoid a spurious cache flush.
10373 (image-transform-rotation): Doc fix.
10374 (image-transform-properties): Return quickly in the normal case.
10375 (image-animate-loop): Rename from image-animate-max-time.
10376
2b75be67 10377 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
10378 (create-animated-image): Remove unnecessary function.
10379 (image-animate): Rename from image-animate-start. New arg.
2b75be67 10380 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
10381 (image-animate-timer): Use car-safe.
10382 (image-animate-timeout): Rename argument.
10383
190b47e6
MR
103842011-06-07 Martin Rudalics <rudalics@gmx.at>
10385
10386 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
10387 window.c. Rename first argument to ALL-FRAMES.
10388 Rephrase doc-strings.
10389 (get-buffer-window-list): Rewrite using window-list-1.
10390 Rephrase doc-string.
a1511caf
MR
10391 (window-safe-min-height, window-safe-min-width): New constants.
10392 (window-size-ignore, window-min-size, window-min-size-1)
10393 (window-sizable, window-sizable-p, window-size-fixed-1)
10394 (window-size-fixed-p, window-min-delta-1, window-min-delta)
10395 (window-max-delta-1, window-max-delta, window-resizable)
10396 (window-resizable-p, window-total-height, window-total-width)
10397 (window-body-width): New functions.
10398 (window-full-height-p, window-full-width-p): Rewrite using
10399 window-total-size.
10400 (window-body-height): Rewrite using window-body-size.
190b47e6 10401
85cc1f11
MR
104022011-06-06 Martin Rudalics <rudalics@gmx.at>
10403
10404 * window.el (window-right, window-left, window-child)
10405 (window-child-count, window-last-child, window-any-p)
10406 (normalize-live-buffer, normalize-live-frame)
10407 (normalize-any-window, normalize-live-window)
10408 (window-iso-combination-p, window-iso-combined-p)
10409 (window-iso-combinations)
10410 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
10411 (windows-with-parameter, window-with-parameter)
10412 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
10413 (window-atom-check, window-side-check, window-check):
10414 New functions.
85cc1f11
MR
10415 (ignore-window-parameters, window-sides, window-sides-vertical)
10416 (window-sides-slots): New variables.
10417 (window-size-fixed): Move down in code. Minor doc-string fix.
10418
e7156492
AS
104192011-06-05 Andreas Schwab <schwab@linux-m68k.org>
10420
10421 * comint.el (comint-dynamic-complete-as-filename)
10422 (comint-dynamic-complete-filename): Correctly call
10423 completion-in-region.
10424
7e821d0d
DD
104252011-06-05 Deniz Dogan <deniz@dogan.se>
10426
10427 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
10428 in last change.
10429
ac09b8a1
DD
104302011-06-05 Deniz Dogan <deniz@dogan.se>
10431
10432 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10433 (rcirc): Use it to prompt for encryption.
10434
34699b85
RW
104352011-06-05 Roland Winkler <winkler@gnu.org>
10436
10437 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10438 (bibtex-search-entries): New command bound to C-c C-a.
10439 (bibtex-display-entries): New function.
10440
004dedd3
RW
104412011-06-05 Roland Winkler <winkler@gnu.org>
10442
10443 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10444 (bibtex-insert-kill): After yanking insert newline if necessary.
10445 (bibtex-initialize): Call bibtex-string-files-init only once.
10446 (bibtex-mode): Do not call easy-menu-add.
10447 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10448 (bibtex-yank): Set arg properly if nil.
10449
022fe7ce
RW
104502011-06-05 Roland Winkler <winkler@gnu.org>
10451
2b75be67
SM
10452 * textmodes/bibtex.el (bibtex-search-entry-globally):
10453 New variable.
022fe7ce
RW
10454 (bibtex-search-entry): Use it.
10455
b7c3692a
RW
104562011-06-05 Roland Winkler <winkler@gnu.org>
10457
10458 * textmodes/bibtex.el (bibtex-entry-format): New option
10459 sort-fields.
10460 (bibtex-format-entry, bibtex-reformat): Honor this option.
10461 (bibtex-parse-entry): Return fields in proper order.
10462
8eda563d
JB
104632011-06-05 Juanma Barranquero <lekktu@gmail.com>
10464
10465 * doc-view.el (doc-view-remove-if): Move computation of result out
10466 of `dolist' to silence misleading lexical-binding warning.
10467
7dbe3dbc
CY
104682011-06-04 Chong Yidong <cyd@stupidchicken.com>
10469
10470 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10471 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10472
0c33dd17
MA
104732011-06-04 Michael Albinus <michael.albinus@gmx.de>
10474
10475 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10476 "SunOS 5.10".
10477
f8f91c2b
MA
104782011-06-04 Michael Albinus <michael.albinus@gmx.de>
10479
10480 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10481 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10482 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10483 (tramp-parse-putty):
10484 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10485 (tramp-completion-function-alist-ssh)
10486 (tramp-completion-function-alist-telnet)
10487 (tramp-completion-function-alist-su)
10488 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10489 cookie.
10490
10491 * net/tramp-ftp.el:
10492 * net/tramp-sh.el:
10493 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10494 load "tramp.el" `tramp-set-completion-function'.
10495
e17d9003
SM
104962011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10497
10498 * shell.el: Require and use pcomplete.
10499 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10500 (shell-completion-vars): Set pcomplete-default-completion-function.
10501
6c4cab03
DD
105022011-06-04 Deniz Dogan <deniz@dogan.se>
10503
10504 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10505 `memq' (Bug#8799).
10506
ea9fafe0
SM
105072011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10508
10509 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10510
b3e945d3
JB
105112011-06-02 Juanma Barranquero <lekktu@gmail.com>
10512
10513 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10514 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10515 * vc/log-view.el (log-view-beginning-of-defun):
10516 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10517 (smerge-refine-forward, smerge-refine-chopup-region):
10518 Silence warning for unused `dotimes' counter variables.
10519
7d520089
SM
105202011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10521
10522 * net/tramp.el (tramp-with-progress-reporter): Rename from
10523 with-progress-reporter. Use `declare'.
10524 * net/tramp-smb.el:
10525 * net/tramp-sh.el:
10526 * net/tramp-gvfs.el: Update all uses.
10527
a1c2400f
JB
105282011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10529
10530 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10531 buffer isn't killed before making it current.
10532
2403c841
SM
105332011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10534
10535 Silence various byte-compiler warnings.
10536 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10537 `access-type' and new obsolescence format.
10538 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10539 new format.
10540 (byte-compile-check-variable): New `access-type' argument.
10541 Only warn if the access-type is obsolete.
10542 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10543 (byte-compile-variable-set): Adjust callers.
10544 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10545 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10546 setting it as obsolete.
10547 * simple.el (minibuffer-completing-symbol):
10548 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10549 access as obsolete.
10550 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10551 obsolete yet.
10552 * international/quail.el (quail-mouse-choose-completion): Remove unused
10553 code referring to obsolete var.
10554 (quail-choose-completion-string): Remove.
10555 * server.el (server-clients-with, server-kill-buffer-query-function)
10556 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10557 * proced.el (proced-send-signal):
10558 * emacs-lisp/lisp.el (lisp-complete-symbol):
10559 Replace completion-annotate-function with completion-extra-properties.
10560
2462470b
SM
105612011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10562
fb5b2591
SM
10563 * simple.el (goto-line): Use read-number.
10564 (overriding-map-is-bound): Remove.
10565 (saved-overriding-map): Change default.
10566 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10567 Take the map as argument.
10568 (universal-argument, negative-argument, digit-argument): Use it.
10569 (restore-overriding-map): Adjust.
10570 (do-auto-fill): Use fill-forward-paragraph.
10571 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10572
fd6fa53f
SM
10573 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10574 (minibuffer-inactive-mode): New major mode.
10575 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10576 the *Messages* buffer" hack.
10577 (mouse-popup-menubar): Don't burp if the event is a normal key.
10578
2462470b
SM
10579 Miscellaneous tweaks.
10580 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10581 lexical scoping as in subr.el's dolist and dotimes.
10582 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10583 Silence compiler warning.
10584 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10585 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10586 * international/ccl.el (ccl-compile): Trivial simplification.
10587 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10588 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10589 `printflag' argument.
10590 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10591 Purecopy the whole obsolescence data.
10592
108bf785
LL
105932011-06-01 Leo Liu <sdl.web@gmail.com>
10594
10595 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10596 improve doc-string as suggested by Marco Pessotto
10597 <melmothx@gmail.com>.
10598 (rcirc-print): Fix last change.
10599
30a23501
SM
106002011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10601
10602 * minibuffer.el (complete-with-action): Return nil for the metadata and
10603 boundaries of non-functional tables.
10604 (completion-table-dynamic): Return nil for the metadata.
10605 (completion-table-with-terminator): Add default case, using
10606 complete-with-action.
10607 (completion--metadata): New function.
10608 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10609 to try and avoid pathological performance problems.
10610 (completion--embedded-envvar-table): Return `category' metadata.
10611
bcd54f83
LMI
106122011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10613
10614 * subr.el (process-alive-p): New tiny convenience function.
10615
e227544d
SM
106162011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10617
10618 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10619 content but also its previous major mode.
10620
e8296fdc
HE
106212011-05-31 Helmut Eller <eller.helmut@gmail.com>
10622
4d61f28d 10623 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
10624 *Backtrace* buffer when we exit with C-M-c.
10625
620c53a6
SM
106262011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10627
10628 * minibuffer.el: Add metadata method to completion tables.
10629 (completion-category-overrides): New defcustom.
10630 (completion-metadata, completion--field-metadata)
10631 (completion-metadata-get, completion--styles)
10632 (completion--cycle-threshold): New functions.
10633 (completion-try-completion, completion-all-completions):
10634 Add `metadata' argument to choose completion-styles.
10635 (completion--do-completion): Use metadata to choose cycling.
10636 (completion-all-sorted-completions): Use metadata for sorting.
10637 Remove :completion-cycle-penalty which is not needed any more.
10638 (completion--try-word-completion): Add `metadata' argument.
10639 (minibuffer-completion-help): Check metadata for annotation function
10640 and sorting.
10641 (completion-file-name-table): Return `category' metadata.
10642 (minibuffer-completing-file-name): Make obsolete.
10643 * simple.el (minibuffer-completing-symbol): Make obsolete.
10644 * icomplete.el (icomplete-completions): Pass new `metadata' param to
10645 completion-try-completion.
10646
1257e755
SM
106472011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10648
10649 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
10650
3767e706
LL
106512011-05-30 Leo Liu <sdl.web@gmail.com>
10652
10653 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
10654 (rcirc-print): Decode all incoming messages (bug#8744).
10655 (rcirc-decode-coding-system): Allow value nil for automatic coding
10656 system detection.
3767e706 10657
d1a5d56a
GM
106582011-06-01 Glenn Morris <rgm@gnu.org>
10659
10660 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
10661
e8cbec34
CY
106622011-05-29 Chong Yidong <cyd@stupidchicken.com>
10663
10664 * image.el (image-animate-max-time): Allow nil and t values.
10665 Default to nil.
10666 (create-animated-image): Doc fix.
10667 (image-animate-start): Remove second arg; just use
10668 image-animate-max-time.
10669 (image-animate-timeout): Doc fix. Args changed.
10670
10671 * image-mode.el (image-toggle-display-image): Ensure that the
10672 image spec passed to the animate timer is the same object as in
58179cce 10673 the buffer's display property (Bug#6981).
e8cbec34
CY
10674 (image-transform-properties): Doc fix.
10675
10676 * image.el (image-animate-max-time): Default to nil.
10677
159daf87
MR
106782011-05-29 Martin Rudalics <rudalics@gmx.at>
10679
10680 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
10681 entire buffer list (Bug#8184).
10682
d66c4c7c
CY
106832011-05-29 Chong Yidong <cyd@stupidchicken.com>
10684
10685 * image.el (imagemagick-types-inhibit)
10686 (imagemagick-register-types): Doc fix.
10687
80aec780
DD
106882011-05-29 Deniz Dogan <deniz@dogan.se>
10689
10690 * net/rcirc.el (rcirc): Use the user's stored encryption method by
10691 default.
10692
1dd3c2d9
CY
106932011-05-29 Chong Yidong <cyd@stupidchicken.com>
10694
10695 * select.el: Don't perform clipboard-manager saving in hooks;
10696 leave the hooks empty.
10697
60e56523
LL
106982011-05-28 Leo Liu <sdl.web@gmail.com>
10699
10700 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
10701 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
10702 (occur-edit-mode): New major mode (Bug#8463).
10703 (occur-after-change-function): New function.
10704 (occur-engine): Give Occur tags a read-only property.
10705
2b1e1a22
KR
107062011-05-28 Kevin Ryde <user42@zip.com.au>
10707
10708 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
10709
5d344e88
CY
107102011-05-28 Chong Yidong <cyd@stupidchicken.com>
10711
8e6ca83d
CY
10712 * bindings.el (help-echo): Make the initial non-indicator dash
10713 empty on graphical terminals (Bug#7295).
10714
5d344e88
CY
10715 * files.el (auto-mode-alist): Move config rule after the
10716 in-stripping one (Bug#8547).
10717
bfbbace7
CY
10718 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
10719
fbeba6e2
CY
10720 * startup.el (normal-splash-screen): Remove gratuitous mode-line
10721 setting (Bug#8740).
10722
60ed8c72
AA
107232011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
10724
4ac619f0
AA
10725 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
10726 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
10727 (Bug#8539).
60ed8c72 10728
23db196e
CY
107292011-05-28 Chong Yidong <cyd@stupidchicken.com>
10730
10731 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
10732
5012f24c
DK
107332011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
10734
10735 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
10736 (hs-hide-block-at-point, hs-find-block-beginning)
10737 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
10738 (Bug#8279).
10739
6a639b16
GM
107402011-05-28 Glenn Morris <rgm@gnu.org>
10741
10742 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
10743
d43eaf2c
CY
107442011-05-28 Chong Yidong <cyd@stupidchicken.com>
10745
5199bde1
CY
10746 * help-fns.el (describe-function-1): If the function is a derived
10747 major mode, print the parent mode.
10748
d43eaf2c
CY
10749 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
10750 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
10751
423428a8
SM
107522011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10753
0ff8e1ba 10754 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 10755 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
10756 * progmodes/etags.el (tags-completion-at-point-function):
10757 * info-look.el (info-lookup-completions-at-point): Mark as
10758 non-exclusive.
10759 (info-complete): Adjust accordingly.
10760
423428a8
SM
10761 * info-look.el: Convert to lexical-binding and completion-at-point.
10762 (info-lookup-completions-at-point): New function.
10763 (info-complete): Use it and completion-in-region.
10764
b74aa22b
DA
107652011-05-28 Drew Adams <drew.adams@oracle.com>
10766
10767 * isearch.el: Let M-e start with point at the first mismatched char.
10768 (isearch-fail-pos): New function.
10769 (isearch-edit-string): Use it.
10770
66e2e71d
DK
107712011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10772
10773 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10774
b1890b0f 107752011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
10776
10777 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
10778 traversal functions for avl-trees.
10779 (avl-tree--stack): New struct.
10780 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
10781 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
10782 (avl-tree--do-enter): Add optional `updatefun' arg.
10783 Change return value.
eb95d01d 10784 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
10785 (avl-tree--do-delete): Add `test' and `nilflag' args.
10786 Change return value.
eb95d01d
TC
10787 (avl-tree-member): Add optional `nilflag'
10788 (avl-tree-member-p): New function.
10789 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
10790 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
10791 (avl-tree-stack-empty-p): New functions.
10792
3769ddcf
TC
10793 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
10794 avl-tree--del-balance1 and make it work both ways.
10795 (avl-tree--del-balance2): Remove.
10796 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
10797 make it work both ways.
10798 (avl-tree--enter-balance2): Remove.
10799 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
10800 New macros.
10801 (avl-tree--mapc, avl-tree-map): Add direction argument.
10802
eb95d01d 108032011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
10804
10805 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
10806
a9f737ee
CY
108072011-05-27 Chong Yidong <cyd@stupidchicken.com>
10808
10809 * select.el: Support clipboard managers with built-in function
10810 x-clipboard-manager-save, via delete-frame-functions and
10811 kill-emacs-hook.
10812 (xselect-convert-to-targets): Add MULTIPLE target to list.
10813 (xselect-convert-to-save-targets): New function.
10814
c92a1e54
KH
108152011-05-27 Kenichi Handa <handa@m17n.org>
10816
10817 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
10818 let-binding rfc2047-encode-encoded-words to nil.
10819
e145f188
GM
108202011-05-27 Glenn Morris <rgm@gnu.org>
10821
5ec8a862
GM
10822 * mail/emacsbug.el: Don't require url-util.
10823
4b29d9fb
GM
10824 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
10825
e145f188
GM
10826 * files.el (set-auto-mode):
10827 Also respect mode: entries at the end of the file. (Bug#8586)
10828
7d15102b
GM
108292011-05-26 Glenn Morris <rgm@gnu.org>
10830
98f593b8
GM
10831 * files.el (hack-local-variables-prop-line, hack-local-variables):
10832 Downcase mode names, as seems to be traditional.
27b48e63 10833 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 10834
7d15102b
GM
10835 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
10836 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
10837
51d5b4ec
JD
108382011-05-25 Julien Danjou <julien@danjou.info>
10839
10840 * textmodes/rst.el (rst-define-level-faces): Do not define face
10841 symbol if it is already defined.
10842
91513f63
VB
108432011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
10844
10845 * play/5x5.el (5x5-new-game, 5x5-randomize):
10846 Reset 5x5-solver-output to nil when a new grid is cast.
10847 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
10848 these debugging traces, as defmacro breaks the compiled code.
10849
4d90d6d0
DK
108502011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10851
10852 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10853
e1b90ef6
LL
108542011-05-24 Leo Liu <sdl.web@gmail.com>
10855
10856 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
10857 (vc-bzr-sha1): Adapt.
10858
d8e4b68b 10859 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
10860
10861 * bindings.el: Provide sha1 feature.
10862
db0406bb 108632011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
10864
10865 * mail/sendmail.el: Require `rfc2047'.
10866 (mail-insert-from-field): Do not perform RFC2047 encoding.
10867 (mail-encode-header): New function.
10868 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
10869 buffer to the return value of select-message-coding-system.
10870 Call mail-encode-header.
b8d747b9
KH
10871
10872 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
10873
db0406bb 108742011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 10875
4d90d6d0
DK
10876 * mail/supercite.el (sc-default-cite-frame):
10877 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 10878
eb8a5e9b
GM
108792011-05-24 Glenn Morris <rgm@gnu.org>
10880
f8630703
GM
10881 * progmodes/python.el (brm-menu): Declare.
10882
8831bbed
GM
10883 * emulation/viper.el (viper-set-hooks): Declare.
10884
eb8a5e9b
GM
10885 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
10886 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
10887 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
10888 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
10889 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
10890 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
10891
a2a25d24
SM
108922011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10893
10894 Add an :exit-function for completion-at-point.
10895
10896 * minibuffer.el (completion--done): New fun.
10897 (completion--do-completion): Use it. New arg `expect-exact'.
10898 (minibuffer-complete, minibuffer-complete-word): Don't output message,
10899 since completion--do-completion does it for us now.
10900 (minibuffer-force-complete): Use completion--done and
10901 completion--replace. Handle sole-completion case with more care.
10902 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
10903 (completion-extra-properties): New var.
10904 (completion-annotate-function): Make obsolete.
10905 (minibuffer-completion-help): Adjust accordingly.
10906 Use completion-list-insert-choice-function.
10907 (completion-at-point, completion-help-at-point):
10908 Bind completion-extra-properties.
10909 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
10910 * simple.el (completion-list-insert-choice-function): New var.
10911 (completion-setup-function): Preserve it.
10912 (choose-completion): Pay attention to it, shuffle the code a bit.
10913 (choose-completion-string): New arg `insert-function'.
10914
10915 * textmodes/bibtex.el: Convert to lexical binding.
10916 (bibtex-mode-map): Use completion-at-point.
10917 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
10918 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
10919 (bibtex-complete): Define as obsolete alias.
10920 (bibtex-complete-internal): Remove.
10921 (bibtex-format-entry): Remove unused sub-group in regexp.
10922 * shell.el (shell--command-completion-data)
10923 (shell-environment-variable-completion):
10924 * pcomplete.el (pcomplete-completions-at-point):
10925 * comint.el (comint--complete-file-name-data): Use :exit-function
10926 instead of completion-table-with-terminator so it also works for
10927 choose-completion.
10928
e44e373d
SM
109292011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10930
4f91a816
SM
10931 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
10932
782fc819
SM
10933 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
10934 (bug#8710).
10935
e44e373d
SM
10936 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
10937
381987c3
KM
109382011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
10939
10940 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
10941 customization variable and implement: If non-nil, auto-fill will
10942 be inhibited while on topic's header line.
10943
b776bc70
VB
109442011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
10945
10946 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 10947 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
10948 always have a solution in grid size = 5 cases.
10949 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
10950 (5x5-solver-output, 5x5-log-buffer): New vars.
10951 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
10952 Make these variables buffer local to achieve 5x5 multi-session-ness.
10953 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
10954 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
10955 (5x5-solve-suggest): New funs.
10956 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
10957 randomize a grid so that we ensure that there is always a solution.
10958 (5x5-make-random-grid): Allow other movement than flipping.
10959
7de88b6e
KR
109602011-05-23 Kevin Ryde <user42@zip.com.au>
10961
10962 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 10963 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
10964 advice and passes PREDICATE.
10965
b1ef1257
SM
109662011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10967
bbca48fe
SM
10968 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
10969 byte-compile-lambda if it's actually a lambda.
10970
b1ef1257
SM
10971 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
10972 Fix function quoting. Use backquote better.
10973
92a9cc65
YS
109742011-05-22 Yuanle Song <sylecn@gmail.com>
10975
10976 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
10977 matching (Bug#8516).
10978
f0fb8059
JA
109792011-01-22 Jari Aalto <jari.aalto@cante.net>
10980
10981 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
10982 different face (Bug#8178).
10983
d5b44c93
CY
109842011-05-22 Chong Yidong <cyd@stupidchicken.com>
10985
10986 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
10987 defface (Bug#8144).
10988
79106a44
SM
109892011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10990
9c848d8a
SM
10991 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
10992 funcall as well (bug#8712). Warn when performing those conversions.
10993 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
10994
79106a44
SM
10995 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
10996
88dfa756
GM
109972011-05-22 Glenn Morris <rgm@gnu.org>
10998
10999 * files.el (hack-local-variables-prop-line): Small simplifications.
11000 (hack-local-variables, hack-local-variables-prop-line):
11001 If MODE-ONLY, return the mode, rather than just `t'.
11002
b7cf2c79
SM
110032011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11004
11005 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
11006
3f1a8558
GM
110072011-05-21 Glenn Morris <rgm@gnu.org>
11008
7e4ccca3
GM
11009 * files.el (hack-local-variables-prop-line, hack-local-variables):
11010 If only interested in the mode, don't bother doing the other stuff.
11011
637d46ca
GM
11012 * image-mode.el (image-after-revert-hook):
11013 Redraw all frames on which the image is visible. (Bug#8567)
11014
973d955b
GM
11015 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
11016
3f1a8558
GM
11017 * wid-edit.el (widget-checklist-match-inline):
11018 Fix 2011-04-19 change. (Bug#8649)
11019
96479927
SM
110202011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11021
1dcf791f
SM
11022 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11023 Also allow singlespace after single-letter capitals followed by a dot.
11024
96479927
SM
11025 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
11026 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
11027
35fd0881
N
110282011-05-20 Nix <nix@esperi.org.uk>
11029
11030 * files.el (basic-save-buffer-2):
11031 Fix handling of break-hardlink-on-save with non-existent files.
11032
82745640
DD
110332011-05-19 Deniz Dogan <deniz@dogan.se>
11034
11035 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 11036 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 11037
4a720484
GM
110382011-05-19 Glenn Morris <rgm@gnu.org>
11039
d1f21341
GM
11040 * progmodes/f90.el (f90-type-def-re):
11041 Handle "type, bind(c)". (Bug#8691)
11042
4a720484
GM
11043 * emacs-lisp/autoload.el (batch-update-autoloads):
11044 Set autoload-excludes by parsing loadup.el rather than Makefiles.
11045
2fb0a219
MA
110462011-05-18 Michael Albinus <michael.albinus@gmx.de>
11047
11048 * net/tramp.el (tramp-process-actions): Set "first-password-request"
11049 property for the correct connection in case of multihops.
11050
e565dd37
GM
110512011-05-18 Glenn Morris <rgm@gnu.org>
11052
c2571358 11053 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
11054 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
11055
e565dd37
GM
11056 Rationalize calendar handling of day and month abbrev-arrays.
11057 * calendar/calendar.el (calendar-customized-p): New function.
11058 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
11059 (calendar-day-name-array, calendar-month-name-array): Doc fix.
11060 Add :set function.
11061 (calendar-abbrev-length, calendar-day-abbrev-array)
11062 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
11063 (calendar-day-abbrev-array, calendar-month-abbrev-array):
11064 Elements may no longer be nil.
11065 (calendar-day-name, calendar-month-name):
11066 Update for changed nature of abbrev arrays.
11067 * calendar/diary-lib.el (diary-name-pattern):
11068 Update for changed nature of abbrev arrays.
11069 (diary-mark-entries-1): Update calendar-make-alist calls.
11070 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
11071 * calendar/cal-html.el (cal-html-day-abbrev-array):
11072 Simply inherit from calendar-day-abbrev-array.
11073
1d99a745
SM
110742011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11075
11076 * progmodes/grep.el (grep-mode): Disable default
11077 compilation-directory-matcher setting (bug#8684).
11078
7c1d9aa0
MA
110792011-05-17 Michael Albinus <michael.albinus@gmx.de>
11080
11081 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
11082 instead of "head" and "tail". There were problems with SunOS 5.9,
11083 and it performs better.
11084
3952e9d8
GM
110852011-05-17 Glenn Morris <rgm@gnu.org>
11086
2dd12e7f
GM
11087 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
11088
e4157b9c
GM
11089 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
11090 Replace obsolete function.
11091
8e249bbd
GM
11092 * shell.el (pcomplete-parse-arguments-function): Declare.
11093
3952e9d8
GM
11094 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
11095 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
11096 (appt-check): Doc fixes.
11097 (appt-disp-window-function, appt-delete-window-function):
11098 Remove needless special case in custom :type.
11099 (appt-display-count): Default to 0, not nil.
11100 (appt-check): Reset appt-display-count to 0, not nil.
11101
c71a0d48 111022011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 11103
c71a0d48
GM
11104 * progmodes/python.el (python-font-lock-keywords):
11105 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 11106
31d55be9
SM
111072011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11108
11109 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
11110
3bfacb2f
KR
111112011-05-16 Kevin Ryde <user42@zip.com.au>
11112
11113 * info-look.el (makefile-automake-mode): New setups, looking in
11114 automake manual, then makefile-mode.
11115 (makefile-mode): Remove automake manual, have it just in
11116 makefile-automake-mode since there's various things different or
11117 not relevant to plain make.
11118 (makefile-mode): Remove "other-modes" non-existent automake-mode,
11119 believe a hypothetical automake-mode would go to makefile-mode,
11120 not the other way around.
11121
c8e83751
CY
111222011-05-15 Chong Yidong <cyd@stupidchicken.com>
11123
5e9e35cd
CY
11124 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
11125 hunk-end tags (Bug#8672).
11126
c8e83751
CY
11127 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
11128 vc-annotate-show-diff-revision-at-line (Bug#8671).
11129
50b23e5a
GM
111302011-05-14 Glenn Morris <rgm@gnu.org>
11131
7210a739
GM
11132 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
11133 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
11134 (change-log-font-lock-keywords): Also handle multiple author lines
11135 with leading tabs. (Bug#8644)
7210a739 11136
4691905a
GM
11137 * calendar/appt.el (appt-check): Rename some local variables.
11138 Some simplification/reordering.
11139
50b23e5a
GM
11140 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
11141 (feedmail-sendmail-f-doesnt-sell-me-out)
11142 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11143 (feedmail-debug-sit-for, feedmail-queue-express-hook)
11144 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
11145 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
11146 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
11147 (feedmail-binmail-gnulinuxish-template):
11148 Rename from feedmail-binmail-linuxish-template.
11149 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
11150 Use insert-buffer-substring.
11151
215cda7c
BC
111522011-05-14 Bill Carpenter <bill@carpenter.org>
11153
11154 * mail/feedmail.el (feedmail-patch-level): Increase.
11155 (feedmail-debug): New custom group.
11156 (feedmail-confirm-outgoing-timeout)
11157 (feedmail-sendmail-f-doesnt-sell-me-out)
11158 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11159 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
11160 (feedmail-sender-line, feedmail-from-line)
11161 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 11162 (feedmail-spray-this-address)
215cda7c
BC
11163 (feedmail-spray-address-fiddle-plex-list)
11164 (feedmail-queue-use-send-time-for-date)
11165 (feedmail-queue-use-send-time-for-message-id)
11166 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
11167 (feedmail-buffer-eating-function):
11168 Doc fixes.
11169 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
11170 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
11171 (feedmail-message-action-scroll-down): New functions.
11172 (feedmail-queue-directory, feedmail-queue-draft-directory):
11173 Use expand-file-name.
11174 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
11175 Remove C-v help entry.
11176 (feedmail-queue-buffer-file-name): New variable.
11177 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
11178 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
11179 (feedmail-message-action-send-strong, feedmail-message-action-edit)
11180 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
11181 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
11182 (feedmail-message-action-toggle-spray)
11183 (feedmail-run-the-queue-no-prompts)
11184 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
11185 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
11186 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
11187 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
11188 (feedmail-envelope-deducer, feedmail-fiddle-from)
11189 (feedmail-fiddle-sender, feedmail-default-date-generator)
11190 (feedmail-fiddle-date, feedmail-fiddle-message-id)
11191 (feedmail-fiddle-spray-address)
11192 (feedmail-fiddle-list-of-spray-fiddle-plexes)
11193 (feedmail-fiddle-list-of-fiddle-plexes)
11194 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
11195 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
11196 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
11197 Change default. Doc fix.
11198 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
11199 (feedmail-binmail-linuxish-template): New constant.
11200 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
11201 Respect feedmail-sendmail-f-doesnt-sell-me-out.
11202 (feedmail-send-it): Add debug call.
11203 Use feedmail-queue-buffer-file-name, and
11204 feedmail-send-it-immediately-wrapper.
11205 (feedmail-message-action-send): Add debug call.
11206 Use feedmail-send-it-immediately-wrapper.
11207 (feedmail-queue-express-to-queue): Add debug call.
11208 Run feedmail-queue-express-hook.
11209 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
11210 (feedmail-message-action-help-blat):
11211 Rename from feedmail-queue-send-edit-prompt-help-first.
11212 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
11213 Check line-endings. Handle errors better.
11214 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
11215 Doc fix. Add debug call.
11216 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
11217 Use feedmail-queue-send-edit-prompt-inner.
11218 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
11219 (feedmail-queue-send-edit-prompt-inner): New function, extracted
11220 from feedmail-queue-send-edit-prompt.
11221 (feedmail-queue-send-edit-prompt-help)
11222 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
11223 (feedmail-tidy-up-slug): Add debug call.
11224 Respect feedmail-queue-slug-suspect-regexp.
11225 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
11226 (feedmail-dump-message-to-queue): Add debug call.
11227 Expand queue-directory.
11228 (feedmail-dump-message-to-queue): Change message slightly.
11229 Use feedmail-say-chatter.
11230 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
11231 (feedmail-send-it-immediately-wrapper): New function.
11232 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
11233 Insert empty string rather than newline. Handle full-frame case.
11234 Use catch/throw. Use feedmail-say-chatter.
11235 (feedmail-fiddle-from): Try mail-host-address.
11236 (feedmail-default-message-id-generator): Doc fix.
11237 Bind system-time-locale. Handle missing end.
11238 (feedmail-fiddle-x-mailer): Add debug call.
11239 Handle feedmail-x-mailer-line being nil.
11240 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
11241 Add debug call. Use buffer-substring-no-properties.
11242 (feedmail-say-debug, feedmail-say-chatter): New functions.
11243 (feedmail-find-eoh): Give an explicit error.
11244
42c7e61e
UJ
112452011-05-13 Ulf Jasper <ulf.jasper@web.de>
11246
c2571358 11247 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 11248 family from helvetica to sans.
c2571358 11249 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11250 etc/images/newsticker.
11251
c2571358 11252 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
11253 family from helvetica to sans.
11254
11255 * net/newst-plainview.el (newsticker-new-item-face)
11256 (newsticker-old-item-face, newsticker-immortal-item-face)
11257 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 11258 (newsticker-statistics-face): Change default family from
42c7e61e 11259 helvetica to sans.
c2571358 11260 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11261 etc/images/newsticker.
11262
5d3385a0
JB
11263 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
11264 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
11265 auto-marking.
11266
8497a297
DV
112672011-05-13 Didier Verna <didier@xemacs.org>
11268
11269 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
11270 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
11271 TODO entries.
8497a297
DV
11272 (lisp-lambda-list-keyword-parameter-indentation)
11273 (lisp-lambda-list-keyword-parameter-alignment)
11274 (lisp-lambda-list-keyword-alignment): New customizable user options.
11275 (lisp-indent-defun-method): Improve docstring.
11276 (extended-loop-p): Fix comment.
11277 (lisp-indent-lambda-list-keywords-regexp): New variable.
11278 (lisp-indent-lambda-list): New function.
11279 (lisp-indent-259): Use it.
11280 (lisp-indent-defmethod): Support for more than one
11281 method qualifier and properly indent methods lambda-lists.
11282 (defgeneric): Provide a missing common-lisp-indent-function property.
11283
f278f87f
SM
112842011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11285
11286 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
11287 bounds for the empty string (bug#8667).
11288
5233edd7
GM
112892011-05-13 Glenn Morris <rgm@gnu.org>
11290
5237a44f
GM
11291 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
11292
8340026c 11293 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 11294 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 11295
5233edd7 11296 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 11297 (appt-time-msg-list): Doc fix.
a5464014 11298 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 11299
92d10796
AS
113002011-05-12 Andreas Schwab <schwab@linux-m68k.org>
11301
11302 * progmodes/ld-script.el (ld-script-keywords)
11303 (ld-script-builtins): Update keywords list.
11304
914a0ae1
SM
113052011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11306
c89be45f
SM
11307 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
11308
914a0ae1
SM
11309 * shell.el (shell-completion-vars): New function.
11310 (shell-mode):
11311 * simple.el (read-shell-command): Use it.
11312 (blink-matching-open): No need for " [...]" in minibuffer-message.
11313
98dc3df3
GM
113142011-05-12 Glenn Morris <rgm@gnu.org>
11315
11316 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
11317 (appt-check): Simplify.
11318
d2fc7e3d 113192011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 11320
4d61f28d 11321 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
11322 literal "/dev/null".
11323
d2fc7e3d 113242011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
11325
11326 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
11327 Fix typo.
11328
d2fc7e3d 113292011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 11330
3f254caa
SM
11331 * progmodes/which-func.el (which-function):
11332 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
11333 which might not be defined (Bug#8260).
11334
d45885f7
GM
113352011-05-12 Glenn Morris <rgm@gnu.org>
11336
11337 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11338 Let byte-compile-initial-macro-environment always take precedence.
11339
488086f4
SM
113402011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11341
11342 * net/rcirc.el: Add support for SSL/TLS connections.
11343 (rcirc-server-alist): New field `encryption'.
11344 (rcirc): Check `encryption' settings.
11345 (rcirc-connect): New arg `encryption'. Use open-network-stream.
11346 Merge make-local-variable into `set'.
11347 (rcirc--connection-open-p): New function.
11348 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
11349 the process is not a network process (e.g. running gnutls-cli).
11350 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11351 Make rcirc-(en|de)code-coding-system local here.
11352 (rcirc-mode): Merge make-local-variable into `set'.
11353 (rcirc-parent-buffer): Make permanent buffer-local.
11354 (rcirc-multiline-minor-mode): Don't do it here.
11355 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
11356 there's no server buffer.
11357
7d3b9d44
GM
113582011-05-11 Glenn Morris <rgm@gnu.org>
11359
f64049c6
GM
11360 * newcomment.el (comment-kill): Prefix "unused" local.
11361
93c9df73
GM
11362 * term/w32console.el (get-screen-color): Declare.
11363
7d3b9d44
GM
11364 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11365 Handle symbol elements of byte-compile-initial-macro-environment.
11366
9e2dd53f
LL
113672011-05-10 Leo Liu <sdl.web@gmail.com>
11368
488086f4
SM
11369 * bookmark.el (bookmark-bmenu-mode-map):
11370 Bind bookmark-bmenu-search to `/'.
8b340240 11371
9e2dd53f 11372 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
11373 (footnote-unicode-string, footnote-unicode-regexp): New variable.
11374 (Footnote-unicode): New function.
11375 (footnote-style-alist): Add unicode style to the list.
11376 (footnote-style): Doc fix.
9e2dd53f 11377
79b70037
GM
113782011-05-10 Jim Meyering <meyering@redhat.com>
11379
11380 Fix doubled-word typos.
11381 * international/quail.el (quail-insert-kbd-layout): and and -> and
11382 * kermit.el: and and -> and
11383 * net/ldap.el (ldap-search-internal): to to -> to
11384 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
11385 * progmodes/js.el (js-mode): and and -> and
11386 * textmodes/artist.el (artist-move-to-xy): at at -> at
11387 (artist-draw-region-trim-line-endings): if if -> if
11388 And Safetyc -> Safety.
11389 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
11390
b8f82dc1 113912011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 11392 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
11393
11394 * files.el (hack-one-local-variable-eval-safep):
11395 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
11396
4f99f44b
GM
113972011-05-10 Glenn Morris <rgm@gnu.org>
11398
11399 * calendar/diary-lib.el (diary-list-entries-hook)
11400 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
11401 (diary-nongregorian-marking-hook, diary-list-entries)
11402 (diary-include-other-diary-files, diary-mark-entries)
11403 (diary-mark-included-diary-files): Doc fixes.
11404
84f29e6b
JB
114052011-05-09 Juanma Barranquero <lekktu@gmail.com>
11406
11407 * misc.el: Require tabulated-list.el during compilation.
11408
9bedd73a
CY
114092011-05-09 Chong Yidong <cyd@stupidchicken.com>
11410
488086f4
SM
11411 * progmodes/compile.el (compilation-start):
11412 Run compilation-filter-hook for the async case too.
9bedd73a
CY
11413 (compilation-filter-hook): Doc fix.
11414
797c735c
DD
114152011-05-09 Deniz Dogan <deniz@dogan.se>
11416
11417 * wdired.el: Remove outdated installation comment. Fix usage
11418 comment.
11419
5f4b1dfe
JB
114202011-05-09 Juanma Barranquero <lekktu@gmail.com>
11421
11422 * misc.el: Implement new command `list-dynamic-libraries'.
11423 (list-dynamic-libraries--loaded-only-p): New variable.
11424 (list-dynamic-libraries--refresh): New function.
11425 (list-dynamic-libraries): New command.
11426
4c44026c
CY
114272011-05-09 Chong Yidong <cyd@stupidchicken.com>
11428
488086f4
SM
11429 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11430 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
11431 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
11432 higher priority to avoid clobbering by gnu.
11433
027f966d
CY
114342011-05-08 Chong Yidong <cyd@stupidchicken.com>
11435
11436 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11437 if the face has existing theme settings (Bug#8454).
11438
085f5d7d
CY
114392011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
11440
488086f4
SM
11441 * progmodes/perl-mode.el (perl-imenu-generic-expression):
11442 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 11443
2a86a00c
RS
11444 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11445 special file names `.' and `..' (Bug#8259).
11446
d9c54a06
CY
114472011-05-08 Chong Yidong <cyd@stupidchicken.com>
11448
488086f4
SM
11449 * progmodes/grep.el (grep-mode-font-lock-keywords):
11450 Remove buffer-changing entries.
d9c54a06
CY
11451 (grep-filter): New function.
11452 (grep-mode): Add it to compilation-filter-hook.
11453
11454 * progmodes/compile.el (compilation-filter-hook)
11455 (compilation-filter-start): New defvars.
11456 (compilation-filter): Call compilation-filter-hook prior to
11457 updating the process mark.
11458
c4662635
SM
114592011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11460
11461 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11462
b0512a1d
EZ
114632011-05-07 Eli Zaretskii <eliz@gnu.org>
11464
605c9376
EZ
11465 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11466 mailclient-send-it even if window-system is nil. (Bug#8595)
11467
c4662635
SM
11468 * term/w32console.el (terminal-init-w32console):
11469 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
11470 background-mode. (Bug#8597)
11471
d1dc2cc2
SM
114722011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11473
11474 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11475 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11476 New functions.
11477 (defgeneric, eieio--defmethod): Use them.
11478 (eieio-defgeneric): Remove.
11479 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11480
915d1300
GM
114812011-05-07 Glenn Morris <rgm@gnu.org>
11482
a3961c3e
GM
11483 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11484 Use let rather than let*.
11485 (timeclock-find-discrep): Remove unused local.
11486
314347b9
GM
11487 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11488
915d1300
GM
11489 * calendar/appt.el (appt-time-msg-list): Doc fix.
11490
275b59b0
NF
114912011-05-06 Noah Friedman <friedman@splode.com>
11492
11493 * apropos.el (apropos-print-doc): Only use
11494 emacs-lisp-docstring-fill-column when it is bound to an integer,
11495 per that variable's documentation.
11496
6c19f744
SM
114972011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11498
11499 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 11500 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 11501
60f884b2
GM
115022011-05-06 Glenn Morris <rgm@gnu.org>
11503
5006e634
GM
11504 * calendar/appt.el (appt-message-warning-time): Doc fix.
11505 (appt-warning-time-regexp): New option.
11506 (appt-make-list): Respect appt-message-warning-time.
11507
548d0a63
GM
11508 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11509 New options.
11510 (diary-add-to-list): Strip comments from the displayed string.
11511 (diary-mode): Set comment-start and comment-end.
11512
60f884b2
GM
11513 * vc/diff-mode.el (smerge-refine-subst): Declare.
11514 (diff-refine-hunk): Don't require smerge-mode when compiling.
11515
989681bb
JB
115162011-05-06 Juanma Barranquero <lekktu@gmail.com>
11517
11518 * simple.el (list-processes): Return nil as the docstring says.
11519
a6bc05e1
MA
115202011-05-05 Michael Albinus <michael.albinus@gmx.de>
11521
11522 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11523 to "".
11524 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11525 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11526 determining of binary transfer. (Bug#7383)
11527
23c22e9a
MA
115282011-05-05 Michael Albinus <michael.albinus@gmx.de>
11529
c4662635
SM
11530 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11531 Fix port computation bug. (Bug#8618)
23c22e9a 11532
0bff894f
GM
115332011-05-05 Glenn Morris <rgm@gnu.org>
11534
b8296902
GM
11535 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11536
1f522ce8
GM
11537 * simple.el (shell-dynamic-complete-functions)
11538 (comint-dynamic-complete-functions): Declare.
11539
cf5bee67
GM
11540 * net/network-stream.el (gnutls-negotiate):
11541 * simple.el (tabulated-list-print): Fix declarations.
11542
11543 * progmodes/gud.el (syntax-symbol, syntax-point):
11544 Remove unnecessary and incorrect declarations.
11545
0bff894f
GM
11546 * emacs-lisp/check-declare.el (check-declare-scan):
11547 Handle byte-compile-initial-macro-environment in bytecomp.el
11548
9869b3ae
SM
115492011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11550
11551 Fix earlier half-done eieio-defmethod change (bug#8338).
11552 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11553 Streamline and change calling convention.
11554 (defmethod): Adjust accordingly and simplify.
11555 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11556 new eieio--defmethod.
11557 (slot-boundp): Minor CSE simplification.
11558
9c1d5ac5
MZ
115592011-05-05 Milan Zamazal <pdm@zamazal.org>
11560
11561 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11562 (glasses-make-readable): Use glasses-separate-capital-groups.
11563
455c834e
JB
115642011-05-05 Juanma Barranquero <lekktu@gmail.com>
11565
11566 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11567 (warning-series): Doc fix.
11568 (display-warning): Don't try to create the buffer if we just found it.
11569
9ed7c8cb
CY
115702011-05-04 Chong Yidong <cyd@stupidchicken.com>
11571
11572 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11573 (autoload-find-generated-file): New function.
11574 (generate-file-autoloads): Bind generated-autoload-file to
11575 buffer-file-name.
9869b3ae
SM
11576 (update-file-autoloads, update-directory-autoloads):
11577 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
11578 output file (Bug#7989).
11579 (batch-update-autoloads): Doc fix.
11580
0898ca10
JB
115812011-05-04 Juanma Barranquero <lekktu@gmail.com>
11582
11583 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11584
31dfb76c
GM
115852011-05-04 Glenn Morris <rgm@gnu.org>
11586
f330b642
GM
11587 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11588 function, so it follows changes in calendar-date-style.
11589 (diary-fancy-date-matcher): New function.
11590 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11591 (diary-fancy-font-lock-fontify-region-function):
11592 Use diary-fancy-date-pattern as a function.
11593
31dfb76c
GM
11594 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11595 non-numbers for `year' etc pseudo-variables. (Bug#8583)
11596
48e79d6a
TZ
115972011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
11598
11599 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11600 instead of positional arguments. Allow :keylist and :crlfiles
11601 arguments.
11602 (open-gnutls-stream): Call it.
11603
11604 * net/network-stream.el (network-stream-open-starttls): Adjust to
11605 call `gnutls-negotiate' with :process and :hostname arguments.
11606
dd5a5ee0
SM
116072011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11608
ef80fc09
SM
11609 * minibuffer.el (completion--message): New function.
11610 (completion--do-completion, minibuffer-complete)
11611 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11612 (completion--do-completion): Don't ignore completion-auto-help when in
11613 icomplete-mode.
11614
dd5a5ee0
SM
11615 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11616 internal encoding (e.g. tibetan zero is not whitespace).
11617 (global-whitespace-mode): Prefer save-current-buffer.
11618 (whitespace-trailing-regexp): Remove useless save-match-data.
11619 (whitespace-empty-at-bob-regexp): Minor simplification.
11620
b7d22a83
CY
116212011-05-03 Chong Yidong <cyd@stupidchicken.com>
11622
11623 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11624
5192af46
AM
116252011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11626
11627 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 11628 Use `concat' to create string for insertion.
5192af46 11629
5767d190
SM
116302011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11631
11632 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
11633 Avoid open-line which runs post-self-insert-hook.
11634 (bibtex-fill-entry): Remove unused `end' var.
11635
bf242939
AM
116362011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
11637
5767d190
SM
11638 * textmodes/ispell.el (ispell-add-per-file-word-list):
11639 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 11640
25666126
LL
116412011-05-03 Leo Liu <sdl.web@gmail.com>
11642
11643 * isearch.el (isearch-yank-pop): New command.
5767d190 11644 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
11645 (isearch-forward): Mention it.
11646
52d3c2d0
SM
116472011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11648
1bcace58
SM
11649 * simple.el (minibuffer-complete-shell-command): Remove.
11650 (minibuffer-local-shell-command-map): Use completion-at-point.
11651 (read-shell-command): Setup completion vars here instead.
11652 (read-expression-map): Bind TAB to symbol completion.
11653
52d3c2d0
SM
11654 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
11655 error directly rather via storing it into `results'.
11656
35813471
LL
116572011-05-02 Leo Liu <sdl.web@gmail.com>
11658
11659 * vc/diff.el: Fix description.
11660
e793a940
LMI
116612011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11662
11663 * server.el (server-eval-at): New function.
11664
8de66e05
LMI
116652011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11666
11667 * net/network-stream.el (open-network-stream): Take a :nowait
11668 parameter and pass it on to `make-network-process'.
11669 (network-stream-open-plain): Ditto.
11670
dcb79f20
AS
116712011-04-30 Andreas Schwab <schwab@linux-m68k.org>
11672
11673 * faces.el (face-spec-set-match-display): Don't match toolkit
11674 options on terminal frames.
11675
14a7fbd8
SM
116762011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11677
7eabc1be
SM
11678 * progmodes/pascal.el: Use lexical binding.
11679 (pascal-mode-map): Remove author preferences.
11680
14a7fbd8
SM
11681 * pcomplete.el (pcomplete-std-complete): Don't abuse
11682 completion-at-point.
11683
50f84510
JB
116842011-04-28 Juanma Barranquero <lekktu@gmail.com>
11685
6e087a44
JB
11686 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
11687 removing code that has been dead since 1991 or so.
11688
50f84510
JB
11689 * startup.el (command-line): When warning about "_emacs", use a
11690 delayed warning to allow the user to filter it out.
11691
0ba690bd
DD
116922011-04-28 Deniz Dogan <deniz@dogan.se>
11693
11694 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
11695 user has not joined.
11696
08abfaad
SM
116972011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11698
11699 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
11700 aren't any completions at point.
11701
638f053a
JB
117022011-04-28 Juanma Barranquero <lekktu@gmail.com>
11703
11704 * subr.el (display-delayed-warnings): New function.
11705 (delayed-warnings-hook): New variable.
11706
8fff8daa
SM
117072011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11708
08abfaad
SM
11709 * minibuffer.el (completion-at-point, completion-help-at-point):
11710 Don't presume that a given completion-at-point-function will always
11711 use the same calling convention.
11712
8fff8daa
SM
11713 * pcomplete.el (pcomplete-completions-at-point):
11714 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
11715 pcomplete-seen is non-nil.
11716 (pcomplete-comint-setup): Also recognize the new comint/shell
11717 completion functions.
11718 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
11719 pcomplete-seen is non-nil.
11720
841a1577 117212011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 11722
841a1577 11723 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 11724 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 11725 the first character in the entry. This allows for code to add its
211ec907
UJ
11726 own uid to the entry.
11727 (icalendar--convert-float-to-ical): Add export of
11728 `diary-float'-entries save for those with the optional DAY
11729 argument.
11730
2a782793
DC
117312011-04-27 Daniel Colascione <dan.colascione@gmail.com>
11732
11733 * subr.el (shell-quote-argument): Use alternate escaping strategy
11734 when we spot a variable reference in a string.
11735
0438ce91
DC
117362011-04-26 Daniel Colascione <dan.colascione@gmail.com>
11737
11738 * cus-start.el (all): Define customization for debug-on-event.
11739
841a1577 117402011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
11741
11742 * subr.el (shell-quote-argument): Escape correctly under Windows.
11743
d090ed6c
SM
117442011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11745
11746 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
11747
bfd31217
MA
117482011-04-25 Michael Albinus <michael.albinus@gmx.de>
11749
d090ed6c
SM
11750 * net/tramp.el (tramp-process-actions): Add POS argument.
11751 Delete region between POS and (pos).
bfd31217 11752
d090ed6c
SM
11753 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11754 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
11755 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
11756
11757 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
11758 position in `tramp-process-actions' call.
11759
11760 * net/trampver.el: Update release number.
11761
e92f3bd3
SM
117622011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11763
850256b5
SM
11764 * custom.el (defcustom): Obey lexical-binding.
11765
e92f3bd3
SM
11766 Fix octave-inf completion problems reported by Alexander Klimov.
11767 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
11768 Inherit from octave-mode-syntax-table.
11769 (inferior-octave-mode): Set info-lookup-mode.
11770 (inferior-octave-completion-at-point): New function.
11771 (inferior-octave-complete): Use it and completion-in-region.
11772 (inferior-octave-dynamic-complete-functions): Use it as well, and use
11773 comint-filename-completion.
11774 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
11775 symbol elements which shouldn't be word elements.
11776 (octave-font-lock-keywords, octave-beginning-of-defun)
11777 (octave-function-header-regexp): Adjust regexps accordingly.
11778 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
11779
cd22b309
JB
117802011-04-25 Juanma Barranquero <lekktu@gmail.com>
11781
11782 * net/gnutls.el (gnutls-errorp): Declare before first use.
11783
8b492194
TZ
117842011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
11785
11786 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
11787 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 11788 default trustfile exists before going to use it. Add missing
5a5fa834 11789 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
11790 Reported by Claudio Bley <claudio.bley@gmail.com>.
11791 (open-gnutls-stream): Add usage example.
11792
11793 * net/network-stream.el (network-stream-open-starttls): Give host
11794 parameter to `gnutls-negotiate'.
11795 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 11796 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 11797
841a1577 117982011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 11799
cd22b309
JB
11800 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11801 Use correct match group (bug#8438).
05842630 11802
3ba7869c
CY
118032011-04-24 Chong Yidong <cyd@stupidchicken.com>
11804
512e3ae1
CY
11805 * emacs-lisp/package.el (package-built-in-p): Fix typo.
11806 (package-menu--generate): New arg specifying packages to show.
11807 (package-menu-refresh, package-menu-execute, list-packages):
11808 Callers changed.
11809 (package-show-package-list): New function, replacing deleted
11810 package--list-packages (renamed because it is non-internal).
11811
11812 * finder.el (finder-list-matches): Use package-show-package-list
11813 instead of deleted package--list-packages.
11814
e92f3bd3
SM
11815 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
11816 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
11817 (vc-annotate-mode-map): Bind it to RET.
11818
7031be6d
UR
118192011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
11820
11821 * progmodes/etags.el (next-file): Don't use set-buffer to change
11822 buffers (Bug#8478).
11823
4ef177aa
CY
118242011-04-24 Chong Yidong <cyd@stupidchicken.com>
11825
c8d173eb
CY
11826 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
11827
4ef177aa
CY
11828 * apropos.el (apropos-label-face): Avoid variable-pitch face.
11829 (apropos-accumulator): Doc fix.
11830 (apropos-function, apropos-macro, apropos-command)
11831 (apropos-variable, apropos-face, apropos-group, apropos-widget)
11832 (apropos-plist): Add face property.
11833 (apropos-symbols-internal): Fix indentation.
11834 (apropos-print): Simplify help, and recognize apropos-multi-type.
11835 (apropos-print-doc): Use button-type-get to extract the button's
11836 face property. Fill docstring (Bug#8352).
11837
4ffd0d6b 118382011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
11839
11840 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
11841
c6c32125 11842 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 11843 (mpuz-mode-map): Use mapc.
c6c32125
JB
11844 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
11845 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
11846 Fix typos in docstrings.
11847
58d468b4
JB
11848 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
11849 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
11850
6470c3c6
JB
11851 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
11852
4ffd0d6b 118532011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
11854
11855 * minibuffer.el (completion--do-completion): Avoid the "Next char
11856 not unique" prompt if icomplete-mode is enabled (Bug#5849).
11857
3ad8bad0
CY
11858 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
11859 mouse-2 into unread-command-events, it is interpreted correctly.
11860
71d73c9c 11861 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 11862 (image-toggle-display): Doc fix.
71d73c9c 11863
841a1577 118642011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 11865
4ffd0d6b
GM
11866 * textmodes/page.el (what-page): Use line-number-at-pos to
11867 calculate line number (Bug#6825).
6e1dbaa9 11868
c2fb1b60
JB
118692011-04-22 Juanma Barranquero <lekktu@gmail.com>
11870
11871 * eshell/esh-mode.el (find-tag-interactive): Declare function.
11872 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
11873 Pass argument NO-DEFAULT to `find-tag-interactive'.
11874
e02f48d7
JB
118752011-04-22 Juanma Barranquero <lekktu@gmail.com>
11876
11877 Lexical-binding cleanup.
11878
11879 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
11880 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
11881 * progmodes/ada-prj.el (ada-prj-initialize-values)
11882 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
11883 (ada-prj-show-value):
11884 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
11885 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
11886 (antlr-invalidate-context-cache, antlr-options-menu-filter)
11887 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
11888 * progmodes/bug-reference.el (bug-reference-push-button):
11889 * progmodes/fortran.el (fortran-line-length):
11890 * progmodes/glasses.el (glasses-change):
11891 * progmodes/octave-mod.el (octave-fill-paragraph):
11892 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
11893 (python-pdbtrack-grub-for-buffer, python-sentinel):
11894 * progmodes/sql.el (sql-save-connection):
11895 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
11896 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
11897 Mark unused parameters.
11898
11899 * progmodes/compile.el (compilation--flush-directory-cache)
11900 (compilation--flush-parse, compile-internal): Mark unused parameters.
11901 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
11902 (compilation-next-error-function): Remove unused variable `timestamp'.
11903
11904 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
11905 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
11906
11907 * progmodes/dcl-mode.el (dcl-end-of-command):
11908 Remove unused variable `start'.
11909 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
11910 (dcl-option-value-basic, dcl-option-value-offset)
11911 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
11912 Mark unused parameters.
11913 (dcl-save-local-variable): Remove unused variable `val'.
11914 (mode): Declare.
11915
11916 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
11917 Mark unused parameters.
11918 (delphi-ignore-changes): Move before first use.
11919 (delphi-charset-token-at): Remove unused variable `start'.
11920 (delphi-else-start): Remove unused variable `if-count'.
11921 (delphi-comment-block-start, delphi-comment-block-end):
11922 Remove unused variable `kind'.
11923 (delphi-indent-line): Remove unused variable `new-point'.
11924
11925 * progmodes/ebrowse.el (ebrowse-files-list)
11926 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
11927 Mark unused parameters. Don't quote `lambda'.
11928 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
11929 Don't quote `lambda'.
11930 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
11931 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
11932 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
11933 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
11934 Use `ignore-errors'.
11935 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
11936 (ebrowse-view/find-file-and-search-pattern)
11937 (ebrowse-view/find-member-declaration/definition):
11938 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
11939 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
11940 Rename parameter PREFIX-ARG to PREFIX.
11941 (ebrowse-tags-read-name): Remove unused variables `start' and
11942 `member-info'.
11943 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
11944 to `tags-file'.
11945
11946 * progmodes/etags.el (local-find-tag-hook): Declare.
11947 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
11948 Mark unused parameters.
11949
11950 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
11951 (executable-interpret): Mark unused parameter.
11952
11953 * progmodes/flymake.el (flymake-process-sentinel)
11954 (flymake-after-change-function)
11955 (flymake-create-temp-with-folder-structure)
11956 (flymake-get-include-dirs-dot): Mark unused parameters.
11957 (flymake-safe-delete-directory): Remove unused variable `err'.
11958
11959 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
11960 (speedbar-timer-fn, speedbar-line-text)
11961 (speedbar-change-expand-button-char, speedbar-delete-subblock)
11962 (speedbar-center-buffer-smartly): Declare functions.
11963 (gdb-find-watch-expression): Remove unused variable `array'.
11964 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
11965 (gdb-starting): Mark unused parameters.
11966 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
11967 (gdb-table-string): Remove unused variable `res'.
11968 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
11969 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
11970 (gdb-display-buffer): Remove unused variable `cur-size'.
11971
11972 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
11973 allow lexical-binding compilation.
11974 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
11975 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
11976 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
11977 Mark unused parameters.
11978 (gud-gdb-marker-filter): Remove unused variable `match'.
11979 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
11980 lambda expressions and funcall them, instead of using `fset'.
11981
11982 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
11983 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
11984
11985 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
11986 variable `header-beg'; use `let'.
11987
11988 * progmodes/icon.el (indent-icon-exp): Remove unused variables
11989 `restart', `last-sexp' and `at-do'.
11990
11991 * progmodes/js.el (js--debug): Mark unused parameter.
11992 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
11993 (js--splice-into-items): Remove unused variable `item'.
11994 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
11995
11996 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
11997 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
11998 (makefile-complete): Remove unused variable `try'.
11999 (makefile-fill-paragraph, makefile-match-function-end):
12000 Mark unused parameters.
12001
12002 * progmodes/octave-inf.el (inferior-octave-complete):
12003 Remove unused variable `proc'.
12004 (inferior-octave-output-digest): Mark unused parameter.
12005
12006 * progmodes/perl-mode.el (perl-calculate-indent):
12007 Remove unused variable `err'.
12008
12009 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
12010 (prolog-indent-line): Mark unused parameters.
12011 (prolog-indent-line): Remove unused variable `beg'.
12012
12013 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
12014 (reporter-dont-compact-list): Declare.
12015
12016 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
12017 Remove unused variable `char'.
12018 (sh-debug): Mark unused parameter.
12019 (sh-get-indent-info): Remove unused variable `start'.
12020 (sh-calculate-indent): Remove unused variable `var'.
12021
12022 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
12023 (simula-electric-keyword): Remove unused variable `null'.
12024 (simula-search-backward, simula-search-forward): Remove unused
12025 variables `begin' and `end'.
12026
12027 * progmodes/vera-mode.el (vera-guess-basic-syntax):
12028 Remove unused variable `pos'.
12029 (vera-electric-tab, vera-comment-uncomment-region):
12030 Mark unused parameters.
12031 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
12032
7ede3b65
CY
120332011-04-22 Chong Yidong <cyd@stupidchicken.com>
12034
12035 * emacs-lisp/package.el (package--builtins, package-alist)
12036 (package-load-descriptor, package-built-in-p, package-activate)
12037 (define-package, package-installed-p)
12038 (package-compute-transaction, package-buffer-info)
12039 (package--push): Doc fix. Distinguish more clearly between
12040 version strings and version lists.
12041
121656e9
JB
120422011-04-21 Juanma Barranquero <lekktu@gmail.com>
12043
12044 Lexical-binding cleanup.
12045
12046 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
12047 (5x5-make-mutate-best):
12048 * play/fortune.el (fortune-in-buffer):
12049 * play/gomoku.el (gomoku-init-display):
12050 * play/solitaire.el (solitaire, solitaire-do-check):
12051 * play/tetris.el (tetris-default-update-speed-function):
12052 Mark unused parameters.
12053
12054 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
12055 (bubbles--shift): Remove unused variable `char-org'.
12056 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
12057 (bubbles--show-images): Remove unused variable `char'.
12058
12059 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
12060 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
12061 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
12062 (decipher-analyze-buffer): Use ?\s.
12063 (decipher-make-checkpoint): Remove unused variable `mapping'.
12064
12065 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
12066
12067 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12068 Remove unused variable `result'; use `let'.
12069
12070 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
12071 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
12072 (gametree-children-shown-p, gametree-compute-reduced-score):
12073 Use `ignore-errors'.
12074
12075 * play/handwrite.el (ps-lpr-switches): Declare.
12076 (handwrite): Remove unused variables `pmin' and `lastp'.
12077
12078 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
12079
12080 * play/landmark.el (landmark-init-display)
12081 (landmark-update-naught-weights): Mark unused parameters.
12082 (landmark-y): Remove unused variable `noise'. Simplify.
12083 (landmark-human-plays): Remove unused variable `score'.
12084
12085 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
12086 (mpuz-try-proposal): Remove unused variable `game'.
12087
12088 * play/zone.el (life-patterns): Declare.
12089
80f499c7
JB
120902011-04-20 Juanma Barranquero <lekktu@gmail.com>
12091
12092 * vc/vc.el (ediff-vc-internal): Declare function.
12093
024ff170
SM
120942011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12095
c0a193ea
SM
12096 * shell.el: Use lexical-binding and std completion UI.
12097 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
12098 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
12099 comint-preoutput-filter-functions rather than on
12100 comint-output-filter-functions.
12101 (shell-command-completion, shell--command-completion-data)
12102 (shell-filename-completion, shell-environment-variable-completion)
12103 (shell-c-a-p-replace-by-expanded-directory): New functions.
12104 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
12105 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
12106 (shell-dynamic-complete-environment-variable): Use them.
12107 (shell-dynamic-complete-as-environment-variable)
12108 (shell-dynamic-complete-as-command): Remove.
12109 (shell-match-partial-variable): Match past point.
12110 * comint.el: Clean up use of completion-at-point-functions.
12111 (comint-completion-at-point): New function.
12112 (comint-mode): Use it completion-at-point-functions.
12113 (comint-dynamic-complete): Make it obsolete.
12114 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
12115 (comint-c-a-p-replace-by-expanded-history): New function.
12116 (comint-dynamic-complete-functions)
12117 (comint-replace-by-expanded-history): Use it.
12118 * minibuffer.el (completion-table-with-terminator): Allow dynamic
12119 termination strings. Try harder to avoid second try-completion.
12120 (completion-in-region-mode-map): Disable bindings that don't work yet.
12121
2dbaa080
SM
12122 * comint.el: Use lexical-binding. Require CL.
12123 (comint-dynamic-complete-functions): Use comint-filename-completion.
12124 (comint-completion-addsuffix): Tweak custom type.
12125 (comint-filename-completion, comint--common-suffix)
12126 (comint--common-quoted-suffix, comint--table-subvert)
12127 (comint--complete-file-name-data): New functions.
12128 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
12129 (comint-dynamic-list-filename-completions): Use them.
12130 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 12131
2dbaa080
SM
12132 * minibuffer.el (completion-in-region-mode):
12133 Keep completion-in-region-mode--predicate global.
12134 (completion-in-region--postch):
12135 Assume completion-in-region-mode--predicate is not null.
12136
c79a6f38
SM
12137 * progmodes/flymake.el (flymake-start-syntax-check-process):
12138 Obey `dir'. Simplify.
12139
024ff170
SM
12140 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
12141 we're in VC after all.
12142
1c6c854e
CS
121432011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
12144
12145 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 12146 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
12147 (vc-version-diff): Use vc-diff-build-argument-list-internal.
12148
bed7f140
SM
121492011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12150
332e62ab
SM
12151 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
12152 add sanity check.
12153
bed7f140
SM
12154 * obsolete/erc-hecomplete.el: Make obsolete.
12155 * obsolete/: Standardize obsolescence info in the header.
12156
f195c582
GM
121572011-04-20 Glenn Morris <rgm@gnu.org>
12158
12159 * calendar/solar.el (solar-horizontal-coordinates):
12160 Use the longitude argument rather than `calendar-longitude'.
12161 (solar-date-next-longitude): Remove unused locals.
12162
cb79b8c0
VJL
121632011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12164
12165 * whitespace.el: New version 13.2.1.
12166
121672011-04-20 felix <EmacsWiki> (tiny change)
12168
d8e4b68b 12169 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
12170 switching between major modes on a file.
12171
602ea69d
SM
121722011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12173
12174 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
12175 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
12176 multi-line comments as well.
12177
06b60517
JB
121782011-04-19 Juanma Barranquero <lekktu@gmail.com>
12179
12180 Lexical-binding cleanup.
12181
12182 * arc-mode.el (archive-mode-revert):
12183 * cmuscheme.el (scheme-interactively-start-process):
12184 * custom.el (custom-initialize-delay):
12185 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
12186 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
12187 * emacs-lock.el (emacs-lock-clear-sentinel):
12188 * ezimage.el (defezimage):
12189 * follow.el (follow-avoid-tail-recenter):
12190 * fringe.el (set-fringe-mode-1):
12191 * generic-x.el (bat-generic-mode-compile):
12192 * help-mode.el (help-info-variable, help-do-xref)
12193 (help-mode-revert-buffer):
12194 * help.el (view-emacs-todo):
12195 * iswitchb.el (iswitchb-completion-help):
12196 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
12197 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
12198 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
12199 * locate.el (locate-update):
12200 * longlines.el (longlines-encode-region)
12201 (longlines-after-change-function):
12202 * outline.el (outline-isearch-open-invisible):
12203 * ps-def.el (declare-function, charset-dimension, char-width)
12204 (encode-char):
12205 * ps-mule.el (ps-mule-plot-string):
12206 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
12207 (recentf-edit-list-select, recentf-edit-list-validate)
12208 (recentf-open-files-action):
12209 * rect.el (delete-whitespace-rectangle-line)
12210 (rectangle-number-line-callback):
12211 * register.el (window-configuration-to-register)
12212 (frame-configuration-to-register):
12213 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
12214 * select.el (xselect-convert-to-string, xselect-convert-to-length)
12215 (xselect-convert-to-targets, xselect-convert-to-delete)
12216 (xselect-convert-to-filename, xselect-convert-to-charpos)
12217 (xselect-convert-to-lineno, xselect-convert-to-colno)
12218 (xselect-convert-to-os, xselect-convert-to-host)
12219 (xselect-convert-to-user, xselect-convert-to-class)
12220 (xselect-convert-to-name, xselect-convert-to-integer)
12221 (xselect-convert-to-atom, xselect-convert-to-identity):
12222 * subr.el (declare, ignore, process-kill-without-query)
12223 (text-clone-maintain):
12224 * terminal.el (te-get-char, te-tic-sentinel):
12225 * tool-bar.el (tool-bar-make-keymap):
12226 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
12227 * type-break.el (type-break-mode, type-break-noninteractive-query):
12228 * view.el (View-back-to-mark):
12229 * wid-browse.el (widget-browse-action, widget-browse-widget)
12230 (widget-browse-widgets, widget-browse-sexp):
12231 * widget.el (define-widget-keywords):
12232 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
12233 Mark unused parameters.
12234
12235 * align.el (align-adjust-col-for-rule): Mark unused parameter.
12236 (align-areas): Remove unused variable `look'.
12237 (align-region): Remove unused variables `real-end' and `pos-list'.
12238
12239 * apropos.el (apropos-score-doc): Remove unused variable `i'.
12240
12241 * bindings.el (mode-line-modified, mode-line-remote):
12242 Mark unused parameters.
12243 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
12244
12245 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
12246 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
12247
12248 * comint.el (comint-history-isearch-pop-state)
12249 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
12250 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
12251 (comint-substitute-in-file-name): Doc fix.
12252
12253 * completion.el (cmpl-statistics-block): Mark unused parameter.
12254 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
12255 (save-completions-to-file, load-completions-from-file):
12256 Remove unused local variable `e'.
12257
12258 * composite.el (compose-chars): Remove unused variable `len'.
12259 (lgstring-insert-glyph): Remove unused variable `g'.
12260 (compose-glyph-string): Remove unused variables `ascent',
12261 `descent', `lbearing' and `rbearing'.
12262 (compose-glyph-string-relative): Remove unused variables
12263 `lbearing', `rbearing' and `wadjust'.
12264 (compose-gstring-for-graphic): Remove unused variables `header',
12265 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
12266 (compose-gstring-for-terminal): Remove unused variables `header'
12267 and `nchars'. Use `let', not `let*'.
12268
12269 * cus-edit.el (Custom-set, Custom-save, custom-reset)
12270 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
12271 (Custom-buffer-done, custom-buffer-create-internal)
12272 (custom-browse-visibility-action, custom-browse-group-tag-action)
12273 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
12274 (widget-magic-mouse-down-action, custom-toggle-parent)
12275 (custom-add-parent-links, custom-toggle-hide-variable)
12276 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
12277 (custom-toggle-hide-face, face, hook, custom-group-link-action)
12278 (custom-face-menu-create, custom-variable-menu-create, get)
12279 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
12280 (custom-reset-standard-save-and-update): Remove unused variable `value'.
12281 (customize-apropos): Remove unused variable `tests'.
12282 (custom-group-value-create): Remove unused variable `hidden-p'.
12283 (sort-fold-case): Declare.
12284
12285 * cus-theme.el (custom-reset-standard-faces-list)
12286 (custom-reset-standard-variables-list): Declare.
12287 (customize-create-theme, custom-theme-revert, custom-theme-write)
12288 (custom-theme-choose-mode, customize-themes, custom-theme-save):
12289 Mark unused parameters.
12290
12291 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
12292
12293 * delim-col.el (delimit-columns-max): Move defvar before first use.
12294
12295 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 12296 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
12297
12298 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
12299 (auto-insert): Declare.
12300 (desktop-restore-file-buffer): Rename desktop-* parameters;
12301 mark unused ones.
12302 (desktop-create-buffer): Rename desktop-* parameters and bind them.
12303 (desktop-buffer): Rename desktop-* parameters.
12304
12305 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
12306 (dframe-reposition-frame-xemacs, dframe-help-echo)
12307 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
12308 Mark unused parameters.
12309
12310 * dired-aux.el (backup-extract-version-start, overwrite-query)
12311 (overwrite-backup-query, rename-regexp-query)
12312 (rename-non-directory-query): Declare.
12313 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
12314 (dired-add-entry): Remove unused variable `orig-file-name'.
12315 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
12316 Use parameter PRESERVE-TIME instead of accessing dynamic variable
12317 `dired-copy-preserve-time' directly.
12318 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
12319 (dired-insert-subdir-newpos): Rename unused variable `pos'.
12320
12321 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
12322 (dired-virtual-revert, dired-make-relative-symlink):
12323 Mark unused parameters.
12324 (manual-program): Declare.
12325 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
12326 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
12327 wrapped in `with-no-warnings' to avoid replacing one warning by another.
12328
12329 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
12330
12331 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
12332
12333 * echistory.el (electric-history-in-progress, Helper-return-blurb):
12334 Declare.
12335
12336 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
12337
12338 * electric.el (Electric-command-loop): Rename parameter
12339 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
12340
12341 * expand.el (expand-in-literal): Remove unused variable `here'.
12342
12343 * facemenu.el (facemenu-add-new-color):
12344 Remove unused variable `docstring'.
12345
12346 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
12347 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
12348 (face-attr-construct): Mark unused parameter. Doc fix.
12349 (read-color): Remove unused variable `hex-string'.
12350
12351 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
12352 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
12353 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
12354 (display-buffer-other-frame): Remove unused variable `old-window'.
12355 (kill-buffer-hook): Declare.
12356 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
12357 Mark unused parameters.
12358 (after-find-file): Pass 1 to `auto-save-mode', not t.
12359
12360 * files-x.el (auto-insert): Declare.
12361 (modify-file-local-variable-prop-line): Remove unused variable `val'.
12362
12363 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 12364 variable `buf'. Mark unused parameter.
06b60517
JB
12365 (find-lisp-insert-directory): Mark unused parameter.
12366
12367 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
12368 (format-encode-region): Remove unused variables `cur-buf' and `result'.
12369 (format-common-tail): Remove, unused.
12370 (format-deannotate-region): Remove unused variable `loc'.
12371 (format-annotate-region): Remove unused variable `p'.
12372 (format-annotate-single-property-change): Remove unused variables
12373 `default' and `tail'.
12374
12375 * forms.el (read-file-filter): Declare.
12376 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
12377
12378 * frame.el (frame-creation-function-alist): Mark unused parameter.
12379 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
12380
12381 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
12382 Remove unused parameters.
12383 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
12384 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
12385
12386 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
12387 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
12388 (hfy-prepare-tag-map): Mark unused parameters.
12389 (htmlfontify-buffer): Use `called-interactively-p'.
12390
12391 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
12392 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
12393 (ibuffer-do-occur): Mark unused parameters.
12394 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
12395 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
12396
12397 * ibuffer.el: Don't quote `lambda'.
12398 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
12399 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
12400 Mark unused parameters.
12401
12402 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
12403 (ido-completing-read): Mark unused parameters.
12404 (ido-copy-current-word): Mark unused parameters;
12405 remove unused variable `name'.
12406 (ido-sort-merged-list): Remove unused parameter `dirs'.
12407
12408 * ielm.el (ielm-input-sender): Mark unused parameter.
12409 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
12410 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
12411 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
12412 `ielm-string' as a dynamic variable accessible from the IELM prompt.
12413 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
12414
12415 * image-dired.el (image-dired-display-thumbs): Remove unused
12416 variables `curr-file' and `count'.
12417 (image-dired-remove-tag): Remove unused variable `start'.
12418 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
12419 variable `curr-file'
12420 (image-dired-rotate-original): Remove unused variable `temp-file'.
12421 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
12422 Remove unused variable `file'.
12423 (image-dired-gallery-generate): Remove unused variable `curr'.
12424 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
12425
12426 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
12427
12428 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12429
12430 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12431
12432 * isearch.el (minibuffer-history-symbol): Declare.
12433 (isearch-edit-string): Remove unused variable `err'.
12434 (isearch-message-prefix, isearch-message-suffix):
12435 Mark unused parameters.
12436
12437 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12438
12439 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12440
12441 * makesum.el (double-column): Remove unused variable `cnt'.
12442
12443 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12444 (ido-ignore-item-temp-list): Declare.
12445
12446 * mouse-drag.el (mouse-drag-throw): Remove unused variables
12447 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12448 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12449 (mouse-drag-drag): Remove unused variables `mouse-delta' and
12450 `mouse-col-delta'.
12451
12452 * mouse-sel.el (mouse-extend-internal):
12453 Remove unused variable `orig-window-frame'.
12454
12455 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12456 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12457 Move declarations before first use.
12458 (pcomplete-opt): Mark unused parameters; doc fix.
12459
12460 * proced.el (proced-revert): Mark unused parameter.
12461 (proced-send-signal): Remove unused variable `err'.
12462
12463 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12464 Rename parameter PREFIX-ARG to ARG.
12465 (ps-basic-plot-string, ps-basic-plot-whitespace):
12466 Mark unused parameters.
12467
12468 * replace.el (replace-count): Define.
12469 (occur-revert-function): Mark unused parameters.
12470 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12471 (isearch-case-fold-search, isearch-string): Declare.
12472 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12473 bind `case-fold-search'. Remove unused variables `beg' and `end',
12474 and simplify.
12475 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12476 COUNT and bind `replace-count'.
12477 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12478 to COUNT.
12479
12480 * savehist.el (print-readably, print-string-length): Declare.
12481
12482 * shadowfile.el (shadow-expand-cluster-in-file-name):
12483 Remove unused variable `cluster'.
12484 (shadow-copy-file): Remove unused variable `i'.
12485 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12486 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12487 (shadow-define-literal-group, shadow-define-regexp-group)
12488 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12489
12490 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12491 (shell): Use `called-interactively-p'.
12492 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12493
12494 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12495 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12496 (delete-backward-char): Remove unused variable `ocol'.
12497 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12498 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12499 (event-apply-hyper-modifier, event-apply-shift-modifier)
12500 (event-apply-control-modifier, event-apply-meta-modifier):
12501 Mark unused parameters.
12502 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12503 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12504
12505 * speedbar.el (speedbar-ignored-directory-expressions)
12506 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12507 (speedbar-find-file, speedbar-dir-follow)
12508 (speedbar-directory-buttons-follow, speedbar-tag-find)
12509 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12510 (speedbar-buffers-line-directory, speedbar-buffer-click):
12511 Mark unused parameters.
12512 (speedbar-tag-file): Remove unused variable `mode'.
12513 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12514
12515 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12516
12517 * talk.el (talk): Remove unused variable `display'.
12518
12519 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12520 (tar-write-region-annotate): Mark unused parameter.
12521
12522 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12523 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12524 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12525 warning by another.
12526
12527 * time-stamp.el (time-stamp-string-preprocess):
12528 Remove unused variable `require-padding'.
12529
12530 * tree-widget.el (widget-glyph-enable): Declare.
12531 (tree-widget-action): Mark unused parameter.
12532
12533 * w32-fns.el (x-get-selection): Mark unused parameter.
12534 (autoload-make-program, generated-autoload-file): Declare.
12535
12536 * wdired.el (wdired-revert): Mark unused parameters.
12537 (wdired-xcase-word): Remove unused variable `err'.
12538
12539 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12540 (whitespace-help-scroll): Remove unused variable `data-help'.
12541
12542 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12543 (widget-image-insert, widget-after-change, default)
12544 (widget-default-format-handler, widget-default-notify)
12545 (widget-default-prompt-value, widget-info-link-action)
12546 (widget-url-link-action, widget-function-link-action)
12547 (widget-variable-link-action, widget-file-link-action)
12548 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12549 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12550 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12551 (widget-insert-button-action, widget-delete-button-action, visibility)
12552 (widget-documentation-link-action, widget-documentation-string-action)
12553 (widget-const-prompt-value, widget-regexp-match, symbol)
12554 (widget-coding-system-prompt-value)
12555 (widget-key-sequence-value-to-external, sexp)
12556 (widget-sexp-value-to-internal, character, vector, cons)
12557 (widget-choice-prompt-value, widget-boolean-prompt-value)
12558 (widget-color--choose-action): Mark unused parameters.
12559 (widget-item-match-inline, widget-choice-match-inline)
12560 (widget-checklist-match, widget-checklist-match-inline)
12561 (widget-group-match): Rename parameter VALUES to VALS.
12562 (widget-field-value-set): Remove unused variable `size'.
12563 (widget-color-action): Remove unused variables `value' and `start'.
12564
12565 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 12566 variable `dir'. Doc fix.
06b60517
JB
12567 (windmove-find-other-window): Don't pass it.
12568
12569 * window.el (count-windows): Mark unused parameter.
12570 (bw-adjust-window): Remove unused variable `err'.
12571
12572 * woman.el (woman-file-name): Remove unused variable `default'.
12573 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12574 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12575 (global-font-lock-mode): Declare.
12576 (woman-decode-region): Mark unused parameter.
12577 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12578
12579 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12580 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12581 (x-dnd-handle-moz-url): Remove unused variable `title'.
12582 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12583
12584 * xml.el (xml-parse-tag, xml-parse-attlist):
12585 Remove unused variable `pos'.
12586
bc4f7f3d
GM
125872011-04-19 Glenn Morris <rgm@gnu.org>
12588
12589 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12590 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12591 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12592 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12593 * calendar/cal-html.el (cal-html-insert-minical):
12594 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12595 (calendar-mark-date-pattern):
12596 Prefix "unused" locals.
12597
12598 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12599 optional argument `style'.
12600
12601 * calendar/appt.el (appt-make-list):
12602 * calendar/cal-china.el (calendar-chinese-date-string):
12603 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12604 (diary-hebrew-yahrzeit):
12605 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12606 * calendar/calendar.el (calendar-generate-window):
12607 * calendar/time-date.el (time-to-days):
12608 Remove unused local variables.
12609
16a43933
CY
126102011-04-18 Chong Yidong <cyd@stupidchicken.com>
12611
12612 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12613 glyphless-char-display table.
12614 (tabulated-list-glyphless-char-display): New var.
12615
7eed1860
SS
126162011-04-18 Sam Steingold <sds@gnu.org>
12617
12618 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12619 to acknowledgments.
12620
4d2d1ccd
GM
126212011-04-17 Glenn Morris <rgm@gnu.org>
12622
12623 * calendar/diary-lib.el (diary-sexp-entry):
12624 * calendar/holidays.el (holiday-sexp):
12625 Set debug-on-error rather than the removed stack-trace-on-error.
12626
239da61d
GM
126272011-04-16 Glenn Morris <rgm@gnu.org>
12628
12629 * progmodes/f90.el: Use lexical-binding.
12630 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
12631
8b05752a
SM
126322011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12633
daca8ba5
SM
12634 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
12635 (mail-mode): Setup mailalias completion here instead.
12636 * mail/mailalias.el: Use lexical-binding.
12637 (pattern, mailalias-done): Declare dynamic.
12638 (mail-completion-at-point-function): New function, from mail-complete.
12639 (mail-complete): Use it.
12640 (mail-completion-expand): New function.
12641 (mail-get-names): Use it.
12642 (mail-directory, mail-directory-process, mail-directory-stream):
12643 Don't use `pattern' for lexically bound arg.
12644
6f542485
SM
12645 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
12646
037e7c3f
SM
12647 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
12648 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
12649 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
12650
8b05752a
SM
12651 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
12652 (byte-save-window-excursion, byte-temp-output-buffer-setup)
12653 (byte-interactive-p): Define them again, for use when inlining
12654 old code.
12655
49093f60
JB
126562011-04-15 Juanma Barranquero <lekktu@gmail.com>
12657
12658 * loadup.el: Use `string-to-number', not `string-to-int'.
12659
b5b8e7de
SM
126602011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12661
12662 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
12663 gud-gdb-complete-command.
12664 (gud-gdb-completions): New function, from gud-gdb-complete-command.
12665 (gud-gdb-completion-at-point): New function.
12666 (gud-gdb-completions): Remove.
12667
f42efeb5
MA
126682011-04-14 Michael Albinus <michael.albinus@gmx.de>
12669
49093f60
JB
12670 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
12671 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
12672 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
12673 whether `executable-find' is bound.
f42efeb5
MA
12674
12675 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
12676
e240cc21
SM
126772011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12678
12679 * minibuffer.el (completion-in-region-mode-predicate)
12680 (completion-in-region-mode--predicate): New vars.
12681 (completion-in-region, completion-in-region--postch)
12682 (completion-in-region-mode): Use them.
12683 (completion--capf-wrapper): Also return the hook function.
12684 (completion-at-point, completion-help-at-point):
12685 Adjust and provide a predicate.
c2bd2ab0
SM
12686
12687 Preserve arg names for advice of subr and lexical functions (bug#8457).
12688 * help-fns.el (help-function-arglist): Consolidate the subr and
12689 new-byte-code cases. Add argument `preserve-names' to extract names
12690 from the docstring when needed.
12691 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
12692 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
12693 (ad-arglist): Use help-function-arglist's new arg.
12694 (ad-definition-type): Use cond.
12695
c183f693
JB
126962011-04-13 Juanma Barranquero <lekktu@gmail.com>
12697
06641a47
JB
12698 * autorevert.el (auto-revert-handler):
12699 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
12700 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
12701 Don't quote lambda.
12702
c183f693
JB
12703 * image-mode.el (image-transform-set-scale):
12704 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
12705
1e3b6001
G
127062011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12707
12708 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 12709 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
12710 Upgrades via gnutls-cli are too slow to be done opportunistically.
12711
2d6af8dd
JB
127122011-04-12 Juanma Barranquero <lekktu@gmail.com>
12713
12714 * dframe.el (dframe-current-frame): Remove spurious quote.
12715
c0749a51
GM
127162011-04-12 Glenn Morris <rgm@gnu.org>
12717
088d0d61
GM
12718 * calendar/cal-tex.el (cal-tex-end-document):
12719 Try to automatically use latin1 input if needed.
12720
c0749a51
GM
12721 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
12722 Don't try to cons a mark onto an empty element.
12723
5c90fde0
LL
127242011-04-11 Leo Liu <sdl.web@gmail.com>
12725
12726 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
12727 buffers.
12728 (ido-kill-buffer-at-head): Support killing virtual buffers.
12729
369e974d
CY
127302011-04-10 Chong Yidong <cyd@stupidchicken.com>
12731
12732 * minibuffer.el (completion-show-inline-help): New var.
12733 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
12734 (minibuffer-force-complete, minibuffer-complete-word):
12735 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
12736
12737 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
12738 to avoid interference from inline help (Bug#5849).
12739
37f1c930
LL
127402011-04-10 Leo Liu <sdl.web@gmail.com>
12741
099c39a4
JB
12742 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12743 Fix typo.
37f1c930 12744
a32d4040
CY
127452011-04-09 Chong Yidong <cyd@stupidchicken.com>
12746
12747 * image-mode.el (image-toggle-display-image): Signal an error if
12748 not in Image mode.
12749 (image-transform-mode, image-transform-resize)
12750 (image-transform-set-rotation): Doc fix.
daca8ba5 12751 (image-transform-set-resize): Delete.
a32d4040
CY
12752 (image-transform-set-scale, image-transform-fit-to-height)
12753 (image-transform-fit-to-width): Handle image-toggle-display-image
12754 and image-transform-resize directly.
12755
099c39a4 127562011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
12757
12758 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
12759 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
12760 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
12761 (doc-view-mode-map): Add bindings for the new functions.
12762
099c39a4 127632011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 12764
4d61f28d 12765 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
12766 Fix typo in docstring.
12767
3726838a
EZ
127682011-04-08 Eli Zaretskii <eliz@gnu.org>
12769
04f33f1e
EZ
12770 * files.el (file-size-human-readable): Produce one digit after
12771 decimal, like "ls -lh" does.
12772
12773 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
12774 the file size representation.
12775
3726838a
EZ
12776 * simple.el (list-processes): If async subprocesses are not
12777 available, error out with a clear error message.
12778
cbb59342
CY
127792011-04-08 Chong Yidong <cyd@stupidchicken.com>
12780
12781 * help.el (help-form-show): New function, to be called from C.
12782 Put help-form output in a buffer named differently than *Help*.
12783
e3971c44
EZ
127842011-04-08 Eli Zaretskii <eliz@gnu.org>
12785
12786 * files.el (file-size-human-readable): New function.
12787
12788 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
12789 computing the representation inline. Don't require `cl'.
12790
12544bbe
GM
127912011-04-08 Glenn Morris <rgm@gnu.org>
12792
a1de6c6a
GM
12793 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
12794
3c4671f4
GM
12795 * net/browse-url.el (browse-url-firefox):
12796 Test system-type, not system-configuration.
12797
b605679c
GM
12798 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
12799 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
12800 Use log-edit-empty-buffer-p. (Bug#7598)
12801
56442f0c
GM
12802 * net/rlogin.el (rlogin-process-connection-type): Simplify.
12803 (rlogin-mode-map): Initialize in the defvar.
12804 (rlogin): Use ignore-errors.
12805
12544bbe
GM
12806 * replace.el (occur-mode-map): Some fixes for menu items.
12807
eb237b0f
AH
128082011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12809
12810 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
12811
7d668f2c
CY
128122011-04-06 Chong Yidong <cyd@stupidchicken.com>
12813
e67a13ab
CY
12814 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
12815 issuing unused warnings.
12816
12817 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
12818 macro directly.
12819
7d668f2c
CY
12820 * simple.el: Lisp reimplement of list-processes. Based on an
12821 earlier reimplementation by Leo Liu, but using tabulated-list.el.
12822 (process-menu-mode): New major mode.
12823 (list-processes--refresh, list-processes):
12824 (process-menu-visit-buffer): New functions.
12825
12826 * files.el (save-buffers-kill-emacs): Don't assume any return
12827 value of list-processes, which is undocumented anyway.
12828
a83ec3c9
CY
128292011-04-06 Chong Yidong <cyd@stupidchicken.com>
12830
12831 * emacs-lisp/tabulated-list.el: New file.
12832
e91a96fe
CY
12833 * emacs-lisp/package.el: Use Tabulated List mode.
12834 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
12835 (package-menu-mode): Derive from tabulated-list-mode. Set up the
12836 table format using Tabulated List mode variables.
12837 (package--push): New macro, replacing package-list-maybe-add.
12838 (package-menu--generate): Use package--push. Renamed from
12839 package--generate-package-list.
12840 (package-menu-refresh, list-packages): Use it.
daca8ba5 12841 (package-menu--print-info): Rename from package-print-package.
e91a96fe 12842 Return insertion data instead of inserting it directly.
099c39a4
JB
12843 (package-menu-describe-package, package-menu-execute):
12844 Use tabulated-list-get-id.
e91a96fe
CY
12845 (package-menu-mark-delete, package-menu-mark-install)
12846 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
12847 (package-menu-mark-obsolete-for-deletion):
12848 Use tabulated-list-put-tag.
e91a96fe
CY
12849 (package--list-packages, package-menu-revert)
12850 (package-menu-get-package, package-menu-get-version)
12851 (package-menu-sort-by-column): Functions deleted.
12852 (package-menu-package-list, package-menu-sort-key): Vars deleted.
12853 (package-menu--status-predicate, package-menu--version-predicate)
12854 (package-menu--name-predicate)
12855 (package-menu--description-predicate): Handle arguments in the
12856 Tabulated List format.
12857 (package-list-packages-no-fetch): Call list-packages.
12858
3e214b50
JB
128592011-04-06 Juanma Barranquero <lekktu@gmail.com>
12860
12861 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 12862 (after-find-file): Don't bind it.
3e214b50
JB
12863 (revert-buffer-in-progress-p): New variable.
12864 (revert-buffer): Bind it.
12865 Pass nil for `after-find-file-from-revert-buffer'.
12866
12867 * saveplace.el (save-place-find-file-hook): Use new variable
12868 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
12869
3f0f1700
GM
128702011-04-06 Glenn Morris <rgm@gnu.org>
12871
c0274801
GM
12872 * Makefile.in (AUTOGEN_VCS): New variable.
12873 (autoloads): Use $AUTOGEN_VCS.
12874
3f0f1700
GM
12875 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
12876 * calendar/calendar.el (calendar-mode-map):
12877 Check for toolkit scroll bars. (Bug#8305)
12878
41ea9e48
CY
128792011-04-05 Chong Yidong <cyd@stupidchicken.com>
12880
12881 * minibuffer.el (completion-in-region--postch)
12882 (completion-in-region-mode): Remove unnecessary messages.
12883
6194c800
JB
128842011-04-05 Juanma Barranquero <lekktu@gmail.com>
12885
33256f14
JB
12886 * font-lock.el (font-lock-refresh-defaults):
12887 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
12888 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
12889
6194c800
JB
12890 * info.el (Info-directory-list, Info-read-node-name-2)
12891 (Info-split-parameter-string): Doc fixes.
12892 (Info-virtual-nodes): Reflow docstring.
12893 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
12894 (Info-apropos-toc-nodes, info-finder, Info-get-token)
12895 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
12896 Fix typos in docstrings.
12897 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
12898 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
12899 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
12900 (Info-restore-desktop-buffer): Mark unused parameters.
12901 (Info-directory-find-file, Info-directory-find-node)
12902 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
12903 (Info-virtual-index-find-node, Info-apropos-find-file)
12904 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 12905 Mark unused parameters; fix typos in docstrings.
6194c800
JB
12906 (Info-virtual-index): Remove unused local variable `nodename'.
12907
b87a8200 129082011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 12909
b87a8200
DD
12910 * net/rcirc.el: Update my e-mail address.
12911 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 12912
3b2ff876
CY
129132011-04-05 Chong Yidong <cyd@stupidchicken.com>
12914
12915 * startup.el (command-line): Save the cursor's theme-face
12916 directly, instead of using face-override-spec.
12917
12918 * custom.el (load-theme): Minor optimization in assigning faces.
12919
8d17e7ca
JB
129202011-04-04 Juanma Barranquero <lekktu@gmail.com>
12921
12922 * help-fns.el (describe-variable): Complete all variables having
12923 documentation, including keywords.
12924 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
12925
2fbc1934
JB
129262011-04-04 Juanma Barranquero <lekktu@gmail.com>
12927
12928 Convert to lexical-binding.
12929
12930 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
12931 (bs--get-marked-string, bs--get-modified-string)
12932 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
12933 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
12934 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
12935
12936 * ehelp.el (electric-help-execute-extended)
12937 (electric-help-ctrl-x-prefix):
12938 * hexl.el (hexl-revert-buffer-function):
12939 * linum.el (linum-after-change, linum-after-scroll):
12940 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
12941
12942 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
12943
74f50695
DU
129442011-04-04 Daiki Ueno <ueno@unixuser.org>
12945
12946 * epa-dired.el:
12947 * epa-mail.el:
12948 * epa-hook.el:
12949 * epa-file.el:
12950 * epa.el:
12951 * epg.el: Use lexical binding.
12952
c11325f7
CY
129532011-04-03 Chong Yidong <cyd@stupidchicken.com>
12954
0d9e9a12
CY
12955 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
12956
c11325f7 12957 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
12958 dictionary case for flyspell-mark-duplications-exceptions.
12959 Use regexp matching for languages.
c11325f7
CY
12960 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
12961 default dictionary (Bug#7926).
12962
da91b5f2
CY
129632011-04-02 Chong Yidong <cyd@stupidchicken.com>
12964
099c39a4
JB
12965 * emacs-lisp/package.el (package--with-work-buffer):
12966 Recognize https URLs.
da91b5f2 12967
099c39a4
JB
12968 * net/network-stream.el: Move from gnus/proto-stream.el.
12969 Change prefix to network-stream throughout.
da91b5f2
CY
12970 (open-protocol-stream): Merge into open-network-stream, leaving
12971 open-protocol-stream as an alias. Handle nil BUFFER args.
12972
12973 * subr.el (open-network-stream): Move to net/network-stream.el.
12974
afa8e9f6
GM
129752011-04-02 Glenn Morris <rgm@gnu.org>
12976
1d2e369d
GM
12977 * find-dired.el (find-exec-terminator): New option.
12978 (find-ls-option): Test for -ls support.
12979 (find-ls-subdir-switches): Test for -b in find-ls-option.
12980 (find-dired, find-grep-dired): Doc fixes.
12981 (find-dired): Use find-exec-terminator.
12982
8abb7da8 12983 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
12984 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
12985 (find-name-arg): Remove purecopy.
8abb7da8 12986
f3ca7378
GM
12987 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
12988 (grep-compute-defaults): Check for `-exec COMMAND +' support.
12989 Set grep-find-use-xargs, grep-find-command, and grep-find-template
12990 accordingly. Don't add the null-device if not needed.
12991
afa8e9f6
GM
12992 * files.el (save-some-buffers): Doc fix.
12993
35eae264
EZ
129942011-04-02 Eli Zaretskii <eliz@gnu.org>
12995
12996 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
12997
26b51db5
JB
129982011-04-01 Juanma Barranquero <lekktu@gmail.com>
12999
13000 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
13001 Use `dolist' rather than `mapcar'.
13002
7200d79c
SM
130032011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13004
03408648 13005 Add lexical binding.
7200d79c 13006
03408648
SM
13007 * subr.el (apply-partially): Use new closures rather than CL.
13008 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
13009 (dolist, dotimes): Use slightly different expansion for lexical code.
13010 (functionp): Move to C.
13011 (letrec): New macro.
13012 (with-wrapper-hook): Use it and apply-partially instead of CL.
13013 (eval-after-load): Preserve lexical-binding.
13014 (save-window-excursion, with-output-to-temp-buffer): Turn them
13015 into macros.
7200d79c 13016
03408648
SM
13017 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
13018
13019 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
13020 than the arglist.
13021 (help-add-fundoc-usage): Don't add `Not documented'.
13022 (help-function-arglist): Handle closures, subroutines, and new
13023 byte-code-functions.
13024 (help-make-usage): Remove leading underscores.
13025 (describe-function-1): Handle closures.
13026 (describe-variable): Use special-variable-p for completion.
13027
13028 * files.el (lexical-binding): Declare safe.
f488fb65 13029
03408648
SM
13030 * emacs-lisp/pcase.el: Don't use destructuring-bind.
13031 (pcase--memoize): Rename from pcase-memoize. Change weakness.
13032 (pcase): Add `let' pattern.
13033 Change memoization so it actually works.
13034 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
13035 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
13036 <let>: New case.
f488fb65 13037
03408648
SM
13038 * emacs-lisp/macroexp.el: Use lexical binding.
13039 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
13040 Don't convert ' to #' without checking that it's indeed quoting
13041 a lambda.
13042
13043 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 13044 Use eval-sexp-add-defvars.
03408648
SM
13045 (eval-sexp-add-defvars): New fun.
13046
13047 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
13048
13049 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
13050 Don't autoload.
13051 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
13052 than the internal `byte-compile-lambda'.
13053 (defmethod): Don't hide code under quotes.
13054 (eieio-defmethod): New `code' argument.
13055
13056 * emacs-lisp/eieio-comp.el: Remove.
13057
13058 * emacs-lisp/edebug.el (edebug-eval-defun)
13059 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
13060 (edebug-toggle): Avoid `eval'.
13061
13062 * emacs-lisp/disass.el (disassemble-internal): Handle new
13063 `closure' objects.
13064 (disassemble-1): Handle new byte codes.
13065
13066 * emacs-lisp/cl.el (pushnew): Silence warning.
13067
13068 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
13069 (cl-byte-compile-throw): Remove.
13070 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
13071
13072 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
13073 closures.
13074
13075 * emacs-lisp/cconv.el: New file.
13076
13077 * emacs-lisp/bytecomp.el: Use lexical binding instead of
13078 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
13079 (byte-compile-initial-macro-environment):
13080 Handle declare-function here.
13081 (byte-compile--lexical-environment): New var.
13082 (byte-stack-ref, byte-stack-set, byte-discardN)
13083 (byte-discardN-preserve-tos): New lap codes.
13084 (byte-interactive-p): Don't use any more.
13085 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
13086 New macros.
13087 (byte-compile-lapcode): Use them and handle new lap codes.
13088 (byte-compile-obsolete): Remove.
13089 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
13090 (byte-compile-arglist-warn): Check late def of inlinable funs.
13091 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
13092 since they should have been expanded by now.
13093 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
13094 (byte-compile-from-buffer): Remove unused second arg.
13095 (byte-compile-preprocess): New function.
13096 (byte-compile-toplevel-file-form): New function to distinguish
13097 file-form calls from outside from file-form calls from hunk-handlers.
13098 (byte-compile-file-form): Simplify.
13099 (byte-compile-file-form-defsubst): Remove.
13100 (byte-compile-file-form-defmumble): Simplify now that
13101 byte-compile-lambda always returns a byte-code-function.
13102 (byte-compile): Preprocess.
13103 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
13104 Remove, not used any more.
13105 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
13106 (byte-compile-make-args-desc): New funs.
13107 (byte-compile-lambda): Handle lexical functions. Always return
13108 a byte-code-function.
13109 (byte-compile-reserved-constants): New var, to make up room for
13110 closed-over variables.
13111 (byte-compile-constants-vector): Obey it.
13112 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
13113 (byte-compile-macroexpand-declare-function): New function.
13114 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
13115 byte-code-functions.
13116 (byte-compile-form): Check obsolescence here.
13117 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
13118 (byte-compile-variable-ref): Remove.
13119 (byte-compile-dynamic-variable-op): New fun.
13120 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13121 (byte-compile-variable-set): New funs.
13122 (byte-compile-discard): Add 2 args.
13123 (byte-compile-stack-ref, byte-compile-stack-set)
13124 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
13125 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
13126 macroexpand-all instead.
13127 (byte-compile-quote-form): Remove.
13128 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
13129 (byte-compile-bind, byte-compile-unbind): New funs.
13130 (byte-compile-let): Handle let* and lexical binding.
13131 (byte-compile-let*): Remove.
13132 (byte-compile-catch, byte-compile-unwind-protect)
13133 (byte-compile-track-mouse, byte-compile-condition-case):
13134 Handle a new :fun-body form, used for lexical scoping.
13135 (byte-compile-save-window-excursion)
13136 (byte-compile-with-output-to-temp-buffer): Remove.
13137 (byte-compile-defun): Simplify.
13138 (byte-compile-stack-adjustment): New fun.
13139 (byte-compile-out): Use it.
13140 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
13141
13142 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
13143 handler any more.
13144
13145 * emacs-lisp/byte-opt.el: Use lexical binding.
13146 (byte-inline-lapcode): Remove (to bytecomp).
13147 (byte-compile-inline-expand): Pay attention to inlining to/from
13148 lexically bound code.
13149 (byte-compile-unfold-lambda): Don't handle byte-code-functions
13150 any more.
13151 (byte-optimize-form-code-walker): Don't handle save-window-excursion
13152 any more and don't call compiler-macros.
13153 (byte-compile-splice-in-already-compiled-code): Remove.
13154 (byte-code): Don't inline any more.
13155 (disassemble-offset): Receive `bytes' as argument rather than via
13156 dynamic scoping.
13157 (byte-compile-tag-number): Declare before first use.
13158 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
13159 `return' even if make-spliceable.
13160 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
13161 obsolete interactive-p.
13162 (byte-optimize-lapcode): Optimize new lap-codes.
13163 Don't trip up on new form of `byte-constant' lap code.
13164
13165 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
13166
13167 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
13168
13169 * custom.el (custom-initialize-default, custom-declare-variable):
13170 Use `defvar'.
13171
13172 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
13173 New variables.
13174 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
13175 (COMPILE_FIRST): Add macroexp and cconv.
13176 * makefile.w32-in: Mirror changes in Makefile.in.
13177
13178 * vc/cvs-status.el:
13179 * vc/diff-mode.el:
13180 * vc/log-edit.el:
13181 * vc/log-view.el:
13182 * vc/smerge-mode.el:
13183 * textmodes/bibtex-style.el:
13184 * textmodes/css.el:
13185 * startup.el:
13186 * uniquify.el:
da91b5f2
CY
13187 * minibuffer.el:
13188 * newcomment.el:
13189 * reveal.el:
13190 * server.el:
13191 * mpc.el:
13192 * emacs-lisp/smie.el:
13193 * doc-view.el:
13194 * dired.el:
03408648
SM
13195 * abbrev.el: Use lexical binding.
13196
0f0c1f27
EZ
131972011-04-01 Eli Zaretskii <eliz@gnu.org>
13198
13199 * info.el (info-display-manual): New function.
13200
c82b2579
SM
132012011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13202
13203 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
13204
221ddf68
TH
132052011-03-31 Tassilo Horn <tassilo@member.fsf.org>
13206
13207 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 13208 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 13209
cba6e77e
GM
132102011-03-31 Glenn Morris <rgm@gnu.org>
13211
e040639f
GM
13212 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
13213
cba6e77e
GM
13214 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
13215
6d0f1c9e
CS
132162011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
13217
13218 * progmodes/python.el (python-default-interpreter)
13219 (python-python-command-args, python-jython-command-args)
13220 (python-which-shell, python-which-args, python-which-bufname)
13221 (python-file-queue, python-comint-output-filter-function)
13222 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
13223 variables and functions.
13224
3e2d70fd
SM
132252011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13226
13227 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
13228 (completion-in-region-mode): New minor mode.
13229 (completion-in-region): Use it.
13230 (completion-in-region--data, completion-in-region-mode-map): New vars.
13231 (completion-in-region--postch): New function.
13232 (completion--capf-misbehave-funs, completion--capf-safe-funs):
13233 New vars.
13234 (completion--capf-wrapper): New function.
13235 (completion-at-point): Use it to track well-behavedness of
13236 hook functions.
13237 (completion-help-at-point): New command.
13238
f3e4086c
JM
132392011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
13240
13241 * vc/add-log.el (add-change-log-entry): Don't use whitespace
13242 syntax class to search for whitespace on a single line
13243 (Message-ID: <4D938140.4030905@redhat.com>).
13244
eb7ffc14
LL
132452011-03-30 Leo Liu <sdl.web@gmail.com>
13246
13247 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
13248 New commands.
13249 (edit-abbrevs-map): Bind them here.
13250 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
13251
d806ab68
KM
132522011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
13253
13254 * allout.el (allout-hide-by-annotation, allout-flag-region):
13255 Reduce possibility of overlay leakage by making them volatile.
13256
13257 * allout-widgets.el (allout-widgets-tally): Define as nil so the
13258 hash is not shared between buffers. Mode initialization is
13259 responsible for giving it a useful starting value.
13260 (allout-item-span): Reduce possibility of overlay leakage by
13261 making them volatile.
13262 (allout-widgets-count-buttons-in-region): Add diagnostic function
13263 for tracking down button overlay leaks.
13264
ea622834
LL
132652011-03-29 Leo Liu <sdl.web@gmail.com>
13266
13267 * ido.el (ido-read-internal): Use the default history var
13268 minibuffer-history if no HISTORY is specified.
13269
b62f8267
G
132702011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
13271
03408648
SM
13272 * net/imap.el (imap-shell-open, imap-process-connection-type):
13273 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
13274 Kerberos, SSL, other subprocesses.
13275
947b6566
LL
132762011-03-28 Leo Liu <sdl.web@gmail.com>
13277
13278 * abbrev.el (abbrev-table-empty-p): New function.
13279 (prepare-abbrev-list-buffer): Place empty abbrev tables after
13280 nonempty ones. (Bug#5937)
13281
5ffb62aa
JD
132822011-03-27 Jan Djärv <jan.h.d@swipnet.se>
13283
13284 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
13285
7a097943
LL
132862011-03-27 Leo Liu <sdl.web@gmail.com>
13287
13288 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
13289 for foreground and background colors.
13290 (ansi-color-make-color-map): Adapt.
13291
c5b40130
LL
132922011-03-25 Leo Liu <sdl.web@gmail.com>
13293
1f48f7d2
LL
13294 * midnight.el (midnight-time-float): Remove. Note it calculates
13295 the microsecond component incorrectly and seconds-to-time does the
13296 same job.
625897ec 13297 Remove redundant (require 'timer).
1f48f7d2 13298
c5b40130
LL
13299 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
13300 (ido-completions): Remove unused arguments. (Bug#8329)
13301
d86d2721
SM
133022011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13303
13304 * minibuffer.el (completion--flush-all-sorted-completions):
13305 Remove itself from hook.
13306 (completion-at-point): Let the functions perform the completion
13307 immediately and return nil or t.
13308 * comint.el (comint-dynamic-complete-functions): Now identical to
13309 completion-at-point-functions.
13310 (comint-dynamic-list-input-ring): Remove unused var `index'.
13311 (comint--match-partial-filename, comint--unquote&expand-filename):
13312 New funs, split from comint-match-partial-filename.
13313 (comint-dynamic-complete): Use completion-at-point.
13314 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
13315
e8974c48
DA
133162011-03-24 Drew Adams <drew.adams@oracle.com>
13317
13318 * thingatpt.el: Support `defun'.
13319
def71b5e
LL
133202011-03-23 Leo Liu <sdl.web@gmail.com>
13321
cb5af48e
LL
13322 * abbrevlist.el: Move to obsolete/abbrevlist.el.
13323
def71b5e
LL
13324 * help-mode.el (help-mode-finish): Tweak regexp.
13325
927c53e7
GM
133262011-03-23 Glenn Morris <rgm@gnu.org>
13327
18d05bed
GM
13328 * eshell/esh-opt.el (eshell-eval-using-options):
13329 Do not bind unused local variable `eshell-option-stub'.
13330
927c53e7
GM
13331 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
13332
9d0da923
JB
133332011-03-22 Juanma Barranquero <lekktu@gmail.com>
13334
13335 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
13336 keymap variable in `with-no-warnings' to avoid a warning when the
13337 keymap has been already `defconst'ed.
13338
4b978a67
LL
133392011-03-22 Leo Liu <sdl.web@gmail.com>
13340
13341 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
13342 encode all chars in abbrevs; otherwise use emacs-mule or
13343 utf-8-emacs. (Bug#8308)
13344
5fd62452
JB
133452011-03-22 Juanma Barranquero <lekktu@gmail.com>
13346
0b1596c6
JB
13347 * simple.el (backward-delete-char-untabify):
13348 Avoid warning about using `delete-backward-char'.
13349
5fd62452
JB
13350 * image.el (image-type-file-name-regexps): Make it variable.
13351 `imagemagick-register-types' modifies it, and the user may want
13352 to add new extensions for known image types.
13353 (imagemagick-register-types): Throw error if not using ImageMagick.
13354
0b4e93f1
LL
133552011-03-22 Leo Liu <sdl.web@gmail.com>
13356
13357 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
13358 located before rcirc-prompt-end-marker.
13359 (rcirc-complete): Error if point is not after rcirc prompt.
13360 Handle the case when table is nil.
9882e214 13361 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 13362
fccee4ab
CY
133632011-03-22 Chong Yidong <cyd@stupidchicken.com>
13364
13365 * custom.el (custom--inhibit-theme-enable): Make it affect only
13366 custom-theme-set-variables and custom-theme-set-faces.
13367 (provide-theme): Ignore custom--inhibit-theme-enable.
13368 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
13369 (custom-enabling-themes): Delete variable.
d86d2721
SM
13370 (enable-theme): Accept only loaded themes as arguments.
13371 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
13372 (custom-enabled-themes): Forbid themes from setting this.
13373 Eliminate use of custom-enabling-themes.
13374 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 13375
af896da6
LL
133762011-03-21 Leo Liu <sdl.web@gmail.com>
13377
13378 * ido.el (ido-read-internal): Add ido-selected to history instead
13379 of user input.
13380
78f64af0
SM
133812011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13382
13383 * subr.el (deferred-action-list, deferred-action-function):
13384 Mark obsolete.
13385
b16ac1ec
LL
133862011-03-21 Leo Liu <sdl.web@gmail.com>
13387
810f7698
LL
13388 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
13389 change on 2011-02-13 (bug#8309).
13390
b16ac1ec
LL
13391 * minibuffer.el (read-file-name-function): Change default value.
13392 (read-file-name--defaults): Rename from read-file-name-defaults.
13393 (read-file-name-default): Rename from read-file-name.
13394 (read-file-name): Call read-file-name-function.
13395
4e05e67e
GM
133962011-03-21 Glenn Morris <rgm@gnu.org>
13397
13398 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
13399 Doc fixes.
13400
4359915b
CY
134012011-03-21 Chong Yidong <cyd@stupidchicken.com>
13402
13403 * cus-theme.el: Add missing provide statement.
13404 (customize-create-theme): Extract theme value correctly.
13405 (custom-theme-visit-theme): Autoload.
13406 (customize-create-theme): Prompt before inserting default faces.
13407
1fe275ee
JB
134082011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13409
13410 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
13411 units and musical notes.
13412
cd394be1 134132011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
13414
13415 * ido.el (ido-read-internal): Use completing-read-default.
13416 (ido-completing-read): Fix compatibility with completing-read.
13417
7d476bde
CO
134182011-03-20 Christian Ohler <ohler@gnu.org>
13419
13420 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
13421 (ert-delete-all-tests): Use `called-interactively-p' rather than
13422 `interactive-p'.
13423 (ert--make-xrefs-region): Respect END.
13424
fe0fb33e
CY
134252011-03-19 Chong Yidong <cyd@stupidchicken.com>
13426
ff854b0b
CY
13427 * dired-aux.el (dired-create-directory): Signal an error if the
13428 directory already exists (Bug#8246).
13429
fe0fb33e
CY
13430 * facemenu.el (list-colors-display): Call list-faces-display
13431 inside with-help-window.
13432 (list-colors-print): Use display property to align the final
13433 column, instead of checking window-width.
13434
576bce32
EZ
134352011-03-19 Eli Zaretskii <eliz@gnu.org>
13436
4d61f28d 13437 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
13438 windows-nt systems.
13439 (emerge-protect-metachars): Quote correctly for ms-dos and
13440 windows-nt systems.
13441
89c41d68 134422011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
13443
13444 * info.el (info-initialize): Replace all uses of `:' with
13445 path-separator for compatibility with non-Unix systems.
13446 Cache quoting of path-separator. (Bug#8258)
13447
b14e3e21 134482011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
13449
13450 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13451 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13452 (mouse-avoidance-mode): Fix typos in docstrings.
13453
4525ce3e
CY
134542011-03-19 Chong Yidong <cyd@stupidchicken.com>
13455
13456 * startup.el (package-subdirectory-regexp): Move from package.el.
13457 Omit \\` and \\', and let callers add them.
13458
13459 * emacs-lisp/package.el (package-strip-version)
13460 (package-load-all-descriptors): Add \\` and \\' to
13461 package-subdirectory-regexp before using it.
13462 (package-untar-buffer): New arg DIR; ensure that file untars only
13463 into this expected directory. Remove superfluous delete-region.
13464 (package-unpack): Caller changed.
13465 (package-tar-file-info): Use package-subdirectory-regexp.
13466
a904a09a 134672011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 13468
a904a09a
SM
13469 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13470 diff-mode-shared-map (bug#8284).
13471 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
13472
134732011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13474
13475 * calendar/time-date.el (format-seconds): Use assoc instead of
13476 assoc-string, since assoc-string doesn't exist in XEmacs.
13477
171fc304
JB
134782011-03-17 Juanma Barranquero <lekktu@gmail.com>
13479
13480 * custom.el (custom-known-themes): Reflow docstring.
13481 (custom-theme-load-path): Fix typo in docstring.
13482 (load-theme): Fix typo in error message.
13483 (custom-available-themes, custom-variable-theme-value):
13484 Use `let', not `let*'.
13485
d71990a1
JB
134862011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13487
13488 * calc/README: Mention inclusion of musical notes.
13489
13490 * calc/calc-units.el (calc-lu-quant): Rename from
13491 `calc-logunits-quantity'.
13492 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13493 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13494 (calc-db): Rename from `calc-dblevel'.
13495 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13496 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13497 (calc-np): Rename from `calc-nplevel'.
13498 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13499 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13500 (calc-lu-plus): Rename from `calc-logunits-add'.
13501 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13502 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13503 (calc-lu-minus): Rename from `calc-logunits-sub'.
13504 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13505 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13506 (calc-lu-times): Rename from `calc-logunits-mul'.
13507 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13508 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13509 (calc-lu-divide): Rename from `calc-logunits-div'.
13510 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13511 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13512
13513 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13514 functions being autoloaded.
13515
13516 * calc/calc.el (calc-lu-power-reference): Rename from
13517 `calc-logunits-power-reference'.
13518 (calc-lu-field-reference): Rename from
13519 `calc-logunits-field-reference'.
13520
7a71b18d
GM
13521 * calc/calc-help.el (calc-l-prefix-help):
13522 Mention musical note functions.
d71990a1 13523
40c2934b
SM
135242011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13525
13526 * minibuffer.el (completion-all-sorted-completions):
13527 Use :completion-cycle-penalty text property if present.
13528
b0911414
KM
135292011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13530
13531 * allout.el (allout-yank-processing): Adjust for new rebulleting
13532 regime so bullet being yanked is used without prompting the user
13533 for a choice.
13534
8a05b668
JB
135352011-03-16 Juanma Barranquero <lekktu@gmail.com>
13536
13537 * startup.el (command-line): Warn the user that _emacs is deprecated.
13538
5ba5fb81
JB
135392011-03-16 Juanma Barranquero <lekktu@gmail.com>
13540
13541 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13542 (delphi-verbose, delphi-comment-face, delphi-string-face)
13543 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13544 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13545 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13546 (delphi-new-comment-line, delphi-font-lock-defaults)
13547 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13548 Fix typos in docstrings.
13549
2dab465b
KM
135502011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13551
5ba5fb81 13552 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
13553 Invert the roles of character and string values for INSTEAD, so a
13554 string is used for the more common case of a defaulting prompt.
13555
0adf5618
SM
135562011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13557
13558 * progmodes/ruby-mode.el (ruby-backward-sexp):
13559 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13560 * play/gamegrid.el (gamegrid-make-face):
13561 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13562 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13563 * notifications.el (notifications-notify):
13564 * net/xesam.el (xesam-search-engines):
13565 * net/quickurl.el (quickurl-list-insert):
13566 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13567
d72700e5
CY
135682011-03-15 Chong Yidong <cyd@stupidchicken.com>
13569
13570 * startup.el (command-line): Update package subdirectory regexp.
13571
49c5410a
SM
135722011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13573
c6eee9aa
SM
13574 * allout.el (allout-abbreviate-flattened-numbering)
13575 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13576
49c5410a
SM
13577 * subr.el (read-char-choice): Only show the cursor after the prompt,
13578 not after the answer.
13579
047b2bb9
KR
135802011-03-15 Kevin Ryde <user42@zip.com.au>
13581
13582 * help-fns.el (variable-at-point): Skip leading quotes, if any
13583 (bug#8253).
13584
0a57d256
SM
135852011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13586
13587 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13588 warning message.
13589
77c992bc
MA
135902011-03-14 Michael Albinus <michael.albinus@gmx.de>
13591
13592 * shell.el (shell): When called interactively, offer to change the
13593 shell file name on remote hosts.
13594
eebc475d
TZ
135952011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13596
13597 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13598 integration for LDAP parameters. The host, base, user or binddn,
13599 and secret tokens can be specified in a netrc file, for instance.
13600 This is optional because an `auth-source' parameter must be
13601 specified in the search attributes.
13602
9d05d1ba
JB
136032011-03-13 Juanma Barranquero <lekktu@gmail.com>
13604
13605 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13606
09d9db2c
GM
136072011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13608
13609 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13610 into declaration. Remove redundant and harmful binding.
13611
136122011-03-12 Eli Zaretskii <eliz@gnu.org>
13613
13614 * files.el (file-ownership-preserved-p): Pass `integer' as an
13615 explicit 2nd argument to `file-attributes'. If the file's owner
13616 is the Administrators group on Windows, and the current user is
13617 Administrator, consider that a match.
13618
13619 * server.el (server-ensure-safe-dir): Consider server directory
13620 safe on MS-Windows if its owner is the Administrators group while
13621 the current Emacs user is Administrator. Use `=' to compare
13622 numerical UIDs, since they could be integers or floats.
13623
219bd536
JB
136242011-03-12 Juanma Barranquero <lekktu@gmail.com>
13625
13626 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13627
f3afd36b
MA
136282011-03-12 Michael Albinus <michael.albinus@gmx.de>
13629
13630 Sync with Tramp 2.2.1.
13631
13632 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
13633
13634 * net/trampver.el: Update release number.
13635
3aaaa6f1
SM
136362011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13637
94642599
SM
13638 * progmodes/compile.el (compilation--previous-directory): Fix up
13639 various nil/dead-marker mismatches (bug#8014).
13640 (compilation-directory-properties, compilation-error-properties):
13641 Don't call it at a position past the one we're about to change.
13642
3aaaa6f1
SM
13643 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
13644 Disable obsolescence warnings in the file that declares it.
13645
14239447
KM
136462011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
13647
099c39a4
JB
13648 * allout-widgets.el (allout-widgets-tally):
13649 Initialize allout-widgets-tally as a hash table rather than nil to
13650 prevent mode-line redisplay warnings. Also, clarify the module
13651 description and fix a comment typo.
14239447 13652
135e287c
JB
136532011-03-11 Juanma Barranquero <lekktu@gmail.com>
13654
13655 * help-fns.el (describe-variable): Don't complete keywords.
13656 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
13657
ffbf300e
CY
136582011-03-10 Chong Yidong <cyd@stupidchicken.com>
13659
ba08b241
CY
13660 * emacs-lisp/package.el (package-version-join): Impose a standard
13661 string representation for pre/alpha/beta version lists.
13662 (package-unpack-single): Standardize the directory name by passing
13663 it through package-version-join.
13664 (package-strip-rcs-id): Accept any version string that does not
13665 signal an error in version-to-list.
ffbf300e 13666
f346fd6b
MA
136672011-03-10 Michael Albinus <michael.albinus@gmx.de>
13668
13669 * simple.el (delete-trailing-whitespace): Return nil for the
13670 benefit of `write-file-functions'.
13671
ccb55d27
GM
136722011-03-10 Glenn Morris <rgm@gnu.org>
13673
5ceaac0c
GM
13674 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
13675
02da65ff
GM
13676 * vc/vc-git.el (vc-git-program): New option.
13677 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
13678 (vc-git--call): Use it.
13679
b2f603cc
GM
13680 * eshell/esh-util.el (eshell-condition-case): Doc fix.
13681
5772caab
GM
13682 * cus-edit.el (Custom-newline): If no button at point, look
13683 for a subgroup button at start-of-line. (Bug#2298)
13684
ccb55d27
GM
13685 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
13686
ec6ecaed
JD
136872011-03-10 Julien Danjou <julien@danjou.info>
13688
13689 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
13690 `cursor-type' is nil.
13691
9d5aa01d
JB
136922011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
13693
13694 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13695
b6a5875b
KM
136962011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
13697
7a71b18d 13698 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
13699 preserves the existing header prefix, rebulleting it if necessary,
13700 rather than replacing it. This is necessary for proper operation
13701 of cooperative addons like allout-widgets.
1154d12e
JB
13702 (allout-make-topic-prefix, allout-rebullet-heading):
13703 Change SOLICIT arg to INSTEAD, and interpret additionally a string
13704 value as alternate bullet to be used, instead of prompting the user
13705 for a bullet character.
b6a5875b 13706
ee545c35
MA
137072011-03-09 Michael Albinus <michael.albinus@gmx.de>
13708
d86d2721
SM
13709 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13710 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
13711 `tramp-default-port'.
13712
c47971d7
DD
137132011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13714
13715 * net/rcirc.el (rcirc-handler-001): Remove useless
13716 with-rcirc-process-buffer.
13717 (rcirc-check-auth-status): Swap arguments to string-match.
13718
13522cb4
GM
137192011-03-09 Glenn Morris <rgm@gnu.org>
13720
0be6f4f1
GM
13721 * shell.el (shell-mode):
13722 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
13723
13522cb4
GM
13724 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
13725 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
13726
515de2e3
CY
137272011-03-08 Chong Yidong <cyd@stupidchicken.com>
13728
13729 * emacs-lisp/package.el (package-refresh-contents)
13730 (package-menu-execute): Use condition-case-no-debug.
13731
b511b994
MA
137322011-03-08 Michael Albinus <michael.albinus@gmx.de>
13733
13734 * simple.el (shell-command-to-string): Use `process-file'.
13735
13736 * emacs-lisp/package.el (package-tar-file-info): Handle also
13737 remote files.
13738
d86d2721
SM
13739 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13740 Use `equal' for upload base check.
b511b994 13741
25bbfb31
AM
137422011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
13743
13744 * textmodes/texinfo.el (texinfo-environments):
13745 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
13746
be996521
GM
137472011-03-08 Glenn Morris <rgm@gnu.org>
13748
e9c8529f
GM
13749 * cus-start.el (cursor-in-non-selected-windows):
13750 Fix :set quoting oddness. (Bug#8192)
13751
be996521
GM
13752 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
13753 in some setf expressions. (Bug#2159)
13754
2bb5649e
CY
137552011-03-08 Chong Yidong <cyd@stupidchicken.com>
13756
13757 * custom.el (custom-available-themes): Return themes in
13758 alphabetical order.
13759
33383987 13760See ChangeLog.15 for earlier changes.
e3d51b27
MR
13761
13762;; Local Variables:
13763;; coding: utf-8
e3d51b27
MR
13764;; End:
13765
acaf905b 13766 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
13767
13768 This file is part of GNU Emacs.
13769
13770 GNU Emacs is free software: you can redistribute it and/or modify
13771 it under the terms of the GNU General Public License as published by
13772 the Free Software Foundation, either version 3 of the License, or
13773 (at your option) any later version.
13774
13775 GNU Emacs is distributed in the hope that it will be useful,
13776 but WITHOUT ANY WARRANTY; without even the implied warranty of
13777 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13778 GNU General Public License for more details.
13779
13780 You should have received a copy of the GNU General Public License
13781 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.