* lisp/image-mode.el: Fix scaling.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
7102e6d0
WJ
12012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2
3 * image-mode.el: Fix scaling (bug#11399).
4 (image-transform-resize): Doc fix.
5 (image-transform-properties): Default scale is 1 and height should
6 be an integer.
7
06bc5e6e
SM
82012-05-13 Johan Bockgård <bojohan@gnu.org>
9
10 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
11 than hard-coding `car', to fix misbehavior when moving forward.
12
0ae03b6a
CY
132012-05-13 Chong Yidong <cyd@gnu.org>
14
15 * emacs-lisp/tabulated-list.el (tabulated-list-format)
16 (tabulated-list-entries, tabulated-list-padding)
17 (tabulated-list-sort-key): Make permanent-local.
18
19 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
20 (electric-buffer-list): Put electric buffer menu
21 command descriptions in this docstring, instead of the docstring
22 of electric-buffer-menu-mode. Code cleanups.
23 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
24 Electric-buffer-menu-mode.
25 (electric-buffer-update-highlight): Minor code cleanup.
26
205a7391
MA
272012-05-13 Michael Albinus <michael.albinus@gmx.de>
28
29 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
30 (Bug#11447)
31
e5bd0a28
SM
322012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 Move define-obsolete-variable-alias before the var's definition.
35 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
36 * tooltip.el (tooltip-hook):
37 * textmodes/reftex-toc.el (reftex-toc-map):
38 * textmodes/reftex-sel.el (reftex-select-label-map)
39 (reftex-select-bib-map):
40 * textmodes/reftex-index.el (reftex-index-map)
41 (reftex-index-phrases-map):
42 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
43 * progmodes/meta-mode.el (meta-mode-map):
44 * novice.el (disabled-command-hook):
45 * loadhist.el (unload-hook-features-list):
46 * frame.el (blink-cursor):
47 * files.el (find-file-not-found-hooks, write-file-hooks)
48 (write-contents-hooks):
49 * emulation/tpu-edt.el (GOLD-map):
50 * emacs-lock.el (emacs-lock-from-exiting):
51 * emacs-lisp/generic.el (generic-font-lock-defaults):
52 * emacs-lisp/chart.el (chart-map):
53 * dos-fns.el (register-name-alist):
54 * dired-x.el (dired-omit-files-p):
55 * desktop.el (desktop-enable):
56 * cus-edit.el (custom-mode-hook):
57 * buff-menu.el (buffer-menu-mode-hook):
58 * bookmark.el (bookmark-read-annotation-text-func)
59 (bookmark-exit-hooks):
60 * allout.el (allout-mode-deactivate-hook)
61 (allout-exposure-change-hook, allout-structure-added-hook)
62 (allout-structure-deleted-hook, allout-structure-shifted-hook):
63 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
64 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
65 comes before the corresponding variable's definition.
66
ac59c2f6
CY
672012-05-12 Chong Yidong <cyd@gnu.org>
68
69 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
70 (Buffer-menu-mouse-select): Restore function (Bug#11459).
71 (Buffer-menu-mode-map): Bind it.
72 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 73
dee6c9a3
SM
742012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
75
2171cea5
SM
76 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
77 (prolog-upper-case-string, prolog-lower-case-string)
78 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
79 (prolog-use-smie, prolog-smie-grammar): New vars.
80 (prolog-smie-forward-token, prolog-smie-backward-token)
81 (prolog-smie-rules): New funs.
82 (prolog-comment-indent): Remove.
83 (prolog-mode-variables): Use default comment indentation instead.
84 Setup SMIE.
85 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
86 (prolog-mode): Don't call them any more.
87 (prolog-electric-colon, prolog-electric-dash)
88 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
89
aa0382bd
SM
90 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
91
dbacb4bd
SM
92 * minibuffer.el (completion--twq-all): Again, allow case differences.
93
13bdd94c
SM
94 * term.el: Move keymap initialization code to be more idiomatic.
95 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
96 (term-terminal-menu): Move initialization into declaration.
97 (term-escape-char): Let the user set it in her .emacs.
98
ff46c759
SM
99 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
100 Provide SMIE-based indentation (not enabled by default yet).
101 (sh-mode-map): Don't bind electric keys.
102 Use electric-pair-mode instead of skeleton-pair.
103 (sh-assignment-regexp): Fit within 80 columns.
104 (sh-indent-supported): Specify actual shell name instead of boolean.
105 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
106 (sh-maybe-here-document): Use it. Make obsolete.
107 (sh-electric-here-document-mode) New minor mode.
108 (sh-mode): Use it. Don't set sh-indent-supported-here here.
109 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
110 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
111 (sh-smie-rc-grammar, sh-use-smie): New vars.
112 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
113 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
114 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
115 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
116 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
117 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
118 (sh-set-shell): Use smie-setup if requested.
119
dee6c9a3
SM
120 * term.el (term-set-escape-char): Properly set term-escape-char.
121 See http://stackoverflow.com/questions/10524656.
122
9f9aa044
CY
1232012-05-10 Chong Yidong <cyd@gnu.org>
124
125 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
126 Use url-generic-parse-url, and handle host names and Windows
127 filenames properly.
128 (ffap-url-unwrap-remote): Use url-generic-parse-url.
129 (ffap-url-unwrap-remote): Accept list values, specifying a list of
130 URL schemes to work on.
131 (ffap--toggle-read-only): New function.
132 (ffap-read-only, ffap-read-only-other-window)
133 (ffap-read-only-other-frame): Use it.
134 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
135 necessary for ffap-url-unwrap-remote.
136
836d29b3
DA
1372012-05-10 Dave Abrahams <dave@boostpro.com>
138
139 * cus-start.el (create-lockfiles): Add it.
140
00fd78ed
CY
1412012-05-09 Chong Yidong <cyd@gnu.org>
142
143 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
144 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
145
666b903b 1462012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
147
148 * shell.el (shell-completion-vars): Fix last change (bug#11348).
149
666b903b 1502012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
151
152 * ansi-color.el (ansi-color-process-output): Check for validity of
153 comint-last-output-start before using it. This avoids a bad
154 interaction with gdb-mi's input/output buffer.
155
666b903b 1562012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
157
158 * files.el (dir-locals-read-from-file):
159 Mention dir-locals in any error message.
160
666b903b 1612012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
162
163 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
164 package (Bug#11410).
165
f677562b
CY
166 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
167 variables into description.
168
666b903b 1692012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
170
171 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
172 shell-delimiter-argument-list (bug#11348).
173 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
174
b499d8d0
JB
1752012-05-09 Juanma Barranquero <lekktu@gmail.com>
176
8f6b6da8
JB
177 * textmodes/rst.el: Silence byte-compiler warnings.
178 (rst-re-alist, rst-reset-section-caches): Move around.
179 (rst-re): Use `characterp', not `char-valid-p'.
180 (font-lock-beg, font-lock-end): Declare.
181
4824146a
JB
182 * progmodes/idlw-shell.el (specs): Remove reference to deleted
183 variable `idlwave-shell-activate-alt-keybindings' and simplify.
184
b499d8d0
JB
185 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
186
ad89bb83
GM
1872012-05-08 Glenn Morris <rgm@gnu.org>
188
189 * files.el (auto-mode-alist): Treat ".make" like ".mk".
190
8bba5a75
SM
1912012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
192
49ed9c8e
SM
193 * vc/log-edit.el: Add GNU coding standards highlighting.
194 (log-edit-font-lock-gnu-style)
195 (log-edit-font-lock-gnu-keywords): New vars.
196 (log-edit-font-lock-keywords): New fun.
197 (log-edit-mode): Don't fold case in font-lock.
198 (log-edit-font-lock-keywords): Do not assume case-folding.
199
07d00b56
SM
200 * imenu.el: Misc cleanup. Make docstrings out of comments.
201 Use lexical-binding.
202 (imenu--index-alist, imenu--last-menubar-index-alist)
203 (imenu-menubar-modified-tick): Use defvar-local.
204 (imenu--split-menu): Remove unused var.
205 (imenu--cleanup-seen): Declare as global.
206 (imenu--cleanup): Use dolist.
207
8bba5a75
SM
208 * subr.el (defvar-local): Add debug spec and doc-string position.
209
5075bdb5
GM
2102012-05-08 Glenn Morris <rgm@gnu.org>
211
c052c904
GM
212 * lisp/language/burmese.el, language/cham.el, language/czech.el:
213 * language/english.el, language/georgian.el, language/greek.el:
214 * language/japanese.el, language/khmer.el, language/korean.el:
215 * language/lao.el, language/misc-lang.el, language/romanian.el:
216 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
217 * language/thai.el, language/utf-8-lang.el:
218 Remove no-byte-compile setting.
219
5075bdb5
GM
220 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
221
06f679a7
AH
2222012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
223
224 * progmodes/make-mode.el (makefile-browse):
225 Remove unnecessary interactive. (Bug#11324)
226
03794570
GM
2272012-05-07 Glenn Morris <rgm@gnu.org>
228
af8630f4
GM
229 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
230
03794570
GM
231 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
232
f0809a9d
SM
2332012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
234
28be5ce7
SM
235 * loadup.el: Preload newcomment.el.
236 * newcomment.el: Move autoload-only code to toplevel.
237
f0809a9d
SM
238 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
239 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
240 Handle new :right-align column property.
241 (tabulated-list-print-col): Idem, plus use `display' text-property to
242 try and preserve alignment for variable pitch fonts.
243
1241b724
CY
2442012-05-07 Chong Yidong <cyd@gnu.org>
245
246 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
247 (tabulated-list-use-header-line): New var.
248 (tabulated-list-init-header): Use it.
249 (tabulated-list-print-fake-header): New function.
250 (tabulated-list-print): Use it.
251 (tabulated-list-sort-button-map): Add non-header-line commands.
252 (tabulated-list-init-header): Add column name property to basic
253 labels as well.
254 (tabulated-list-col-sort): Handle non-header-line button case.
255 (tabulated-list--sort-by-column-name): Fix a corner case.
256
f0809a9d
SM
257 * buff-menu.el (list-buffers--refresh):
258 Handle Buffer-menu-use-header-line.
1241b724 259
e5f9458f
CY
2602012-05-06 Chong Yidong <cyd@gnu.org>
261
262 * buff-menu.el: Convert to Tabulated List mode.
263 (Buffer-menu-buffer+size-width): Make obsolete.
264 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
265 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
266 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
267 documentation into docstring of buffer-menu.
268 (Buffer-menu-toggle-files-only): Add an informative message.
269 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
270 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
271 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
272 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
273 (Buffer-menu-execute, Buffer-menu-select)
274 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
275 (Buffer-menu-bury): Use Tabulated List machinery.
276 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
277 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 278 Delete.
e5f9458f
CY
279 (list-buffers--refresh): New function.
280 (list-buffers-noselect): Use it.
281 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
282 (Buffer-menu--pretty-file-name): New helper functions.
283
284 * loadup.el: Preload tabulated-list.
285
286 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
287 tabulated-list-sort-column.
288 (tabulated-list-init-header): Add the initial aligning space even
289 if tabulated-list-padding is zero.
290
e129292c
CS
2912012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
292
293 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
294 whose cdr is not a cons cell correctly (bug#11038).
295
6632d361
CY
2962012-05-06 Chong Yidong <cyd@gnu.org>
297
e129292c
CS
298 * emacs-lisp/tabulated-list.el (tabulated-list-format):
299 Accept additional plist in column descriptors.
6632d361
CY
300 (tabulated-list-init-header): Obey it.
301 (tabulated-list-get-entry): New function.
302 (tabulated-list-put-tag): Use it. Use string-width instead of
303 length.
304 (tabulated-list--column-number): New function.
305 (tabulated-list-print): Use it.
e129292c
CS
306 (tabulated-list-print-col): New function.
307 Set `tabulated-list-column-name' property on each column's text.
6632d361 308 (tabulated-list-print-entry): Use it.
e129292c
CS
309 (tabulated-list-delete-entry, tabulated-list-set-col):
310 New functions.
6632d361
CY
311 (tabulated-list-sort-column): New command (Bug#11337).
312
3cc99f68
CY
313 * buff-menu.el (list-buffers): Move C-x C-b binding from
314 buff-menu.el to bindings.el.
315
316 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
317 :advertised-binding feature.
318
52b61776
TN
3192012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
320
321 * progmodes/compile.el (compilation-internal-error-properties):
322 Calculate start position correctly when end-col is set but
323 end-line is not (Bug#11382).
324
ebfe2597
WJ
3252012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
326
327 * man.el (Man-unindent): Use text-property-default-nonsticky to
328 prevent untabify from inheriting face properties (Bug#11408).
329
a43f98b3
GM
3302012-05-05 Glenn Morris <rgm@gnu.org>
331
48176e8b
GM
332 * calendar/cal-html.el: Optionally include holidays in the output.
333 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
334 (cal-html-holidays): New option.
335 (cal-html-css-default): Add holiday entry.
336 (holiday-in-range): Autoload it.
337 (cal-html-htmlify-entry): Add optional class argument.
338 (cal-html-htmlify-list): Add optional holidays argument.
339 (cal-html-insert-agenda-days): Include holidays in the output.
340 (cal-html-one-month): Maybe include holidays.
341
a43f98b3
GM
342 * calendar/holidays.el (holiday-in-range):
343 Move here from cal-tex-list-holidays.
344 * calendar/cal-tex.el (cal-tex-list-holidays):
345 Make it an obsolete alias for holiday-in-range. Update all callers.
346
fef9d149 3472012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
348
349 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
350 Nextstep.
351
248da2f4
RW
3522012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
353
354 * files.el (file-auto-mode-skip): New var.
355 (set-auto-mode-1): Use it.
356
f95e9344
SM
3572012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
358
df96ab1e
SM
359 * repeat.el: Use lexical-binding.
360 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
361 (repeat-undo-count): Remove.
362 (repeat):
363 * progmodes/octave-mod.el (octave-abbrev-start):
364 * progmodes/f90.el (f90-abbrev-start):
365 * face-remap.el (text-scale-adjust):
366 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
367
5342bb06
SM
368 * emacs-lisp/pcase.el (pcase--let*): New function.
369 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
370 a bit more.
371 (pcase--split-pred): Be more clever about ruling out overlap between
372 a predicate and some constant pattern.
373 (pcase--q1): Use `null' instead of (eq foo nil).
374
f95e9344
SM
375 * subr.el (setq-local, defvar-local): New macros.
376 (kbd): Redefine as an alias.
377 (with-selected-window): Leave unrelated frames alone.
378 (set-temporary-overlay-map): New function.
379
71873e2b
SM
3802012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
381
382 * subr.el (user-error): New function.
383 * window.el (switch-to-buffer):
384 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
385 (smerge-match-conflict):
386 * simple.el (previous-matching-history-element)
387 (next-matching-history-element, goto-history-element, undo-more)
388 (undo-start):
389 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
390 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
391 (next-file, tags-loop-scan, list-tags, complete-tag):
392 * progmodes/compile.el (compilation-loop):
393 * mouse.el (mouse-minibuffer-check):
394 * man.el (Man-bgproc-sentinel, Man-goto-page):
395 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
396 (Info-history-forward, Info-follow-reference, Info-menu)
397 (Info-extract-menu-item, Info-extract-menu-counting)
398 (Info-forward-node, Info-backward-node, Info-next-menu-item)
399 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
400 (Info-next-reference, Info-prev-reference, Info-index)
401 (Info-index-next, Info-follow-nearest-node)
402 (Info-copy-current-node-name):
403 * imenu.el (imenu--make-index-alist)
404 (imenu-default-create-index-function, imenu-add-to-menubar):
405 * files.el (basic-save-buffer, recover-file):
406 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
407 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
408 (checkdoc-message-text, checkdoc-defun):
409 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
410 * cus-edit.el (customize-changed-options, customize-rogue)
411 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
412 (custom-variable-mark-to-reset-standard)
413 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
414 (custom-file):
415 * completion.el (check-completion-length):
416 * comint.el (comint-search-arg)
417 (comint-previous-matching-input-string-position)
418 (comint-previous-matching-input)
419 (comint-replace-by-expanded-history-before-point, comint-send-input)
420 (comint-copy-old-input, comint-backward-matching-input)
421 (comint-goto-process-mark, comint-set-process-mark):
422 * calendar/calendar.el (calendar-cursor-to-date): Use it.
423 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
424
8a61ee22
SM
4252012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
426
66408d1e
SM
427 * dabbrev.el (dabbrev--ignore-case-p): New function.
428 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
429 Use it.
430
8a61ee22
SM
431 * files.el (automount-dir-prefix): Mark as obsolete.
432
3c74813a
GM
4332012-05-04 Glenn Morris <rgm@gnu.org>
434
435 * patcomp.el, play/bruce.el: Move to obsolete/.
436
0bfcf5c5
PE
4372012-05-04 Paul Eggert <eggert@cs.ucla.edu>
438
439 Fix minor Y10k bugs.
440 * arc-mode.el (archive-unixdate):
441 * autoinsert.el (auto-insert-alist):
442 * calc/calc-forms.el (math-this-year):
443 * emacs-lisp/copyright.el (copyright-current-year)
444 (copyright-update-year, copyright):
445 * tar-mode.el (tar-clip-time-string):
446 * time.el (display-time-update):
447 Don't assume years have 4 digits.
448
78f3273a
CY
4492012-05-04 Chong Yidong <cyd@gnu.org>
450
451 * dos-w32.el (file-name-buffer-file-type-alist)
452 (direct-print-region-use-command-dot-com):
453 * ffap.el (ffap-menu-regexp):
454 * find-file.el (ff-special-constructs):
455 * follow.el (follow-debug):
456 * forms.el (forms--debug):
457 * iswitchb.el (iswitchb-all-frames):
458 * ido.el (ido-all-frames):
459 * emacs-lisp/timer.el (timer-max-repeats):
460 * mail/feedmail.el (feedmail-mail-send-hook)
461 (feedmail-mail-send-hook-queued):
462 * mail/footnote.el (footnote-signature-separator):
463 * mail/mailabbrev.el (mail-alias-separator-string)
464 (mail-abbrev-mode-regexp):
465 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
466 * progmodes/idlwave.el (idlwave-libinfo-file)
467 (idlwave-default-completion-case-is-down)
468 (idlwave-library-routines): Convert defvars to defcustoms.
469
470 * mail/rmail.el (rmail-decode-mime-charset):
471 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
472 (idlwave-shell-fix-inserted-breaks)
473 (idlwave-shell-activate-alt-keybindings)
474 (idlwave-shell-use-breakpoint-glyph):
475 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
476
f7ae6719
SM
4772012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
480
47086495
WS
4812012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
482
483 * progmodes/verilog-mode.el (font-lock-keywords):
484 Fix mis-highligting auto. Reported by Craig Barner.
485 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
486 defines from global name space. Reported by Dan Dever.
487 (verilog-auto-reset, verilog-auto-reset-widths)
488 (verilog-auto-tieoff): Support using unbased numbers for
489 AUTORESET and AUTOTIEOFF.
490 (verilog-submit-bug-report): Update variable list.
491 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
492 parenthesis from not matching. Reported by Michael Rytting.
493 (verilog-auto-template-lint): Fix hash error when linting modules
494 with no used templates.
495 (verilog-warn, verilog-warn-error)
496 (verilog-warn-fatal): When non-interactive report multiple
497 warnings before exiting. Suggested by Brad Dobbie.
498 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
499 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
500 to report unused template errors. Reported by Brad Dobbie.
501 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
502 nets, bug438. Reported by Vns Blore.
503 (verilog-auto-inout-module, verilog-auto-reg)
504 (verilog-read-decls, verilog-read-sub-decls-sig)
505 (verilog-signals-edit-wire-reg, verilog-signals-with):
506 Fix passing of Verilog data types in ANSI input/output ports
507 such as "output logic" into the AUTOs. Special case "wire" and
508 "reg" for backwards compatibility presuming Verilog 2001.
509 (verilog-auto-ascii-enum): Add "auto enum" as alias.
510 (verilog-preprocess): Fix replication of preprocess output.
511 Reported by Brad Dobbie.
512 (verilog-auto-inst-interfaced-ports):
513 Create verilog-auto-inst-interfaced-ports, bug429.
514 Reported by Julian Gorfajn.
515 (verilog-after-save-font-hook)
516 (verilog-before-save-font-hook): New variable.
517 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
518 (verilog-save-font-mods): Wrap disabling fontification, reported
519 by David Rogoff.
520 (verilog-do-indent, verilog-pretty-declarations-auto)
521 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
522 Reported by Pierre-David Pfister.
523 (verilog-set-auto-endcomments): Fix endtask auto comments outside
524 of class declarations, bug292. Reported by Kevin Heilman.
525 (verilog-read-decls): Fix 'parameter type' not appearing in
526 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
527 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
528 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
529 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
530 Reported by David Kravitz.
531
5322012-05-03 Michael McNamara <mac@mail.brushroad.com>
533
534 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
535 assignment with tests in ifs and for loops.
536 (verilog-extended-complete-re, verilog-complete-reg): Change so
537 that DPI inport functions don't look like fuction declarations.
538 (verilog-pretty-expr): Don't line up assignment
539 operations to the test and increment in if and for loops
540 (verilog-extended-complete-re, verilog-complete-reg): Change so
541 that DPI inport functions don't look like fuction declarations
542
2e51d4b5
KH
5432012-05-03 Kenichi Handa <handa@m17n.org>
544
545 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
546 decoding, and show a warning message without signalling an error
547 (Bug#11282).
548
2bd785a2
SM
5492012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
550
551 * emacs-lisp/bytecomp.el
552 (byte-compile-file-form-custom-declare-variable): Compile all elements,
553 since cconv.el might have introduced :fun-body, internal-make-closure,
554 and friends for bytecomp to handle (bug#11391).
555 * custom.el (defcustom): Avoid ((λ ..) ..).
556
99d27583
SM
5572012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
558
559 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
560
55a71479
JB
5612012-05-02 Juanma Barranquero <lekktu@gmail.com>
562
563 * notifications.el (dbus-debug):
564 * term/linux.el (gpm-mouse-enable):
565 * term/screen.el (xterm-register-default-colors): Declare.
566
7b97c764
CY
5672012-05-02 Chong Yidong <cyd@gnu.org>
568
2bc356d7
CY
569 * cus-start.el (gc-cons-percentage, exec-suffixes)
570 (dos-display-scancodes, dos-hyper-key, dos-super-key)
571 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
572 (make-cursor-line-fully-visible, void-text-area-pointer)
573 (font-list-limit): Add customization data.
574
7b97c764
CY
575 * allout.el (allout-exposure-change-functions)
576 (allout-structure-added-functions)
577 (allout-structure-deleted-functions)
578 (allout-structure-shifted-functions): Rename abnormal hooks from
579 *-hook, and convert to defcustoms.
5d3385a0
JB
580 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
581 Convert to defcustoms.
7b97c764
CY
582 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
583
584 * allout-widgets.el: Hook callers changed.
585
90207a15 5862012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
587
588 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
589 the yanked message in preference to the default value of
590 buffer-file-coding-system.
591
90207a15 5922012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 593
5d3385a0
JB
594 * window.el (display-buffer--action-function-custom-type):
595 Fix entry.
d9558cad 596
90207a15 5972012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
598
599 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
600
d80ac57b
GM
6012012-05-01 Glenn Morris <rgm@gnu.org>
602
976f7668
GM
603 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
604
beb83b5a
GM
605 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
606
d80ac57b
GM
607 * cus-edit.el (custom-variable-documentation): Simplify with format.
608
b593d6a9
AH
6092012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
610 Stefan Monnier <monnier@iro.umontreal.ca>
611
612 * simple.el (suggest-key-bindings, execute-extended-command):
613 Move from keyboard.c.
614
782fbf2a
CY
6152012-05-01 Chong Yidong <cyd@gnu.org>
616
617 * follow.el: Eliminate advice.
618 (set-process-filter, process-filter, sit-for): Advice deleted.
619 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
620 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
621 Vars deleted.
782fbf2a
CY
622 (follow-auto): Use a :set function.
623 (follow-mode): Rewritten. Don't advise process filters.
624 (follow-switch-to-current-buffer-all, follow-scroll-up)
625 (follow-scroll-down): Assume follow-mode is bound.
626 (follow-comint-scroll-to-bottom)
627 (follow-align-compilation-windows): New functions.
628 (follow--window-sorter): New function.
629 (follow-all-followers): Use it to explicitly sort windows by their
630 positions; don't make assumptions about next-window order.
631 (follow-windows-start-end, follow-delete-other-windows-and-split)
632 (follow-calc-win-start): Doc fix.
633 (follow-windows-aligned-p, follow-select-if-visible): Don't call
634 vertical-motion unnecessarily.
635 (follow-adjust-window): New function.
636 (follow-post-command-hook): Use it.
637 (follow-call-set-process-filter, follow-call-process-filter)
638 (follow-intercept-process-output, follow-tidy-process-filter-alist)
639 (follow-stop-intercept-process-output, follow-generic-filter):
640 Functions deleted.
641 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
642 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
643 New functions, replacing advice on scroll-bar-* commands.
87233a14 644 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
645
646 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
647 (comint-postoutput-scroll-to-bottom): Use it.
648 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 649
290af740
GM
6502012-05-01 Glenn Morris <rgm@gnu.org>
651
652 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
653 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
654 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
655 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
656 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
657 Remove no-byte-compile setting.
658
6eac8dc9
SM
6592012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 * minibuffer.el (completion-table-with-quoting): Fix compatibility
662 all-completions code to not return a number in the last cdr.
663
9cc7819c
LL
6642012-04-30 Leo Liu <sdl.web@gmail.com>
665
666 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
667 read-only error.
668
c93b886f
CY
6692012-04-29 Chong Yidong <cyd@gnu.org>
670
671 * follow.el (follow-calc-win-end): Rewrite to handle partial
672 screen lines correctly (Bug#8390).
673 (follow-avoid-tail-recenter): Minor cleanup.
674
8b6c19f4
SM
6752012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
676
677 Avoid the obsolete `assoc' package.
678 * speedbar.el (speedbar-refresh): Avoid adelete.
679 (speedbar-file-lists): Simplify and avoid aput.
680 * man.el (Man--sections, Man--refpages): New vars, replacing
681 Man-sections-alist and Man-refpages-alist.
682 (Man-build-section-alist, Man-build-references-alist):
683 Use them; avoid aput.
684 (Man--last-section, Man--last-refpage): New vars.
685 (Man-follow-manual-reference): Use them.
686 Use the `default' arg of completing-read.
687 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
688
c5bb7569
CY
6892012-04-27 Chong Yidong <cyd@gnu.org>
690
d1d2e2e8
CY
691 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
692
15cd8efd
CY
693 * startup.el (x-apply-session-resources): New function.
694
695 * term/ns-win.el (ns-initialize-window-system):
696 * term/w32-win.el (w32-initialize-window-system):
697 * term/x-win.el (x-initialize-window-system): Use it to properly
698 set menu-bar-mode and other vars from X resources, even if the
699 initial frame is not a window-system frame (Bug#2299).
700
c5bb7569
CY
701 * subr.el (read-key): Avoid running filter function when setting
702 up temporary tool bar entries (Bug#9922).
703
a8e7d6d7 7042012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
705
706 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
707 (Bug#11344)
708
a8e7d6d7 7092012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
710
711 * select.el (xselect--encode-string): New function, split from
712 xselect-convert-to-string.
713 (xselect-convert-to-string): Use it.
714 (xselect-convert-to-filename, xselect-convert-to-os)
715 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
716 returned strings are properly encoded (Bug#11315).
717
a8e7d6d7 7182012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
719
720 * simple.el (delete-active-region): Move to killing custom group.
721
a8e7d6d7 7222012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
723
724 * progmodes/which-func.el (which-func-current): Quote %
725 characters for mode-line processing.
726
578c1d4b 7272012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
728
729 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
730 reaching eob (Bug#11286).
731
a8e7d6d7 7322012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
733
734 * progmodes/gdb-mi.el (gdb-control-level): New variable.
735 (gdb): Make it buffer-local and init to zero.
736 (gdb-control-commands-regexp): New variable.
737 (gdb-send): Don't wrap in "-interpreter-exec console" if
738 gdb-control-level is positive. Increment gdb-control-level
739 whenever the command matches gdb-control-commands-regexp, and
740 decrement it each time the command is "end". (Bug#11279)
741
a8e7d6d7 7422012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
743
744 * window.el (adjust-window-trailing-edge, enlarge-window)
745 (shrink-window, window-resize):
746 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
747 windows (Bug#11276).
748
b3608390
CY
7492012-04-27 Chong Yidong <cyd@gnu.org>
750
751 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 752 fix "missing prefix" warning. All callers changed.
b3608390 753
797e6e88
SM
7542012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
755
756 * emacs-lisp/assoc.el: Move to obsolete/.
757
e95a67dc
SM
7582012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
759
657c21e4 760 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
761
762 * term/ns-win.el (ns-define-service):
763 * progmodes/pascal.el (pascal-goto-defun):
764 * progmodes/js.el (js--read-tab):
765 * progmodes/etags.el (tags-lazy-completion-table):
766 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
767 * emacs-lisp/ewoc.el (ewoc--wrap):
768 * emacs-lisp/assoc.el (aput, adelete, amake):
769 * doc-view.el (doc-view-convert-current-doc):
770 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
771
cb3e7ae0
CY
7722012-04-26 Chong Yidong <cyd@gnu.org>
773
dce04f7f
CY
774 * image.el (image-type-from-buffer): Only return supported image
775 type (Bug#9045).
776
cb3e7ae0
CY
777 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
778 value, for symmetry with diff-end-of-hunk.
779 (diff-split-hunk, diff-find-source-location)
780 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
781 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
782 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
783 compute the relevant hunk or file properly (Bug#6005).
784 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
785
0d42eb3e
SM
7862012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
787
788 * vc/vc-mtn.el:
789 * vc/vc-hg.el:
790 * vc/vc-git.el:
791 * vc/vc-dir.el:
792 * vc/vc-cvs.el:
793 * vc/vc-bzr.el:
794 * vc/vc-arch.el:
795 * vc/vc.el: Replace lexical-let by lexical-binding.
796 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
797 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
798 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
799
f08ae1c9
CY
8002012-04-26 Chong Yidong <cyd@gnu.org>
801
8b71081d
CY
802 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
803 (diff-mode-shared-map): Bind it to / and [remap undo].
804
f08ae1c9
CY
805 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
806 (ediff-window-setup-function): Use it as the default, to set up
807 windows based on whether the current frame is graphical (Bug#2138).
808 (ediff-choose-window-setup-function-automatically): Make obsolete.
809
810 * vc/ediff-init.el: Always define ediff-pixel-width/height.
811
ef24141c
SM
8122012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
813
cc356a5d
SM
814 * ffap.el: Remove old code for obsolete package.
815 (ffap-complete-as-file-p): Remove.
816
b4ff4f1f
SM
817 Use completion-table-with-quoting for comint and pcomplete.
818 * comint.el (comint--unquote&requote-argument)
819 (comint--unquote-argument, comint--requote-argument): New functions.
820 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
821 (comint-quote-filename): Use regexp-opt-charset.
822 (comint--common-suffix, comint--common-quoted-suffix)
823 (comint--table-subvert): Remove.
824 (comint-unquote-function, comint-requote-function): New vars.
825 (comint--complete-file-name-data): Use them with
826 completion-table-with-quoting.
827 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
828 * pcomplete.el (pcomplete-arg-quote-list)
829 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
830 (pcomplete-unquote-argument-function): Default to non-nil.
831 (pcomplete-unquote-argument): Simplify.
832 (pcomplete--common-quoted-suffix): Remove.
833 (pcomplete-requote-argument-function): New var.
834 (pcomplete--common-suffix): New function.
835 (pcomplete-completions-at-point): Use completion-table-with-quoting
836 and completion-table-subvert.
837
79c4eeb4
SM
838 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
839 (minibuffer--double-dollars): Preserve properties.
840 (completion--sifn-requote): New function.
841 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
842
ef24141c
SM
843 * minibuffer.el: Add support for completion of quoted/escaped data.
844 (completion-table-with-quoting, completion-table-subvert): New funs.
845 (completion--twq-try, completion--twq-all): New functions.
846 (completion--nth-completion): New function.
847 (completion-try-completion, completion-all-completions): Use it.
848
784e7d6e
LL
8492012-04-25 Leo Liu <sdl.web@gmail.com>
850
dd2ac746
SM
851 * progmodes/python.el (python-pdbtrack-get-source-buffer):
852 Use compilation-message if available to find real filename.
784e7d6e 853
07875ee7
CY
8542012-04-25 Chong Yidong <cyd@gnu.org>
855
856 * vc/diff-mode.el (diff-setup-whitespace): New function.
857 (diff-mode): Use it.
858
859 * vc/diff.el (diff-sentinel):
860 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
861 Whitespace mode variables based on diff style (Bug#8612).
862
5055880d
LL
8632012-04-25 Leo Liu <sdl.web@gmail.com>
864
daf75653
LL
865 * progmodes/python.el (python-send-region): Add suffix .py to the
866 temp file.
867
5055880d
LL
868 * files.el (auto-mode-alist): Use javascript-mode instead.
869
db9b177b
AH
8702012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
871
ef24141c 872 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
873
874 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 875 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 876 references, see Bug#9.
ef24141c 877 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 878 when receiving a fault reply.
ef24141c 879 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
880
881 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 882 (soap-inspect-simple-type): New function.
db9b177b 883
ef24141c 884 * soap-client.el (soap-simple-type): New struct.
db9b177b 885 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
886 (soap-decode-basic-type, soap-encode-basic-type):
887 support unsignedInt and double basic types.
db9b177b 888 (soap-resolve-references-for-simple-type)
ef24141c
SM
889 (soap-parse-simple-type, soap-encode-simple-type): New function.
890 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
891
892 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
893 (soap-default-soapenc-types): Add integer, byte and anyURI types.
894 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
895 the local name of "soapenc:Array".
896 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
897 decoding integer, byte and anyURI xsd types.
898
1fc6097b
CY
8992012-04-25 Chong Yidong <cyd@gnu.org>
900
901 * cus-edit.el (custom-buffer-create-internal): Update header text.
902
afc6df87
EZ
9032012-04-25 Eli Zaretskii <eliz@gnu.org>
904
905 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
906 settings on 'system-type', not on 'window-system'. On MS-Windows,
907 set interactive-mode on in GDB.
908
dfbd787f
SM
9092012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
912 (ruby-syntax-propertize-regexp): Remove.
913 (ruby-syntax-propertize-function): Split regexp into chunks.
914 Match following code directly.
915
85222d44
DG
9162012-04-24 Dmitry Gutov <dgutov@yandex.ru>
917
51a8ea2a
DG
918 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
919 (ruby-syntax-propertize-regexp): New function.
920 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
921 by a special keyword.
922
85222d44
DG
923 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
924 (ruby-syntax-general-delimiters-goto-beg)
925 (ruby-syntax-propertize-general-delimiters): New functions.
926 (ruby-syntax-propertize-function): Use them to handle GDL.
927 (ruby-font-lock-keywords): Move old handling of GDL...
928 (ruby-font-lock-syntactic-keywords): .. to here.
929 (ruby-calculate-indent): Adjust indentation for GDL.
930
b613912b
MA
9312012-04-24 Michael Albinus <michael.albinus@gmx.de>
932
b5380639
MA
933 * notifications.el (top): Remove unneeded declarations.
934 (notifications-specification-version): Change to "1.2".
e43042fe 935 (notifications-interface, notifications-notify-method)
b613912b
MA
936 (notifications-close-notification-method): Fix docstring.
937 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
938 (notifications-notify): Add :action-items, :resident and
939 :transient hints. Change "image_data" to "image-data" and
940 "image_path" to "image-path".
b613912b
MA
941 (notifications-get-capabilities): New defun.
942
257440aa
LL
9432012-04-24 Leo Liu <sdl.web@gmail.com>
944
945 * progmodes/python.el: Move hideshow setup to the end.
946
b1bac16e
MR
9472012-04-24 Martin Rudalics <rudalics@gmx.at>
948
949 * window.el (handle-select-window): Clear echo area since this is
950 no more done by read_char (Bug#11304).
951
d81bd059
SM
9522012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
953
954 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
955 and `/ M' to filter-derived-mode.
956 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
957 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
958 (ibuffer-mark-by-mode): Use default rather than initial-input.
959 (ibuffer-filter-by-derived-mode): Autoload and require-match.
960
c4cf6d91
IA
9612012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
962
963 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
964 (ibuffer-filter-by-derived-mode): New filter.
965 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
966
7511ded8
CY
9672012-04-23 Andreas Politz <politza@fh-trier.de>
968
969 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
970
775c916b
CY
9712012-04-23 Chong Yidong <cyd@gnu.org>
972
973 * cus-edit.el (customize-apropos, customize-apropos-options):
974 Disable matching of non-option variables (Bug#11176).
975 (customize-option, customize-option-other-window)
976 (customize-changed-options): Doc fix.
977 (customize-apropos-options, customize-apropos-faces)
978 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
979
980 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 981 Fix word list splitting (Bug#11132).
46c71e23
CY
982 (apropos-symbol, apropos-keybinding, apropos-label)
983 (apropos-property, apropos-function-button)
984 (apropos-variable-button, apropos-misc-button): New faces.
985 (apropos-symbol-face, apropos-keybinding-face)
986 (apropos-label-face, apropos-property-face, apropos-match-face):
987 Variables removed (Bug#8396).
988 (apropos-library-button, apropos-format-plist, apropos-print)
989 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 990
2df41f9c
MA
9912012-04-23 Michael Albinus <michael.albinus@gmx.de>
992
993 * net/xesam.el (xesam-mode-map): Use let-bound map in
994 initialization. (Bug#11292)
995
da00640a
AM
9962012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
997
998 Preserve ispell session localwords when switching back to
999 original buffer.
1000
1001 * ispell.el (ispell-buffer-session-localwords): New buffer-local
1002 variable to hold buffer session localwords.
1003 (ispell-kill-ispell): add option 'clear to delete session
1004 localwords.
1005 (ispell-command-loop, ispell-change-dictionary)
1006 (ispell-buffer-local-words): Preserve session localwords when
1007 needed.
1008
1009 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
1010 Preserve session localwords when needed.
1011
f621ccf5
AM
10122012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1013
1014 * ispell.el (ispell-insert-word) Remove unneeded function using
1015 obsolete `translation-table-for-input'.
ef24141c
SM
1016 (ispell-word, ispell-process-line, ispell-complete-word):
1017 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 1018
c2d1019e
CY
10192012-04-22 Chong Yidong <cyd@gnu.org>
1020
1021 * cus-edit.el (custom-variable-menu)
1022 (custom-variable-reset-saved, custom-face-menu)
1023 (custom-face-reset-saved): If there is no saved value, make the
1024 "reset-saved" operation bring back the default (Bug#9509).
1025 (custom-face-state): Properly detect themed faces.
1026
eeddc531
CY
1027 * faces.el (face-spec-set): Stop supporting deprecated form of
1028 third arg.
1029
dcbf5805
MA
10302012-04-22 Michael Albinus <michael.albinus@gmx.de>
1031
1032 Move functions from C to Lisp. Make non-blocking method calls
1033 the default. Implement further D-Bus standard interfaces.
1034
ef24141c
SM
1035 * net/dbus.el (dbus-message-internal): Declare function.
1036 Remove unneeded function declarations.
dcbf5805
MA
1037 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
1038 (dbus-message-type-method-return, dbus-message-type-error)
1039 (dbus-message-type-signal): Declare variables. Remove local
1040 definitions.
1041 (dbus-interface-dbus, dbus-interface-peer)
1042 (dbus-interface-introspectable, dbus-interface-properties)
1043 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
1044 Adapt docstring.
1045 (dbus-interface-objectmanager): New defconst.
1046 (dbus-call-method, dbus-call-method-asynchronously)
1047 (dbus-send-signal, dbus-method-return-internal)
1048 (dbus-method-error-internal, dbus-register-service)
1049 (dbus-register-signal, dbus-register-method): New defuns, moved
1050 from dbusbind.c
1051 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
1052 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
1053 New defuns.
dcbf5805
MA
1054 (dbus-call-method-non-blocking): Make it an obsolete function.
1055 (dbus-unregister-object, dbus-unregister-service)
1056 (dbus-handle-event, dbus-register-property)
1057 (dbus-property-handler): Obey the new structure of
1058 `bus-registered-objects'.
1059 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
1060 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1061 Use `dbus-call-method'.
1062
cf20dee0
CY
10632012-04-22 Chong Yidong <cyd@gnu.org>
1064
1065 * cus-edit.el (custom-commands, custom-reset-menu)
1066 (Custom-reset-standard): Tweak labels.
1067 (custom-reset-button-menu): Change default to t.
1068 (custom-buffer-create-internal): For the custom-reset-button-menu
1069 case, put the revert button first.
1070 (custom-group-subtitle): New face.
1071 (custom-group-value-create): Align docstring to a specific column.
1072
1073 * wid-edit.el (widget-documentation-link-add): Don't handle
1074 indentation in this function.
1075 (widget-documentation-string-indent-to): New function.
1076 (widget-documentation-string-value-create): Use it.
1077
1078 * autorevert.el (auto-revert):
1079 * epg-config.el (epg):
1080 * ibuffer.el (ibuffer):
1081 * mpc.el (mpc):
1082 * ses.el (ses):
1083 * eshell/eshell.el (eshell):
1084 * net/ange-ftp.el (ange-ftp):
1085 * progmodes/ebnf2ps.el (postscript):
1086 * progmodes/flymake.el (flymake):
1087 * progmodes/prolog.el (prolog):
1088 * progmodes/verilog-mode.el (verilog-mode):
1089 * progmodes/which-func.el (which-func):
1090 * term/xterm.el (xterm):
1091 * textmodes/picture.el (picture):
1092 * textmodes/tildify.el (tildify):
1093 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
1094 customization buffers.
1095
583e23bd
AM
10962012-04-22 Alan Mackenzie <acm@muc.de>
1097
1098 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1099 Adding a ) can hide the resulting (..) from searches. Fix it.
1100 Bound the backward search to the position of the existing (.
1101
7dd51bf1
JB
11022012-04-21 Juanma Barranquero <lekktu@gmail.com>
1103
1104 * progmodes/verilog-mode.el (verilog-mode): Check whether
1105 which-func-modes is t before adding verilog-mode.
1106 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1107
d64a438f
LL
11082012-04-21 Leo Liu <sdl.web@gmail.com>
1109
7dd51bf1 1110 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 1111
081e8d65
MV
11122012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
1113
1114 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
1115 filling of the last column of a table (Bug#5635).
1116 (woman-find-next-control-line): New arg, specifying an additional
1117 regexp component for the control line.
1118 (woman2-roff-buffer): Use it.
1119 (woman-break-table): New function.
1120 (woman2-TS): Use it.
1121
11222012-04-21 Chong Yidong <cyd@gnu.org>
1123
1124 * woman.el (woman-set-buffer-display-table, woman-decode-region)
1125 (woman-horizontal-escapes, woman-negative-vertical-space)
1126 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
1127 (WoMan-warn-ignored): Use ?\s instead of ?\ .
1128
ed571ccb
SM
11292012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1130
1131 * minibuffer.el (completion-file-name-table): Complete user names.
1132
39773899
LL
11332012-04-20 Leo Liu <sdl.web@gmail.com>
1134
1135 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
1136 and pcase-let*.
1137
de6ff46d
CY
11382012-04-20 Chong Yidong <cyd@gnu.org>
1139
1140 * server.el (server-execute): Respect initial-buffer-choice if it
1141 is a string and there are no files to open (Bug#2825).
1142 (server-create-window-system-frame, server-create-tty-frame):
1143 Don't switch buffers here.
2d0e8e61
CY
1144 (server-process-filter): Only try to open a window system frame if
1145 compiled with graphical support (Bug#8314).
de6ff46d 1146
54071013
DN
11472012-04-20 Dan Nicolaescu <dann@gnu.org>
1148
1149 * battery.el (battery-echo-area-format): Display remaining time
1150 for sysfs backend too (Bug#11269).
1151 (battery-linux-sysfs): Fix conditional for the charge.
1152
f30d612a
CY
11532012-04-20 Chong Yidong <cyd@gnu.org>
1154
c07a4c0b 1155 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
1156 (gdb-inferior-io--init-proc): New function.
1157 (gdb-init-1): Use it.
1158 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
1159 responsible for allocating a new pty and hooking it to gdb when
1160 the old pty gets an EIO due to process exit.
1161 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
1162 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
1163 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
1164
2116e93c
EZ
11652012-04-20 Eli Zaretskii <eliz@gnu.org>
1166
1167 * window.el (window-min-size, window-sizable, window-min-delta)
1168 (window-max-delta, window--resizable, window-resizable)
1169 (window-total-size, window-full-height-p, window-full-width-p)
1170 (window-in-direction, window--resize-mini-window, window-resize)
1171 (window--resize-child-windows-normal)
1172 (window--resize-child-windows, window--resize-siblings)
1173 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 1174 (enlarge-window, shrink-window): Doc fixes.
2116e93c 1175
c07a4c0b 11762012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 1177
ef24141c
SM
1178 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
1179 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
1180 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
1181 pty process (Bug#11273).
1182 (gdb-update): New arg to suppress talking to the gdb process.
1183 (gdb-done-or-error): Use it.
1184 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
1185 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
1186 sentinel not being called.
1187
1188 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
1189
d02766ab
CY
1190 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
1191
c07a4c0b 11922012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1193
1194 * net/network-stream.el (open-network-stream): Doc fix.
1195
c07a4c0b 11962012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
1197
1198 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
1199
c07a4c0b 12002012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
1201
1202 Ensure searching for keywords is case sensitive.
1203
1204 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
1205 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
1206 (c-defun-name, c-mark-function, c-cpp-define-name)
1207 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 1208 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 1209
ef24141c
SM
1210 * progmodes/cc-mode.el (c-font-lock-fontify-region):
1211 Bind case-fold-search to nil.
f0f6bc35 1212
c07a4c0b 12132012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
1214
1215 * mail/sendmail.el (mail-bury): Call return action with the right
1216 Rmail buffer (Bug#11242).
1217
9a864fa2
CY
1218 * server.el (server-process-filter): Handle corner case where both
1219 tty and nowait options are present (Bug#11102).
1220
539aa513
EZ
12212012-04-20 Eli Zaretskii <eliz@gnu.org>
1222
1223 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
1224 (top level): Put into the executable the ident-style '$Id:' tag on
1225 windows-nt as well.
539aa513 1226
cfc7d5da
SM
12272012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1228
1229 * electric.el (electric-indent-post-self-insert-function): Check that
1230 electric-indent-mode is enabled in current buffer.
1231
5b01685c
JB
12322012-04-19 Juanma Barranquero <lekktu@gmail.com>
1233
1234 * imenu.el (imenu-progress-message): Restore; it is "used" in
1235 erc/erc-imenu.el and net/snmp-mode.el.
1236
4d6769e1
JB
12372012-04-19 Juanma Barranquero <lekktu@gmail.com>
1238
1239 * avoid.el (mouse-avoidance-mode): Mark unused arg.
1240 (mouse-avoidance-nudge-mouse): Remove unused binding.
1241
1242 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
1243
1244 * descr-text.el (describe-char):
1245 * progmodes/python.el (python-describe-symbol):
1246 Don't call `toggle-read-only', set `buffer-read-only'.
1247
1248 * imenu.el (imenu-default-goto-function): Mark unused args.
1249 (imenu-progress-message): Remove obsolete macro; all callers changed.
1250
1251 * subr.el (keymap-canonicalize): Remove unused binding.
1252 (read-passwd): Mark unused arg.
1253
1254 * tutorial.el (tutorial--display-changes): Remove unused binding.
1255 (tutorial--save-tutorial-to): Remove unused variable.
1256
1257 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
1258 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
1259 (package-generate-autoloads, package-menu--generate)
1260 (package-menu--find-upgrades): Remove unused bindings.
1261
1262 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
1263 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
1264 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
1265 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
1266 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
1267 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
1268 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
1269 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
1270 (cua-delete-char-rectangle): Mark unused args.
1271 (cua-align-rectangle): Remove unused binding.
1272
1273 * mail/rmail.el (compilation--message->loc)
1274 (epa--find-coding-system-for-mime-charset): Declare.
1275
1276 * net/dbus.el (dbus-register-service): Declare.
1277 (dbus-name-owner-changed-handler): Remove unused binding.
1278
1279 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
1280 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
1281 (nxml-scan-backward-within): Mark unused arg.
1282 (nxml-dynamic-markup-word): Remove unused binding.
1283
1284 * mouse.el (mouse-menu-major-mode-map):
1285 * emacs-lisp/authors.el (authors-scan-change-log)
1286 (authors-add-to-author-list):
1287 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
1288 * emacs-lisp/smie.el (smie-auto-fill):
1289 * mail/sendmail.el (mail-bury):
1290 * mail/unrmail.el (unrmail):
1291 * net/tls.el (open-tls-stream):
1292 * textmodes/picture.el (picture-mouse-set-point):
1293 Remove unused bindings.
1294
8c8fc5df
MA
12952012-04-19 Michael Albinus <michael.albinus@gmx.de>
1296
1297 * net/tramp.el (tramp-action-password): Let-bind
1298 `enable-recursive-minibuffers' to t.
1299
a77b0ac9
SS
13002012-04-18 Sam Steingold <sds@gnu.org>
1301
1302 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
1303 instead of 'string to accommodate values like [f11].
1304 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
1305 * progmodes/gdb-mi.el: Likewise.
1306
12a106a9
LL
13072012-04-18 Leo Liu <sdl.web@gmail.com>
1308
1309 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
1310 current buffer.
1311 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
1312 LOCAL is nil.
1313
bc6494ef
CY
13142012-04-18 Chong Yidong <cyd@gnu.org>
1315
1316 * simple.el (line-move): Use forward-line if in batch mode
1317 (Bug#11053).
1318
c09c46b2
CS
13192012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
1320
1321 * files.el (after-find-file): Do not try to add a final newline if
1322 the buffer is read-only (Bug#11156).
1323
5f6530ea
RS
13242012-04-17 Richard Stallman <rms@gnu.org>
1325
1326 * mail/rmail.el (rmail-start-mail):
1327 Pass (rmail-mail-return...) for the return-action.
1328 Pass (rmail-yank-current-message...) for the yank-action.
1329 (rmail-yank-current-message): New function.
1330 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
1331 (rmail-reply): Likewise.
1332 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
1333
1334 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 1335 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
1336 buffer, not newbuf.
1337
197b6f3c
JB
13382012-04-17 Juanma Barranquero <lekktu@gmail.com>
1339
1340 * server.el (server-ensure-safe-dir): Simplify.
1341
2311d8e5 13422012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 1343
2311d8e5
GM
1344 * emacs-lisp/smie.el: Provide smarter auto-filling.
1345 (smie-auto-fill): New function.
1346 (smie-setup): Use it.
98fb480e 1347
2311d8e5
GM
1348 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
1349
13502012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
1351
1352 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
1353 (comment-indent): Use it.
1354
2311d8e5 13552012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
1356
1357 * ses.el: The overall change is to add cell renaming, that is
1358 setting fancy names for cell symbols other than name matching
1359 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 1360 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 1361 (ses-create-cell-variable): New defun.
2311d8e5 1362 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
1363 (ses-relocate-formula): Relocate formulas only for cells the
1364 symbols of which are not renamed, i.e. symbols whose names do not
1365 match regexp "\\`[A-Z]+[0-9]+\\'".
1366 (ses-relocate-all): Relocate values only for cells the symbols of
1367 which are not renamed.
1368 (ses-load): Create cells variables as the (ses-cell ...) are read,
1369 in order to check row col consistency with cell symbol name only
1370 for cells that are not renamed.
1371 (ses-replace-name-in-formula): New defun.
1372 (ses-rename-cell): New defun.
4bdf2ad2 1373
fc72b15c
PO
13742012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
1375
1376 * progmodes/perl-mode.el (perl-indent-parens-as-block):
1377 New option (bug#11118).
1378 (perl-calculate-indent): Respect it.
1379
12e10e61
GM
13802012-04-17 Glenn Morris <rgm@gnu.org>
1381
1382 * dired-aux.el (dired-mark-read-string): Doc fix.
1383
30009afd
DA
13842012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1385
1386 * dired-aux.el (dired-mark-read-string): Offer optional completion.
1387 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
1388
41f03f4d
GM
13892012-04-17 Glenn Morris <rgm@gnu.org>
1390
1391 * mouse.el (mouse-drag-track):
1392 * speedbar.el (speedbar-frame-mode):
1393 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
1394
f45f90f3
LL
13952012-04-16 Leo Liu <sdl.web@gmail.com>
1396
1397 * progmodes/python.el: Trivial cleanup.
1398
94ee8db5
GM
13992012-04-16 Glenn Morris <rgm@gnu.org>
1400
121b8917
GM
1401 * vc/vc.el (vc-string-prefix-p):
1402 * vc/pcvs-util.el (cvs-string-prefix-p):
1403 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
1404 * mpc.el (mpc-string-prefix-p):
1405 Make all of these into obsolete aliases for string-prefix-p.
1406 Update callers.
1407 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
1408
1197ecfa
GM
1409 * textmodes/two-column.el: Move custom options to the start.
1410 (frame-width): Remove compat definition.
1411 (2C-associate-buffer, 2C-dissociate):
1412 Use with-current-buffer rather than save-excursion.
1413 (2C-dissociate): Force a mode-line update.
1414 (2C-autoscroll): Use ignore-errors.
1415
099e7202
GM
1416 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
1417 Autoload trivia.
1418
bf350d6a
GM
1419 * emacs-lisp/cl-extra.el (*random-state*):
1420 Remove unnecessary declaration.
1421
0e829eab
GM
1422 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
1423
e3ad7552
GM
1424 * play/cookie1.el (cookie-snarf):
1425 Give an explicit error if input file cannot be read.
1426
68892d27
GM
1427 * play/yow.el (yow-file): Use expand-file-name rather than concat.
1428
20f0c46d
GM
1429 * progmodes/perl-mode.el (c-macro-expand):
1430 Remove unnecessary autoload (it is in loaddefs.el).
1431
5a0978ce
GM
1432 * textmodes/picture.el (picture-desired-column)
1433 (picture-update-desired-column): Convert comments to doc-strings.
1434 (picture-substitute): Remove function.
1435 (picture-mode-map): Initialize in the defvar.
1436
6b955486
GM
1437 * woman.el: Remove eval-after-load for tar-mode.
1438 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1439 (woman-tar-extract-file): Autoload it.
1440
94ee8db5
GM
1441 * frame.el (automatic-hscrolling): Make this alias obsolete.
1442
177eca34
AM
14432012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1444
1445 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 1446 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
1447 (ispell-dictionary-base-alist): Revert to original XEmacs
1448 friendly version for default. [:alpha:] will be added in
1449 `ispell-set-spellchecker-params' if needed
177eca34 1450
c505aaeb
CY
14512012-04-16 Chong Yidong <cyd@gnu.org>
1452
1453 * image.el (imagemagick--extension-regexp): New variable.
1454 (imagemagick-register-types): Use it.
1455 (imagemagick-types-inhibit): Add :set function. Allow new value
1456 of t to inhibit all types.
1457
1458 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1459 so we can preload it.
1460
1461 * loadup.el (fboundp): Preload regexp-opt, needed by
1462 imagemagick-register-types.
1463
60efac0f
CY
14642012-04-15 Chong Yidong <cyd@gnu.org>
1465
1466 * frame.el (scrolling): Remove nearly unused customization group.
1467
1468 * scroll-all.el (scroll-all-mode): Move to windows group.
1469
5dd1713e
CY
14702012-04-15 Chong Yidong <cyd@gnu.org>
1471
1472 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1473
e6fd457e
CY
14742012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1475
1476 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 1477 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 1478
e153c136
GM
14792012-04-15 Glenn Morris <rgm@gnu.org>
1480
1481 * simple.el (process-file-side-effects): Doc fix.
1482
e6fd457e 14832012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
1484
1485 * international/mule-cmds.el (set-language-environment): Doc fix.
1486
3603c3b1
JB
14872012-04-14 Juanma Barranquero <lekktu@gmail.com>
1488
1489 * server.el (server-auth-key, server-generate-key): Doc fixes.
1490 (server-get-auth-key): Doc fix. Use `string-match-p'.
1491 (server-start): Reflow docstring.
1492
e6de100c
LI
14932012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1494
1495 * server.el (server-generate-key): `called-interactively-p'
1496 requires a parameter.
1497
29734c21
MN
14982012-04-14 Michal Nazarewicz <mina86@mina86.com>
1499
1500 * server.el (server-auth-key): New variable.
75f1671a 1501 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
1502 (server-start): Use the new variable and functions to allow
1503 setting a permanent server key (bug#9423).
1504
d65c9521
LL
15052012-04-14 Leo Liu <sdl.web@gmail.com>
1506
1507 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1508
5ae255c7
PE
15092012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1510
1511 Spelling fixes.
1512 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1513 Emacs uses American spelling.
1514
d5e6342e
JB
15152012-04-14 Juanma Barranquero <lekktu@gmail.com>
1516
1517 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1518 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1519 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1520 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1521
ab036cd7
SM
15222012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1523
1524 * progmodes/which-func.el (which-func-modes): Change default.
1525
35dc09a1 15262012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
1527
1528 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1529 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1530
35dc09a1 15312012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1532
1533 * custom.el (custom-theme-set-variables): Doc fix.
1534
35dc09a1 15352012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1536
1537 * international/mule.el (set-auto-coding-for-load): Doc fix.
1538
35dc09a1 15392012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 1540
35dc09a1
GM
1541 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1542 imenu work again for Objective C Mode. Correct the *-index values,
1543 these having been disturbed by a previous change in 2011-08.
57f845ee 1544
0de3da9f
AM
1545 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1546 Correct two search limits.
1547
35dc09a1 15482012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
1549
1550 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1551
35dc09a1 15522012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
1553
1554 * international/characters.el: Fix sorting.
1555
35dc09a1 15562012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
1557
1558 * international/characters.el: Add more missing Latin case pairs.
1559
35dc09a1 15602012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
1561
1562 * files.el (dir-locals-set-class-variables): Doc fix.
1563
35dc09a1 15642012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 1565
3f1b5bf8
EZ
1566 * international/characters.el: Add set-case-syntax-pair call for
1567 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1568 counterpart. (Bug#11209)
1569
9f847f41
EZ
1570 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1571
35dc09a1 15722012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
1573
1574 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1575
35dc09a1 15762012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 1577
35dc09a1
GM
1578 * textmodes/ispell.el (ispell-dictionary-base-alist):
1579 Add data for Hebrew.
e2627d21 1580
35dc09a1 15812012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 1582
35dc09a1
GM
1583 * net/rcirc.el (rcirc-cmd-quit):
1584 Revert 2012-03-18 change (Bug#11192).
5c14e333 1585
35dc09a1 15862012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
1587
1588 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1589
35dc09a1 15902012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 1591
4517fe3a
SM
1592 * minibuffer.el (completion-in-region-mode-map):
1593 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 1594
b472a594
VD
15952012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1596
1597 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1598
09b95ce3
MY
15992012-04-13 Masatake YAMATO <yamato@redhat.com>
1600
1601 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1602 to allow `C-M-f' and `C-M-b' to move to the nearest path
1603 separator (bug#9511).
1604
4b63a9ca
LI
16052012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
1606
1607 * avoid.el: Require cl when compiling. And also move the
1608 `provide' to the end.
1609
7b55b8bf
TV
16102012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1611
1612 * avoid.el (mouse-avoidance-banish-position): New variable.
1613 (mouse-avoidance-banish-destination): Use it (bug#10165).
1614
adedaa1f
LL
16152012-04-13 Leo Liu <sdl.web@gmail.com>
1616
1617 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1618
70e74021
KB
16192012-04-13 Ken Brown <kbrown@cornell.edu>
1620
1621 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 1622 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
1623 (browse-url-filename-alist): For the same reason, don't modify
1624 file:// URLs on Cygwin.
1625
e75e89ba
SM
16262012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1627
1628 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1629 the region on shift if the binding is already shifted (bug#11221).
1630
82f289a4
GM
16312012-04-12 Glenn Morris <rgm@gnu.org>
1632
1633 * mail/mailpost.el: Move to obsolete/.
1634
d333dc4c
DA
16352012-04-12 Drew Adams <drew.adams@oracle.com>
1636
1637 * imenu.el (imenu--generic-function): Ignore invisible definitions
1638 (bug#10123).
1639
0d15b5ba
VD
16402012-04-12 Vivek Dasmohapatra <vivek@etla.org>
1641
1642 * hexl.el (hexl-bits): New variable.
1643 (hexl-options): Mention the variable in the doc string.
75f1671a 1644 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 1645 (hexl-mode): Mention the new variable.
75f1671a
JB
1646 (hexl-mode, hexl-current-address, hexl-current-address):
1647 Use the displen.
0d15b5ba
VD
1648 (hexl-ascii-start-column): New function.
1649 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
1650 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
1651
64a440db
AM
16522012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1653
1654 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
1655 '("-i" ENCODING), in 2 separate command-line arguments, to specify
1656 the encoding, as expected by hunspell.
1657
6decb6c2
SM
16582012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1659
1660 * battery.el (battery--linux-sysfs-regexp): New const.
1661 (battery-status-function): Use it. Remove yeeloong special case.
1662 (battery-yeeloong-sysfs): Remove.
1663 (battery-echo-area-format): Remove yeeloong special case.
1664
088be6fb
SM
16652012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1666
6622e416
SM
1667 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
1668 Reported by Noah Friedman.
1669
088be6fb
SM
1670 * subr.el (read-passwd): Use read-string.
1671
b49f886e
LMI
16722012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1673
1674 * vcursor.el (vcursor-move): Increase the priority of the overlay
1675 (bug#9663).
1676
a63067fc
DD
16772012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1678
1679 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
1680 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
1681
ac3cf14a
WS
16822012-04-11 William Stevenson <yhvh2000@gmail.com>
1683
1684 * textmodes/artist.el (artist-mode): Convert artist-mode to use
1685 define-minor-mode (bug#10760).
1686
c4fc691b 16872012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 1688
4d6769e1 1689 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
1690 that directories matching `grep-find-ignored-files' won't be
1691 pruned (bug#10351).
1692
af23e2e5
CY
16932012-04-11 Chong Yidong <cyd@gnu.org>
1694
1695 * startup.el (command-line): Remove support for long-obsolete
1696 variable font-lock-face-attributes.
1697
ab7ce8c1
GM
16982012-04-11 Glenn Morris <rgm@gnu.org>
1699
1700 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
1701
de8c03dc
SM
17022012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1703
1704 * window.el (window--state-get-1): Obey window-point-insertion-type.
1705
050cc68b
LB
17062012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
1707
1708 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
1709 to previous function when point is on the first character of a
75f1671a 1710 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 1711
a38c310c
GM
17122012-04-11 Glenn Morris <rgm@gnu.org>
1713
effed0c2
GM
1714 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
1715 not just file-errors.
1716
a38c310c
GM
1717 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
1718 (vc-bzr-sha1): Use internal sha1.
1719
0221e323
SM
17202012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1721
1722 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
1723
43956923
SG
17242012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
1725
1726 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
1727 that start in the middle of the line (bug#10496).
1728
6a8c9eaf
DN
17292012-04-10 Dan Nicolaescu <dann@gnu.org>
1730
1731 * battery.el (battery-linux-proc-acpi): Only one battery is
1732 discharged at a time, but that seems to confuse battery.el when
1733 computing `rate-type' for the battery not being discharged
1734 (bug#10332).
1735
1930bf5d
SM
17362012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1737
2a718f6f
SM
1738 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
1739
599430d0
SM
1740 * international/quail.el: Use dolist and simplify.
1741 (quail-define-package, quail-update-keyboard-layout)
1742 (quail-define-rules): Use dolist.
1743 (quail-insert-kbd-layout, quail-get-translation): CSE.
1744
a2754b6c
SM
1745 * tmm.el: Use dolist, remove left over hook.
1746 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
1747 Use dolist.
1748 (calendar-load-hook): Don't mess with it.
1749
1930bf5d
SM
1750 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1751 Use derived-mode-p. Run the diff asynchronously.
1752
9f67961c
LMI
17532012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1754
1755 * obsolete/mouse-sel.el: Add an Obsolete-since header.
1756
2a8ce227
JB
17572012-04-10 Juanma Barranquero <lekktu@gmail.com>
1758
1759 * misc.el: Display absolute path of loaded DLLs (bug#10424).
1760 (list-dynamic-libraries--loaded): New function.
1761 (list-dynamic-libraries--refresh): Use it.
1762
8f33b5f8
NW
17632012-04-10 Nathan Weizenbaum <nweiz@google.com>
1764
1930bf5d
SM
1765 * progmodes/python.el (python-fill-paragraph):
1766 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
1767 disabled (bug#7018).
1768
b12f0439
L
17692012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
1770
1930bf5d 1771 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
1772 DOS/MS Windows for the Baltic languages. There are still plenty
1773 of texts written in this encoding/codepage (bug#6519).
b12f0439 1774
57c3bd01
GM
17752012-04-10 Glenn Morris <rgm@gnu.org>
1776
1777 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
1778 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
1779
6c3eab30
FA
17802012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
1781
1930bf5d 1782 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
1783 next-line "n" and previous-line "p" in order to make recentf more
1784 consistent with ibuffer, dired or org-mode (bug#9387).
1785
24d78a88
LMI
17862012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1787
bc72b5d9
LMI
1788 * image.el (put-image): Return the overlay created instead of the
1789 optional input string (bug#7834). Note that this may break code
1790 that is (for some reason or other) depending on `put-image'
1791 returning the string.
1792
bd2dba5a
LMI
1793 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
1794
74beb59f
LMI
1795 * simple.el (zap-to-char): Allow zapping using input methods
1796 (bug#1580).
1797
24d78a88
LMI
1798 * textmodes/fill.el (fill-region): Leave point and mark where they
1799 were before filling (bug#5399).
1800
263f20cd
GM
18012012-04-09 Glenn Morris <rgm@gnu.org>
1802
1803 * version.el (emacs-bzr-get-version):
1804 Handle lightweight checkouts of local branches.
1805
58d1f797
AS
18062012-04-09 Andreas Schwab <schwab@linux-m68k.org>
1807
263f20cd 1808 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 1809
b4d3bc10
CY
18102012-04-09 Chong Yidong <cyd@gnu.org>
1811
1812 * custom.el (custom-variable-p): Return nil for non-symbol
1813 arguments instead of signaling an error.
1814 (user-variable-p): Obsolete alias for custom-variable-p.
1815
1816 * apropos.el (apropos-variable):
1817 * files-x.el (read-file-local-variable):
1818 * simple.el (set-variable):
1819 * woman.el (woman-mini-help):
1820 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
1821
fd06db5d
GM
18222012-04-09 Glenn Morris <rgm@gnu.org>
1823
e5fcdb5e
GM
1824 * startup.el (normal-top-level): Don't look for leim-list.el
1825 in places where it will not be found. (Bug#910)
1826
fd06db5d
GM
1827 * international/mule-cmds.el (set-default-coding-systems):
1828 * files.el (normal-mode):
1829 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
1830 This function was removed with ucs-tables.el in 2008.
1831
b39bb7e1
EZ
18322012-04-08 Eli Zaretskii <eliz@gnu.org>
1833
1834 * textmodes/ispell.el (ispell-check-version): For hunspell, set
1835 ispell-encoding8-command to "-i", without a trailing space.
1836 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
1837 separate command-line arguments, to specify the encoding, since
1838 that's how hunspell expects it.
1839
5c5b8e23
GM
18402012-04-08 Glenn Morris <rgm@gnu.org>
1841
1842 * loadup.el: Load bindings before cus-start.
1843 This reduces somewhat the number of "rogue" settings in emacs -Q.
1844
a1ed8b05
GM
18452012-04-07 Glenn Morris <rgm@gnu.org>
1846
1847 * version.el (emacs-bzr-get-version): New function.
dfae128a 1848 (emacs-bzr-version): New variable.
a1ed8b05
GM
1849 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
1850 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
1851
b142f158
EZ
18522012-04-07 Eli Zaretskii <eliz@gnu.org>
1853
dfae128a
GM
1854 * international/uni-bidi.el, international/uni-category.el:
1855 * international/uni-combining.el, international/uni-decimal.el:
1856 * international/uni-decomposition.el, international/uni-digit.el:
1857 * international/uni-lowercase.el, international/uni-mirrored.el:
1858 * international/uni-name.el, international/uni-numeric.el:
1859 * international/uni-titlecase.el, international/uni-uppercase.el:
1860 Update for Unicode 6.1.
b142f158 1861
9078ead6
EZ
18622012-04-07 Eli Zaretskii <eliz@gnu.org>
1863
1864 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
1865
f23d2c7d
LMI
18662012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1867
1868 * window.el (shrink-window): Mention the `window-min-height'
1869 variable in the doc string.
1870
0a0a3573
BG
18712012-04-05 Bastien Guerry <bzg@altern.org>
1872
1873 * color.el (color-lighten-name): Fix typo.
1874
e5248ac9
SM
18752012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * server.el (server--on-display-p): New function.
1878 (server--on-display-p): Use it.
1879
b4243e22
GV
18802012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
1881
1882 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
1883 (bug#11145).
1884
305d9f44
SM
18852012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1886
1887 * comint.el (comint--common-quoted-suffix): Check string boundary
1888 before comparing (bug#11158).
1889 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
1890
3d439cd1
CY
18912012-04-04 Chong Yidong <cyd@gnu.org>
1892
321cc491
CY
1893 * minibuffer.el (completion-extra-properties): Doc fix.
1894
3d439cd1
CY
1895 * subr.el (delayed-warnings-hook): Doc fix.
1896
2d562c0f
DU
18972012-04-04 Daiki Ueno <ueno@unixuser.org>
1898
1899 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
1900 selection (Bug#11159).
1901 (epa-insert-keys): Inform that the default public key will be
1902 exported if no key is selected.
1903
4443f204
RS
19042012-04-04 Richard Stallman <rms@gnu.org>
1905
1906 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
1907
529c06b6
CY
19082012-04-03 Chong Yidong <cyd@gnu.org>
1909
1910 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
1911 mail-insert-file, not its obsolete alias mail-attach-file.
1912
66b907dc
MA
19132012-04-03 Michael Albinus <michael.albinus@gmx.de>
1914
1915 * notifications.el (notifications-notify): Fix docstring.
1916
c0ea195d
GM
19172012-04-02 Glenn Morris <rgm@gnu.org>
1918
1919 * emacs-lisp/authors.el (authors-aliases): Another addition.
1920
5ca64e00
MA
19212012-04-02 Michael Albinus <michael.albinus@gmx.de>
1922
1923 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
1924 `tramp-compat-call-process' instead of `tramp-local-call-process'.
1925 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
1926
42ee526b
CY
19272012-04-01 Chong Yidong <cyd@gnu.org>
1928
1929 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
1930 Handle root directory properly.
1931 (copy-directory): Caller changed.
1932
1933 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1934 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
1935
0b021094
GM
19362012-03-31 Glenn Morris <rgm@gnu.org>
1937
40f86458
GM
1938 * term/xterm.el (xterm-extra-capabilities): Doc fix.
1939
7019c177
GM
1940 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
1941
a1daddd6
GM
1942 * calendar/calendar.el (calendar-window-list)
1943 (calendar-hide-window): Restore. (Bug#11140)
1944 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
1945
0b021094
GM
1946 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
1947
40311efc
TV
19482012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1949
1950 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1951 Check if file is a symlink (Bug#10489).
1952
1953 * files.el (copy-directory): Likewise.
1954
5319014e
CY
19552012-03-30 Chong Yidong <cyd@gnu.org>
1956
1957 * image.el (imagemagick-types-inhibit)
1958 (imagemagick-register-types): Doc fix.
1959
935d1290
AM
19602012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1961
ef24141c
SM
1962 * ispell.el (ispell-get-extended-character-mode):
1963 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 1964 and treats ~word as ordinary words in pipe mode.
935d1290 1965
61c6e8fd
GM
19662012-03-30 Glenn Morris <rgm@gnu.org>
1967
1968 * tutorial.el (help-with-tutorial): Ensure local variables don't
1969 happen to make the buffer read-only. (Bug#11127)
1970
81fdff00
SM
19712012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
1974 (perl-calculate-indent): Return `noindent' in strings.
1975
6e7a6ec0
SS
19762012-03-28 Sam Steingold <sds@gnu.org>
1977
1978 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
1979 instead of the broken adhockery which does not prevent calendar
1980 buffers from being displayed at random after exit.
1981 (calendar-window-list, calendar-hide-window): Remove the broken
1982 adhockery.
1983
fee88ca0
GM
19842012-03-28 Glenn Morris <rgm@gnu.org>
1985
1986 * replace.el (query-replace-map): Doc fix.
1987
38de3354
AS
19882012-03-28 Andreas Schwab <schwab@linux-m68k.org>
1989
1990 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
1991 contents. (Bug#11109)
1992
b973155e
SM
19932012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1994
1995 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
1996 (bug#11077).
1997 (avl-tree--check, avl-tree--check-node): New funs.
1998
dcb6e7b3
MR
19992012-03-27 Martin Rudalics <rudalics@gmx.at>
2000
2001 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
2002 (switch-to-prev-buffer, switch-to-next-buffer):
2003 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
2004 showing a buffer already is done on the same frame.
2005
b4fa35fa
GM
20062012-03-27 Glenn Morris <rgm@gnu.org>
2007
2008 * startup.el (mail-host-address): Doc fix.
2009
f9210e18
SM
20102012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2011
2012 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
2013 than 197 variables.
2014
c0bf7753
AF
20152012-03-26 Ami Fischman <ami@fischman.org>
2016
2017 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2018
33da7b16
GM
20192012-03-26 Glenn Morris <rgm@gnu.org>
2020
02243d9d
GM
2021 * files.el (save-buffers-kill-emacs): Doc fix.
2022
33da7b16
GM
2023 * startup.el (normal-top-level, command-line, command-line-1):
2024 Give them doc strings.
2025
e5a69fd0
EZ
20262012-03-25 Eli Zaretskii <eliz@gnu.org>
2027
2028 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 2029 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 2030
9a69676a
CY
20312012-03-25 Chong Yidong <cyd@gnu.org>
2032
4125cb8b
CY
2033 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
2034 theme if it was previously enabled before (Bug#11031).
2035
dd470960
CY
2036 * cus-theme.el (custom-theme-write-faces): Retrieve current face
2037 spec with custom-face-get-current-spec if its :shown-value is not
2038 determined yet (Bug#9337).
4125cb8b 2039 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 2040
9a69676a
CY
2041 * button.el (button-at): Minor addition to docstring.
2042
6e7e90fa
SL
20432012-03-24 Simon Leinen <simon.leinen@gmail.com>
2044
2045 * vc/vc.el (vc-merge): Fix a prompt.
2046
f06e2758
CY
20472012-03-24 Chong Yidong <cyd@gnu.org>
2048
2049 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
2050 point (Bug#9623).
2051
6e7e90fa
SL
2052 * button.el (button-at): Minor addition to docstring.
2053
b9d0879b
SM
20542012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2055
2056 * newcomment.el (comment-choose-indent): No space after BOL.
2057
e71cebb3
SS
20582012-03-22 Sam Steingold <sds@gnu.org>
2059
2060 * window.el (switch-to-prev-buffer): Revert last patch because the
2061 bug turned out to be an advertised feature (Elisp manual 28.14).
2062
335aff35
GM
20632012-03-22 Glenn Morris <rgm@gnu.org>
2064
2065 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
2066 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2067
c676576a
LMI
20682012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2069
2070 * net/network-stream.el (network-stream-open-starttls): Make error
2071 message under Windows be less misleading.
2072
126f3d39
LW
20732012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
2074
2075 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
2076 understands (bug#9942).
2077
64fee311
CY
20782012-03-22 Chong Yidong <cyd@gnu.org>
2079
2080 * simple.el (end-of-visible-line): Handle return value of
2081 next-single-property-change properly (Bug#9371).
2082
a640d29a
KH
20832012-03-22 Kenichi Handa <handa@m17n.org>
2084
2085 * international/quail.el (quail-insert-kbd-layout): Fix previous
2086 change. To avoid unwanted bidi reordering, use
2087 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2088
39675016
DG
20892012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2090
2091 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
2092 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
2093 (ruby-beginning-of-indent): Be more careful with the difference
2094 between word-boundary and symbol boundary.
2095 (ruby-mode-syntax-table): Make : a symbol constituent.
2096
0a6934fc 20972012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 2098
3d008e4f
SM
2099 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
2100
0a6934fc
SM
21012012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2102
af67c9d7
SM
2103 * progmodes/etags.el (tags-completion-at-point-function):
2104 Improve last fix.
2105
1acad97c
SM
2106 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
2107
e298b5da
SS
21082012-03-21 Sam Steingold <sds@gnu.org>
2109
2110 * progmodes/etags.el (tags-completion-at-point-function):
2111 Avoid the error when point is inside the pattern.
2112
91d82a70
JY
21132012-03-21 John Yates <john@yates-sheets.org> (tiny change)
2114
2115 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
2116 line (Bug#10855).
2117
69188b79
CY
21182012-03-21 Drew Adams <drew.adams@oracle.com>
2119
2120 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
2121
99fc91fe
AK
21222012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
2123
2124 * ido.el (ido-set-current-directory, ido-read-internal)
2125 (ido-choose-completion-string, ido-completion-help): Handle nil
2126 value of ido-completion-buffer (Bug#11008).
2127
087bbb4c
SS
21282012-03-21 Sam Steingold <sds@gnu.org>
2129
2130 * window.el (switch-to-prev-buffer): Do not switch to a visible
2131 window previous buffer, just like with the frame previous buffers.
2132
fb5b8aca
CY
21332012-03-21 Chong Yidong <cyd@gnu.org>
2134
2135 * faces.el (make-face, make-empty-face, copy-face):
2136 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2137 Doc fixes.
2138
dc9924b8
SM
21392012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2140
2141 * wid-edit.el (widget-complete-field): Remove (bug#11051).
2142 (widget-complete): Remove broken use of it.
2143
f0bcceb9
CY
21442012-03-20 Chong Yidong <cyd@gnu.org>
2145
dc9924b8
SM
2146 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2147 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
2148 characters.
2149
ee52ebf3
TH
21502012-03-20 Tassilo Horn <tassilo@member.fsf.org>
2151
2152 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
2153 to draw rectangles, not squares. (Regression introduced by revno
2154 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
2155
4c5779ab
CY
21562012-03-18 Chong Yidong <cyd@gnu.org>
2157
2158 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
2159 it is not yet defined (for temacs).
2160
15360934
LL
21612012-03-18 Leo Liu <sdl.web@gmail.com>
2162
dc9924b8 2163 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 2164
d9a8eb66
EZ
21652012-03-17 Eli Zaretskii <eliz@gnu.org>
2166
2167 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
2168 (ispell-choices-win-default-height, ispell-silently-savep)
2169 (ispell-dictionary-alist, ispell-encoding8-command)
2170 (ispell-check-version, ispell-aspell-find-dictionary)
2171 (ispell-valid-dictionary-list, ispell-words-keyword)
2172 (ispell-get-word, ispell-internal-change-dictionary)
2173 (ispell-region, ispell-skip-region-list)
2174 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
2175 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
2176 (ispell-message-text-end, ispell-message)
2177 (ispell-buffer-local-parsing): Doc fix.
2178
f02ff80d
J
21792012-03-13 Jambunathan K <kjambunathan@gmail.com>
2180
2181 * htmlfontify.el: Add support for code block fontification for ODT
2182 export (Bug #9914).
2183 (hfy-optimisations): Define new option
2184 `body-text-only'
2185 (hfy-fontify-buffer): Honor above setting.
2186 (hfy-begin-span, hfy-end-span): New routines factored out form
2187 `hfy-fontify-buffer'.
2188 (hfy-begin-span-handler, hfy-end-span-handler): New variables
2189 that permit insertion of custom tags.
2190 (hfy-fontify-buffer): Use above handlers.
2191 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
2192 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 2193 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 2194 over multiple runs. This is made possible by having the caller let
f02ff80d
J
2195 bind a special variable `hfy-user-sheet-assoc'.
2196 (htmlfontify-string): New defun.
2197 (hfy-compile-face-map): Make sure that the last char in the
2198 buffer is correctly fontified.
2199 (hfy-face-resolve-face): Whitespace only change.
2200
9ac7a13f
EZ
22012012-03-17 Eli Zaretskii <eliz@gnu.org>
2202
2203 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
2204 message more clear.
2205
e2b5bdd7
LL
22062012-03-16 Leo Liu <sdl.web@gmail.com>
2207
2208 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2209
2e492df3
AM
22102012-03-16 Alan Mackenzie <acm@muc.de>
2211
2212 Further optimise the handling of large macros.
2213
2214 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
2215 limit to a call of `c-literal-limits'.
2216 (c-determine-+ve-limit): New function.
dc9924b8
SM
2217 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
2218 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
2219 In CASE 5B, restrict a search limit to 500.
2220 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
2221
2222 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
2223 Restrict macro bounds to +-500 from after-change's BEG END.
2224
50e94f0c
LL
22252012-03-16 Leo Liu <sdl.web@gmail.com>
2226
2227 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2228
6f09f6ed
AH
22292012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
2230
2231 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 2232 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 2233
c7e73d51
GM
22342012-03-16 Glenn Morris <rgm@gnu.org>
2235
da986230
GM
2236 * view.el (view-buffer, view-buffer-other-window)
2237 (view-buffer-other-frame): Doc fixes re special mode-class.
2238
0835f01e
GM
2239 * subr.el (eval-after-load): If named feature is provided not from
2240 a file, run after-load forms. (Bug#10946)
2241
c7e73d51
GM
2242 * calendar/calendar.el (calendar-insert-at-column):
2243 Handle non-unit-width characters a bit better. (Bug#10978)
2244
3f2eafd1
CY
22452012-03-15 Chong Yidong <cyd@gnu.org>
2246
2247 * emacs-lisp/ring.el (ring-extend): New function.
2248 (ring-insert+extend): Extend the ring correctly (Bug#11019).
2249
2250 * comint.el (comint-read-input-ring)
2251 (comint-add-to-input-history): Grow comint-input-ring lazily.
2252
103af3fe
SM
22532012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2254
663b1677
SM
2255 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2256 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
2257
103af3fe
SM
2258 * imenu.el: Fix multiple inheritance breakage (bug#9199).
2259 (imenu-add-to-menubar): Don't add a redundant index.
2260 (imenu-update-menubar): Handle a dynamically composed keymap.
2261
899cb7cb
KY
22622012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2263
2264 * mail/sendmail.el (mail-encode-header):
2265 Bind rfc2047-encode-encoded-words to nil.
2266
3809f91d
GM
22672012-03-13 Glenn Morris <rgm@gnu.org>
2268
2269 * calendar/calendar.el (calendar-string-spread):
2270 Handle non-unit-width characters a bit better. (Bug#10978)
2271
9e345a01
LL
22722012-03-13 Leo Liu <sdl.web@gmail.com>
2273
2274 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
2275 directory and file as argument (Bug#10822).
2276
4a07df36
KS
22772012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2278
2279 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
2280 For dynamically generated code, follow $PC.
2281 (gdb-disassembly-handler-custom): Handle no function name case.
2282
4aaa9356
TL
22832012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2284
2285 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
2286 * emulation/ws-mode.el (ws-query-replace):
2287 * sort.el (sort-regexp-fields):
2288 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
2289
225979da
SM
22902012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 * dabbrev.el: Fix cycle completion order (bug#10963).
2293 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
2294 (dabbrev-completion): Don't use an obarray; provide
2295 a cycle-sort-function.
2296
e2f1fdab
LL
22972012-03-12 Leo Liu <sdl.web@gmail.com>
2298
dc9924b8 2299 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
2300 (kill-do-not-save-duplicates): Doc fix.
2301
b19490ed
SM
23022012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 * dabbrev.el: Fix cycle completion (bug#10963).
2305 Use lexical binding and wrap to 80 columns.
2306 (dabbrev-completion): Delay computing the list of completions.
2307
4b05d722
KH
23082012-03-12 Kenichi Handa <handa@m17n.org>
2309
2310 * international/quail.el (quail-insert-kbd-layout): Surround each
2311 row by LRO and PDF instead of inserting many LRMs. Pad the left
2312 and right of each non-spacing marks. Insert invisible space
2313 between lower and upper characters to prevent composition.
2314
dbbc2e69
SM
23152012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2316
2317 * minibuffer.el (minibuffer-complete): Don't get confused when the
2318 function is run twice via different commands (bug#10958).
2319 (complete-with-action): Fix docstring.
2320
292112ed
CY
23212012-03-12 Chong Yidong <cyd@gnu.org>
2322
5d1ac394
CY
2323 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
2324 (nxml-completion-at-point-function): New function.
2325 (nxml-mode): Use it.
2326 (nxml-bind-meta-tab-to-complete-flag): Default to t.
2327
292112ed
CY
2328 * emacs-lisp/package.el (package-unpack, package-unpack-single):
2329 Load generated autoloads file before byte compiling (Bug#10970).
2330 (package--make-autoloads-and-compile): New helper fun.
2331
4098f8f7
CS
23322012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
2333
2334 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
2335
8f754691
MA
23362012-03-11 Michael Albinus <michael.albinus@gmx.de>
2337
2338 * autorevert.el (auto-revert-handler): Ensure, that
2339 file-readable-p is applied only for local files or in
2340 auto-revert-tail-mode.
2341
e29ab36b
AS
23422012-03-11 Andreas Schwab <schwab@linux-m68k.org>
2343
dbbc2e69
SM
2344 * server.el (server-eval-at): Handle non-tcp connections.
2345 Decode result string.
ad0bf5b6 2346
e29ab36b
AS
2347 * server.el (server-msg-size): New constant.
2348 (server-reply-print): New function.
2349 (server-eval-and-print): Use it.
2350 (server-eval-at): Use server-quote-arg and server-unquote-arg.
2351 Handle -print-nonl.
2352
de5939ba
CS
23532012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
2354
2355 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
2356 (Bug#10987).
2357
0c93eabf
CY
23582012-03-11 Chong Yidong <cyd@gnu.org>
2359
397a688f
CY
2360 * simple.el (goto-line): Doc fix (Bug#9938).
2361
2cc775f9
CY
2362 * subr.el (save-window-excursion): Doc fix (Bug#9979).
2363
0c93eabf
CY
2364 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
2365 when finished (Bug#10963).
2366
c491fa41
MR
23672012-03-11 Martin Rudalics <rudalics@gmx.at>
2368
2369 * window.el (split-window-below): Fix bug in case where
2370 split-window-keep-point is nil (Bug#10971).
2371
300e8fa5
JL
23722012-03-11 Juri Linkov <juri@jurta.org>
2373
2374 * replace.el (replace-highlight): Set isearch-word to nil
2375 unconditionally. (Bug#10887)
2376
dbf6c5a1
EZ
23772012-03-10 Eli Zaretskii <eliz@gnu.org>
2378
2379 * net/mairix.el (mairix-replace-invalid-chars): Rename from
2380 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 2381 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
2382 (mairix-widget-create-query): Add usage information about mairix
2383 search forms: negating words, searching for substrings, etc.
2384
b9e501de
JP
23852012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
2386
2387 * international/fontset.el (font-encoding-alist): Add an entry for
2388 ksx1001 (Bug#5667).
2389
92795c91
RS
23902012-03-10 Richard Stallman <rms@gnu.org>
2391
1694e6c1
RS
2392 * mail/sendmail.el (mail-encode-header):
2393 Set rfc2047-encode-encoded-words.
2394
607e8555
RS
2395 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
2396
de3bc99a
RS
2397 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
2398 view buffer means not swapped.
2399 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
2400 (rmail-write-region-annotate): Error if real text has disappeared.
2401
92795c91
RS
2402 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
2403
699bd04e
CY
24042012-03-10 Chong Yidong <cyd@gnu.org>
2405
2406 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
2407 * emulation/cua-base.el (cua--init-keymaps):
2408 Add delete-forward-char to remappings (Bug#9666).
699bd04e 2409
570a1714
MR
24102012-03-10 Martin Rudalics <rudalics@gmx.at>
2411
dbbc2e69
SM
2412 * speedbar.el (speedbar-unhighlight-one-tag-line):
2413 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 2414
82dcf4e4
CY
24152012-03-10 Chong Yidong <cyd@gnu.org>
2416
7a2c7ca7
CY
2417 * minibuffer.el (completion-in-region, completion-help-at-point):
2418 Give the completion field overlay a high priority (Bug#6830).
2419
82dcf4e4
CY
2420 * dired.el (dired-goto-file): Recognize absolute file name
2421 listings (Bug#7126).
2422 (dired-goto-file-1): New helper function.
2423 (dired-toggle-read-only): Inhibit warnings.
2424
052e28ac
MA
24252012-03-09 Michael Albinus <michael.albinus@gmx.de>
2426
75f1671a 2427 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
2428 there are no properties.
2429
95d5e396
LL
24302012-03-09 Leo Liu <sdl.web@gmail.com>
2431
2432 * savehist.el (savehist-printable): Stricter check for string
2433 value (Bug#10937).
2434
3f018d6d
EZ
24352012-03-09 Eli Zaretskii <eliz@gnu.org>
2436
dbbc2e69
SM
2437 * mail/smtpmail.el (smtpmail-send-it):
2438 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
2439 valid mbox format.
2440
f7fd3d79
GM
24412012-03-09 Glenn Morris <rgm@gnu.org>
2442
2443 * files.el (dir-locals-find-file):
2444 Don't check result is regular, readable.
2445 (dir-locals-read-from-file): Demote errors.
2446
6ff6e72f
EZ
24472012-03-08 Eli Zaretskii <eliz@gnu.org>
2448
dbbc2e69
SM
2449 * international/quail.el (quail-insert-kbd-layout):
2450 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
2451 layout cell, to prevent their reordering by bidi display engine.
2452 For details, see the discussion in
2453 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2454
9cec7834
AM
24552012-03-08 Alan Mackenzie <acm@muc.de>
2456
2457 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2458 the starting position; make it extend the marked region when
2459 invoked repeatedly - all under appropriate circumstances.
2460 Fixes bugs #5525, #10906.
2461
9a40b8d4
GM
24622012-03-08 Glenn Morris <rgm@gnu.org>
2463
2464 * files.el (locate-dominating-file, dir-locals-find-file):
2465 Undo 2012-03-06 change.
2466
7a08ed35
EZ
24672012-03-07 Eli Zaretskii <eliz@gnu.org>
2468
dbbc2e69
SM
2469 * international/quail.el (quail-help):
2470 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
2471 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2472 for the reason.
2473
5aca4f71 24742012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
2475
2476 Avoid superfluous registering of signals. (Bug#10807)
2477
2478 * notifications.el (notifications-on-action-object)
2479 (notifications-on-close-object): New defvars.
2480 (notifications-on-action-signal, notifications-on-closed-signal):
2481 Unregister the signal if not needed any longer.
2482 (notifications-notify): Register `notifications-action-signal' or
2483 `notifications-closed-signal', if :on-action or :on-close has been
2484 passed as argument.
2485
78e8b10a
CY
24862012-03-07 Chong Yidong <cyd@gnu.org>
2487
2488 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2489 non-X platforms.
2490
69481eb8
GM
24912012-03-06 Glenn Morris <rgm@gnu.org>
2492
2493 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2494 (x-disown-selection-internal, x-get-selection-internal):
2495 Doc fix (add arglist signatures). (Bug#10783)
2496
133b8e11
KS
24972012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2498
2499 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2500 Handle breakpoints with no "type".
2501
99a83064
GM
25022012-03-06 Glenn Morris <rgm@gnu.org>
2503
2504 * files.el (locate-dominating-file): Add optional predicate argument.
2505 (dir-locals-find-file): Make use of above change.
2506
17798e78
TTN
25072012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2508
2509 * info.el (Info-insert-dir): Also try "dir.gz".
2510
eb182446
GM
25112012-03-06 Glenn Morris <rgm@gnu.org>
2512
8f2114ee
GM
2513 * files.el (dir-locals-find-file):
2514 Ignore non-readable or non-regular files. (Bug#10928)
2515
eb182446
GM
2516 * files.el (locate-dominating-file): Doc fix.
2517
24679323
AS
25182012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2519
2520 * calendar/calendar.el (calendar-set-mode-line):
2521 `getenv' returns a string. (Bug#10951)
2522
01d972a9
LL
25232012-03-05 Leo Liu <sdl.web@gmail.com>
2524
109aa8a9
LL
2525 * simple.el (backward-delete-char-untabify): Constrain point to
2526 field (Bug#10939).
2527
01d972a9
LL
2528 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2529
10607bea
CY
25302012-03-05 Chong Yidong <cyd@gnu.org>
2531
2532 * simple.el (count-words): If called from Lisp, return the word
2533 count, for symmetry with `count-lines'. Arglist changed.
2534 (count-words--message): Args changed. Consolidate counting code
2535 from count-words and count-words-region.
2536 (count-words-region): Caller changed.
2537 (count-lines-region): Make it an obsolete alias.
2538
5dd11cfe
TH
25392012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2540
2541 * saveplace.el (save-place-to-alist)
2542 (save-place-ignore-files-regexp): Allow value nil to disable this
2543 feature.
2544
c349f4e6
CY
25452012-03-04 Chong Yidong <cyd@gnu.org>
2546
2547 * faces.el (face-spec-reset-face): For the default face, reset the
2548 attributes to default values (Bug#10748).
2549
e627be4c
LMI
25502012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2551
2552 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2553 previous patch: Check `message-send-mail-function', and not the
2554 default function (bug#10897).
2555
ebeabff4
MA
25562012-03-04 Michael Albinus <michael.albinus@gmx.de>
2557
a41a6cf4
MA
2558 * notifications.el (notifications-on-action-signal)
2559 (notifications-on-closed-signal): Check for unique service name of
2560 incoming event. Fix error in removing entry.
ebeabff4 2561 (top): Register for signals with wildcard service name.
a41a6cf4 2562 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 2563
c1ca42b4
CY
25642012-03-04 Chong Yidong <cyd@gnu.org>
2565
dc9924b8 2566 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 2567
ea16568d
GM
25682012-03-04 Glenn Morris <rgm@gnu.org>
2569
2570 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2571 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2572 (expand-abbrev, define-abbrev-table): Doc fixes.
2573
fbae4637
LMI
25742012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2575
2576 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2577 `message-default-send-mail-function' and not `send-mail-function'
2578 when doing the prompting for `sendmail-query-once' before sending
2579 in Message buffers (bug#10897).
2580
a1e7225c
LMI
2581 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2582 This is inconsistent with all the other stream functions, which leave
2583 the setting up to the higher levels (if so wanted) (bug#10931).
2584
56d093a9
AM
25852012-03-02 Alan Mackenzie <acm@muc.de>
2586
2587 Depessimize the handling of very large macros.
2588
2589 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2590 (c-macro-cache-syntactic): New variables to implement a one
2591 element macro cache.
2592 (c-invalidate-macro-cache): New function.
2593 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2594 Adapt to use the new cache.
2595 (c-state-safe-place): Use better the cache of safe positions.
2596 (c-state-semi-nonlit-pos-cache)
2597 (c-state-semi-nonlit-pos-cache-limit):
2598 New variables for...
2599 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2600 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
2601 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2602 Use c-state-semi-safe-place.
56d093a9 2603
dbbc2e69
SM
2604 * progmodes/cc-langs.el (c-get-state-before-change-functions):
2605 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 2606
817e5c3d
MA
26072012-03-02 Michael Albinus <michael.albinus@gmx.de>
2608
dbbc2e69
SM
2609 * jka-compr.el (jka-compr-call-process):
2610 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
2611 not remote.
2612
a032a702
MA
26132012-03-01 Michael Albinus <michael.albinus@gmx.de>
2614
2615 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2616 access of FILE2, if FILE1 does not exist.
2617
99a54f21
MA
2618 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2619 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2620
2621 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2622 Add "PAGER=" to `process-environment'.
2623
f6561e1f
MM
26242012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2625
2626 * progmodes/sql.el: Bug fix
2627 (sql-get-login-ext): Save login values in globals.
2628 (sql-get-login): Use new version of `sql-get-login-ext'.
2629 (sql-interactive-mode): Set global `sql-connection' to nil.
2630 (sql-connect): Set global values for connection.
2631 (sql-product-interactive): Save global values as buffer local.
2632
2d44d9cc
LL
26332012-02-29 Leo Liu <sdl.web@gmail.com>
2634
2635 * abbrev.el (define-abbrevs): Reset sys to nil.
2636
96b49301 26372012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2638
bf7f9bc5
JB
2639 * files.el (file-equal-p): Rename from `files-equal-p'.
2640 Return nil when one or both files don't exist.
96b49301 2641 (file-subdir-of-p): Now only top directory must exists,
2642 return nil if it doesn't.
bf7f9bc5
JB
2643 (copy-directory): No need to test with `file-subdir-of-p' after
2644 creating dir.
2645 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
2646 to `file-equal-p'.
96b49301 2647
44e97401
GM
26482012-02-28 Glenn Morris <rgm@gnu.org>
2649
2650 * shell.el (shell-mode):
2651 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
2652 * play/landmark.el (landmark-font-lock-face-O):
2653 * play/handwrite.el (handwrite):
2654 * play/gomoku.el (gomoku-O):
2655 * net/browse-url.el (browse-url-browser-display):
2656 * international/mule.el (define-charset):
2657 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
2658 * filesets.el (filesets-find-file-delay):
2659 * eshell/em-xtra.el (eshell-xtra):
2660 * eshell/em-unix.el (eshell-grep):
2661 * emulation/viper.el (viper-mode):
2662 * emacs-lisp/regexp-opt.el (regexp-opt-group):
2663 * emacs-lisp/easymenu.el (easy-menu-define):
2664 * calendar/timeclock.el (timeclock-use-display-time):
2665 * bs.el (bs-mode):
2666 * bookmark.el (bookmark-save-flag):
2667 Doc fix (standardize possessive apostrophe usage).
2668
c98c6276
CY
26692012-02-27 Chong Yidong <cyd@gnu.org>
2670
bf7f9bc5
JB
2671 * emulation/viper-cmd.el (viper-intercept-ESC-key):
2672 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 2673
c98c6276
CY
2674 * font-lock.el (font-lock-specified-p): Rename from
2675 font-lock-spec-present. Callers changed.
2676
9c62cd04 26772012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 2678
bf7f9bc5
JB
2679 * emacs-lisp/package.el (package-compute-transaction):
2680 Handle holding a package version to t in package-load-list.
8ac9e529 2681
530739c9
MA
26822012-02-26 Michael Albinus <michael.albinus@gmx.de>
2683
2684 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
2685 (tramp-get-inode, tramp-get-device): Use cached values.
2686
487915d7
AM
26872012-02-26 Alan Mackenzie <acm@muc.de>
2688
2689 Check there is a font-lock specification before doing initial
2690 fontification.
2691
2692 * font-core.el (font-lock-mode): Move the conditional from
2693 :after-hook to font-lock-initial-fontify.
2694 (font-lock-default-function): Move the check for a specification
2695 to font-lock-spec-present.
2696
dc9924b8 2697 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
2698 (font-lock-spec-present): New function.
2699
4fd96557
JB
27002012-02-26 Jim Blandy <jimb@red-bean.com>
2701
2702 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
2703 (gdb-send): Apply it to the operand of the '-interpreter-exec
2704 console' command, so that we can pass arguments with (say) quotes
2705 in them. Store exact string sent in gdb-debug-log (Bug#10765).
2706
9a4888c0
CY
27072012-02-26 Chong Yidong <cyd@gnu.org>
2708
07498861
CY
2709 * help-fns.el (describe-function-1): Clarify description of
2710 remapping (Bug#10844).
2711
9a4888c0
CY
2712 * files.el (files-equal-p): Doc fix.
2713 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
2714 and quit the loop once a mismatch is found.
2715
ea8fb88d
JB
27162012-02-25 Juanma Barranquero <lekktu@gmail.com>
2717
2718 * bs.el (bs--show-with-configuration): Don't throw an error
2719 if the window cannot be split; otherwise, subsequent calls to
2720 bs-show fail, restoring a stale window config. (Bug#10882)
2721
525795c1
JD
27222012-02-25 Jan Djärv <jan.h.d@swipnet.se>
2723
2724 * term/ns-win.el (global-map): Bind ns-drag-file to
2725 ns-find-file (Bug#5855, Bug#10050).
2726
f008086f
AS
27272012-02-25 Andreas Schwab <schwab@linux-m68k.org>
2728
2729 * calendar/parse-time.el (parse-time-string): Allow extractor to
2730 return nil.
2731
a3fcfa99
MA
27322012-02-25 Michael Albinus <michael.albinus@gmx.de>
2733
91027d08
JB
2734 * net/tramp.el (tramp-file-name-for-operation):
2735 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
2736
2737 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
2738 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2739 Add COPY-CONTENTS argument.
a3fcfa99 2740
67b0de11
CY
27412012-02-25 Chong Yidong <cyd@gnu.org>
2742
2743 Add custom groups for VC backends, for consistency with vc-bzr.
2744
2745 * vc/vc-arch.el (vc-arch):
2746 * vc/vc-cvs.el (vc-cvs):
2747 * vc/vc-git.el (vc-git):
2748 * vc/vc-hg.el (vc-hg):
2749 * vc/vc-mtn.el (vc-mtn):
2750 * vc/vc-rcs.el (vc-rcs):
2751 * vc/vc-sccs.el (vc-sccs):
2752 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
2753 All relevant defcustoms reassigned.
2754
3c9dfce6
CY
27552012-02-25 Chong Yidong <cyd@gnu.org>
2756
1339bf43
CY
2757 * newcomment.el (comment-styles): Add autoload (Bug#10868).
2758
3c9dfce6
CY
2759 * term/x-win.el (x-initialize-window-system): Reduce default for
2760 x-selection-timeout to 5 seconds (Bug#8869).
2761
25b2e303 27622012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2763
ec70a47d
GM
2764 * files.el (files-equal-p, file-subdir-of-p): New functions.
2765 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 2766 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
2767 * dired-aux.el (dired-copy-file-recursive): Same.
2768 (dired-create-files): Modify destination when source is equal to
2769 dest when copying files.
53a46cd0 2770 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 2771
914260cd
MA
27722012-02-24 Michael Albinus <michael.albinus@gmx.de>
2773
2774 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
2775 (Bug#10874)
2776
2cb228f7
AM
27772012-02-23 Alan Mackenzie <acm@muc.de>
2778
2779 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
2780 parameter "after-hook:" to allow the expansion to run code after
2781 the execution of the mode hooks.
2782
2783 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 2784 from font-lock-mode-internal.
2cb228f7 2785
91027d08 2786 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
2787 :after-hook.
2788
8f0fde21
SM
27892012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2790
3e88618b
SM
2791 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
2792 (completion--cache-all-sorted-completions): New function.
2793 (completion-all-sorted-completions): Use it.
2794 (completion--do-completion, minibuffer-force-complete):
2795 Use it to re-instate the flush hook.
2796
8f0fde21
SM
2797 * icomplete.el (icomplete-completions): Replace last fix with a better
2798 one (bug#10850).
2799
8e911f6f
DG
28002012-02-23 Dmitry Gutov <dgutov@yandex.ru>
2801
2802 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
2803 when it might call us back infinitely (bug#10797).
2804
49fe4321
GM
28052012-02-23 Glenn Morris <rgm@gnu.org>
2806
2807 * minibuffer.el (completion-category-overrides): Doc fix.
2808
b291b572
SM
28092012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2810
2811 * minibuffer.el (completion-table-with-context): Fix inf-loop.
2812 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
2813
31a9ef2e
GM
28142012-02-23 Glenn Morris <rgm@gnu.org>
2815
5e6e6794 2816 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
2817 (authors-obsolete-files-regexps, authors-ignored-files)
2818 (authors-ambiguous-files, authors-renamed-files-alist):
2819 Add more entries.
2820
0bd1e074
JL
28212012-02-23 Juri Linkov <juri@jurta.org>
2822
2823 * isearch.el (isearch-occur): Sync interactive spec with occur's
2824 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
2825
b617673c
JL
2826 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
2827
19e9789e
JL
28282012-02-22 Juri Linkov <juri@jurta.org>
2829
2830 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
2831 (ucs-insert): Doc fix. Check for hex digits in the string.
2832 Don't display `nil' in the error message. (Bug#10857)
2833
f41ce09d
AM
28342012-02-22 Alan Mackenzie <acm@muc.de>
2835
7a71b18d 2836 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 2837
ac2eceee
GM
28382012-02-22 Glenn Morris <rgm@gnu.org>
2839
2840 * ffap.el (ffap-c-path):
2841 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
2842
abd1f678
CY
28432012-02-22 Chong Yidong <cyd@gnu.org>
2844
2845 * custom.el (load-theme): Doc fix.
2846
f25aef2e
GM
28472012-02-22 Glenn Morris <rgm@gnu.org>
2848
2849 * dired-x.el (dired-guess-shell-alist-default):
2850 Remove escape sequences from nroff output. (Bug#172)
2851
5f8dc2ca
GM
28522012-02-21 Glenn Morris <rgm@gnu.org>
2853
6ff86ec4
GM
2854 * vc/emerge.el (emerge-defvar-local):
2855 Set `permanent-local' property rather than unused `preserved'.
2856
be3223a3 2857 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
2858 (picture-mode-map): Use it. (Bug#10860)
2859 (picture-mode): Doc fix.
2860
3fe58f4f
JB
28612012-02-21 Juanma Barranquero <lekktu@gmail.com>
2862
2863 * newcomment.el (uncomment-region-default): Remove unused binding.
2864
f9a998c3
GM
28652012-02-21 Glenn Morris <rgm@gnu.org>
2866
2867 * textmodes/picture.el (picture-motion, picture-motion-reverse)
2868 (picture-self-insert, picture-tab-chars): Doc fix.
2869 (picture-mode-map): Fix C-a, C-e.
2870
c6029348
GM
28712012-02-20 Glenn Morris <rgm@gnu.org>
2872
2873 * emacs-lisp/authors.el (authors-aliases): Add another entry.
2874
ab1ce9d7
LL
28752012-02-20 Leo Liu <sdl.web@gmail.com>
2876
2877 * icomplete.el (icomplete-completions): Check FROM arg before
2878 passing to substring (Bug#10850).
2879
0fd40f89
CY
28802012-02-19 Chong Yidong <cyd@gnu.org>
2881
2882 * comint.el: Require ansi-color.
2883 (comint-output-filter-functions): Add ansi-color-process-output.
2884
2885 * ansi-color.el: Don't set comint-output-filter-functions; it is
2886 now in the initial value defined in comint.el.
2887 (ansi-color-apply-face-function): New variable.
2888 (ansi-color-apply-on-region): Use it.
2889 (ansi-color-apply-overlay-face): New function.
2890
2891 * shell.el (shell): No need to require ansi-color.
2892 (shell-mode): Use ansi-color-apply-face-function to highlight
2893 color escapes using font-lock-face property (Bug#10835).
2894
20af2394
CY
28952012-02-19 Chong Yidong <cyd@gnu.org>
2896
2897 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
2898 mode-line formats (Bug#10839).
2899
e23a3fbe
GM
29002012-02-18 Glenn Morris <rgm@gnu.org>
2901
b474519e
GM
2902 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
2903
2904 * mail/undigest.el (unforward-rmail-message): Doc fix.
2905
e23a3fbe
GM
2906 * saveplace.el (save-place-ignore-files-regexp): Add :version.
2907
57939ff4
EZ
29082012-02-18 Eli Zaretskii <eliz@gnu.org>
2909
2910 * international/characters.el (script-list): Sync with the latest
2911 Unicode Character Database.
2912
0c23686e
AS
29132012-02-18 Andreas Schwab <schwab@linux-m68k.org>
2914
2915 * international/titdic-cnv.el: Remove duplicate coding tag.
2916 * language/cham.el: Likewise.
2917 * language/tai-viet.el: Likewise.
2918
6818b449
GM
29192012-02-18 Glenn Morris <rgm@gnu.org>
2920
2921 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
2922 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
2923 (calendar-bahai-all-holidays-flag, calendar-other-dates):
2924 * calendar/diary-lib.el (diary-abbreviated-year-flag):
2925 * calendar/holidays.el (holiday-bahai-holidays)
2926 (calendar-holidays, list-holidays):
2927 Use utf-8 Bahá'í in doc-strings, menus, etc.
2928
0311a3fc
TH
29292012-02-17 Tassilo Horn <tassilo@member.fsf.org>
2930
2931 * saveplace.el (save-place-ignore-files-regexp): New variable
2932 allowing for excluding files from saving their location of point.
2933 The default value matches the temporary commit message editing
2934 files from Git, SVN, Bazaar, and Mercurial.
2935 (save-place-to-alist): Use it.
2936
eb864a71
LM
29372012-02-17 Lawrence Mitchell <wence@gmx.li>
2938 Stefan Monnier <monnier@iro.umontreal.ca>
2939
2940 * newcomment.el (uncomment-region-default): Don't leave extra space
2941 when an arg is provided (bug#8150).
2942
ee0ce425
TZ
29432012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2944
eb864a71 2945 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 2946
95ddf442
GM
29472012-02-17 Glenn Morris <rgm@gnu.org>
2948
2949 * net/socks.el: Require network-stream. (Bug#10599)
2950
48dd1e39 29512012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
2952
2953 * international/charprop.el:
2954 * international/uni-name.el:
2955 * international/uni-old-name.el:
2956 * international/uni-comment.el: Regenerate.
2957
d68cd087
GM
29582012-02-16 Glenn Morris <rgm@gnu.org>
2959
2960 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
2961 Interactively in calendar buffer, give an error if not on a date.
2962
13932042
GM
29632012-02-15 Glenn Morris <rgm@gnu.org>
2964
2965 * shell.el (shell-delimiter-argument-list):
2966 Revert 2011-02-17 change. (Bug#8027)
2967
c3a70e2b
CY
29682012-02-15 Chong Yidong <cyd@gnu.org>
2969
60236b0d
CY
2970 * minibuffer.el (completion-at-point-functions): Doc fix.
2971
c3a70e2b
CY
2972 * custom.el (defcustom): Doc fix; note use of defvar.
2973
9f26dc24
GM
29742012-02-15 Glenn Morris <rgm@gnu.org>
2975
2976 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
2977 Doc fixes.
2978
6546b134
GM
29792012-02-14 Glenn Morris <rgm@gnu.org>
2980
2981 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
2982
d29b2b4c
LI
29832012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2984
2985 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
2986 way the ports list is computed.
835bdcba
LI
2987 (smtpmail-query-smtp-server): Prompt the user for a port number if
2988 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 2989
08dcdbc9
TZ
29902012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2991
2992 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
2993
2605051a
GM
29942012-02-13 Glenn Morris <rgm@gnu.org>
2995
2996 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
2997
7ee99f32
TZ
29982012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2999
3000 * net/gnutls.el (gnutls-trustfiles): New variable.
3001 (gnutls-negotiate): Use it.
3002
5f0af64f
LI
30032012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3004
3005 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
3006 does its stuff if Gnus is running.
3007
c14fcc95
AM
30082012-02-13 Alan Mackenzie <acm@muc.de>
3009
3010 Fix a loop in c-set-fl-decl-start.
3011
7a71b18d 3012 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
3013 c-backward-syntactic-ws actually moves backwards.
3014
142b4d90
LL
30152012-02-13 Leo Liu <sdl.web@gmail.com>
3016
3017 * net/rcirc.el (rcirc-markup-attributes): Move point to the
3018 beginning so that all \C-o chars are removed.
3019
fa9958a6
TZ
30202012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
3021
dc9924b8 3022 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 3023
0bc5886a
AM
30242012-02-12 Alan Mackenzie <acm@muc.de>
3025
3026 Fix infinite loop with long macros.
4d6769e1 3027 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 3028
d4bd55e7
CY
30292012-02-12 Chong Yidong <cyd@gnu.org>
3030
3031 * window.el (display-buffer): Doc fix (Bug#10785).
3032
66f3fe22
GM
30332012-02-12 Glenn Morris <rgm@gnu.org>
3034
bd7da63e
GM
3035 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3036 (x-disown-selection-internal, x-get-selection-internal):
3037 Sync docs with the xselect.c versions.
3038
66f3fe22
GM
3039 * allout-widgets.el: Add missing license notice.
3040
3e0d2fa7
GM
30412012-02-11 Glenn Morris <rgm@gnu.org>
3042
cfecdf09
GM
3043 * select.el (x-get-selection-internal, x-own-selection-internal)
3044 (x-disown-selection-internal):
3045 * x-dnd.el (x-get-selection-internal): Update declarations.
3046
6d216d7f
GM
3047 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
3048
2bed3f04
GM
3049 * window.el (window-sides-slots):
3050 * tool-bar.el (tool-bar-position):
3051 * term/xterm.el (xterm-extra-capabilities):
3052 * ses.el (ses-self-reference-early-detection):
3053 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
3054 (verilog-auto-wire-type)
3055 (verilog-auto-delete-trailing-whitespace)
3056 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
3057 (verilog-auto-tieoff-declaration):
3058 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
3059 (sql-oracle-statement-starters, sql-oracle-scan-on):
3060 * progmodes/prolog.el (prolog-align-comments-flag)
3061 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
3062 (prolog-left-indent-regexp, prolog-paren-indent-p)
3063 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
3064 (prolog-types, prolog-mode-specificators)
3065 (prolog-determinism-specificators, prolog-directives)
3066 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
3067 (prolog-electric-dot-flag)
3068 (prolog-electric-dot-full-predicate-template)
3069 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
3070 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
3071 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
3072 (prolog-program-switches, prolog-prompt-regexp)
3073 (prolog-debug-on-string, prolog-debug-off-string)
3074 (prolog-trace-on-string, prolog-trace-off-string)
3075 (prolog-zip-on-string, prolog-zip-off-string)
3076 (prolog-use-standard-consult-compile-method-flag)
3077 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
3078 (prolog-imenu-max-lines, prolog-info-predicate-index)
3079 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
3080 (prolog-char-quote-workaround):
3081 * progmodes/cc-vars.el (c-defun-tactic):
3082 * net/tramp.el (tramp-encoding-command-interactive)
3083 (tramp-local-end-of-line):
3084 * net/soap-client.el (soap-client):
3085 * net/netrc.el (netrc-file):
3086 * net/gnutls.el (gnutls):
3087 * minibuffer.el (completion-category-overrides)
3088 (completion-cycle-threshold)
3089 (completion-pcm-complete-word-inserts-delimiters):
3090 * man.el (Man-name-local-regexp):
3091 * mail/feedmail.el (feedmail-display-full-frame):
3092 * international/characters.el (glyphless-char-display-control):
3093 * eshell/em-ls.el (eshell-ls-date-format):
3094 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
3095 (lisp-lambda-list-keyword-parameter-indentation)
3096 (lisp-lambda-list-keyword-parameter-alignment):
3097 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
3098 * dired-x.el (dired-omit-verbose):
3099 * cus-theme.el (custom-theme-allow-multiple-selections):
3100 * calc/calc.el (calc-highlight-selections-with-faces)
3101 (calc-lu-field-reference, calc-lu-power-reference)
3102 (calc-note-threshold):
3103 * battery.el (battery-mode-line-limit):
3104 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3105 (archive-7z-update):
3106 * allout.el (allout-prefixed-keybindings)
3107 (allout-unprefixed-keybindings)
3108 (allout-inhibit-auto-fill-on-headline)
3109 (allout-flattened-numbering-abbreviation):
3110 * allout-widgets.el (allout-widgets-auto-activation)
3111 (allout-widgets-icons-dark-subdir)
3112 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
3113 (allout-widgets-theme-dark-background)
3114 (allout-widgets-theme-light-background)
3115 (allout-widgets-item-image-properties-emacs)
3116 (allout-widgets-item-image-properties-xemacs)
3117 (allout-widgets-run-unit-tests-on-load)
3118 (allout-widgets-time-decoration-activity)
3119 (allout-widgets-hook-error-post-time)
3120 (allout-widgets-track-decoration):
3121 Add missing :version tags to new defcustoms and defgroups.
3122
5fec1b8e
GM
3123 * progmodes/sql.el (sql-ansi-statement-starters)
3124 (sql-oracle-statement-starters): Add custom type.
3125
3e0d2fa7
GM
3126 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
3127 (prolog-system-version): Give it a type.
3128
90b671e2
EZ
31292012-02-11 Eli Zaretskii <eliz@gnu.org>
3130
3131 * term/pc-win.el (x-select-text, x-selection-owner-p)
3132 (x-own-selection-internal, x-disown-selection-internal)
3133 (x-get-selection-internal): Sync doc strings and argument lists
3134 with xselect.c, common-win.el and x-win.el. (Bug#10783)
3135
5eac0c02
LL
31362012-02-11 Leo Liu <sdl.web@gmail.com>
3137
3138 * progmodes/python.el (python-end-of-statement): Fix infinite
3139 loop. (Bug#10788)
3140
f82cb659
GM
31412012-02-10 Glenn Morris <rgm@gnu.org>
3142
3143 * international/mule-cmds.el (unify-8859-on-encoding-mode)
3144 (unify-8859-on-decoding-mode): Properly mark as obsolete.
3145
cc26d239
LI
31462012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3147
3148 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
3149 about SMTP before checking the From header.
3150
91027d08 3151 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
3152 into own function for reuse by emacsbug.el.
3153
1be3ca5a
LL
31542012-02-10 Leo Liu <sdl.web@gmail.com>
3155
3156 * subr.el (condition-case-unless-debug): Rename from
3157 condition-case-no-debug. All callers changed.
3158 (with-demoted-errors): Fix caller.
3159
3160 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
3161 * nxml/rng-valid.el (rng-do-some-validation):
3162 * emacs-lisp/package.el (package-refresh-contents)
3163 (package-menu-execute):
3164 * desktop.el (desktop-create-buffer):
91027d08 3165 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 3166
b011fbfe
GM
31672012-02-10 Glenn Morris <rgm@gnu.org>
3168
b2096d72
GM
3169 * textmodes/bibtex.el:
3170 Add missing :version tags for new/changed defcustoms.
3171
b011fbfe
GM
3172 * files.el (remote-file-name-inhibit-cache): Doc fixes.
3173
4c7e65bf
LI
31742012-02-09 Lars Ingebrigtsen <larsi@rusty>
3175
3176 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
3177 (smtpmail-via-smtp): Use it, or fall back on the From address.
3178 (smtpmail-send-it): Ditto.
3179
f3934f6f
SM
31802012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3181
3182 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3183 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
3184 (byte-compile-tmp-var): New const.
3185 (byte-compile-defvar): Use it to minimize .elc size.
3186 Just use `defvar' rather than simulate it (bug#10761).
3187
a075a2c5
GM
31882012-02-09 Glenn Morris <rgm@gnu.org>
3189
cf3aa21b
GM
3190 * files.el (rename-uniquely): Doc fix. (Bug#3806)
3191
354998cd
GM
3192 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
3193 Add :version tags.
3194
dc9924b8
SM
3195 * progmodes/compile.el (compilation-error-screen-columns)
3196 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 3197
dab3703d
GM
3198 * vc/log-view.el (log-view-toggle-entry-display):
3199 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
3200
3f88cd72
GM
3201 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
3202 (report-emacs-bug-can-use-xdg-email):
3203 (report-emacs-bug-insert-to-mailer): Doc fixes.
3204 (report-emacs-bug): Message fix.
3205
d95b247d
GM
3206 * net/browse-url.el (browse-url-can-use-xdg-open)
3207 (browse-url-xdg-open): Doc fixes.
3208
a075a2c5
GM
3209 * electric.el (electric-indent-mode, electric-pair-mode)
3210 (electric-layout-rules, electric-layout-mode): Doc fixes.
3211 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
3212
ffb6157e
MR
32132012-02-08 Martin Rudalics <rudalics@gmx.at>
3214
3215 * server.el (server-unselect-display): Don't inadvertently kill
3216 the current buffer. (Bug#10729)
3217
e1ac4066
GM
32182012-02-08 Glenn Morris <rgm@gnu.org>
3219
34e8a2da
GM
3220 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
3221 (sql-list-table): Doc fixes.
3222
b4ac6e8c
GM
3223 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
3224 Comment out (does nothing).
3225
e1ac4066
GM
3226 * completion.el (dynamic-completion-mode):
3227 * dirtrack.el (dirtrack-debug-mode):
3228 * electric.el (electric-layout-mode):
3229 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
3230 * face-remap.el (text-scale-mode, buffer-face-mode):
3231 * iimage.el (iimage-mode):
3232 * image-mode.el (image-transform-mode):
3233 * minibuffer.el (completion-in-region-mode):
3234 * scroll-lock.el (scroll-lock-mode):
3235 * simple.el (next-error-follow-minor-mode):
3236 * tar-mode.el (tar-subfile-mode):
3237 * tooltip.el (tooltip-mode):
3238 * vcursor.el (vcursor-use-vcursor-map):
3239 * wid-browse.el (widget-minor-mode):
3240 * emulation/tpu-edt.el (tpu-edt-mode):
3241 * emulation/tpu-extras.el (tpu-cursor-free-mode):
3242 * international/iso-ascii.el (iso-ascii-mode):
3243 * language/thai-util.el (thai-word-mode):
3244 * mail/supercite.el (sc-minor-mode):
3245 * net/goto-addr.el (goto-address-mode):
3246 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
3247 * progmodes/cwarn.el (cwarn-mode):
3248 * progmodes/flymake.el (flymake-mode):
3249 * progmodes/glasses.el (glasses-mode):
3250 * progmodes/hideshow.el (hs-minor-mode):
3251 * progmodes/pascal.el (pascal-outline-mode):
3252 * textmodes/enriched.el (enriched-mode):
3253 * vc/smerge-mode.el (smerge-mode):
3254 Doc fixes (minor mode argument).
3255
5e0d957f
EZ
32562012-02-07 Eli Zaretskii <eliz@gnu.org>
3257
3258 * ls-lisp.el (ls-lisp-sanitize): New function.
3259 (ls-lisp-insert-directory): Use it to fix or remove any elements
3260 in file-alist with missing attributes. (Bug#4673)
3261
98d7371e
AM
32622012-02-07 Alan Mackenzie <acm@muc.de>
3263
3264 Fix spurious recognition of c-in-knr-argdecl.
3265
3266 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
3267 putative K&R region.
3268
667ced3a
AM
32692012-02-07 Alan Mackenzie <acm@muc.de>
3270
eb864a71
LM
3271 * progmodes/cc-engine.el (c-forward-objc-directive):
3272 Prevent looping in "#pragma mark @implementation".
667ced3a 3273
5b77774d
MA
32742012-02-07 Michael Albinus <michael.albinus@gmx.de>
3275
3276 * notifications.el (notifications-on-closed-signal): Make `reason'
3277 optional. (Bug#10744)
3278
af008560
GM
32792012-02-07 Glenn Morris <rgm@gnu.org>
3280
60d47423
GM
3281 * emacs-lisp/easy-mmode.el (define-minor-mode):
3282 Doc fixes for the macro and the mode it defines.
3283
dd605cc4
GM
3284 * image.el (imagemagick-types-inhibit): Doc fix.
3285
af008560
GM
3286 * cus-start.el (imagemagick-render-type): Add it.
3287
5cc59a37
LI
32882012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3289
4d6769e1
JB
3290 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
3291 Set the default at load time, too, so that `font-lock-fontify-buffer'
3292 can be called without setting up the entire mode first. This fixes
3293 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 3294
9a6dd747
CY
32952012-02-06 Chong Yidong <cyd@gnu.org>
3296
2d16b285
CY
3297 * simple.el (list-processes--refresh): Delete exited processes
3298 (Bug#8094).
3299
171e9b6e
CY
3300 * comint.el (comint-next-prompt): next-single-char-property-change
3301 and prev-single-char-property-change never return nil (Bug#8657).
3302
9a6dd747
CY
3303 * custom.el (defcustom): Doc fix (Bug#9711).
3304
aa4589a7
CY
33052012-02-05 Chong Yidong <cyd@gnu.org>
3306
5c2a252f
CY
3307 * cus-edit.el (custom-variable-reset-backup): Quote the value
3308 before storing it in the customized-value property (Bug#6712).
4aab9006 3309 (custom-display): Add a customization type tag.
983b9602 3310 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 3311
aa4589a7
CY
3312 * wid-edit.el (widget-field-value-get): New optional arg to
3313 suppress trailing whitespace truncation.
3314 (character): Use it (Bug#2689).
3315
1ff980ae
AS
33162012-02-05 Andreas Schwab <schwab@linux-m68k.org>
3317
3318 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
3319 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
3320
03988c98
CY
33212012-02-05 Chong Yidong <cyd@gnu.org>
3322
eeb6cc88
CY
3323 * cus-edit.el (custom-variable-value-create): For mismatched
3324 types, show the current value (Bug#7600).
3325
03988c98
CY
3326 * custom.el (defcustom): Doc fix.
3327
f8cdeef0
GM
33282012-02-05 Glenn Morris <rgm@gnu.org>
3329
3330 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
3331
0696d255
JB
33322012-02-05 Juanma Barranquero <lekktu@gmail.com>
3333
3334 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
3335 (pp-buffer): Use `ignore-errors', `looking-at-p'.
3336 (pp-last-sexp): Use `looking-at-p'.
3337
34c99998
GM
33382012-02-04 Glenn Morris <rgm@gnu.org>
3339
8f05da42
GM
3340 * files.el (revert-buffer):
3341 Doc fix (mention revert-buffer-in-progress-p).
3342
f160676e
GM
3343 * emacs-lisp/ert-x.el (ert-simulate-command):
3344 Check deferred-action-list (which is obsolete) is bound.
3345
c7291ad9
GM
3346 * subr.el (with-wrapper-hook): Doc fixes.
3347
34c99998
GM
3348 * simple.el (filter-buffer-substring-functions)
3349 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
3350
6283a7d3
LL
33512012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
3352
3353 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
3354 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
3355
e96e3013
LL
33562012-02-04 Leo Liu <sdl.web@gmail.com>
3357
3358 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
3359
8ded50f2
GM
33602012-02-04 Glenn Morris <rgm@gnu.org>
3361
82ff1d13
GM
3362 * image.el (image-extension-data): Add obsolete alias.
3363
987a0a16
GM
3364 * isearch.el (isearch-update): Doc fix.
3365
ea32ef46
GM
3366 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
3367
8ded50f2
GM
3368 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
3369
eea14f31
GM
33702012-02-03 Glenn Morris <rgm@gnu.org>
3371
3372 * image.el (image-animated-p): Doc fix. Use image-animated-types.
3373 (image-animate-timeout): Doc fix.
3374
3375 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
3376
12f381b7
GM
33772012-02-02 Glenn Morris <rgm@gnu.org>
3378
953cebf5
GM
3379 * server.el (server-auth-dir): Doc fix.
3380 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
3381
12f381b7
GM
3382 * subr.el (run-mode-hooks): Doc fix.
3383
953a8c3b
JL
33842012-02-02 Juri Linkov <juri@jurta.org>
3385
3386 * image-mode.el (image-toggle-display-image): Remove tautological
3387 `major-mode' from the `derived-mode-p' test.
3388
c5d3843c
KH
33892012-02-02 Kenichi Handa <handa@m17n.org>
3390
9f6e692e 3391 * composite.el (compose-region): Cancel previous change.
c5d3843c 3392
159462d4 33932012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
3394
3395 * composite.el (compose-region, compose-string): Signal error for
3396 a null string component (Bug#6988).
3397
9f562668
CY
33982012-02-01 Chong Yidong <cyd@gnu.org>
3399
e2cef717
CY
3400 * view.el (view-buffer-other-window, view-buffer-other-frame):
3401 Handle special modes like view-buffer (Bug#10650).
3402 (view-buffer): Simplify.
3403
9f562668
CY
3404 * frame.el (set-frame-font): Tweak meaning of third argument.
3405
9f6e692e
JB
3406 * dynamic-setting.el (font-setting-change-default-font):
3407 Use set-frame-font (Bug#9982).
9f562668 3408
781acb9f
GM
34092012-02-01 Glenn Morris <rgm@gnu.org>
3410
6035be52
GM
3411 * progmodes/compile.el (compilation-internal-error-properties):
3412 Respect compilation-first-column in the "*compilation*" buffer.
3413
781acb9f
GM
3414 * emacs-lisp/easy-mmode.el (define-minor-mode):
3415 Relax :variable's test for a named function.
3416
abbceb00
AM
34172012-01-31 Alan Mackenzie <acm@muc.de>
3418
3419 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
3420 off by one error.
3421
fce3fdeb
CY
34222012-01-31 Chong Yidong <cyd@gnu.org>
3423
3424 * frame.el (set-frame-font): New arg ALL-FRAMES.
3425
3426 * menu-bar.el (menu-set-font): Use set-frame-font.
3427
3428 * faces.el (face-spec-reset-face): Don't apply unspecified
3429 attribute values to the default face.
3430
47893581
JB
34312012-01-31 Juanma Barranquero <lekktu@gmail.com>
3432
3433 * progmodes/cwarn.el (cwarn): Remove dead link.
3434 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
3435 Remove * from defcustom docstrings.
3436 (turn-on-cwarn-mode): Make obsolete.
3437 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3438 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3439
e58e988a
GM
34402012-01-31 Glenn Morris <rgm@gnu.org>
3441
60dc2671 3442 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 3443 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 3444 Allow named functions to be used as the cdr of :variable.
e58e988a 3445
7a3f511d
GM
34462012-01-30 Glenn Morris <rgm@gnu.org>
3447
3448 * emacs-lisp/authors.el (authors-fixed-entries):
3449 Remove reference to deleted file rnewspost.el.
3450
cb882333
JB
34512012-01-29 Juanma Barranquero <lekktu@gmail.com>
3452
3453 * window.el (window-with-parameter): Remove unused variable `windows'.
3454 (window--side-check): Remove unused variable `code'.
3455 (window--resize-siblings): Remove unused variable `first'.
3456 (adjust-window-trailing-edge): Remove unused variable `failed'.
3457 (window-deletable-p, window--delete): Remove unused variable `buffer'.
3458 Use `let', not `let*'.
3459 (balance-windows-2): Remove unused variable `found'.
3460 (window--state-put-2): Remove unused variable `splits'.
3461 (window-state-put): Remove unused variable `selected'.
3462 (same-window-p): Use `string-match-p'.
3463 (display-buffer-assq-regexp): Remove unused variable `value'.
3464 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3465 Mark argument ALIST as ignored.
3466 (pop-to-buffer): Remove unused variable `old-window'.
3467
907201af
EZ
34682012-01-29 Eli Zaretskii <eliz@gnu.org>
3469
3470 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3471 and .lzma compressed files.
3472
ea162670
CY
34732012-01-29 Chong Yidong <cyd@gnu.org>
3474
5b95ee8a
CY
3475 * frame.el (window-system-default-frame-alist): Doc fix.
3476
ea162670
CY
3477 * dynamic-setting.el (font-setting-change-default-font): Don't
3478 change the default face if SET-FONT argument is non-nil (Bug#9982).
3479
d6e6f4b1
SB
34802012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3481
3482 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3483
0f29fa41 34842012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
3485
3486 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3487 breakpoints in files outside current directory (Bug#6098).
3488
db174434
CY
34892012-01-29 Chong Yidong <cyd@gnu.org>
3490
6b25e4e2
SE
3491 * progmodes/python.el: Require ansi-color at top-level.
3492
6df6ae42
JB
3493 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3494 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
3495 (lisp-mode-abbrev-table): Add doc.
3496 (lisp-mode-variables): Don't set local-abbrev-table.
3497 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3498
e70ee681
RW
34992012-01-28 Roland Winkler <winkler@gnu.org>
3500
3501 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3502
ace88aa2
RW
35032012-01-28 Roland Winkler <winkler@gnu.org>
3504
3505 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3506 (bibtex-set-dialect): Use it. Either set global values of
3507 dialect-dependent variables or bind these variables buffer-locally
3508 (Bug#10254).
3509 (bibtex-mode): Call bibtex-set-dialect via
3510 hack-local-variables-hook.
eb864a71
LM
3511 (bibtex-dialect): Update docstring.
3512 Add safe-local-variable predicate.
ace88aa2
RW
3513 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3514 bibtex-set-dialect.
3515 (bibtex-mode-map): Define menu for each dialect.
3516 (bibtex-entry): Fix docstring.
3517
93376c5b
CY
35182012-01-28 Chong Yidong <cyd@gnu.org>
3519
3520 * eshell/esh-arg.el (eshell-quote-argument): New function.
3521
3522 * eshell/esh-ext.el (eshell-invoke-batch-file):
3523 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3524 first arg to eshell-parse-command (Bug#10523).
3525
4372494f
DA
35262012-01-28 Drew Adams <drew.adams@oracle.com>
3527
3528 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3529 `default-directory' is non-nil.
3530
4d4ec1f8
EZ
35312012-01-28 Eli Zaretskii <eliz@gnu.org>
3532
3533 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3534 line that displays system-configuration-options. (Bug#9924)
3535
7c188927
DA
35362012-01-28 Drew Adams <drew.adams@oracle.com>
3537
3538 * descr-text.el (describe-char): Show information about POS, in
3539 addition to information about the character at POS. Improve and
3540 update the doc string. Change "code point" to "code point in
3541 charset", to avoid confusion with the character's Unicode code
3542 point shown above that. (Bug#10129)
3543
e0da685a
EZ
35442012-01-28 Eli Zaretskii <eliz@gnu.org>
3545
3546 * descr-text.el (describe-char): Show the raw character, not only
3547 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3548 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3549 for the reasons.
3550
70550acf
PH
35512012-01-28 Phil Hagelberg <phil@hagelb.org>
3552
eb864a71
LM
3553 * emacs-lisp/package.el (package-install):
3554 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 3555
0ce8e868
CY
35562012-01-28 Chong Yidong <cyd@gnu.org>
3557
cb882333
JB
3558 * emacs-lisp/package.el (package-maybe-load-descriptor):
3559 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
3560 (package-maybe-load-descriptor): Use it.
3561 (package-download-transaction): Fully load required packages
3562 inside the loop, so that `require' calls work (Bug#10593).
3563 (package-install): No need to call package-initialize now.
3564
2e7f3bea
CY
35652012-01-28 Chong Yidong <cyd@gnu.org>
3566
6e9bad14
CY
3567 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3568
f823b8ca
CY
3569 * tooltip.el (tooltip-mode): Doc fix.
3570 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3571
2680c309
CY
3572 * frame.el (set-cursor-color): Doc fix (Bug#352).
3573
d7a9e63b
CY
3574 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3575 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3576
2e7f3bea
CY
3577 * cus-edit.el (custom-buffer-create-internal): Fix search button
3578 action (Bug#10542).
2ae01800 3579 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 3580
fc4f7a23
EW
35812012-01-27 Eduard Wiebe <usenet@pusto.de>
3582
3583 * dired.el (dired-mark-files-regexp):
3584 Include any subdirectory components. (Bug#10445)
3585
7dd37071
ML
35862012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3587
3588 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3589 Handle [host]:port syntax. (Bug#10533)
3590
a268160b
AH
35912012-01-27 Alex Harsanyi <harsanyi@mac.com>
3592
3593 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3594
e43273ef
GM
35952012-01-26 Glenn Morris <rgm@gnu.org>
3596
3597 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3598 * term.el (term-raw-escape-map): Use Control-X-prefix.
3599 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3600
1edf595d
MR
36012012-01-25 Martin Rudalics <rudalics@gmx.at>
3602
3603 * window.el (window-state-get, window--state-get-1): Don't deal
3604 with fixed-sizeness of windows. Simplify code.
3605
fa8eafef
JC
36062012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
3607
6df6ae42
JB
3608 * window.el (window--state-get-1, window--state-put-2):
3609 Don't save and restore the mark.
fa8eafef 3610
0b21c100
CY
36112012-01-25 Chong Yidong <cyd@gnu.org>
3612
3613 * custom.el (custom-variable-p): Doc fix.
3614
5ae1a6c8
GM
36152012-01-25 Glenn Morris <rgm@gnu.org>
3616
40047858
GM
3617 * dired.el (dired-goto-file): Handle some of the more common
3618 characters that `ls -b' escapes. (Bug#10596)
3619
5ddce96c
GM
3620 * progmodes/compile.el (compilation-next-error-function):
3621 Respect compilation-first-column in the "*compilation*" buffer.
3622 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3623
5ae1a6c8
GM
3624 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3625
b559f1a9
GM
36262012-01-24 Glenn Morris <rgm@gnu.org>
3627
3628 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3629
6725d21a
JD
36302012-01-24 Julien Danjou <julien@danjou.info>
3631
3632 * color.el (color-rgb-to-hsl): Fix value computing.
3633 (color-hue-to-rgb): New function.
3634 (color-hsl-to-rgb): New function.
3635 (color-clamp, color-saturate-hsl, color-saturate-name)
3636 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3637 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3638
70df4bbe
GM
36392012-01-24 Glenn Morris <rgm@gnu.org>
3640
3641 * vc/vc-rcs.el (vc-rcs-create-tag):
3642 * vc/vc-sccs.el (vc-sccs-create-tag):
3643 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
3644
802a2ae2
ML
36452012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
3646
3647 * eshell/esh-util.el (eshell-read-hosts-file):
3648 Skip comment lines. (Bug#10549)
3649
d7128bb1
ML
3650 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
3651
d1a5c3b4
JB
36522012-01-23 Juanma Barranquero <lekktu@gmail.com>
3653
2724d9c7
JB
3654 * subr.el (display-delayed-warnings): Doc fix.
3655 (collapse-delayed-warnings): New function to collapse identical
3656 adjacent warnings.
3657 (delayed-warnings-hook): Add it.
d1a5c3b4 3658
a5509865
MA
36592012-01-22 Michael Albinus <michael.albinus@gmx.de>
3660
3661 * net/tramp.el (tramp-action-login): Set connection property "login-as".
3662
3663 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
3664 properties, when "login-as" is set.
3665
3666 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
3667 (tramp-default-user-alist): Don't add "pscp".
3668 (tramp-do-copy-or-rename-file-out-of-band): Use connection
3669 property "login-as", if set. (Bug#10530)
3670
cc6d5805
MA
36712012-01-21 Michael Albinus <michael.albinus@gmx.de>
3672
3673 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
3674 "plink1" and "psftp". (Bug#10530)
3675
36762012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
3677
3678 * international/mule-cmds.el (prefer-coding-system): Show a
3679 warning message if the default value of file-name-coding-system
3680 was not changed.
3681
f0960428
JC
36822012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3683
cb882333
JB
3684 * windmove.el (windmove-reference-loc):
3685 Fix windmove-reference-loc miscalculation.
f0960428 3686
dd6f2a63
JB
36872012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
3688
3689 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
3690 default unit.
3691
7b447e9b
GM
36922012-01-21 Glenn Morris <rgm@gnu.org>
3693
117a9ea1
GM
3694 * international/mule.el (auto-coding-alist): Add .tbz.
3695
7b447e9b
GM
3696 * files.el (local-enable-local-variables): Doc fix.
3697 (inhibit-local-variables-regexps): Rename from
3698 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
3699 Doc fix. Add some extensions from auto-coding-alist.
3700 (inhibit-local-variables-suffixes):
3701 Rename from inhibit-first-line-modes-suffixes. Doc fix.
3702 (inhibit-local-variables-p):
3703 New function, extracted from set-auto-mode-1.
3704 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
3705 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
3706 (hack-local-variables): Doc fix. Make the mode-only case
3707 respect enable-local-variables and friends.
3708 Respect inhibit-local-variables-regexps for file-locals, but
3709 not for directory-locals.
3710 (set-visited-file-name):
3711 Take account of inhibit-local-variables-regexps.
3712 Whether it applies may change as the file name is changed.
3713 * jka-cmpr-hook.el (jka-compr-install):
3714 * jka-compr.el (jka-compr-uninstall):
3715 Update for inhibit-first-line-modes-suffixes name change.
3716
dd6e3cdd
MR
37172012-01-20 Martin Rudalics <rudalics@gmx.at>
3718
3719 * help-macro.el (make-help-screen): Temporarily restore original
3720 binding for minor-mode-map-alist (Bug#10454).
3721
0d0deb38
JD
37222012-01-19 Julien Danjou <julien@danjou.info>
3723
3724 * color.el (color-name-to-rgb): Use the white color to find the max
3725 color component value and return correctly computed values.
3726 (color-name-to-rgb): Add missing float conversion for max value.
3727
34a02f46
MR
37282012-01-19 Martin Rudalics <rudalics@gmx.at>
3729
3730 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
3731 special state value for window-persistent-parameters.
3732 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
3733 (window--state-put-2): Reset all window parameters to nil before
3734 assigning values of persistent parameters.
3735
606c44c4
AM
37362012-01-18 Alan Mackenzie <acm@muc.de>
3737
3738 Eliminate sluggishness and hangs in fontification of "semicolon
3739 deserts".
3740
cb882333
JB
3741 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
3742 Change value 10000 -> 3000.
606c44c4
AM
3743 (c-state-safe-place): Reformulate so it doesn't stack up an
3744 infinite number of wrong entries in c-state-nonlit-pos-cache.
3745 (c-determine-limit-get-base, c-determine-limit): New functions to
3746 determine backward search limits disregarding literals.
3747 (c-find-decl-spots): Amend commenting.
3748 (c-cheap-inside-bracelist-p): New function which detects "={".
3749
3750 * progmodes/cc-fonts.el
3751 (c-make-font-lock-BO-decl-search-function): Give a limit to a
3752 backward search.
3753 (c-font-lock-declarations): Fix an occurrence of point being
3754 undefined. Check additionally for point being in a bracelist or
3755 near a macro invocation without a semicolon so as to avoid a
3756 fruitless time consuming search for a declarator. Give a more
3757 precise search limit for declarators using the new
3758 c-determine-limit.
3759
f3860cea
GM
37602012-01-18 Glenn Morris <rgm@gnu.org>
3761
3762 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
3763 (set-auto-mode): Doc fixes.
3764
1db03b16
GM
37652012-01-17 Glenn Morris <rgm@gnu.org>
3766
0e6038be
GM
3767 * isearch.el (search-nonincremental-instead): Fix doc typo.
3768
1db03b16
GM
3769 * dired.el (dired-insert-directory): Handle newlines in directory name.
3770 (dired-build-subdir-alist): Unescape newlines in directory name.
3771
4cb0aa75
MA
37722012-01-17 Michael Albinus <michael.albinus@gmx.de>
3773
3774 * net/tramp.el (tramp-local-end-of-line): New defcustom.
3775 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
3776 (tramp-action-terminal): Use it. (Bug#10530)
3777
1d00653d
SM
37782012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3779
3780 * minibuffer.el (completion--replace): Strip properties (bug#10062).
3781
6a6ee00d
MR
37822012-01-16 Martin Rudalics <rudalics@gmx.at>
3783
3784 * window.el (window-state-ignored-parameters): Remove variable.
3785 (window--state-get-1): Rename argument MARKERS to IGNORE.
3786 Handle persistent window parameters. Make copy of clone-of
3787 parameter only if requested. (Bug#10348)
3788 (window--state-put-2): Install a window parameter only if it has
3789 a non-nil value or an existing parameter shall be overwritten.
3790
97912def
MA
37912012-01-15 Michael Albinus <michael.albinus@gmx.de>
3792
3793 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
3794
688070a5
EZ
37952012-01-14 Eli Zaretskii <eliz@gnu.org>
3796
3797 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
3798 don't pass the (nil) value of `upnode' to string-match.
3799
301afadc
CY
38002012-01-14 Chong Yidong <cyd@gnu.org>
3801
3802 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 3803 Fix values recognized by the cursorBlink resource.
301afadc 3804
9e5788aa
PE
38052012-01-14 Paul Eggert <eggert@cs.ucla.edu>
3806
3807 * epg.el (epg--make-temp-file): Avoid permission race condition
3808 when running on old Emacs versions (bug#10403).
3809
3cdb7f5a
GM
38102012-01-14 Glenn Morris <rgm@gnu.org>
3811
3812 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
3813
8c82b1b4
AM
38142012-01-13 Alan Mackenzie <acm@muc.de>
3815
3816 Fix filling for when filladapt mode is enabled.
3817
3818 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
3819 c-mask-paragraph, pass in `fill-paragraph' rather than
3820 `fill-region-as-paragraph'. (This is a reversion of a previous
3821 change.)
eb864a71
LM
3822 * progmodes/cc-mode.el (c-basic-common-init):
3823 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 3824
e517eda4
GM
38252012-01-13 Glenn Morris <rgm@gnu.org>
3826
1498536e
GM
3827 * dired.el (dired-switches-escape-p): New function.
3828 (dired-insert-directory): Use dired-switches-escape-p.
3829 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
3830
e517eda4
GM
3831 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
3832
328f984d
GM
38332012-01-12 Glenn Morris <rgm@gnu.org>
3834
3835 * mail/sendmail.el (mail-mode): Update paragraph-separate for
3836 changes in adaptive-fill-regexp. (Bug#10276)
3837
2cc769a8
AM
38382012-01-11 Alan Mackenzie <acm@muc.de>
3839
3840 Fix Emacs bug #10463 - put `widen's around the critical spots.
3841
1d00653d 3842 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
3843 widen around each invocation of c-state-pp-to-literal. Remove an
3844 unused let variable.
3845
e52c37fa
GM
38462012-01-11 Glenn Morris <rgm@gnu.org>
3847
3848 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 3849 Doc fix.
e52c37fa 3850
96f8741e
CY
38512012-01-10 Chong Yidong <cyd@gnu.org>
3852
1d00653d
SM
3853 * net/network-stream.el (network-stream-open-starttls):
3854 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
3855 response to the capability command.
3856
b09a806e
GM
38572012-01-10 Glenn Morris <rgm@gnu.org>
3858
3859 * mail/unrmail.el (unrmail): Tweak previous change.
3860
7655cb66
CY
38612012-01-09 Chong Yidong <cyd@gnu.org>
3862
3863 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
3864
9d5a8f0b
AM
38652012-01-08 Alan Mackenzie <acm@muc.de>
3866
3867 Optimise font locking in long enum definitions.
3868
3869 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
3870 arm to a cond form to handle enums.
3871 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
3872 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
3873
9a0115ab 38742012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
3875
3876 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 3877 (Bug#10401)
6bb72cbd 3878
f186bb95
LMI
38792012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3880
29232a68
LMI
3881 * faces.el (set-face-attribute): Clarify the meaning of the nil
3882 frame (bug#10294).
3883
4e5d086d
LMI
3884 * subr.el (with-selected-frame): Mention that the selected frame
3885 is restored (bug#9980).
3886
8e66aebe
LMI
3887 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
3888 (bug#9759).
3889
cd394be1 3890 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
3891 (password-read): Don't autoload unused function.
3892
adf4e762
JB
38932012-01-07 Juanma Barranquero <lekktu@gmail.com>
3894
3895 * progmodes/which-func.el (which-func-mode): Turn into a
3896 non-interactive function and mark as obsolete (bug#10428).
3897
89bd9ccd
CY
38982012-01-06 Chong Yidong <cyd@gnu.org>
3899
3900 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
3901 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
3902 functions, along with 1 and -1.
3903
4afee9d5
EZ
39042012-01-06 Eli Zaretskii <eliz@gnu.org>
3905
3906 * time.el (display-time-load-average)
3907 (display-time-default-load-average): Doc fixes. See the thread
3908 starting at
3909 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
3910 for the details.
3911
536aea70
GM
39122012-01-06 Glenn Morris <rgm@gnu.org>
3913
665ae865
GM
3914 * mail/unrmail.el (unrmail): Give an explicit error if the input file
3915 has no messages. (Bug#10377)
3916
c869783d
GM
3917 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
3918 than Info-edit. (Bug#10385)
3919
2bb4227e
GM
3920 * time.el (display-time-load-average, display-time-next-load-average):
3921 Doc fixes.
3922
7d5944b9
GM
3923 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
3924 local setting of buffer-read-only to the input buffer. (Bug#10419)
3925
536aea70
GM
3926 * calendar/calendar.el (calendar-mode):
3927 Locally set scroll-margin to 0. (Bug#10379)
3928
7dccca16
UM
39292012-01-06 Ulrich Mueller <ulm@gentoo.org>
3930
3931 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
3932
afbb7930
GM
39332012-01-05 Glenn Morris <rgm@gnu.org>
3934
3935 * eshell/em-unix.el (diff-no-select): Autoload it.
3936 (eshell/diff): Use diff-no-select. (Bug#10420)
3937
04482335
CY
39382012-01-05 Chong Yidong <cyd@gnu.org>
3939
7baca3bc
CY
3940 * shell.el (shell-dynamic-complete-functions): Revert last change.
3941 (shell-command-completion-function): New function.
3942 (shell-completion-vars): Use it to implement
3943 shell-completion-execonly (Bug#10417).
3944
04482335
CY
3945 * custom.el (enable-theme): Don't set custom-safe-themes.
3946
1d00653d
SM
3947 * cus-theme.el (custom-theme-merge-theme):
3948 Ignore custom-enabled-themes and custom-safe-themes.
04482335 3949
bb5aa5d6
MM
39502012-01-05 Michael R. Mauger <mmaug@yahoo.com>
3951
3952 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
3953 first prompt in `sql-interacive-mode'.
3954 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 3955 keywords.
6df6ae42 3956 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
3957 (sql-product-interactive): Bug fix: Set `sql-buffer' in
3958 context of original buffer. Invoke `sql-login-hook'.
3959
a7183d7c
EZ
39602012-01-04 Eli Zaretskii <eliz@gnu.org>
3961
3962 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
3963 letters in cite-prefix.
3964
a1eacd1e
LMI
39652012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3966
3967 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
3968
787cdb34
CY
39692012-01-03 Chong Yidong <cyd@gnu.org>
3970
1d00653d
SM
3971 * shell.el (shell-dynamic-complete-functions):
3972 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
3973 comint-filename-completion first (Bug#10417).
3974
30710442
RS
39752012-01-02 Richard Stallman <rms@gnu.org>
3976
3977 * battery.el (battery-status-function):
3978 Detect when to use battery-yeeloong-sysfs.
3979 (battery-echo-area-format): Add string for Yeeloong.
3980 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
3981 (battery-yeeloong-sysfs): New function.
3982
f75bfc33
CY
39832012-01-02 Chong Yidong <cyd@gnu.org>
3984
3985 * dirtrack.el (dirtrack-list): Eliminate unused third element.
3986 (dirtrack): Merge code for handling relative filenames in prompt
3987 from shell-dir-cookie-watcher.
3988 (dirtrack-debug-message): New arg to avoid excess format calls.
3989
3990 * shell.el (shell-dir-cookie-re): Variable deleted.
3991 (shell-dir-cookie-watcher): Function deleted.
3992 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
3993 with dirtrack-mode.
3994
651e947e
EZ
39952012-01-01 Eli Zaretskii <eliz@gnu.org>
3996
1d00653d
SM
3997 * term/w32-win.el (dynamic-library-alist) <gnutls>:
3998 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
3999 libgnutls-26.dll.
4000
94d4c7dc
AS
40012011-12-31 Andreas Schwab <schwab@linux-m68k.org>
4002
4003 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
4004
8d43f3cd
EZ
40052011-12-31 Eli Zaretskii <eliz@gnu.org>
4006
4007 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
4008 headers of non-MIME messages, when rmail-enable-mime is non-nil.
4009
98c8795a
MA
40102011-12-29 Michael Albinus <michael.albinus@gmx.de>
4011
4012 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
4013 also for alternative shells.
4014 (tramp-open-connection-setup-interactive-shell): Check, whether
4015 the shell is a busybox.
4016 (tramp-send-command): Don't suppress multiple prompts for
4017 busyboxes, it hurts.
4018
51281b32
CY
40192011-12-28 Chong Yidong <cyd@gnu.org>
4020
4021 * progmodes/gdb-mi.el (gdb-get-source-file-list)
4022 (gdb-get-source-file): Move mode line update to
4023 gdb-get-source-file (Bug#10087).
4024
2170cb53
CY
40252011-12-25 Chong Yidong <cyd@gnu.org>
4026
4027 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
4028 gud-gdb-marker-filter without taking it as an argument.
4029 (gud-gdb-run-command-fetch-lines): Caller changed.
4030 (gud-gdb-completion-function): New variable.
4031 (gud-gdb-completion-at-point): Use it.
4032 (gud-gdb-completions-1): Split from gud-gdb-completions.
4033
4034 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
4035 function as separate arguments.
4036 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
4037 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
4038 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
4039 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
4040 (gdb-stopped, def-gdb-auto-update-trigger)
4041 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
4042 (gdb-get-changed-registers, gdb-get-main-selected-frame):
4043 Callers changed.
2170cb53
CY
4044 (gud-gdbmi-completions): New function.
4045 (gdb): Use it for generating the completion table.
4046
be8b11bb
AM
40472011-12-24 Alan Mackenzie <acm@muc.de>
4048
4049 Introduce a mechanism to widen the region used in context font
1d00653d 4050 locking. Use this to protect declarations from losing their contexts.
be8b11bb 4051
1d00653d
SM
4052 * progmodes/cc-langs.el (c-before-font-lock-functions):
4053 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 4054 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
4055 functions to be run just before context (etc.) font locking.
4056
4057 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 4058 New, functionality extracted from
be8b11bb 4059 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 4060 (c-in-after-change-fontification): New variable.
be8b11bb
AM
4061 (c-after-change): Set c-in-after-change-fontification.
4062 (c-set-fl-decl-start): Rejig its interface, so it can be called
4063 from both after-change and context fontifying.
b81d40f0
JB
4064 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
4065 New functions.
4066 (c-standard-font-lock-fontify-region-function): New variable.
4067 (c-font-lock-fontify-region): New function.
be8b11bb 4068
341cf6ac
JL
40692011-12-24 Juri Linkov <juri@jurta.org>
4070
4071 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
4072 (Bug#10348)
4073
bffcee0a
MA
40742011-12-23 Michael Albinus <michael.albinus@gmx.de>
4075
4076 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
4077 existence of source file. (Bug#10325)
4078
cb5e207c
AM
40792011-12-23 Alan Mackenzie <acm@muc.de>
4080
4081 Fix unstable fontification inside templates.
4082
b81d40f0
JB
4083 * progmodes/cc-langs.el (c-before-font-lock-functions):
4084 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
4085 additionally has c-set-fl-decl-start. The other languages (apart
4086 from AWK) have that as a single entry.
4087
b81d40f0
JB
4088 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4089 The functionality for "local" declarations has been extracted to
cb5e207c
AM
4090 c-set-fl-decl-start.
4091
b81d40f0
JB
4092 * progmodes/cc-mode.el (c-common-init, c-after-change):
4093 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
4094 (c-set-fl-decl-start): New function, extracted from
4095 c-font-lock-enclosing-decls and enhanced.
4096
60ff536c
JB
40972011-12-23 Juanma Barranquero <lekktu@gmail.com>
4098
4099 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
4100
1c4757d6
JL
41012011-12-22 Juri Linkov <juri@jurta.org>
4102
4103 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
4104
d031f2c7
CY
41052011-12-22 Chong Yidong <cyd@gnu.org>
4106
4107 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4108
bace743a
DA
41092011-12-21 Drew Adams <drew.adams@oracle.com>
4110
4111 * files.el (file-remote-p): Fix docstring. (Bug#10319)
4112
728a1f2b
JC
41132011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4114
4115 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
4116
0d373f73
TZ
41172011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
4118
fec0aaa4
TZ
4119 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
4120 highlighting and support. Fix up comments for capitalization.
4121 (cfengine-mode-debug): New var.
4122 (cfengine3-mode): Change the modeline indicator to "CFE3".
4123 (cfengine3-font-lock-keywords): Improve defun highlighting.
4124 (cfengine2-actions): Rename from `cfengine-actions'.
4125 (cfengine2-font-lock-keywords): Rename from
4126 `cfengine-font-lock-keywords'.
4127 (cfengine2-imenu-expression): Rename from
4128 `cfengine-imenu-expression'.
4129 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
4130 (cfengine2-beginning-of-defun): Rename from
4131 `cfengine-beginning-of-defun'.
4132 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
4133 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
4134 (cfengine2-mode): Rename from `cfengine-mode'. Change the
4135 modeline indicator to "CFE2".
4136 (cfengine-mode): Defalias to `cfengine-auto-mode'.
4137 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 4138
bc86f573
CY
41392011-12-21 Chong Yidong <cyd@gnu.org>
4140
4141 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
4142 filename argument.
4143
d45ba96b
MR
41442011-12-20 Martin Rudalics <rudalics@gmx.at>
4145
4146 * window.el (window-normalize-buffer-to-display): Remove.
4147 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
4148
a6198c90
CY
41492011-12-19 Chong Yidong <cyd@gnu.org>
4150
4151 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
4152 Don't signal an error in a predicate function; return non-nil.
4153 (vc-dir-mark-file): Move the error here.
4154 (vc-dir-mark-unmark): If acting on the region, keep going if one
4155 of the entries cannot be marked/unmarked.
4156 (vc-dir-mark-all-files): If current entry is a directory, mark
4157 only child files, as documented.
4158
34c5fb55
VB
41592011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
4160
4161 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
4162 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
4163 addition.
4164
c803b2b7
JD
41652011-12-18 Jan Djärv <jan.h.d@swipnet.se>
4166
4167 * term/ns-win.el (ns-get-selection-internal)
4168 (ns-store-selection-internal): Declare.
1154d12e
JB
4169 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
4170 Declare as obsolete.
4171 (ns-get-pasteboard, ns-paste-secondary):
4172 Use ns-get-selection-internal.
4173 (ns-set-pasteboard, ns-copy-including-secondary):
4174 Use ns-store-selection-internal.
c803b2b7 4175
9cff91f8 41762011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
4177
4178 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 4179 (vc-deduce-fileset): Doc fix.
99a289d9 4180
f16c898a
AS
41812011-12-16 Andreas Schwab <schwab@linux-m68k.org>
4182
4183 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
4184
763237c4
SS
41852011-12-13 Sam Steingold <sds@gnu.org>
4186
4187 * man.el (Man-getpage-in-background): When running under a
4188 window-system, ignore $MANWIDTH and $COLUMNS.
4189
5fc1c122
KH
41902011-12-15 Kenichi Handa <handa@m17n.org>
4191
4192 * language/ethio-util.el: Change coding tag to utf-8-emacs.
4193 (setup-ethiopic-environment-internal): Comment out key-binding for
4194 ethio-toggle-punctuation.
4195
13d49cbb
AM
41962011-12-13 Alan Mackenzie <acm@muc.de>
4197
898169a2
AM
4198 Add the switch statement to AWK Mode.
4199
7a71b18d 4200 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
4201 "default" to the keywords regexp.
4202
7a71b18d 4203 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 4204 expression as the rest.
1d00653d
SM
4205 (c-nonlabel-token-key): Allow string literals for AWK.
4206 Refactor for the other modes.
898169a2 4207
13d49cbb 4208 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 4209 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
4210 routines. Limit backward searching in c-font-lock-enclosing.decl.
4211
4212 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
4213 pp-state and literal type in addition to the limits.
1d00653d 4214 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 4215 (c-state-literal-at): Use the above new defun.
1d00653d
SM
4216 (c-slow-in-literal, c-fast-in-literal): Remove.
4217 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
4218
4219 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
4220 being in a literal. Add a limit for backward searching.
4221
4222 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
4223 c-slow-in-literal.
4224
15e0efc7
SM
42252011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4226
4227 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
4228
454592a6
MR
42292011-12-13 Martin Rudalics <rudalics@gmx.at>
4230
4231 * window.el (delete-other-windows): Use correct frame in call to
4232 window-with-parameter.
4233
87393f26
DP
42342011-12-12 Daniel Pfeiffer <occitan@t-online.de>
4235
4236 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
4237 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
4238 (makefile-gmake-statements, makefile-makepp-statements):
4239 Use it and add new makepp keywords.
4240 (makefile-makepp-font-lock-keywords): Add new patterns.
4241 (makefile-match-function-end): Match new [...] and [[...]].
4242
11636b22
JB
42432011-12-11 Juanma Barranquero <lekktu@gmail.com>
4244
4245 * ses.el (ses-call-printer-return, ses-cell-property-get)
4246 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
4247 (ses-create-cell-variable, ses-reset-header-string)
4248 (ses-cell-set-formula, ses-repair-cell-reference-all)
4249 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
4250 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
4251 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
4252 (ses-aset-with-undo, ses-load, ses-truncate-cell)
4253 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
4254 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
4255 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
4256 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
4257 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
4258 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
4259 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
4260 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
4261
cf018193
VB
42622011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
4263
4264 * ses.el: The overall change is to add cell renaming, that is
4265 setting fancy names for cell symbols other than name matching
4266 "\\`[A-Z]+[0-9]+\\'" regexp .
4267 (ses-create-cell-variable): New defun.
4268 (ses-relocate-formula): Relocate formulas only for cells the
4269 symbols of which are not renamed, i.e. symbols whose names do not
4270 match regexp "\\`[A-Z]+[0-9]+\\'".
4271 (ses-relocate-all): Relocate values only for cells the symbols of
4272 which are not renamed.
4273 (ses-load): Create cells variables as the (ses-cell ...) are read,
4274 in order to check row col consistency with cell symbol name only
4275 for cells that are not renamed.
4276 (ses-replace-name-in-formula): New defun.
4277 (ses-rename-cell): New defun.
4278
ee957461
CY
42792011-12-11 Chong Yidong <cyd@gnu.org>
4280
4281 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
4282 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
4283
9a9e9ef0
MR
42842011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
4285
4286 * window.el (other-window): Fix docstring.
4287
92a8eba5
EZ
42882011-12-10 Eli Zaretskii <eliz@gnu.org>
4289
4290 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
4291 `from' or `to' address before taking its substring.
4292 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
4293 encoded name is chopped in the middle of the encoded string, and
4294 thus displayed encoded.
4295
e152e577
JB
42962011-12-10 Juanma Barranquero <lekktu@gmail.com>
4297
4298 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
4299
e5d84bfe
EZ
43002011-12-10 Eli Zaretskii <eliz@gnu.org>
4301
4302 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
4303 to use texinfo-update-node and commands that call it if the
4304 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 4305 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
4306 (texinfo-all-menus-update, texinfo-master-menu)
4307 (texinfo-update-node, texinfo-every-node-update)
4308 (texinfo-multiple-files-update): Doc fix. Warn against updating
4309 all the @node lines.
4310 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
4311 argument is numeric. Explain better in the doc string what the
4312 function really does.
4313 (texinfo-insert-master-menu-list): Improve the error message
4314 displayed if there's no menu in the Top node.
4315 (Bug#2975) See also this thread:
e5d84bfe
EZ
4316 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
4317
1d84e9bb
MG
43182011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
4319
4320 * speedbar.el (speedbar-supported-extension-expressions):
4321 Add .adb and .ads, commonly used for Ada source code (bug#10256).
4322
382c953b
JB
43232011-12-09 Juanma Barranquero <lekktu@gmail.com>
4324
4325 * printing.el (pr-mode-alist):
4326 * simple.el (filter-buffer-substring-functions)
4327 (completion-list-insert-choice-function):
4328 * window.el (window-with-parameter, window-atom-root)
4329 (window-sides-slots, window-size-fixed, window-min-delta)
4330 (window-max-delta, window--resize-mini-window)
4331 (window--resize-child-windows-normal, window-tree)
4332 (delete-other-windows, quit-window, split-window)
4333 (display-buffer-record-window, special-display-buffer-names)
4334 (special-display-regexps, special-display-popup-frame)
4335 (same-window-p, split-window-sensibly)
4336 (display-buffer-overriding-action, display-buffer-alist)
4337 (display-buffer-base-action, display-buffer, switch-to-buffer)
4338 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
4339 (fit-window-to-buffer, recenter-positions)
4340 (mouse-autoselect-window-state, mouse-autoselect-window-select):
4341 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
4342 and remove unneeded backslashes in docstrings.
4343
39c9faef
SM
43442011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4345
98449af8
SM
4346 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
4347
39c9faef
SM
4348 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
4349 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
4350 end in ".mk".
4351 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
4352 when reading the makefile (bug#10116).
4353
86ed9fdc
SM
43542011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4355
4356 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
4357 (bug#10116).
4358
5580f89d
GM
43592011-12-06 Glenn Morris <rgm@gnu.org>
4360
4361 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
4362
28d3917c
CY
43632011-12-06 Chong Yidong <cyd@gnu.org>
4364
4365 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
4366
a98edce9
JB
43672011-12-06 Juanma Barranquero <lekktu@gmail.com>
4368
4369 * textmodes/table.el (table-shorten-cell): Fix typo.
4370
e65adfac
CG
43712011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
4372
4373 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
4374
71cc0b74
EZ
43752011-12-05 Eli Zaretskii <eliz@gnu.org>
4376
4377 * descr-text.el (describe-char): Fix display of strong
4378 right-to-left characters and directional embeddings and overrides.
4379
4380 * simple.el (what-cursor-position): Fix display of codepoints of
4381 strong right-to-left characters.
4382
315bc30d
CY
43832011-12-05 Chong Yidong <cyd@gnu.org>
4384
4385 * faces.el (read-color): Doc fix.
4386
58a70b94
GM
43872011-12-05 Glenn Morris <rgm@gnu.org>
4388
4389 * align.el (align--set-marker): Add doc-string.
4390 Don't try to move something that is not a marker. (Bug#10216)
4391
5158face
GM
43922011-12-04 Glenn Morris <rgm@gnu.org>
4393
4394 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
4395 overly zealous deletion of trailing whitespace.
4396
520fca41
JB
43972011-12-04 Juanma Barranquero <lekktu@gmail.com>
4398
4399 * server.el (server-delete-client): On Windows, do not try to delete
4400 the only terminal.
4401 (server-process-filter): On Windows, treat requests for a tty frame as
4402 if they were for a GUI frame if the running server is in GUI mode.
4403
5e605a2e
GM
44042011-12-03 Glenn Morris <rgm@gnu.org>
4405
4406 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
4407
5c3fe83f
SM
44082011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4409
6f5e57e7
SM
4410 * electric.el: Streamline electric-indent's hook.
4411 (electric-indent-chars): Revert to simple list.
4412 (electric-indent-functions): New var.
4413 (electric-indent-post-self-insert-function): Use it.
4414
5c3fe83f
SM
4415 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
4416 there's no inferior buffer (bug#10196).
4417 (prolog-consult-compile): Don't use toggle-read-only.
4418
6bdac736
MA
44192011-12-02 Michael Albinus <michael.albinus@gmx.de>
4420
4421 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4422 interrupt. (Bug#10187)
4423
6131ba7f
SM
44242011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4425
99c79fee
SM
4426 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
4427 (bug#9160).
4428
6131ba7f
SM
4429 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
4430 (bug#10191).
4431
cb0a02ea
JL
44322011-12-02 Juri Linkov <juri@jurta.org>
4433
4434 * info.el (Info-search): Display "end of manual" when Isearch
4435 reaches the end of single-file Info manual. (Bug#9918)
4436
66e0570c
EZ
44372011-12-02 Eli Zaretskii <eliz@gnu.org>
4438
4439 * isearch.el (isearch-message-prefix): Run the input method part
4440 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
4441
02b16839
JL
44422011-12-02 Juri Linkov <juri@jurta.org>
4443
4444 * isearch.el (isearch-occur): Use `word-search-regexp' for
4445 `isearch-word'.
4446 (isearch-search-and-update): Add condition for `isearch-word' and
4447 call `word-search-regexp'. (Bug#10145)
4448
0b950688
GM
44492011-12-01 Glenn Morris <rgm@gnu.org>
4450
4451 * eshell/em-hist.el (eshell-hist-initialize):
4452 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 4453 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 4454
9505c3c7
SM
44552011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4456
4457 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4458
1bbe96b2 44592011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 4460
a1beca85
SM
4461 * progmodes/verilog-mode.el (verilog-pretty-expr):
4462 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
4463 verilog, such as += *= and the like.
4464 (verilog-assignment-operator-re): Regular expression to find the
4465 assigment operator in a verilog assignment.
4466 (verilog-assignment-operation-re): Regular expression to find an
4467 assignment statement for pretty-expr.
4468 (verilog-in-attribute-p): Query returns true if point is in an
4469 attribute context; used to skip these for expression line up from
4470 pretty-expr.
4471 (verilog-in-parameter-p): Query returns true if point is in an
4472 parameter definition context; used to skip these for expression
4473 line up from pretty-expr.
4474 (verilog-in-parenthesis-p): Query returns true if point is in a
4475 parenthetical expression, specifically ( ) but not [ ] or { };
4476 used by pretty-expr.
4477 (verilog-just-one-space): If there is no space, don't add one.
4478 (verilog-get-lineup-indent-2): Specifically skip just attribute
4479 contexts for expression lineup, rather than skipping all
4480 parenthetical expressions.
4481 (verilog-calculate-indent): Fix comment, and fix indent.
4482 (verilog-do-indent): Indent declarations in lists (suggested by
4483 Joachim Lechner).
4484 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4485 skeleton items.
4486 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4487 by Alain Mellan).
4488
1bbe96b2 44892011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
4490
4491 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4492 parameters with embedded comments. Reported by Ray Stevens.
4493 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4494 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4495 Reported by Tim Holt.
4496 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4497 instantiated by upper module causing wrong expansion until AUTOed a
4498 second time. Reported by K C Buckenmaier.
4499 (verilog-diff-auto): Fix showing .* as a difference when
4500 `verilog-auto-star-save' off. Reported by Dan Dever.
4501 (verilog-auto-reset, verilog-read-always-signals)
4502 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4503 temporary signals in reset list if
4504 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
4505 style to each signal's assignment type, bug381.
4506 Reported by Thomas Esposito.
6288f0ca
WS
4507 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4508 (verilog-uvm-statement-re): Support UVM indentation and
4509 highlighting, with old OVM keywords only.
a1beca85 4510 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
4511 Support AUTOTIEOFF creating non-wire data types.
4512 Suggested by Jonathan Greenlaw.
6288f0ca
WS
4513 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4514 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4515 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
4516 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4517 Fix mismatching parenthesis inside commented out code when deleting
382c953b 4518 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
4519 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4520 non-numeric vector width. Reported by Alex Reed.
4521 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 4522 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
4523 (verilog-auto-delete-trailing-whitespace):
4524 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
4525 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4526 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4527 Fix verilog-scan-cache corruption when running user AUTO expansion
4528 hooks that call indentation routines.
4529 (verilog-simplify-range-expression): Fix typo ignoring lower case
4530 identifiers.
4531 (verilog-delete-auto): Fix delete-autos to also remove user created
4532 automatics, as long as they start with AUTO.
4533 (verilog-batch-diff-auto, verilog-diff-auto)
4534 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4535 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4536 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4537 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
4538 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4539 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
4540 is disabled and its cache will get corrupt, causing AUTOS not to
4541 expand. Instead use only -quick functions.
4542 (verilog-scan-region): Fix scanning over escaped quotes.
4543 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4544 (verilog-re-search-backward-quick)
4545 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4546 related functions now ignore strings, to fix misparsing of strings
4547 with magic comments embedded in them.
a1beca85
SM
4548 (verilog-read-auto-template):
4549 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4550 Reported by Brad Dobbie.
4551 (verilog-read-auto-template):
4552 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 4553 Reported by Brad Dobbie.
6288f0ca
WS
4554 (verilog-auto-inst, verilog-auto-inst-param)
4555 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4556 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4557 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
4558 debugging templates without merge conflicts, bug357.
4559 Reported by Brad Dobbie.
4560 (verilog-read-auto-template):
4561 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
4562 Reported by Brad Dobbie.
4563 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4564 abbrevs so user won't be asked to save.
4565 (verilog-read-auto-lisp-present): Fix to start at beginning of
4566 buffer in case called outside of verilog-auto.
4567 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4568 to "X-2". Reported by Matthew Myers.
4569 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4570 all inputs from module templates. Reported by Leith Johnson.
4571 (verilog-module-inside-filename-p): Fix locating programs as with
4572 modules.
4573 (verilog-auto-inst-port): Fix vl-width expressions when using
4574 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4575 (verilog-decls-get-regs, verilog-decls-get-signals,
4576 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4577 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4578 verilog-read-decls): Combine reg and wire structures into one var
4579 structure to represent SystemVerilog concepts.
4580 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4581 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
4582 (verilog-auto-wire-type, verilog-insert-definition):
4583 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
4584 SystemVerilog "logic" keyword instead of "wire"/"reg".
4585 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4586 to declares outputs that also have assignments (presumably in an
a1beca85
SM
4587 ifdef or generate if so there's not a driver conflict).
4588 Reported by Matthew Myers.
4589 (verilog-auto-declare-nettype, verilog-insert-definition):
4590 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
4591 `default_nettype none. Reported by Julian Gorfajn.
4592 (verilog-read-always-signals-recurse, verilog-read-decls)
4593 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4594 malformed end statement, bug325. Reported by Joshua Wise and
4595 Andrew Drake.
4596 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4597 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
4598 when expanding .* in interfaces, bug320.
4599 Reported by Pierre-David Pfister.
6288f0ca 4600 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
4601 name and open parenthesis, bug317.
4602 Reported by Pierre-David Pfister.
6288f0ca
WS
4603 (verilog-simplify-range-expression): Fix simplification of
4604 multiplications inside AUTOWIRE connections, bug303.
4605 (verilog-auto-inst-port): Support parameter expansion in
4606 multidimensional arrays.
4607 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4608 after "assert property". Reported by Julian Gorfajn.
4609 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4610 with multiplication, bug303.
4611 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4612 Reported by Jan Frode Lonnum.
4613
1bbe96b2
GM
46142011-11-30 Juanma Barranquero <lekktu@gmail.com>
4615
4616 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4617 (hfy-shell-file-name, hfy-shell):
4618 * international/fontset.el (x-decompose-font-name): Fix typos.
4619
46202011-11-29 Ken Brown <kbrown@cornell.edu>
4621
4622 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4623 (gdb-version): Remove defvar.
4624 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4625 (gdb-gud-context-command, gdb-non-stop-handler)
4626 (gdb-current-context-command, gdb-stopped): Use it.
4627 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
4628 (gdb-non-stop-handler): Don't enable pretty-printing here.
4629 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
4630 non-stop mode. Use the following.
4631 (gdb-check-target-async): New defun.
4632 (gud-watch, gdb-stopped): Fix whitespace.
4633 (gdb-get-source-file): Don't try to display the source file if
4634 `gdb-main-file' is nil.
4635
46362011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4637
4638 * align.el: Try to generate fewer markers (bug#10047).
4639 (align--set-marker): New macro.
4640 (align-region): Use it.
4641
c935221f
SM
46422011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4643
4644 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
4645
e70b5064
CY
46462011-11-29 Chong Yidong <cyd@gnu.org>
4647
4648 * indent.el (indent-for-tab-command, indent-according-to-mode):
4649 Doc fix.
4650 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
4651
f3af92b7
MA
46522011-11-29 Michael Albinus <michael.albinus@gmx.de>
4653
4654 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
4655 aware of remote file names. (Bug#10124)
4656
ed472be9
CY
46572011-11-29 Chong Yidong <cyd@gnu.org>
4658
4659 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
4660
24510c22
SM
46612011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4662
4663 * files.el (find-file): Don't use force-same-window (bug#10144).
4664 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
4665 use pop-to-buffer if the selected window can't be used.
4666 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
4667
c60c3703
EZ
46682011-11-28 Eli Zaretskii <eliz@gnu.org>
4669
4670 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
4671 special-mode-map.
4672
e95def75
CY
46732011-11-28 Chong Yidong <cyd@gnu.org>
4674
4675 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
4676
c3f1c606
NR
46772011-11-27 Nick Roberts <nickrob@snap.net.nz>
4678
4679 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
4680 gdb-get-source-file-list on gdb-create-source-file-list.
4681
00db469c
EZ
46822011-11-26 Eli Zaretskii <eliz@gnu.org>
4683
4684 * whitespace.el (whitespace-newline): Use a different foreground
4685 color for 16-color light-background displays.
4686
4ad3bc2a
CY
46872011-11-24 Chong Yidong <cyd@gnu.org>
4688
4689 * window.el (display-buffer--special-action): Doc fix.
4690
e9fce1ac
JB
46912011-11-25 Juanma Barranquero <lekktu@gmail.com>
4692
4693 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
4694 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
4695 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
4696 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
4697 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
4698 (avl-tree-stack-first):
4699 * emacs-lisp/cconv.el (cconv--analyse-use):
4700 * net/gnutls.el (gnutls-negotiate): Fix typos.
4701
cb825e5d
GM
47022011-11-24 Glenn Morris <rgm@gnu.org>
4703
3adbe224
GM
4704 * lpr.el (lpr-windows-system, lpr-lp-system):
4705 * mail/binhex.el (binhex-begin-line):
4706 * progmodes/grep.el (grep-history, grep-find-history):
4707 * textmodes/flyspell.el:
4708 * vc/pcvs-defs.el (cvs-global-menu):
4709 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
4710 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
4711 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
4712
321decc8
GM
4713 * net/tls.el: Fix case of "GnuTLS".
4714
420b63ad
GM
4715 * paths.el (rmail-file-name): Format doc-string for make-docfile.
4716
cb825e5d
GM
4717 * version.el (emacs-build-system): Give it a doc-string.
4718
a0649f08
JL
47192011-11-24 Juri Linkov <juri@jurta.org>
4720
4721 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
4722
c0bc0fd4
GM
47232011-11-24 Glenn Morris <rgm@gnu.org>
4724
4725 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
4726 if called on a non-mime message just toggle the headers. (Bug#8006)
4727
20db1522
JB
47282011-11-24 Juanma Barranquero <lekktu@gmail.com>
4729
4730 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
4731 (allout-lead-with-comment-string, allout-structure-deleted-hook)
4732 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
4733 (allout-rebullet-heading, allout-open-sibtopic)
4734 (allout-toggle-current-subtree-encryption)
4735 (allout-toggle-subtree-encryption, allout-encrypt-string)
4736 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
4737 (allout-distinctive-bullets-string, allout-auto-activation):
4738 * window.el (window-normalize-buffer-to-display):
4739 * progmodes/verilog-mode.el (verilog-batch-indent):
4740 * textmodes/bibtex.el (bibtex-field-braces-opt)
4741 (bibtex-field-strings-opt):
4742 * vc/cvs-status.el (cvs-tree-merge):
4743 Fix typos.
4744
7262a87c
MA
47452011-11-23 Michael Albinus <michael.albinus@gmx.de>
4746
4747 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
4748 `non-essential' to t, in order to avoid remote connections.
4749
283430a1
EZ
47502011-11-23 Eli Zaretskii <eliz@gnu.org>
4751
a1beca85
SM
4752 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4753 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
4754 case-insensitively.
4755
d2992a38
ML
47562011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4757
4758 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
4759
50419064
GM
47602011-11-23 Glenn Morris <rgm@gnu.org>
4761
da94eca1
GM
4762 * paths.el (rmail-file-name): Reformat the doc-string so that it
4763 is picked up.
4764
9aac4de2
GM
4765 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
4766 (rmail-auto-file): Ignore case in the "special" field names,
4767 as mail-fetch-field does for all others.
4768
8038d2d2
GM
4769 * mail/rmail.el (rmail-forward):
4770 * mail/rmailkwd.el (rmail-set-label):
4771 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
4772 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
4773
f3fe222a
GM
4774 * mail/rmail.el (rmail-current-message): Doc fix.
4775
50419064
GM
4776 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
4777
28109f49
SM
47782011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4779
4780 * server.el (server-eval-and-print): Allow C-g (bug#6585).
4781
394c65f1
GM
47822011-11-22 Glenn Morris <rgm@gnu.org>
4783
4784 * mail/rmailmm.el (test-rmail-mime-handler)
4785 (test-rmail-mime-bulk-handler)
4786 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
4787
f2a0aa3a
JL
47882011-11-21 Juri Linkov <juri@jurta.org>
4789
1154d12e
JB
4790 * calc/calc.el (calc-read-key-sequence):
4791 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 4792
9c34a344
LMI
47932011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4794
4795 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
4796 Tell the caller that the next line needs recomputation, even
4797 though it doesn't start a sexp (bug#10094).
4798
f04a3be9
SM
47992011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4800
4801 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
4802
7978747f
SM
48032011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4804
f04a3be9
SM
4805 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4806 Use force-same-window.
7978747f 4807
fe7a3057
JB
48082011-11-20 Juanma Barranquero <lekktu@gmail.com>
4809
4810 * descr-text.el (describe-char-unicode-data):
4811 * json.el (json-string-escape):
4812 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
4813 (Footnote-unicode, Footnote-style-p):
4814 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
4815
24901d61
CY
48162011-11-20 Chong Yidong <cyd@gnu.org>
4817
4818 * window.el (replace-buffer-in-windows): Restore interactive spec.
4819
bac7ff22
SM
48202011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4821
24f3d7b9
SM
4822 * electric.el (electric-indent-mode): Fix last change (too optimistic).
4823
bac7ff22
SM
4824 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
4825 (byte-compile-global-not-obsolete-vars): New var.
4826 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
4827 Use it.
4828 (byte-compile-warn-obsolete): Align text with the one in *Help*.
4829
cd1181db
JB
48302011-11-20 Juanma Barranquero <lekktu@gmail.com>
4831
4832 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
4833 * progmodes/pascal.el (electric-pascal-equal):
4834 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
4835 * xml.el (xml-substitute-special): Fix typos.
4836
7fb18e9e
GM
48372011-11-20 Glenn Morris <rgm@gnu.org>
4838
4839 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
4840 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
4841 Doc fixes.
4842 (rmail-decode-mime-charset): Mark as obsolete.
4843
4844 * mail/rmailsum.el (rmail-message-regexp-p-1):
4845 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
4846 Before using mime functions, check they are set. (Bug#10077)
4847
d5a6b3ba
JL
48482011-11-19 Juri Linkov <juri@jurta.org>
4849
4850 * info.el (Info-finder-find-node): Use `package--builtins' instead
4851 of `package-alist'. Use node names formed by the pattern "Keyword "
4852 and the keyword name.
4853
e981b61f
AS
48542011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4855
1d00653d 4856 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 4857
3ffbc301
JL
48582011-11-19 Juri Linkov <juri@jurta.org>
4859
4860 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
4861 that calls `revert-buffer' on all Info buffers. (Bug#9915)
4862 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
4863 `old-history', `old-history-forward'. Add let-binding
4864 `window-selected'. Remove calls to `kill-buffer',
4865 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
4866 before calling `Info-find-node', so `Info-find-node-2' will reread
4867 the Info file. Restore window positions only when `window-selected'
4868 is non-nil.
4869
30c62133
JL
48702011-11-19 Juri Linkov <juri@jurta.org>
4871
4872 * isearch.el (isearch-lazy-highlight-new-loop):
4873 Remove condition `(not isearch-error)'. (Bug#9918)
4874
4875 * misearch.el (multi-isearch-search-fun): Add condition
4876 `(not bound)' to ignore lazy-highlighting search.
4877 Add the search-failed message "end of multi" when the end of
4878 multi-sequence is reached. Uncapitalize the search-failed
4879 message "Repeat for next buffer".
4880
4881 * info.el (Info-search): Add the search-failed message
4882 "end of the manual" when the end of the manual is reached
4883 in Isearch mode.
4884
645ca9cf
JL
48852011-11-19 Juri Linkov <juri@jurta.org>
4886
4887 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
4888 Use non-destructive `remove' instead of `delete' because
4889 `Info-history-list' stored to `Info-isearch-initial-history-list' in
4890 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
4891
df754f66
JL
48922011-11-19 Juri Linkov <juri@jurta.org>
4893
4894 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
4895 to nil instead of binding `search-ring' and `regexp-search-ring'.
4896 (Bug#9185)
4897
0e23d96a
EZ
48982011-11-19 Eli Zaretskii <eliz@gnu.org>
4899
4900 * simple.el (line-move): Force movement by logical lines for any
4901 hscrolled window, not only when auto-hscroll-mode is on.
4902 (line-move-visual): Update doc string to that effect. (Bug#10076)
4903
8a6ccb66
AS
49042011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4905
4906 * language/european.el (macintosh): Define as alias for mac-roman.
4907
49ae5b39
EZ
49082011-11-19 Eli Zaretskii <eliz@gnu.org>
4909
4910 * mail/rmailmm.el (rmail-mime-display-header)
4911 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
4912 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
4913 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
4914 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
4915 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
4916 of a raw aref.
4917 (rmail-mime-entity-segment): To get past the tagline, move forward
4918 2 more lines, to account for the 2 empty lines that precede and
4919 follow the line with the buttons.
4920 (rmail-mime-update-tagline): Move one more line, to get past the
4921 empty line that follows the buttons in the tagline. (Bug#9520)
4922
c56cad4a
MR
49232011-11-19 Martin Rudalics <rudalics@gmx.at>
4924
4925 * window.el (window-max-delta-1, window-min-delta-1)
4926 (window-min-size-1, window-state-get-1, window-state-put-1)
4927 (window-state-put-2): Use "window--" prefix.
4928
cbe71af3
SM
49292011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4930
2ad52c60
SM
4931 * emacs-lisp/smie.el: Improve warnings and conflict detection.
4932 (smie-warning-count): New var.
4933 (smie-set-prec2tab): Use it.
4934 (smie-bnf->prec2): Improve warnings. Add docstring.
4935 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
4936 (smie-bnf--set-class): New function.
4937 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
4938 corner case.
4939
6944dbc1
SM
4940 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
4941 (compilation-error-properties, compilation-move-to-column):
4942 Handle compilation-first-column while in the target buffer.
4943
c400c4d7
SM
4944 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
4945 Don't hardcode point-min==1.
4946
6dbe3e96
SM
4947 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
4948 (eshell-rewrite-for-command): Remove workaround.
4949 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
4950 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
4951 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
4952
cbe71af3
SM
4953 * files-x.el (modify-file-local-variable): Obey commenting conventions.
4954
a8e1496d
GM
49552011-11-17 Glenn Morris <rgm@gnu.org>
4956
4957 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4958 Ignore buffer-local generated-autoload-file if it is the same
4959 as the global value. (Bug#10049)
4960
df85d315
JB
49612011-11-17 Juanma Barranquero <lekktu@gmail.com>
4962
4963 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
4964 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
4965 (reftex-toc-previous-heading, reftex-toc-max-level)
4966 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
4967 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
4968 (reftex-toc-do-promote, reftex-toc-promote-prepare)
4969 (reftex-toc-promote-action, reftex-toc-extract-section-number)
4970 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
4971 (reftex-toc-rename-label, reftex-toc-visit-location)
4972 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
4973 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
4974 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
4975 leaving "*toc*" only for references to the buffer.
4976
a0c2d0ae
MR
49772011-11-17 Martin Rudalics <rudalics@gmx.at>
4978
4979 * window.el (window-resize, delete-window, split-window):
4980 Replace window-splits by window-combination-resize.
1d00653d 4981 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 4982
35c0bac8
GM
49832011-11-17 Glenn Morris <rgm@gnu.org>
4984
4985 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4986 Make bash entry derive from sh entry, not shell entry.
4987
d0c8fc8a
MA
49882011-11-16 Michael Albinus <michael.albinus@gmx.de>
4989
d0c8fc8a
MA
4990 * net/tramp-cache.el (tramp-flush-file-property): Flush also
4991 properties of linked files. (Bug#9879)
4992
7262a87c
MA
4993 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
4994 local file name.
4995
7877f373
JB
49962011-11-16 Juanma Barranquero <lekktu@gmail.com>
4997
4998 * menu-bar.el (menu-bar-file-menu):
4999 * printing.el (pr-ps-utility):
5000 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
5001 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
5002 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
5003 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
5004 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
5005 (icalendar--convert-cyclic-to-ical)
5006 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
5007 (icalendar--convert-ical-to-diary)
5008 (icalendar--convert-recurring-to-diary)
5009 (icalendar--convert-non-recurring-all-day-to-diary)
5010 (icalendar-import-format-sample):
5011 * progmodes/idlw-shell.el (idlwave-shell-mode):
5012 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
5013 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
5014 (vhdl-ps-print-init): Fix typos.
5015
10649b82
KM
50162011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
5017
9d0cfcd6
GM
5018 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
5019 FSF and collapse date sequence, obscure author/maintainer email address
5020 better, remove extra version line, track relocation of author's webpage.
10649b82 5021
9d0cfcd6
GM
5022 * progmodes/python.el (python-pdbtrack-input-prompt)
5023 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
5024 regular python pdb prompts. Adjustments shamelessly taken exactly as
5025 suggested in EmacsWiki page (tiny change):
5026 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 5027
58179cce
JB
50282011-11-16 Juanma Barranquero <lekktu@gmail.com>
5029
5030 * expand.el (expand-pos, expand-index, expand-point):
5031 Remove redundant info from docstring.
5032 (expand-add-abbrevs): Doc fix.
5033 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
5034 (expand-sample-perl-mode-expand-list): Fix typos.
5035
5036 * net/dbus.el (dbus-event-member-name):
5037 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
5038 * term/pc-win.el (msdos-create-frame-with-faces):
5039 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
5040
b6f67890
MR
50412011-11-16 Martin Rudalics <rudalics@gmx.at>
5042
5043 * window.el (split-window, window-state-get-1)
5044 (window-state-put-1, window-state-put-2): Rename occurrences of
5045 window-nest to window-combination-limit.
1d00653d 5046 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 5047
ce7ddba0
CY
50482011-11-16 Chong Yidong <cyd@gnu.org>
5049
5050 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
5051 regexp (Bug#10033).
5052
3ae704f4
SM
50532011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5054
5055 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
5056 `completing-read' will remove *Completions* and will preserve
5057 current-buffer for us.
5058 (tmm-add-prompt): Users of *Completions* will always (re)set its
5059 major mode.
5060 (tmm-old-comp-map): Remove.
5061
6ad1cdde
GM
50622011-11-16 Glenn Morris <rgm@gnu.org>
5063
5064 * mail/rmailedit.el: Require rmailmm when compiling.
5065 (rmail-old-mime-state): New declaration.
5066 (rmail-edit-current-message): If editing a mime message,
5067 edit the "raw" message from the mbox buffer.
5068 (rmail-cease-edit): Handle mime messages. (Bug#9840)
5069
d20faa20
GM
50702011-11-15 Glenn Morris <rgm@gnu.org>
5071
5072 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
5073 which wasn't being used. Add optional arg to force given state.
5074 (rmail-mime): Add optional arg to force given state.
5075
c7015153
JB
50762011-11-15 Juanma Barranquero <lekktu@gmail.com>
5077
5078 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5079 * frame.el (display-mm-dimensions-alist):
5080 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
5081 (outline-move-subtree-down):
5082 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
5083 (newsticker--treeview-do-get-node):
5084 * net/quickurl.el (quickurl-list-buffer-name):
5085 * progmodes/dcl-mode.el (dcl-mode):
5086 * progmodes/gdb-mi.el (gdb-mapcar*):
5087 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
5088
45261b50
GM
50892011-11-15 Glenn Morris <rgm@gnu.org>
5090
5091 * mail/rmail.el (rmail-file-coding-system): It's only ever used
5092 in a boolean sense, so just make it a boolean, and fix the doc.
5093 (rmail-show-mime-function, rmail-mime-feature)
5094 (rmail-require-mime-maybe): Doc fixes.
5095 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
5096
5097 * mail/rmailmm.el (rmail-show-mime): Doc fix.
5098
0d26e0b6
JB
50992011-11-15 Juanma Barranquero <lekktu@gmail.com>
5100
5101 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
5102 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5103 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
5104 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
5105
447f30f6
GM
51062011-11-15 Glenn Morris <rgm@gnu.org>
5107
672b871d
GM
5108 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
5109 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
5110 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
5111 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
5112 (rmail-mime, rmail-show-mime): Doc fixes.
5113
f6aa5bb1
GM
5114 * term/ns-win.el (mode-line-frame-identification):
5115 Leave it alone. (Bug#10051)
5116
947cd66b
GM
5117 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
5118
447f30f6
GM
5119 * mail/rmailout.el (rmail-output-to-rmail-buffer):
5120 Handle empty buffers. (Bug#9978)
5121
0b381c7e
JB
51222011-11-14 Juanma Barranquero <lekktu@gmail.com>
5123
5124 * international/mule.el (define-charset):
5125 * mail/rmailmm.el (rmail-mime-find-header-encoding):
5126 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
5127 * progmodes/verilog-mode.el (verilog-backward-token):
5128 * textmodes/ispell.el (lookup-words):
5129 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
5130
71e027ac
GM
51312011-11-14 Glenn Morris <rgm@gnu.org>
5132
56632ce4
GM
5133 * progmodes/executable.el
5134 (executable-make-buffer-file-executable-if-script-p):
5135 Handle file-modes returning nil.
5136
40500957
GM
5137 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
5138 message - not necessary, and causes problems. (Bug#9831)
5139
071c2340
GM
5140 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
5141
d3cfca60
GM
5142 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
5143
71e027ac
GM
5144 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
5145 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
5146 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
5147
89d61221
MR
51482011-11-12 Martin Rudalics <rudalics@gmx.at>
5149
5150 * window.el (window-resize, delete-window): Use window-splits
5151 variable instead of function.
5152 (window-state-get-1, window-state-put-2, window-state-put):
5153 Don't deal with windows' splits status.
5154
98282f6f
GM
51552011-11-12 Glenn Morris <rgm@gnu.org>
5156
5157 * apropos.el (apropos-do-all, apropos-library, apropos-value)
5158 (apropos-documentation): Doc fixes.
5159
40a8bdf6
JB
51602011-11-11 Juanma Barranquero <lekktu@gmail.com>
5161
5162 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
5163 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
5164
65bd19ff
SM
51652011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5166
5167 * electric.el (electric-indent-post-self-insert-function): Make it
5168 possible for a char to only indent in some circumstances.
5169 (electric-indent-mode): Simplify.
5170
54f9154c
MR
51712011-11-11 Martin Rudalics <rudalics@gmx.at>
5172
5173 * window.el (windows-with-parameter): Remove unused function.
5174 (windows-at-side): Rename to window-at-side-list.
5175 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
5176 (window-side-check, window-size-ignore, window-size-fixed-1)
5177 (window-in-direction-2): Prefix with "window--".
5178 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 5179
68cbc58b
GM
51802011-11-11 Glenn Morris <rgm@gnu.org>
5181
5182 * subr.el (eval-after-load): If FILE is already loaded,
5183 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
5184
b2621720
GM
51852011-11-10 Glenn Morris <rgm@gnu.org>
5186
9a4de110
GM
5187 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
5188 Call svn via vc-svn-command rather than vc-do-command.
5189 (vc-svn-command): Add --non-interactive. (Bug#9993)
5190 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
5191
b2621720
GM
5192 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5193 Add toggle-read-only. (Bug#7292)
5194 * files.el (toggle-read-only): Mention that it should only
5195 be used interactively. (Bug#10006)
5196
1dce7193
SM
51972011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5198
d9ac1a1e
SM
5199 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5200 Adjust regexp for OCaml warnings.
5201
0c325082
SM
5202 * electric.el (electric-pair-post-self-insert-function): Let user
5203 turn it off buffer-locally (bug#9932).
5204
90132c14
SM
5205 * progmodes/python.el (python-beginning-of-statement):
5206 Rewrite (bug#2703).
5207
1dce7193
SM
5208 * progmodes/compile.el: Better handle TABs (bug#9749).
5209 (compilation-internal-error-properties)
5210 (compilation-next-error-function): Obey the target buffer's
5211 compilation-error-screen-columns.
5212
c4e7c63a
JB
52132011-11-09 Juanma Barranquero <lekktu@gmail.com>
5214
5215 * progmodes/meta-mode.el: Remove obsolete comments.
5216 (meta-right-comment-regexp, meta-ignore-comment-regexp):
5217 Fix typos in docstrings.
5218
2cffd681
MR
52192011-11-09 Martin Rudalics <rudalics@gmx.at>
5220
5221 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 5222 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
5223 (window--resizable): New function. Make all callers of
5224 window-resizable call window--resizable instead.
5225 (window-resizable): Rewrite in terms of window--resizable.
5226
0edcba87
GM
52272011-11-08 Glenn Morris <rgm@gnu.org>
5228
5229 * progmodes/delphi.el (delphi-mode-syntax-table):
5230 Let define-derived-mode define a proper syntax table. (Bug#9994)
5231
4b0d61e3
SM
52322011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5233
5234 * window.el: Stay away from defsubst.
5235 (window-list-no-nils): Remove.
5236 (window-state-get-1, window-state-get): Use backquote instead.
5237
cd394be1 52382011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 5239
4b0d61e3 5240 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 5241 Fix incorrect use of default argument in `completing-read'.
5242
e1c2c6f2
MR
52432011-11-08 Martin Rudalics <rudalics@gmx.at>
5244
5245 * window.el (display-buffer-function, special-display-function):
5246 Mention display-buffer-record-window but do not mention
5247 help-setup parameter in doc-strings.
b3f4a882 5248 (window-min-delta): Fix doc-string typo.
e1c2c6f2 5249
105216ed
CY
52502011-11-08 Chong Yidong <cyd@gnu.org>
5251
5252 * window.el (window-total-height, window-total-width): Doc fix.
5253 (window-body-size): Move from C.
5254 (window-body-height, window-body-width): Move to C.
5255
0a9f9ab5
SM
52562011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5257
5258 * window.el: Make special-display like display-buffer-alist (bug#9532).
5259 (display-buffer--special-action): New function, morphed
5260 from display-buffer--special.
5261 (display-buffer): Use it to handle special-display-buffers at higher
5262 priority (just after display-buffer-alist).
5263 (display-buffer-fallback-action, display-buffer--other-frame-action)
5264 (pop-to-buffer-same-window): Remove display-buffer--special.
5265
a769dd15
GM
52662011-11-07 Glenn Morris <rgm@gnu.org>
5267
5268 * calendar/cal-menu.el (cal-menu-set-date-title):
5269 Do nothing if not in a calendar. (Bug#9976)
5270
05a61ee3
SM
52712011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5272
5273 * files.el (find-file): Always use selected-window.
5274
be7f5545
MR
52752011-11-07 Martin Rudalics <rudalics@gmx.at>
5276
5277 * window.el (window-combinations): Make WINDOW argument
5278 mandatory. Rewrite doc-string.
5279 (walk-window-subtree, window-atom-check, window-min-delta)
5280 (window-max-delta, window--resize-this-window)
5281 (window--resize-root-window-vertically, window-tree)
5282 (balance-windows, window-state-put): Rewrite doc-strings as to
5283 not mention the term "subwindow".
5284 (window--resize-subwindows-skip-p): Rename to
5285 window--resize-child-windows-skip-p.
5286 (window--resize-subwindows-normal): Rename to
5287 window--resize-child-windows-normal.
5288 (window--resize-subwindows): Rename to
5289 window--resize-child-windows.
5290 (window-or-subwindow-p): Rename to window--in-subtree-p.
5291
3c6702ef
ML
52922011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5293
5294 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
5295 Ensure that mbox format messages end in two newlines (Bug#9974).
5296
49745b39
CY
52972011-11-06 Chong Yidong <cyd@gnu.org>
5298
5299 * window.el (window-combination-p): Function deleted; its
5300 side-effect is not used in any existing code.
5301 (window-combinations, window-combined-p): Call window-*-child
5302 directly.
5303
24300f5f
CY
53042011-11-05 Chong Yidong <cyd@gnu.org>
5305
5306 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
5307 (window-size-ignore, window-state-get): Callers changed.
5308 (window-normalize-window): Rename from window-normalize-any-window.
5309 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 5310 (window-normalize-live-window): Delete.
447f16b8
CY
5311 (window-combination-p, window-combined-p, window-combinations)
5312 (walk-window-subtree, window-atom-root, window-min-size)
5313 (window-sizable, window-sizable-p, window-size-fixed-p)
5314 (window-min-delta, window-max-delta, window-resizable)
5315 (window-resizable-p, window-full-height-p, window-full-width-p)
5316 (window-current-scroll-bars, window-point-1, set-window-point-1)
5317 (window-at-side-p, window-in-direction, window-resize)
5318 (adjust-window-trailing-edge, maximize-window, minimize-window)
5319 (window-deletable-p, delete-window, delete-other-windows)
5320 (record-window-buffer, unrecord-window-buffer)
5321 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
5322 (quit-window, split-window, window-state-put)
5323 (set-window-text-height, fit-window-to-buffer)
5324 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 5325
89bd5ee1
EZ
53262011-11-04 Eli Zaretskii <eliz@gnu.org>
5327
53479029
EZ
5328 * mail/rmail.el (rmail-simplified-subject): Decode subject with
5329 rfc2047-decode-string.
5330 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
5331 warnings.
5332
89bd5ee1
EZ
5333 * window.el (window-body-height, window-body-width): Mention in
5334 the doc string that the return values are in frame's canonical
5335 units. (Bug#9949)
5336
bd17fdee
AM
53372011-11-03 Alan Mackenzie <acm@muc.de>
5338
5339 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
5340 change in cc-engine.el.
5341
acc825c5
SM
53422011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5343
5344 * window.el (switch-to-buffer): Use `force-same-window' interactively.
5345
1885e5b8
MR
53462011-11-02 Martin Rudalics <rudalics@gmx.at>
5347
5348 * window.el (quit-window): Call unrecord-window-buffer after
5349 showing another buffer in the window. (Bug#9937)
acc825c5 5350 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 5351
ebe06da9
JB
53522011-11-02 Juanma Barranquero <lekktu@gmail.com>
5353
5354 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
5355 Accept status with more than 9 shelves. (Bug#9935)
5356 Reported by Colin D Bennett <colin@gibibit.com>.
5357
4ee88440
MR
53582011-11-01 Martin Rudalics <rudalics@gmx.at>
5359
5360 * help.el (with-help-window): Don't reference
5361 temp-buffer-show-specifiers in doc-string.
5362
08e1d82c
AS
53632011-10-31 Andreas Schwab <schwab@linux-m68k.org>
5364
5365 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
5366 menu-item.
5367
84bd6e9e
VJL
53682011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5369
5370 * whitespace.el: New version 13.2.2.
5371 (whitespace-newline-mode): Disable properly. Reported by Sarah
5372 <EmacsWiki>.
5373
dba0634a
UJ
53742011-10-30 Ulf Jasper <ulf.jasper@web.de>
5375
5376 * net/newst-treeview.el: Remove "Time-stamp".
5377 (newsticker--group-manage-orphan-feeds): Do not call
5378 newsticker--treeview-tree-update.
db22a3c2
JB
5379 (newsticker-treeview-update, newsticker-treeview):
5380 Call newsticker--treeview-tree-update if necessary.
dba0634a 5381
3d8daefe
MR
53822011-10-30 Martin Rudalics <rudalics@gmx.at>
5383
5384 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
5385 (window-iso-combinations): Remove "iso-" infix.
5386 Suggested by Chong Yidong.
3d8daefe
MR
5387 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
5388 (window-max-delta-1, window-resize, window--resize-siblings)
5389 (window--resize-this-window, adjust-window-trailing-edge)
5390 (split-window, balance-windows-1)
5391 (shrink-window-if-larger-than-buffer):
5392 * calendar/calendar.el (calendar-generate-window):
db22a3c2 5393 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 5394
1bc4c3ae
SM
53952011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5396
5397 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
5398 in place (bug#9907).
5399 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
5400 (eshell-rewrite-if-command, eshell-rewrite-for-command)
5401 (eshell-structure-basic-command, eshell-rewrite-while-command)
5402 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
5403 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
5404 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
5405 (eshell-do-pipelines-synchronously, eshell-eval-command):
5406 Use backquotes and prefer setq to set.
5407 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
5408 (eshell-macrop): Use functionp.
c1e2f5fa 5409 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 5410
30b65d9c
CY
54112011-10-30 Chong Yidong <cyd@gnu.org>
5412
5413 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
5414 instead of set-mark (Bug#9810).
5415
2d197ffb
CY
54162011-10-30 Chong Yidong <cyd@gnu.org>
5417
5418 * window.el (split-window-below, split-window-right): Rename from
5419 split-window-above-each-other and split-window-side-by-side
5420 respectively. All callers changed.
5421 (split-window-sensibly, split-window-sensibly): Use them.
5422 (split-window-keep-point): Doc fix.
5423
5424 * isearch.el: Add isearch-scroll property to split-window-below
5425 and split-window-right.
5426
5427 * follow.el (follow-mode):
5428 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5429 * progmodes/ada-xref.el (ada-gdb-application):
5430 * emulation/vip.el (vip-buffer-in-two-windows):
5431 * image-dired.el (image-dired-dired-with-window-configuration):
5432 * dired-x.el (dired-do-find-marked-files):
5433 * dired.el (dired-pop-to-buffer):
5434 * bs.el (bs--show-with-configuration):
5435 * vc/emerge.el (emerge-setup-windows):
5436 * textmodes/two-column.el (2C-two-columns):
5437 * textmodes/reftex-toc.el (reftex-toc):
5438 * progmodes/gdb-mi.el (gdb-setup-windows):
5439 * progmodes/fortran.el (fortran-window-create):
5440 * net/newst-treeview.el (newsticker--treeview-window-init):
5441 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5442 * emulation/tpu-edt.el (tpu-gold-map):
5443 * emulation/crisp.el (crisp-mode-map):
5444 * calendar/calendar.el (calendar-basic-setup): Callers changed.
5445
38bb2ca8
CY
54462011-10-29 Chong Yidong <cyd@gnu.org>
5447
aa4de341
CY
5448 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5449
e1eb5385
CY
5450 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5451
5d2ece3c
CY
5452 * textmodes/flyspell.el (flyspell-word): Fix char offset for
5453 forged Ispell output (Bug#7904).
5454
38bb2ca8
CY
5455 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5456
d0af9f77
SM
54572011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5458
5459 * doc-view.el: Avoid ugly errors about not finding nil.
5460 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5461 (doc-view-dvipdf-program, doc-view-unoconv-program)
5462 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5463 Avoid nil or absolute file name as default value.
5464 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5465
52bedd34
AM
54662011-10-28 Alan Mackenzie <acm@muc.de>
5467
db22a3c2 5468 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 5469
7e43cfa5
AM
54702011-10-28 Alan Mackenzie <acm@muc.de>
5471
5472 Amend the handling of c-beginning/end-of-defun in nested declaration
5473 scopes.
5474
52bedd34
AM
5475 * progmodes/cc-vars.el (c-defun-tactic): Move here from
5476 cc-langs.el. Change it to a defcustom.
7e43cfa5 5477
52bedd34
AM
5478 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5479 cc-vars.el.
7e43cfa5 5480
d0af9f77
SM
5481 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5482 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 5483
52bedd34 5484 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 5485 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
5486 (c-widen-to-enclosing-decl-scope): New function.
5487 (c-while-widening-to-decl-block): New macro.
5488 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5489 outward for defun boundaries, and correspondingly change symbol
5490 `respect-enclosure' to `go-outward'.
5491 (c-declaration-limits): Change algorithm to report only the "innermost"
5492 defun's boundaries.
5493
1a2ce9ee
DD
54942011-10-28 Deniz Dogan <deniz@dogan.se>
5495
5496 * net/rcirc.el (rcirc-mode): Use hard newlines.
5497
bc97a826
AM
54982011-10-28 Alan Mackenzie <acm@muc.de>
5499
5500 Amend to indent and fontify macros "which include their own semicolon"
5501 correctly, using the "virtual semicolon" mechanism.
5502
52bedd34 5503 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 5504
d0af9f77 5505 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 5506 Recode to scan one line at a time rather than having \n and \r
58179cce 5507 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 5508 (c-forward-label): Amend for virtual semicolons.
58179cce 5509 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 5510
52bedd34
AM
5511 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5512 of the new C macros.
bc97a826 5513
52bedd34 5514 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
5515 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5516 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
5517 (c-opt-cpp-macro-define): Make into a full language variable.
5518 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5519 AWK Mode (including \n, \r) removed, no longer needed.
5520
d0af9f77
SM
5521 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5522 Invoke c-make-macro-with-semi-re.
bc97a826 5523
52bedd34
AM
5524 * progmodes/cc-vars.el (c-macro-with-semi-re):
5525 (c-macro-names-with-semicolon): New variables.
58179cce 5526 (c-make-macro-with-semi-re): New function.
bc97a826 5527
7a6c0941
SM
55282011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5529
5530 * vc/log-edit.el: Fill empty field rather than adding new one.
5531 (log-edit-add-field): New function.
5532 (log-edit-insert-changelog): Use it.
5533
b0c4cdcf
ML
55342011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5535
5536 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5537
ee1f1da9
SM
55382011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5539
5540 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5541 (gdb--check-interpreter): New function.
5542 (gdb): Use it.
5543
51bc5f8b
GM
55442011-10-27 Glenn Morris <rgm@gnu.org>
5545
416a2c45
GM
5546 * emacs-lisp/cl-extra.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):
5550 Remove unnecessary declarations.
5551
5552 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5553 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5554 (least-positive-float, least-negative-float)
5555 (least-positive-normalized-float, least-negative-normalized-float)
5556 (float-epsilon, float-negative-epsilon): Add doc-strings,
5557 based on those in cl.texi.
5558
51bc5f8b
GM
5559 * files.el (set-visited-file-name): If the major-mode changed,
5560 reload the local variables. (Bug#9796)
5561
15de15c6
CY
55622011-10-27 Chong Yidong <cyd@gnu.org>
5563
5564 * subr.el (change-major-mode-after-body-hook): New hook.
5565 (run-mode-hooks): Run it.
5566
ee1f1da9
SM
5567 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5568 Use change-major-mode-before-body-hook.
15de15c6
CY
5569
5570 * simple.el (fundamental-mode):
5571 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5572 change introducing fundamental-mode-hook.
5573
5430d399
JB
55742011-10-26 Juanma Barranquero <lekktu@gmail.com>
5575
acc825c5 5576 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 5577
ad74a69e
MA
55782011-10-26 Michael Albinus <michael.albinus@gmx.de>
5579
5580 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 5581 tramp.el explicitly. (Bug#7583)
ad74a69e 5582
71d4c2a5
SM
55832011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5584
5585 * progmodes/octave-mod.el:
5586 * progmodes/octave-inf.el: Update maintainer.
5587
b1f6fa26
CY
55882011-10-26 Chong Yidong <cyd@gnu.org>
5589
5590 * subr.el (with-wrapper-hook): Rewrite doc.
5591
3f04efd6
MA
55922011-10-25 Michael Albinus <michael.albinus@gmx.de>
5593
5594 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 5595 filenames "/method:foo:". (Bug#9793)
3f04efd6 5596
410488d3
SM
55972011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5598
5599 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5600 (bug#9865).
5601
c1ebb47e
GM
56022011-10-24 Glenn Morris <rgm@gnu.org>
5603
5604 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
5605
7f5c46c7
MA
56062011-10-24 Michael Albinus <michael.albinus@gmx.de>
5607
5608 * notifications.el: Add the requirement of a running D-Bus session
5609 bus to the Commentary.
5610
db2440b6
JL
56112011-10-24 Juri Linkov <juri@jurta.org>
5612
5613 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5614 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5615 (Bug#9364)
5616
feecf435
JL
56172011-10-24 Juri Linkov <juri@jurta.org>
5618
5619 * info.el (Info-following-node-name-re): Add newline to the list
5620 of allowed characters for leading space. (Bug#9824)
5621
a3839de2
SM
56222011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5623
acc825c5
SM
5624 * progmodes/octave-inf.el (inferior-octave-mode-map):
5625 Fix C-c C-h binding.
a3839de2
SM
5626 * progmodes/octave-mod.el (octave-help): Remove.
5627
09388e76
MA
56282011-10-23 Michael Albinus <michael.albinus@gmx.de>
5629
5630 Sync with Tramp 2.2.3.
5631
5632 * net/tramp-cache.el (top): Pacify byte-compiler using
5633 `init-file-user' and `site-run-file'.
5634
5635 * net/trampver.el: Update release number.
5636
86c60681
CY
56372011-10-23 Chong Yidong <cyd@gnu.org>
5638
5639 * files.el (toggle-read-only): Remove obsolete comment about
5640 version control.
5641
5642 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
5643 for toggle-read-only. Note that this hasn't called vc-next-action
5644 since 2008-05-02, though it wasn't documented at the time.
5645
a3839de2
SM
5646 * vc/ediff-init.el (ediff-toggle-read-only-function):
5647 Use toggle-read-only.
86c60681 5648
cd5495ff
AM
56492011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
5650
5651 Fix bug #9560, sporadic wrong indentation; improve instrumentation
5652 of c-parse-state.
5653
00b77525 5654 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 5655 correct faulty logical expression.
cd5495ff
AM
5656 (c-parse-state-state, c-record-parse-state-state):
5657 (c-replay-parse-state-state): New defvar/defuns.
5658 (c-debug-parse-state): Use new functions.
5659
42ee24ed
MR
56602011-10-22 Martin Rudalics <rudalics@gmx.at>
5661
5662 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 5663 last fix. Use window-in-direction correctly.
42ee24ed 5664
a7dee7e7
CY
56652011-10-21 Chong Yidong <cyd@gnu.org>
5666
5667 * progmodes/idlwave.el (idlwave-mode):
5668 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
5669 require-final-newline; that's done in prog-mode.
5670 Suggested by Stefan Monnier.
a7dee7e7 5671
e07b9a6d
MR
56722011-10-21 Martin Rudalics <rudalics@gmx.at>
5673
5674 * mouse.el (mouse-drag-window-above)
5675 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
5676 (mouse-drag-mode-line-1, mouse-drag-header-line)
5677 (mouse-drag-vertical-line-rightward-window): Remove.
5678 (mouse-drag-line): New function.
5679 (mouse-drag-mode-line, mouse-drag-header-line)
5680 (mouse-drag-vertical-line): Call mouse-drag-line.
5681 * window.el (window-at-side-p, windows-at-side): New functions.
5682
7e1361d9
UM
56832011-10-21 Ulrich Mueller <ulm@gentoo.org>
5684
5685 * tar-mode.el (tar-grind-file-mode):
5686 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
5687
30fcaf3a
CY
56882011-10-21 Chong Yidong <cyd@gnu.org>
5689
5690 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
5691 * progmodes/vera-mode.el (vera-mode):
5692 Use mode-require-final-newline.
30fcaf3a 5693
516eddb0
GM
56942011-10-20 Glenn Morris <rgm@gnu.org>
5695
db22a3c2 5696 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 5697
10d5f513
CS
56982011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
5699
5700 * emulation/cua-base.el (cua-set-mark): Fix case of string.
5701
ac6c8639
CY
57022011-10-20 Chong Yidong <cyd@gnu.org>
5703
5704 * emulation/cua-base.el (cua-mode):
5705 * mail/footnote.el (footnote-mode):
5706 * mail/mailabbrev.el (mail-abbrevs-mode):
5707 * net/xesam.el (xesam-minor-mode):
5708 * progmodes/bug-reference.el (bug-reference-mode):
5709 * progmodes/cap-words.el (capitalized-words-mode):
5710 * progmodes/compile.el (compilation-minor-mode)
5711 (compilation-shell-minor-mode):
5712 * progmodes/gud.el (gud-tooltip-mode):
5713 * progmodes/hideif.el (hide-ifdef-mode):
5714 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5715 * progmodes/subword.el (subword-mode):
5716 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5717 * progmodes/which-func.el (which-function-mode):
5718 * term/tvi970.el (tvi970-set-keypad-mode):
5719 * term/vt100.el (vt100-wide-mode):
5720 * textmodes/flyspell.el (flyspell-mode):
5721 * textmodes/ispell.el (ispell-minor-mode):
5722 * textmodes/nroff-mode.el (nroff-electric-mode):
5723 * textmodes/paragraphs.el (use-hard-newlines):
5724 * textmodes/refill.el (refill-mode):
5725 * textmodes/reftex.el (reftex-mode):
5726 * textmodes/rst.el (rst-minor-mode):
5727 * textmodes/sgml-mode.el (html-autoview-mode)
5728 (sgml-electric-tag-pair-mode):
5729 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
5730 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
5731 * emulation/crisp.el (crisp-mode):
5732 * emacs-lisp/eldoc.el (eldoc-mode):
5733 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
5734 minor mode behavior.
5735
aa42ab43
JL
57362011-10-19 Juri Linkov <juri@jurta.org>
5737
5738 * descr-text.el (describe-char): Add #x2010 and #x2011 to
5739 the list of hard-coded chars with escape-glyph face.
5740
89400f1d
SM
57412011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5742
5743 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
5744
305c07f6
MA
57452011-10-19 Michael Albinus <michael.albinus@gmx.de>
5746
5747 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
5748 running process.
5749
13754b54
GM
57502011-10-19 Glenn Morris <rgm@gnu.org>
5751
5752 * vc/vc-bzr.el (vc-bzr-after-dir-status):
5753 Ignore ignored files. (Bug#9726)
5754
06e21633
CY
57552011-10-19 Chong Yidong <cyd@gnu.org>
5756
5757 Doc fix for minor modes, stating that an omitted argument enables
5758 the mode unconditionally when called from Lisp.
5759
5760 * abbrev.el (abbrev-mode):
5761 * allout.el (allout-mode):
5762 * autoinsert.el (auto-insert-mode):
5763 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5764 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5765 (global-auto-revert-mode):
5766 * battery.el (display-battery-mode):
5767 * composite.el (global-auto-composition-mode)
5768 (auto-composition-mode):
5769 * delsel.el (delete-selection-mode):
5770 * desktop.el (desktop-save-mode):
5771 * dired-x.el (dired-omit-mode):
5772 * dirtrack.el (dirtrack-mode):
5773 * doc-view.el (doc-view-minor-mode):
5774 * double.el (double-mode):
5775 * electric.el (electric-indent-mode, electric-pair-mode):
5776 * emacs-lock.el (emacs-lock-mode):
5777 * epa-hook.el (auto-encryption-mode):
5778 * follow.el (follow-mode):
5779 * font-core.el (font-lock-mode):
5780 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
5781 * help.el (temp-buffer-resize-mode):
5782 * hilit-chg.el (highlight-changes-mode)
5783 (highlight-changes-visible-mode):
5784 * hi-lock.el (hi-lock-mode):
5785 * hl-line.el (hl-line-mode, global-hl-line-mode):
5786 * icomplete.el (icomplete-mode):
5787 * ido.el (ido-everywhere):
5788 * image-file.el (auto-image-file-mode):
5789 * image-mode.el (image-minor-mode):
5790 * iswitchb.el (iswitchb-mode):
5791 * jka-cmpr-hook.el (auto-compression-mode):
5792 * linum.el (linum-mode):
5793 * longlines.el (longlines-mode):
5794 * master.el (master-mode):
5795 * mb-depth.el (minibuffer-depth-indicate-mode):
5796 * menu-bar.el (menu-bar-mode):
5797 * minibuf-eldef.el (minibuffer-electric-default-mode):
5798 * mouse-sel.el (mouse-sel-mode):
5799 * msb.el (msb-mode):
5800 * mwheel.el (mouse-wheel-mode):
5801 * outline.el (outline-minor-mode):
5802 * paren.el (show-paren-mode):
5803 * recentf.el (recentf-mode):
5804 * reveal.el (reveal-mode, global-reveal-mode):
5805 * rfn-eshadow.el (file-name-shadow-mode):
5806 * ruler-mode.el (ruler-mode):
5807 * savehist.el (savehist-mode):
5808 * scroll-all.el (scroll-all-mode):
5809 * scroll-bar.el (scroll-bar-mode):
5810 * server.el (server-mode):
5811 * shell.el (shell-dirtrack-mode):
5812 * simple.el (auto-fill-mode, transient-mark-mode)
5813 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
5814 (line-number-mode, column-number-mode, size-indication-mode)
5815 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
5816 * strokes.el (strokes-mode):
5817 * time.el (display-time-mode):
5818 * t-mouse.el (gpm-mouse-mode):
5819 * tool-bar.el (tool-bar-mode):
5820 * tooltip.el (tooltip-mode):
5821 * type-break.el (type-break-mode-line-message-mode)
5822 (type-break-query-mode):
5823 * view.el (view-mode):
5824 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5825 (global-whitespace-mode, global-whitespace-newline-mode):
5826 * xt-mouse.el (xterm-mouse-mode): Doc fix.
5827
a3839de2
SM
5828 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5829 Fix autogenerated docstring.
06e21633 5830
5214e501
JL
58312011-10-19 Juri Linkov <juri@jurta.org>
5832
5833 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
5834 by checking environment variables "DESKTOP_SESSION" and
5835 "XDG_CURRENT_DESKTOP". (Bug#9779)
5836
195f8db9
JL
58372011-10-19 Juri Linkov <juri@jurta.org>
5838
5839 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
5840 (browse-url-chromium-program, browse-url-chromium-arguments):
5841 New defcustoms.
5842 (browse-url-default-browser): Check for `browse-url-chromium' and
5843 call `browse-url-chromium-program'.
5844 (browse-url-chromium): New command. (Bug#9779)
5845
343a34ff
JB
58462011-10-18 Juanma Barranquero <lekktu@gmail.com>
5847
5848 * facemenu.el (list-colors-duplicates): On Windows, detect more
5849 duplicates by assuming that only colors matching "^System" are
5850 special "system colors". (Bug#9722)
5851
6978a151
SM
58522011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5853
5854 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
5855 to distinguish the author from the committer.
5856
6a80b297
MA
58572011-10-18 Michael Albinus <michael.albinus@gmx.de>
5858
5859 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
5860
b31a5677
JK
58612011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
5862
5863 * international/mule.el (sgml-html-meta-auto-coding-function):
5864 Add support for detecting encoding in HTML5 specified only as
5865 <meta charset="UTF-8">. Implementation just makes http-equiv and
5866 content-type parts from HTML4 encoding string optional. (Bug#9716)
5867
80c6d77f
GM
58682011-10-18 Glenn Morris <rgm@gnu.org>
5869
5870 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
5871
08b0fee8
CY
58722011-10-18 Chong Yidong <cyd@gnu.org>
5873
5874 * faces.el (cursor): Doc fix.
5875
67e729a5
CY
58762011-10-17 Chong Yidong <cyd@gnu.org>
5877
5878 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
5879
343a34ff 58802011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
5881
5882 * dirtrack.el (dirtrack): Support shell buffers with path
5883 prefixes, e.g. tramp-based remote shells. (Bug#9647)
5884
0bc06380
TZ
58852011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
5886
5887 * json.el: Bump version to 1.3 and note change in History.
5888 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
5889
8b79f3e0
SM
58902011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5891
5a7c536b
SM
5892 * comint.el (comint-insert-input, comint-send-input)
5893 (comint-get-old-input-default, comint-backward-matching-input)
5894 (comint-next-prompt): Use nil instead of `input' for field property of
5895 past user input (bug#114).
5896
96a8a0df
SM
5897 * minibuffer.el (completion--replace): Inherit surrounding properties
5898 (bug#114).
5899 (minibuffer-complete-and-exit): Use it.
5900
8b79f3e0
SM
5901 * comint.el (comint--table-subvert): Quote the all-completions output
5902 (bug#9160).
5903
b8f7ff0d
MR
59042011-10-17 Martin Rudalics <rudalics@gmx.at>
5905
8b79f3e0 5906 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 5907
b8f7ff0d 5908 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 5909 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
5910 entries and separate them from frame entries.
5911
c235b555
GM
59122011-10-15 Glenn Morris <rgm@gnu.org>
5913
5914 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
5915 Doc fixes.
5916
6bbfa6e1
CY
59172011-10-15 Chong Yidong <cyd@stupidchicken.com>
5918
8b79f3e0
SM
5919 * net/network-stream.el (network-stream-open-starttls):
5920 Improve detection of failure due to lack of TLS support.
ec5c990d 5921
6bbfa6e1
CY
5922 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
5923 putting the input text in front and in bold.
5924
98488977
SM
59252011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5926
3d1337be
SM
5927 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
5928
ee0b45e4
SM
5929 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
5930 empty buffer.
5931
98488977
SM
5932 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
5933 unread-command-events rather than pushing yet-another event.
5934
186f4720
EZ
59352011-10-14 Eli Zaretskii <eliz@gnu.org>
5936
5937 * mail/sendmail.el (sendmail-query-once): Improve the wording of
5938 the explanation of the possible choices. Make the options passed
5939 to completing-read shorter.
5940
8b7a997c
AM
59412011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5942
5943 * textmodes/flyspell.el (flyspell-large-region): Make sure
5944 extended character mode is used if defined (Bug#1339).
5945
12587bbb
EZ
59462011-10-13 Eli Zaretskii <eliz@gnu.org>
5947
5948 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
5949 character info for LRE, LRO, RLE, and RLO characters by appending
5950 an invisible PDF.
12587bbb 5951
bad41229
SM
59522011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5953
5954 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
5955 even in case of error; add debug spec; simplify data flow.
5956 (with-timeout-handler): Remove.
5957
28dbc92f
MA
59582011-10-12 Michael Albinus <michael.albinus@gmx.de>
5959
5960 Fix Bug#6019, Bug#9315.
5961
5962 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
5963 complete `buffer-file-name', the local file name part could look
5964 remotely (for example on VMS).
5965
5966 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
5967 `tramp-run-real-handler'.
5968 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
5969 already quoted by '"'.
5970
5971 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
5972 Let `file-name-handler-alist' be nil, the local file name part
5973 could look remotely (for example on VMS).
5974
e1b0b23a
SM
59752011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5976
5977 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
5978 from here...
5979 (flyspell-post-command-hook): ...to here.
5980
a120bde9
SM
59812011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5982
5983 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
5984 if not needed.
5985 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
5986 using completion. Protect against "slow" callers.
5987 Remove the "message hack".
5988
7ce7717b
JL
59892011-10-11 Juri Linkov <juri@jurta.org>
5990
5991 * isearch.el (isearch-lazy-highlight-word): New variable.
5992 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5993 Use it. (Bug#9727)
5994
c02ee9d6
GM
59952011-10-11 Glenn Morris <rgm@gnu.org>
5996
5997 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
5998 like f90-previous-statement does.
5999
93e616fd 60002011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6001
1f190e73 6002 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
6003 only in interactive use, to avoid error.
6004
af7b6078
SM
60052011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6006
6007 * minibuffer.el (completion-file-name-table): Fix last change,
6008 i.e. ignore normal errors but not the other ones.
6009
0563dae9
MR
60102011-10-10 Martin Rudalics <rudalics@gmx.at>
6011
6012 * window.el (special-display-buffer-names)
6013 (special-display-regexps): Remove some remnants of earlier
6014 changes from doc-strings.
366ca7f3
MR
6015 (quit-windows-on): New function.
6016
6017 * vc/vc.el (vc-revert, vc-rollback):
6018 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
6019 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 6020 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 6021
49677495
MR
60222011-10-09 Martin Rudalics <rudalics@gmx.at>
6023
6024 * window.el (frame-auto-hide-function): Add version tag.
6025 (Bug#9699)
6026
56f2d1e1
MA
60272011-10-09 Michael Albinus <michael.albinus@gmx.de>
6028
6029 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
6030 condition.
6031
112a6592
LL
60322011-10-09 Leo Liu <sdl.web@gmail.com>
6033
6034 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
6035 (Bug#9701)
6036
0812589b
GM
60372011-10-08 Glenn Morris <rgm@gnu.org>
6038
6039 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
6040 before the first code statement zero indent. (Bug#9690)
6041
b2b0776e
CY
60422011-10-08 Chong Yidong <cyd@stupidchicken.com>
6043
6044 * simple.el (count-words-region): Always count in the region.
6045 Report the number of lines and characters too.
6046 (count-words): New command, which counts in the buffer if the
6047 region is inactive, as count-words-region used to.
6048 (count-words--message): New function. Handle plurals.
6049 (count-lines-region): Make it an alias for count-words-region.
6050
6051 * bindings.el (esc-map): Replace count-lines-region with
6052 count-words-region.
6053
c557cd6b
MR
60542011-10-08 Martin Rudalics <rudalics@gmx.at>
6055
6056 * window.el (window--delete): Delete dedicated frame
6057 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 6058 (switch-to-buffer): Fix doc-string typo.
c557cd6b 6059
61a57ef4 60602011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6061
3a7d293b 6062 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 6063
c3833279
CY
60642011-10-07 Chong Yidong <cyd@stupidchicken.com>
6065
6066 * bindings.el ([M-left],[M-right]): Bind to left-word and
6067 right-word respectively.
6068
21ce8245
GM
60692011-10-07 Glenn Morris <rgm@gnu.org>
6070
6071 * cus-start.el (debug-on-quit): Fix custom type.
6072
6d823bb2
LMI
60732011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6074
0181e193
LMI
6075 * subr.el (define-key-after): Clarify that the function is not
6076 useful for non-menu keymaps.
6077
6d823bb2
LMI
6078 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
6079
8e3459ce 60802011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6081
21ce8245 6082 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 6083 in current minibuffer (Fix bug with recursive minibuffers).
6084
a1c2d21e
CY
60852011-10-06 Chong Yidong <cyd@stupidchicken.com>
6086
6087 * progmodes/gdb-mi.el (gdb): Doc fix.
6088
5a4cf282
MR
60892011-10-05 Martin Rudalics <rudalics@gmx.at>
6090
6091 * window.el (frame-auto-hide-function): New option replacing
6092 frame-auto-delete. Suggested by Stefan Monnier.
6093 (window--delete): Call frame-auto-hide-function instead of
6094 investigating frame-auto-delete.
c96111ea
MR
6095 (window-point-1, set-window-point-1): New functions.
6096 (window-in-direction, record-window-buffer, window-state-get-1)
6097 (display-buffer-record-window): Use window-point-1 instead of
6098 window-point.
6099 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 6100
9854542e
SM
61012011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6102
6103 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
6104
8943cfb0
GM
61052011-10-05 Glenn Morris <rgm@gnu.org>
6106
6107 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
6108 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
6109
647ab967
LL
61102011-10-05 Leo Liu <sdl.web@gmail.com>
6111
6112 * subr.el (read-char-choice): Fix argument to buffer-live-p which
6113 works with buffer object.
6114
3ddfbced
SM
61152011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6116
6117 * mpc.el (mpc-tool-bar-map): Add labels.
6118
bdfa5dd2
GM
61192011-10-04 Glenn Morris <rgm@gnu.org>
6120
6121 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6122
0e2070b5
MR
61232011-10-04 Martin Rudalics <rudalics@gmx.at>
6124
6125 * window.el (window--delete): New function.
6126 (frame-auto-delete): Resuscitate option.
6127 (bury-buffer, replace-buffer-in-windows)
6128 (quit-window): Rewrite using window--delete.
6129 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6130 Pass display-buffer-mark-dedicated to window--display-buffer-2
6131 (Bug#9639).
6132
3dc61a09
SM
61332011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6134
915a9b64
SM
6135 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
6136 returns a list (bug#9554). Add remote file name completion.
6137 * comint.el (comint--table-subvert): Curry and get quote&unquote
6138 functions as arguments.
6139 (comint--complete-file-name-data): Adjust call accordingly.
6140 * pcomplete.el (pcomplete--table-subvert): Remove.
6141 (pcomplete-completions-at-point): Use comint--table-subvert instead.
6142
3dc61a09
SM
6143 * minibuffer.el (completion-table-case-fold): Use currying.
6144 (completion--styles-type, completion--cycling-threshold-type):
6145 New constants.
6146 (completion-styles, completion-category-overrides)
6147 (completion-cycle-threshold): Use them.
6148 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
6149 completion-table-case-fold.
6150
8ea0a993
SB
61512011-10-03 Stephen Berman <stephen.berman@gmx.net>
6152
6153 * minibuffer.el (completion-category-overrides): Fix type of styles
6154 and add more user friendly tags (bug#9660).
6155
8c24b7f6
SM
61562011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6157
6158 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
6159 (mule-input-method-string): New widget.
6160 (default-input-method, language-info-custom-alist): Use it.
6161
428fe61a
SM
61622011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6163
32c1fffd
SM
6164 * pcomplete.el: Require comint.
6165 (pcomplete--common-suffix): Remove.
6166 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
6167 (pcomplete--table-subvert): Sync with comint--table-subvert.
6168 (pcomplete--entries): Use comint-completion-file-name-table.
6169 * comint.el (comint-unquote-filename): Simplify.
6170 (comint-completion-file-name-table): New function (bug#9616).
6171 (comint--complete-file-name-data): Use it.
6172
428fe61a
SM
6173 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
6174 (pcmpl-gnu-tar-buffer): Remove.
6175 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
6176 around. Make sure pcomplete-suffix-list is only changed temporarily.
6177 Don't look inside the tar's file if it's too large.
428fe61a 6178
04c52e2f
CY
61792011-10-01 Chong Yidong <cyd@stupidchicken.com>
6180
ce3cefcc
CY
6181 * cus-edit.el (custom-mode-map):
6182 * epa.el (epa-key-list-mode-map):
6183 * man.el (Man-mode-map):
6184 * startup.el (splash-screen-keymap):
6185 * simple.el (special-mode-map): Use scroll-up-command and
6186 scroll-down-command.
6187
6188 * progmodes/idlw-help.el (idlwave-help-mode-map):
6189 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
6190 * net/newst-plainview.el (newsticker-mode-map):
6191 * emulation/ws-mode.el (wordstar-mode-map):
6192 * emulation/vi.el (vi-com-map):
6193 * calc/calc-graph.el (calc-graph-show-dumb):
6194 * term/sun.el (terminal-init-sun):
6195 * term/ns-win.el (global-map):
6196 * progmodes/grep.el (grep-mode-map):
6197 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
6198 * mail/rmail.el (rmail-mode-map):
6199 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
6200
04c52e2f
CY
6201 * custom.el (custom-safe-themes, load-theme): Treat value of t for
6202 custom-safe-themes as special.
6203
79adf8c8
JD
62042011-10-01 Julien Danjou <julien@danjou.info>
6205
6206 * notifications.el (notifications-notify): Fix docstring.
6207
63bd50d3
PS
62082011-10-01 Per Starbäck <per@starback.se>
6209
6210 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
6211
199e4c7e
MR
62122011-09-30 Martin Rudalics <rudalics@gmx.at>
6213
6214 * startup.el (command-line-1): Fix last fix by inserting
6215 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 6216 (Bug#9605) and (Bug#9636)
199e4c7e 6217
fe5f08dd
EZ
62182011-09-29 Eli Zaretskii <eliz@gnu.org>
6219
6220 * simple.el (line-move): If auto-hscroll-mode is disabled and the
6221 window is hscrolled, move by logical lines. (Bug#9607)
6222 (line-move-visual): Update the doc string to the above effect.
6223
b5516bbd
MR
62242011-09-29 Martin Rudalics <rudalics@gmx.at>
6225
ccee00c0
MR
6226 * window.el (display-buffer-record-window): When WINDOW is the
6227 selected window use `point' instead of `window-point'. (Bug#9626)
6228
b5516bbd
MR
6229 * startup.el (command-line-1): Use insert-before-markers when
6230 inserting initial-scratch-message. (Bug#9605)
ccee00c0 6231
b5516bbd
MR
6232 * help.el (help-window): Remove variable.
6233
52aa0014
GM
62342011-09-29 Glenn Morris <rgm@gnu.org>
6235
6236 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
6237
df9a7357
JB
62382011-09-29 Juanma Barranquero <lekktu@gmail.com>
6239
6240 * descr-text.el (describe-char-categories): Accept category
6241 descriptions more than one line long.
6242
a8406c20
SM
62432011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6244
88d9610c
SM
6245 * simple.el (delete-trailing-whitespace): Fix last change.
6246
a5daf810
SM
6247 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6248 Don't confuse "y => 3" as the beginning of a `y' operation.
6249
a8406c20
SM
6250 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
6251 object has more than 4 slots (bug#9613).
6252
a239d4e9
JB
62532011-09-28 Juanma Barranquero <lekktu@gmail.com>
6254
6255 * subr.el (with-output-to-temp-buffer):
6256 * net/quickurl.el (quickurl, quickurl-browse-url):
6257 Fix typos in docstrings.
6258
693fbdb6
EZ
62592011-09-27 Eli Zaretskii <eliz@gnu.org>
6260
6261 * minibuffer.el (completion-styles)
6262 (completion-category-overrides): Cross reference each other in doc
6263 strings.
6264
8b457e28
GM
62652011-09-27 Glenn Morris <rgm@gnu.org>
6266
6267 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
6268 to split-string. (Bug#9606)
6269
85a16208
LMI
62702011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6271
6272 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
6273 (bug#9615).
6274
502f9ebd
CY
62752011-09-27 Chong Yidong <cyd@stupidchicken.com>
6276
6277 * emacs-lisp/package.el (list-packages): Fix echo area message.
6278
7690bdea
LL
62792011-09-27 Leo Liu <sdl.web@gmail.com>
6280
6281 * ido.el (ido-read-internal): Accept cons cell HIST arg.
6282
e2ee6f30
MA
62832011-09-25 Michael Albinus <michael.albinus@gmx.de>
6284
6285 * net/dbus.el (dbus-unregister-object): Don't release services for
6286 registered signals. (Bug#9581)
6287
f3f98342
TZ
62882011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6289
6290 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
6291 function that picks between cfengine 2 and 3 support
6292 automatically. Update docs accordingly.
6293
dd7aa8dd
KH
62942011-09-22 Kenichi Handa <handa@m17n.org>
6295
6296 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
6297 ZERO.
6298 (indian-itrans-v5-table-for-tamil): New variable.
6299 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
6300
3f2b07f8
KM
63012011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
6302
6303 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
6304 that's true if the current command involved collapsing of text.
6305 It's reset to false at the beginning of the next command.
6306 (allout-post-command-business): Move the cursor to the beginning
6307 of entry if the cursor is hidden and collapsing activity just
6308 happened.
6309
371d6a61
CY
63102011-09-24 Chong Yidong <cyd@stupidchicken.com>
6311
6312 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
6313 tracking (Bug#9541).
6314
2ac2721a
UJ
63152011-09-24 Ulf Jasper <ulf.jasper@web.de>
6316
6317 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
6318 (newsticker-show-news): Automatically load html rendering package
6319 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
6320 because w3m-fill-column is let-bound" and the error "Symbol's value
6321 as variable is void: w3m-fill-column".
2ac2721a 6322
fac7ae53
MA
63232011-09-24 Michael Albinus <michael.albinus@gmx.de>
6324
6325 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
6326 Release services only if they are defined. (Bug#9581)
6327
e08b633b
RS
63282011-09-23 Richard Stallman <rms@gnu.org>
6329
e488d29c
RS
6330 * textmodes/paragraphs.el (forward-sentence): For backwards case,
6331 distinguish start of paragraph from start of its text.
6332
19c38752
RS
6333 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
6334
e08b633b
RS
6335 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
6336 (rmail-generate-viewer-buffer): Put that hook on view buffer.
6337 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
6338
0a39f27e
AS
63392011-09-23 Andreas Schwab <schwab@linux-m68k.org>
6340
6341 * international/mule-diag.el (mule-diag): Insert a newline after
6342 each fontset description.
6343
db4e950d
SM
63442011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6345
6346 * simple.el (delete-trailing-whitespace):
6347 Document last change; simplify.
6348
eca3f3ea
PW
63492011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
6350
d68e189a
PW
6351 * simple.el (delete-trailing-whitespace): Also delete
6352 extra newlines at the end of the buffer.
6353
eca3f3ea
PW
6354 * textmodes/picture.el: Make motion commands obey shift-select-mode.
6355 (picture-newline): Use forward-line so as to ignore fields.
6356
01c157cc
SM
63572011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6358
6359 * subr.el (with-wrapper-hook): Fix edebug spec.
6360
022de23e
LMI
63612011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6362
6363 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
6364 (bug#4538).
6365
91683089
MA
63662011-09-23 Michael Albinus <michael.albinus@gmx.de>
6367
eca3f3ea
PW
6368 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6369 Fix nasty bug using wrong cached values.
91683089 6370
5bdd6fa4
AM
63712011-09-23 Alan Mackenzie <acm@muc.de>
6372
6373 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
6374
97adfb97
CY
63752011-09-23 Chong Yidong <cyd@stupidchicken.com>
6376
6377 * window.el (pop-to-buffer): Ensure right window is selected if we
6378 chose another frame.
6379
d4ef2b50
EZ
63802011-09-22 Eli Zaretskii <eliz@gnu.org>
6381
6382 * simple.el (what-cursor-position): Use get-char-property-change
6383 and next-single-char-property-change, to be able to show display
6384 properties that come from overlays as well as text properties.
6385
72258fe5
CY
63862011-09-22 Chong Yidong <cyd@stupidchicken.com>
6387
6388 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
6389
6390 * cmuscheme.el (run-scheme, switch-to-scheme):
6391 * cus-edit.el (customize-group, custom-buffer-create)
6392 (customize-browse):
6393 * info.el (info):
6394 * shell.el (shell):
6395 * mail/sendmail.el (mail):
6396 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
6397
8f098516
RS
63982011-09-22 Richard Stallman <rms@gnu.org>
6399
6400 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
6401 move back only to line beg, don't move back over blank lines.
6402
e74f1bb6
MA
64032011-09-22 Michael Albinus <michael.albinus@gmx.de>
6404
6405 * files.el (copy-directory): Set directory attributes only in case
6406 they could be retrieved from the source directory. (Bug#9565)
6407
bfeef8b6
DK
64082011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
6409
6410 * progmodes/hideshow.el (hs-looking-at-block-start-p)
6411 (hs-find-block-beginning, hs-hide-level-recursive):
6412 Ignore strings as well as comments. (Bug#9502)
6413
7e423bb8
AS
64142011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
6415
6416 * progmodes/sql.el (sql-comint-postgres):
6417 Convert port number to a string. (Bug#9566)
6418
b4d72fcf
MR
64192011-09-22 Martin Rudalics <rudalics@gmx.at>
6420
6421 * window.el (quit-window): Undedicate window when switching to
6422 previous buffer. Reported by Thierry Volpiatto
6423 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
6424 (special-display-popup-frame): When popping up a new frame reset
6425 its previous buffers to nil. Simplify code.
b4d72fcf 6426
a7b88dc6
MA
64272011-09-21 Michael Albinus <michael.albinus@gmx.de>
6428
6429 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
6430 and process filter, as done also in `shell-command'.
6431
cf4eacfd
MR
64322011-09-21 Martin Rudalics <rudalics@gmx.at>
6433
eca3f3ea 6434 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
6435 Call set-window-start with NOFORCE argument t.
6436 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
6437 (quit-window): Reword doc-string. Handle new format of
6438 quit-restore parameter. Don't delete window if it has a
6439 previous buffer we can show instead of the present one.
6440 (display-buffer-record-window): Rewrite using a new format for
6441 the quit-restore window parameter
6442 (special-display-popup-frame, display-buffer-same-window)
6443 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6444 (display-buffer-pop-up-window, display-buffer-use-some-window):
6445 Adapt symbol passed to display-buffer-record-window.
6446 * help.el (help-window-setup): Handle new format of quit-restore
6447 parameter.
6448
8d28cb95
SM
64492011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6450
94ab793f
SM
6451 * faces.el (face-list): Fix docstring (bug#9564).
6452
8d28cb95
SM
6453 * window.el (display-buffer--action-function-custom-type):
6454 Don't include internal functions in the Custom interface.
6455
3820edeb
JL
64562011-09-20 Juri Linkov <juri@jurta.org>
6457
6458 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6459 (Info-forward-node, Info-backward-node, Info-next-preorder)
6460 (Info-last-preorder): Use it. (Bug#9528)
6461
5147931d
JL
64622011-09-20 Juri Linkov <juri@jurta.org>
6463
6464 * info.el (Info-last-preorder): Visit last menu item only when
6465 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6466
cf499a1a
JD
64672011-09-20 Julien Danjou <julien@danjou.info>
6468
6469 * password-cache.el (password-cache-remove): Remove entries even if the
6470 value is nil, so that password with a nil value (negative caching) is
6471 possible to invalidate.
6472
f84e2fe2
LM
64732011-09-20 Lawrence Mitchell <wence@gmx.li>
6474
6475 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6476 all whitespace around breakpoint. (Bug#9553)
6477 (f90-find-breakpoint): Only break at whitespace inside a comment.
6478
78054a46
SM
64792011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6480
6481 * minibuffer.el (completion-file-name-table): Keep track of errors.
6482 (completion-table-with-predicate): Handle the case where pred1 is nil.
6483 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6484
345083b2
SM
64852011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6486
e24e27be
SM
6487 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6488 (debugger-return-value): Signal an error if the debugging context does
6489 not await any return value.
6490
345083b2
SM
6491 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6492 * image-mode.el (image-toggle-display-text)
6493 (image-toggle-display-image): Stay away from evil `intangible'.
6494
08d355e3
LL
64952011-09-19 Leo Liu <sdl.web@gmail.com>
6496
6497 * replace.el (occur-revert-arguments): Make it permanent-local.
6498 (occur-mode): Don't call font-lock-defontify.
6499
f01da43f
CY
65002011-09-19 Chong Yidong <cyd@stupidchicken.com>
6501
6502 * net/ldap.el (ldap-search-internal): Don't push empty search
6503 result (Bug#9508).
6504
b6072fa6
SM
65052011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6506
6507 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6508
443d6696
MA
65092011-09-19 Michael Albinus <michael.albinus@gmx.de>
6510
6511 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6512 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6513
7cc6e154
JL
65142011-09-18 Juri Linkov <juri@jurta.org>
6515
6516 * buff-menu.el (Buffer-menu-mode-map):
6517 * dired.el (dired-mode-map):
6518 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6519 (lisp-interaction-mode-map):
6520 * emacs-lisp/package.el (package-menu-mode-map):
6521 * epa.el (epa-key-list-mode-map):
6522 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6523 (menu-bar-options-menu):
6524 * outline.el (outline-mode-menu-bar-map):
6525 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6526 * vc/vc-dir.el (vc-dir-menu-map):
6527 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6528 Capitalize non-function content words in menu item strings.
6529
6530 * dired.el (dired-mode-map): Add menu item for
6531 `image-dired-dired-toggle-marked-thumbs'.
6532
80302a81
JL
65332011-09-18 Juri Linkov <juri@jurta.org>
6534
6535 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6536 to `isearch-case-fold-search' and restore its original value
6537 after the `isearch-mode' call.
6538
46c5cf66
JL
65392011-09-18 Juri Linkov <juri@jurta.org>
6540
6541 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6542 because `zgrep' returns 1 for successful matches (bug#9226).
6543
d18b513b
JL
65442011-09-18 Juri Linkov <juri@jurta.org>
6545
6546 * info.el (Info-extract-menu-node-name): Check the second match
6547 for empty string (second test-case of bug#9528).
6548 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6549 intermediate nodes to the history (first test-case of bug#9528).
6550
72753f87
JL
65512011-09-18 Juri Linkov <juri@jurta.org>
6552
6553 * info.el (Info-mode-syntax-table): New variable.
1154d12e 6554 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 6555
c9384295
JL
65562011-09-18 Juri Linkov <juri@jurta.org>
6557
1154d12e
JB
6558 * info.el (Info-file-supports-index-cookies):
6559 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6560 outputs one more line for long file names (bug#4142).
c9384295 6561
d473dce8
CY
65622011-09-18 Chong Yidong <cyd@stupidchicken.com>
6563
6564 * newcomment.el (comment-normalize-vars): If prompting for
6565 comment-start, set comment-start-skip too (Bug#8424).
6566
2176854d
JB
65672011-09-18 Johan Bockgård <bojohan@gnu.org>
6568
6569 * icomplete.el: Fix previous fix of Bug#5849.
6570 (icomplete-mode): Don't set completion-show-inline-help.
6571 (icomplete-minibuffer-setup): Set completion-show-inline-help
6572 locally during icompletion.
6573
3aace4e4
CY
65742011-09-18 Chong Yidong <cyd@stupidchicken.com>
6575
c940224f
CY
6576 * woman.el (woman2-process-escapes): Don't delete unrecognized
6577 escapes (Bug#7843).
6578
3aace4e4
CY
6579 * files.el (inhibit-first-line-modes-regexps): Add image files.
6580 (hack-local-variables-prop-line): Return nil for malformed
6581 prop-lines (Bug#9044).
6582
710dec63
MA
65832011-09-18 Michael Albinus <michael.albinus@gmx.de>
6584
6585 * net/tramp.el (top): Don't require 'shell.
6586 (tramp-methods): Fix docstring.
6587 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
6588 Return complete remote file name. Handle "smb" case.
6589 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
6590 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6591
6592 * net/tramp-compat.el (top): Require 'shell.
6593
6594 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6595 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6596 `tramp-current-host'.
6597 (tramp-get-remote-tmpdir): Remove.
6598
6599 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6600 `tramp-tmpdir' entries.
6601 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6602 (tramp-smb-handle-file-attributes): Ignore errors.
6603 (tramp-smb-wait-for-output): Check also for process end.
6604
5d5ac8ec
LMI
66052011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6606
6607 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6608 when sending QUIT (bug#9312).
6609
8c0f49f0
CY
66102011-09-17 Chong Yidong <cyd@stupidchicken.com>
6611
6612 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6613 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6614 occur-mode-display-occurrence.
6615 (occur-edit-mode): Add usage message.
6616 (occur-cease-edit): New command.
6617 (occur-after-change-function): Use text properties to find the
6618 position of the prefix text.
6619 (occur-engine): Set stickiness of prefix text properties.
6620
8f1383f7
GM
66212011-09-17 Glenn Morris <rgm@gnu.org>
6622
6623 * progmodes/etags.el (complete-tag):
6624 Fix call to completion-in-region. (Bug#9526)
6625
744ba0e3
JL
66262011-09-17 Juri Linkov <juri@jurta.org>
6627
6628 * textmodes/ispell.el (ispell-word): Add to the error message
6629 the word, ispell program name and current dictionary (bug#9121).
6630 (ispell-tex-arg-end): Capitalize "error" in the error message.
6631
d9bbf400
AS
66322011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6633
6634 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6635 check. (Bug#4251)
6636
8da11505
JL
66372011-09-17 Juri Linkov <juri@jurta.org>
6638
6639 * window.el (window-safe-min-height, window-safe-min-width):
6640 Fix typos (followup to bug#9522).
6641
a91adc7e
SJ
66422011-09-17 Sven Joachim <svenjoac@gmx.de>
6643
6644 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
6645
064f328a
EZ
66462011-09-16 Eli Zaretskii <eliz@gnu.org>
6647
6648 * simple.el (line-move): If goal-column is set, move by logical
6649 lines, not by display lines. (Bug#971)
6650 (next-line, previous-line, goal-column, line-move-visual): Doc fix
6651 to reflect the above change.
6652
e69df516
SM
66532011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6654
6655 * image.el (imagemagick-register-types): Use regexp-opt.
6656
cbb0f9ab
CY
66572011-09-15 Chong Yidong <cyd@stupidchicken.com>
6658
6659 * window.el (display-buffer-base-action): Rename from
6660 display-buffer-default-action. Make default value empty.
6661 (display-buffer-overriding-action): Convert to defvar.
6662 (display-buffer-fallback-action): New var.
6663
25322144
CY
66642011-09-15 Chong Yidong <cyd@stupidchicken.com>
6665
6666 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
6667 declaration.
6668 (package--add-to-archive-contents): If there is a duplicate entry
6669 with an older version, remove it.
6670 (package-menu-mark-delete, package-menu-mark-install)
6671 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
6672 (package-menu-mark-obsolete-for-deletion):
6673 Use package-menu-get-status instead of a regexp search.
25322144
CY
6674 (package-menu-get-status): Use tabulated-list-entry.
6675 (package-menu-mark-upgrades): New command.
d770725a 6676 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
6677 (package-menu-execute): Do installation before deletion.
6678 (package-menu-refresh, package-menu-execute): Use derived-mode-p
6679 instead of checking major-mode.
6680 (package-menu--find-upgrades): New function.
6681
7520339c
LMI
66822011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6683
6684 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
6685 passwords in the log buffer.
65a046c4
LMI
6686 (smtpmail-process-filter): Update the process marker so that the
6687 "broken by peer" status message is inserted in the right place.
7520339c 6688
d3c30954
SM
66892011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6690
3fe48822
SM
6691 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
6692 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
6693 bibtex-completion-at-point-function.
6694 (bibtex-completion-at-point-function): Use them.
6695
1b8b3954
SM
6696 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
6697
d3c30954
SM
6698 * mpc.el (mpc-constraints-tag-lookup): New function.
6699 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
6700 also to browser "album|playlist".
6701
72779976
JL
67022011-09-14 Juri Linkov <juri@jurta.org>
6703
6704 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
6705 (isearch-edit-string): Use length of `isearch-string' when
6706 `isearch-fail-pos' returns nil.
6707 (isearch-message): Remove duplicate code and call
6708 `isearch-fail-pos' with arg `t'.
6709
a0bf2bcd
CY
67102011-09-14 Chong Yidong <cyd@stupidchicken.com>
6711
17bb0a2d
CY
6712 * replace.el (occur-mode-goto-occurrence): Don't force using other
6713 window (Bug#9499).
6714
a0bf2bcd
CY
6715 * dired-aux.el (dired-do-chmod): Don't provide initial input.
6716
f678e0b6
MR
67172011-09-14 Martin Rudalics <rudalics@gmx.at>
6718
6719 * window.el (display-buffer-window): Remove.
6720 (display-buffer-record-window): Use help-setup window parameter
6721 instead of variable display-buffer-window.
6722 (display-buffer-function, special-display-buffer-names)
6723 (special-display-function): Mention help-setup parameter instead
6724 of display-buffer-window in doc-string.
d3c30954
SM
6725 * help.el (help-window-setup): New argument help-window.
6726 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
6727 Reword some messages.
6728 (with-help-window): Pass window used for displaying the buffer
6729 to help-window-setup. Don't set display-buffer-window.
6730
8e39b2e8
GM
67312011-09-13 Glenn Morris <rgm@gnu.org>
6732
6733 * emacs-lisp/debug.el (debugger-make-xrefs):
6734 Preserve point. (Bug#9462)
6735
85e9c04b
CY
67362011-09-13 Chong Yidong <cyd@stupidchicken.com>
6737
6738 * window.el (window-deletable-p): Use next-frame.
6739
1b36ed6a
MR
67402011-09-13 Martin Rudalics <rudalics@gmx.at>
6741
6742 * window.el (window-auto-delete): Remove.
6743 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 6744 dedication and previous buffers.
1b36ed6a
MR
6745 (switch-to-prev-buffer): Don't delete window.
6746 (delete-windows-on): Delete a window's frame if and only if the
6747 window is dedicated.
6748 (replace-buffer-in-windows): Delete buffer's window or frame if
6749 and only if window is dedicated.
6750 (quit-window): Handle quit-restore as before last change.
4d61f28d 6751 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 6752
ef8ef9fb
CY
67532011-09-13 Chong Yidong <cyd@stupidchicken.com>
6754
6755 * window.el (window-deletable-p): Never delete the last frame on a
6756 given terminal.
6757
b2cba41e
GM
67582011-09-13 Glenn Morris <rgm@gnu.org>
6759
6760 * help.el (describe-key-briefly): Copy previous standard-output change.
6761
51553db6 67622011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
6763
6764 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
6765
b7556719
GM
67662011-09-13 Glenn Morris <rgm@gnu.org>
6767
6768 * emacs-lisp/lisp-mode.el (lisp-indent-function):
6769 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
6770
64b51947
CY
67712011-09-12 Chong Yidong <cyd@stupidchicken.com>
6772
6773 * dired-aux.el (dired-mark-read-string): Don't return default
6774 value on empty input (Bug#9361).
6775 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
6776 Omit initial minibuffer contents.
6777 (dired-do-chmod): Signal an error on empty input.
6778 (dired-mark-read-string): Don't return default on empty input.
6779
6780 * files.el (file-modes-symbolic-to-number): Doc fix.
6781
393a301e
SM
67822011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 * international/mule-cmds.el (ucs-completions): Remove.
6785 (read-char-by-name): Use complete-with-action instead; add metadata.
6786
fa5660f9
CY
67872011-09-11 Chong Yidong <cyd@stupidchicken.com>
6788
6789 * window.el (display-buffer--action-function-custom-type)
6790 (display-buffer--action-custom-type): New vars.
6791 (display-buffer-alist, display-buffer-default-action)
6792 (display-buffer-overriding-action): Add defcustom types.
6793
4a592f66
CY
6794 * frame.el (delete-other-frames): Doc fix (Bug#276).
6795
73d56dbd
LMI
67962011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6797
6798 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
6799
37ac18a3
CY
68002011-09-11 Chong Yidong <cyd@stupidchicken.com>
6801
6802 Change modes that used same-window-* vars to use switch-to-buffer.
6803
6804 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
6805 Use switch-to-buffer.
6806
6807 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
6808 (customize-browse, custom-buffer-create-other-window):
6809 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
6810
6811 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
6812 (Info-prev, Info-up, Info-speedbar-goto-node)
6813 (info-display-manual): Use switch-to-buffer.
6814 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
6815
6816 * mail/sendmail.el (mail): Use switch-to-buffer.
6817 (mail-recover): Use switch-to-buffer-other-window.
6818
6819 * cmuscheme.el (run-scheme, switch-to-scheme):
6820 * ielm.el (ielm):
6821 * shell.el (shell):
6822 * net/rlogin.el (rlogin):
6823 * net/telnet.el (telnet, rsh):
6824 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
6825
10195bd6
AS
68262011-09-11 Andreas Schwab <schwab@linux-m68k.org>
6827
6828 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
6829
b322f63a
LMI
68302011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6831
39d7fed6
LMI
6832 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
6833 so don't mention it (bug#9301).
ba5a81f1 6834 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 6835
ee0e9f11
LMI
6836 * faces.el (face-spec-set-match-display): Make `(type graphic)'
6837 match `x', `w32' and `ns', like the manual says (bug#9029).
6838
0b1c89c1 6839 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
6840 (process-kill-buffer-query-function): Mention the buffer name in
6841 the query.
0b1c89c1 6842
77549ea8
LMI
6843 * image-mode.el (image-next-line): The line parameter is mandatory
6844 (bug#9258).
6845
803ef892
LMI
6846 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
6847 which can be useful (bug#9301).
6848
12980837
LMI
6849 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
6850
91054f8f
LMI
6851 * subr.el (match-string): Mention that the current buffer should
6852 be the same as the search was done in (bug#9282).
6853
b322f63a
LMI
6854 * facemenu.el: Disable the remove-* commands if the mark isn't
6855 active (bug#9162).
6856
3199b96f
CY
68572011-09-10 Chong Yidong <cyd@stupidchicken.com>
6858
6859 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
6860 of display-buffer.
6861 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
6862
6863 * replace.el (occur-mode-goto-occurrence)
6864 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
6865 and display-buffer.
6866
6867 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
6868 display-buffer.
6869
6870 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
6871 special-display and same-window variables.
6872 (mail-other-window): Use switch-to-buffer-other-window.
6873 (mail-other-frame): USe switch-to-buffer-other-frame.
6874
393a301e
SM
6875 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
6876 Use display-buffer-other-frame.
3199b96f
CY
6877 (gdb-display-gdb-buffer): Use pop-to-buffer.
6878
6879 * progmodes/gud.el (gud-goto-info): Use info-other-window.
6880
6881 * progmodes/python.el: Don't set same-window-buffer-names.
6882
6883 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
6884
6885 * window.el (display-buffer-alist): Add *Python*.
6886
8319e0bf
CY
68872011-09-10 Chong Yidong <cyd@stupidchicken.com>
6888
6889 * window.el (display-buffer-alist): Add entry for buffers
6890 previously handled same-window-*.
6891 (display-buffer-alist, display-buffer-default-action)
6892 (display-buffer-overriding-action): Mark as risky.
6893 (display-buffer-alist): Document action function changes.
6894 (display-buffer--same-window-action)
6895 (display-buffer--other-frame-action): New variables.
6896 (switch-to-buffer, display-buffer-other-frame): Use them.
6897 (display-buffer): Rename reuse-frame entry to reusable-frames.
6898 (display-buffer-reuse-selected-window): Function deleted.
6899 (display-buffer-reuse-window): Handle reusable-frames alist entry.
6900 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
6901 (display-buffer-special): New function.
6902 (display-buffer--maybe-pop-up-frame-or-window): Rename from
6903 display-buffer-reuse-or-pop-window. Split off special-display
6904 part into display-buffer-special.
6905 (display-buffer-use-some-window): Don't perform any special
6906 pop-up-frames handling.
6907 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 6908 (display-buffer--maybe-same-window): Rename from
0d3ff375 6909 display-buffer-maybe-same-window.
8319e0bf 6910
919a69aa
CY
6911 * info.el: Don't set same-window-regexps.
6912 (info-setup): New function.
6913 (info-other-window, info): Call it.
6914
6915 * cus-edit.el: Don't set same-window-regexps.
6916 (customize-group): New argument.
6917 (customize-group-other-window): Use it.
6918 (customize-face, customize-face-other-window): Likewise.
6919 (custom-buffer-create-other-window): Use pop-to-buffer directly.
6920
8319e0bf
CY
6921 * net/rlogin.el:
6922 * net/telnet.el:
6923 * progmodes/gud.el: Don't set same-window-regexps.
6924
6925 * cmuscheme.el:
6926 * ielm.el:
6927 * shell.el:
6928 * mail/sendmail.el:
6929 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
6930
25173000
JL
69312011-09-10 Juri Linkov <juri@jurta.org>
6932
6933 * isearch.el (isearch-edit-string): Remove obsolete mention of
6934 `C-w' (`isearch-yank-word-or-char') from docstring.
6935 (isearch-query-replace): Fix typo in docstring (bug#9466).
6936
056e44ef
JL
69372011-09-10 Juri Linkov <juri@jurta.org>
6938
6939 * paren.el (show-paren-function): Don't show escaped parens.
6940 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
6941
c3760c17
EZ
69422011-09-10 Eli Zaretskii <eliz@gnu.org>
6943
6944 * mail/sendmail.el (mml-to-mime, mml-attach-file)
6945 (mm-default-file-encoding): Remove autoload forms, they are
6946 replaced with autoload cookies in mml.el and mm-encode.el.
6947 (mail-add-attachment): New command.
6948 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
6949 (mail-mode): Mention mail-insert-file and mail-add-attachment in
6950 the doc string.
6951 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
6952
fece895e
RT
69532011-09-10 Reuben Thomas <rrt@sc3d.org>
6954
e69df516
SM
6955 * simple.el (count-words-region): Use buffer if there's no region
6956 (bug#9429).
fece895e 6957
5e68ce4a
JL
69582011-09-09 Juri Linkov <juri@jurta.org>
6959
6960 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
6961 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
6962 (wdired-isearch-filter-read-only): New function. (Bug#6362)
6963
0a6b9622
AM
69642011-09-09 Alan Mackenzie <acm@muc.de>
6965
6966 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
6967 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
6968
14a29deb
EZ
69692011-09-09 Eli Zaretskii <eliz@gnu.org>
6970
6971 Fix for Savannah bug#9392.
6972 * simple.el (mail-encode-mml): New defvar.
6973
6974 * mail/rmail.el (mail-encode-mml): Add a defvar.
6975 (rmail-enable-mime-composing): Default to t.
6976 (rmail-forward): Use MIME method of forwarding only if both
6977 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
6978 Set mail-encode-mml non-nil if the MIME method was used.
6979
6980 * mail/sendmail.el (mml-to-mime): Add autoload form.
6981 (mail-encode-mml): Add a defvar.
6982 (mail-mode): Make mail-encode-mml buffer-local and initialize it
6983 to nil.
6984 (mail-send): If mail-encode-mml is non-nil, run the outgoing
6985 message through mml-to-mime, and reset mail-encode-mml to nil.
6986
28c45130
GM
69872011-09-09 Glenn Morris <rgm@gnu.org>
6988
6989 * woman.el (woman-if-body): When processing an .el block,
6990 do not delete the next .el block as well. (Bug#9447)
69f4b618 6991 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 6992
9b1c252e
MR
69932011-09-08 Martin Rudalics <rudalics@gmx.at>
6994
6995 * window.el (window-deletable-p): Make sure window is live before
6996 invoking window-prev-buffers.
6997
567457e3
LL
69982011-09-08 Leo Liu <sdl.web@gmail.com>
6999
7000 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
7001
97f05794
JL
70022011-09-08 Juri Linkov <juri@jurta.org>
7003
7004 * progmodes/compile.el (compilation-environment): Make it
7005 a defcustom (bug#8340).
7006
8b0874b5
MR
70072011-09-08 Martin Rudalics <rudalics@gmx.at>
7008
7009 * window.el (frame-auto-delete): Rename to window-auto-delete.
7010 Make it control auto-deletion of windows and/or frames.
7011 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 7012 for deleting window/frame. (Bug#9419)
8b0874b5
MR
7013 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
7014 Rewrite handling of case when window/frame can be deleted.
7015 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 7016 argument t. (Bug#9456)
8b0874b5 7017
4feb6e73
CY
70182011-09-07 Chong Yidong <cyd@stupidchicken.com>
7019
7020 * help-mode.el (help-mode): Restore autoload.
7021
91ab9c13
JL
70222011-09-07 Juri Linkov <juri@jurta.org>
7023
7024 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
7025 `compilation-environment'. Set buffer-local
7026 `compilation-environment' to `thisenv' later after (funcall mode).
7027 (Bug#8340)
7028
7029 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
7030 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
7031 instead of replacing its value. (Bug#8340)
7032
0527e251
JL
70332011-09-07 Juri Linkov <juri@jurta.org>
7034
7035 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
7036 based on text properties put by `grep-filter' instead of matching
7037 escape sequences.
7038 (grep-mode): Set buffer-local `compilation-error-screen-columns'
7039 to the value of `grep-error-screen-columns' (bug#9438).
7040
249f792c
JL
70412011-09-07 Juri Linkov <juri@jurta.org>
7042
7043 * simple.el (next-error-highlight, next-error-highlight-no-select):
7044 Doc fix (bug#9432).
7045
ff7271b9
OT
70462011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7047
7048 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7049 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
7050
183fc730
LL
70512011-09-07 Leo Liu <sdl.web@gmail.com>
7052
7053 * net/rcirc.el (rcirc-mode): Conditionally initialize
7054 rcirc-input-ring.
7055
77694924
SM
70562011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * emacs-lisp/find-func.el (find-function-C-source): Only set
7059 find-function-C-source-directory after checking that we found a source
7060 file there (bug#9440).
7061
d809b8eb
AM
70622011-09-06 Alan Mackenzie <acm@muc.de>
7063
7064 * isearch.el (isearch-other-meta-char): Wherever a key list is
7065 unread, "unread" the prefix arg, too. This fixes bug #8901.
7066
453de99f
OG
70672011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7068
7069 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
7070
90439906
JL
70712011-09-05 Juri Linkov <juri@jurta.org>
7072
7073 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
7074
f62bd846
JL
70752011-09-05 Juri Linkov <juri@jurta.org>
7076
7077 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
7078 keeping point where processing of grep matches begins, and
7079 continue to delete remaining escape sequences from the same point.
7080 (grep-filter): Make leading zero optional in "0?1;31m" because
7081 git-grep emits "\033[1;31m" escape sequences unlike expected
7082 "\033[01;31m" as GNU Grep does (bug#9408).
7083 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
7084
045820ec
JL
70852011-09-05 Juri Linkov <juri@jurta.org>
7086
7087 * subr.el (y-or-n-p): Capitalize "yes".
7088
f5e29b9b
MA
70892011-09-04 Michael Albinus <michael.albinus@gmx.de>
7090
7091 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
7092 `tramp-cache-unload-hook' where appropriate.
7093 (tramp-methods): Rename `tramp-remote-sh' to
7094 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
7095 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
7096
7097 * net/tramp-sh.el (top): Don't require 'shell.
7098 (tramp-methods): Add `tramp-remote-shell' and
7099 `tramp-remote-shell-args' entries.
7100 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
7101 (tramp-sh-handle-shell-command): Remove.
7102 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7103 Use `tramp-remote-shell'.
7104
2784c434
CY
71052011-09-03 Chong Yidong <cyd@stupidchicken.com>
7106
393a301e 7107 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
7108 (sendmail-query-once): Save directly to send-mail-function.
7109 Update message-send-mail-function too.
7110
7111 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
7112
464cdf56
CS
71132011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7114
7115 * progmodes/python.el (python-mode-map): Use correct function to
7116 start python interpreter from menu-bar (as reported by Geert
7117 Kloosterman).
7118 (inferior-python-mode-map): Fix typo.
393a301e 7119 (python-shell-map): Remove.
464cdf56 7120
d37e5c87
DD
71212011-09-03 Deniz Dogan <deniz@dogan.se>
7122
7123 * net/rcirc.el (rcirc-print): Simplify code for
7124 rcirc-scroll-show-maximum-output. There is no need to walk
7125 through all windows to find the right one.
7126
f3ada0ee
CS
71272011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7128
7129 * help.el (help-return-method): Doc fix.
7130
1f3c99ca
MR
71312011-09-03 Martin Rudalics <rudalics@gmx.at>
7132
7133 * window.el (window-deletable-p): Don't return a non-nil value
7134 when there's a buffer that was shown in the window before.
7135 (Bug#9419)
393a301e
SM
7136 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7137 Set window's previous buffers to nil.
1f3c99ca 7138
a3cf097f
EZ
71392011-09-03 Eli Zaretskii <eliz@gnu.org>
7140
7141 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
7142 newline before and after the tag line, so it doesn't interfere
7143 with determining the paragraph direction of bidirectional text.
7144
3d03de90
LL
71452011-09-03 Leo Liu <sdl.web@gmail.com>
7146
7147 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
7148
c3313451
CY
71492011-09-02 Chong Yidong <cyd@stupidchicken.com>
7150
393a301e 7151 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
7152 (pop-to-buffer): Change interactive spec. Pass second argument
7153 directly to display-buffer.
7154 (display-buffer): Fix interactive spec. Use functionp to
7155 distinguish between a function and a list of functions.
7156
7157 * abbrev.el (edit-abbrevs):
7158 * arc-mode.el (archive-extract):
7159 * autoinsert.el (auto-insert):
7160 * bookmark.el (bookmark-bmenu-list):
7161 * files.el (find-file):
7162 * view.el (view-buffer):
7163 * progmodes/compile.el (compilation-goto-locus):
7164 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
7165
89894cd8
CY
71662011-09-02 Chong Yidong <cyd@stupidchicken.com>
7167
7168 * window.el (display-buffer-alist): Doc fix.
7169 (display-buffer): Add docstring. Don't treat
7170 display-buffer-default specially.
7171 (display-buffer-reuse-selected-window)
7172 (display-buffer-same-window, display-buffer-maybe-same-window)
7173 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7174 (display-buffer-pop-up-window)
7175 (display-buffer-reuse-or-pop-window)
7176 (display-buffer-use-some-window): New functions.
7177 (display-buffer-default-action): Use them.
393a301e 7178 (display-buffer-default): Delete.
89894cd8
CY
7179 (pop-to-buffer-1): Fix choice of actions.
7180
ae0bc9fb
SM
71812011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7182
7183 * minibuffer.el (completion--insert-strings): Don't get confused by
7184 completion entries that end with an LF char.
7185
e9d90883
EZ
71862011-09-01 Eli Zaretskii <eliz@gnu.org>
7187
7188 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
7189
437014c8
CY
71902011-09-01 Chong Yidong <cyd@stupidchicken.com>
7191
7192 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
7193 (display-buffer-same-window, display-buffer-other-window):
7194 New functions.
437014c8
CY
7195 (pop-to-buffer-1): New function. Use the above.
7196 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 7197 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
7198
7199 * view.el (view-buffer-other-window, view-buffer-other-frame):
7200 Just use pop-to-buffer.
7201
a5e063d5
TV
72022011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7203
7204 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
7205
793d32bb
WH
72062011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
7207
7208 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
7209
d65e4c15
RS
72102011-08-31 Richard Stallman <rms@gnu.org>
7211
7212 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
7213 of the separation of rmail-view-buffer from rmail-buffer.
7214 If you say no to "replace original", the decrypt is in the
7215 view buffer. If you say yes, the decrypt goes into the
7216 rmail buffer also.
7217
f818cd2a
MR
72182011-08-31 Martin Rudalics <rudalics@gmx.at>
7219
7220 * window.el (display-buffer-window): Rewrite doc-string.
7221 (display-buffer-record-window): New function.
7222 (display-buffer-macro-specifiers)
7223 (display-buffer-even-window-sizes, display-buffer-set-height)
7224 (display-buffer-set-width, display-buffer-in-window)
7225 (display-buffer-reuse-window, display-buffer-split-specifiers)
7226 (display-buffer-side-specifiers, display-buffer-split-window-1)
7227 (display-buffer-split-window, display-buffer-split-atom-window)
7228 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7229 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
7230 (display-buffer-other-window-means-other-frame)
7231 (display-buffer-normalize-special)
7232 (display-buffer-normalize-default)
7233 (display-buffer-normalize-argument)
7234 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
7235 (display-buffer-normalize-specifiers, display-buffer-frame)
7236 (display-buffer-same-window, display-buffer-same-frame)
7237 (display-buffer-other-window)
7238 (display-buffer-same-frame-other-window)
7239 (display-buffer-other-frame, pop-to-buffer-same-window)
7240 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
7241 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
7242 (switch-to-buffer-same-frame)
7243 (switch-to-buffer-other-window-same-frame)
7244 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
7245 (display-buffer-alist-set-1, display-buffer-alist-set-2)
7246 (display-buffer-alist-set): Remove.
7247 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
7248 (special-display-regexps, special-display-function):
7249 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
7250 parameter.
7251 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
7252 (special-display-frame-alist, special-display-popup-frame)
7253 (same-window-buffer-names, same-window-regexps, same-window-p)
7254 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7255 (split-window-preferred-function, split-height-threshold)
7256 (split-width-threshold, window-splittable-p)
7257 (split-window-sensibly, window--try-to-split-window)
7258 (window--frame-usable-p, even-window-heights)
7259 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
7260 (window--display-buffer-2, display-buffer-other-frame):
7261 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
7262 (display-buffer-default, display-buffer-assq-regexp): New functions.
7263 (display-buffer-alist): Rewrite doc-string.
7264 (display-buffer-default-action)
7265 (display-buffer-overriding-action): New variables.
7266 (display-buffer, switch-to-buffer): Rewrite.
7267 (pop-to-buffer): Restore Emacs 23 behavior but use
7268 window-normalize-buffer-to-display.
7269 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7270 Restore Emacs 23 behavior but use
7271 window-normalize-buffer-to-switch-to.
7272 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
7273 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
7274 Rewrite using Emacs 23 options.
f818cd2a 7275
5bc3b51d
MA
72762011-08-31 Michael Albinus <michael.albinus@gmx.de>
7277
7278 * net/tramp.el (tramp-root-regexp): Remove.
7279 (tramp-completion-file-name-regexp-unified)
7280 (tramp-completion-file-name-regexp-separate)
7281 (tramp-completion-file-name-regexp-url): Don't use leading volume
7282 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
7283 (tramp-drop-volume-letter): Simplify definition.
7284 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 7285
b1a4f8e1
SM
72862011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7287
7288 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
7289 (bug#9356).
7290
5664fa7b
RT
72912011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
7292
b1a4f8e1 7293 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 7294
9a45d6c3
JL
72952011-08-29 Juri Linkov <juri@jurta.org>
7296
7297 * isearch.el (isearch-done): Don't display message "Mark saved"
7298 when arg `edit' is non-nil to prevent its flicker in the echo area.
7299
fb87e0fb
CY
73002011-08-28 Chong Yidong <cyd@stupidchicken.com>
7301
7302 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
7303 obsolete packages for deletion.
7304
09ac1c2a
CS
73052011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
7306
7307 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 7308 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
7309 view-mode from help-mode.
7310 (help-xref-override-view-map): Remove.
7311 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
7312 view-mode is not used anymore.
7313
7a1ff57f
CY
73142011-08-28 Chong Yidong <cyd@stupidchicken.com>
7315
7316 * server.el (server-port): Doc fix.
7317
b9696605
CY
7318 * cus-theme.el (custom-theme-choose-mode): Inherit from
7319 special-mode (Bug#9124).
7320 (custom-theme-choose-mode-map): Add special-mode to parent.
7321
ef8cdf8c
AM
73222011-08-28 Alan Mackenzie <acm@muc.de>
7323
7324 * progmodes/cc-fonts.el
7325 (c-make-font-lock-BO-decl-search-function): New function.
7326 (c-basic-matchers-after - "Fontify the clauses after various
7327 keywords"): Extract the three keyword lists for the 3 erroneous
7328 constructs from the list of four, and use the new function above
7329 in place of an old one.
7330
27de4e20
DD
73312011-08-28 Deniz Dogan <deniz@dogan.se>
7332
7333 * net/rcirc.el (rcirc-insert-prev-input)
7334 (rcirc-insert-next-input): Remove unused argument.
7335
356a3681
SM
73362011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
7339
3fc9b218
AM
73402011-08-27 Alan Mackenzie <acm@muc.de>
7341
7342 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
7343 handle function pointer parameters properly.
7344
538a061c
MR
73452011-08-27 Martin Rudalics <rudalics@gmx.at>
7346
7347 * window.el (display-buffer-reuse-window): Fix case where
7348 selected window was reused with non-nil OTHER-WINDOW argument.
7349 (Bug#9381)
7350
35b1c40c
DD
73512011-08-27 Deniz Dogan <deniz@dogan.se>
7352
7353 * net/rcirc.el (rcirc-check-auth-status): Adding support for
7354 oftc's NickServ messages.
7355
2f6a3e79
GM
73562011-08-27 Glenn Morris <rgm@gnu.org>
7357
7358 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
7359
7254299e
CY
73602011-08-26 Chong Yidong <cyd@stupidchicken.com>
7361
7362 * emacs-lisp/package.el (package-install): Call package-initialize
7363 if called interactively.
7364
f8ccf167
LL
73652011-08-26 Leo Liu <sdl.web@gmail.com>
7366
7367 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
7368
3e8cd5ce
JL
73692011-08-25 Juri Linkov <juri@jurta.org>
7370
7371 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7372 `search-whitespace-regexp' (bug#9364).
7373
93eb7113
JL
73742011-08-25 Juri Linkov <juri@jurta.org>
7375
7376 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
7377 `regexp-search-ring' to their global values to protect from
7378 updating by `read-from-minibuffer' (bug#9185).
7379
f65d1611
JL
73802011-08-25 Juri Linkov <juri@jurta.org>
7381
7382 * textmodes/ispell.el (ispell-command-loop): Add newline
7383 at the end of the "Use option `i'..." line.
7384
f1cf7a31
JL
73852011-08-25 Juri Linkov <juri@jurta.org>
7386
7387 * battery.el (display-battery-mode): If `battery-status-function'
7388 or `battery-mode-line-format' is nil, display the message and set
7389 `display-battery-mode' to nil (bug#9363).
7390
0c95fcf7
EZ
73912011-08-25 Eli Zaretskii <eliz@gnu.org>
7392
7393 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
7394 bidi-string-mark-left-to-right; they are unnecessary now.
7395
a2ebe600
DD
73962011-08-25 Deniz Dogan <deniz@dogan.se>
7397
7398 * net/quickurl.el: Documentation typo fixes.
7399
e4ed06f1
CY
74002011-08-25 Chong Yidong <cyd@stupidchicken.com>
7401
7402 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
7403
e5f1c99e
GM
74042011-08-25 Glenn Morris <rgm@gnu.org>
7405
b2948976
GM
7406 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7407
e5f1c99e
GM
7408 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
7409 (smtpmail-via-smtp): Handle nil response from smtp.
7410
f22f4808
JL
74112011-08-24 Juri Linkov <juri@jurta.org>
7412
7413 * proced.el (proced-marked): Inherit from `error' instead of
7414 `font-lock-warning-face'.
7415
7416 * ibuffer.el (ibuffer-marked-face): Change default face from
7417 `font-lock-warning-face' to `warning'.
7418 (ibuffer-deletion-face): Change default face from
7419 `font-lock-type-face' to `error'.
7420
7421 * battery.el (battery-update): Use the face `error' instead of
7422 `font-lock-warning-face' (bug#6117).
7423
6a93965e
JL
74242011-08-24 Juri Linkov <juri@jurta.org>
7425
7426 * faces.el (success): Change face color from "Green3" to
7427 "ForestGreen" on light background (bug#9353).
7428
1ed43b09
CY
74292011-08-24 Chong Yidong <cyd@stupidchicken.com>
7430
5664fa7b
RT
7431 * window.el (quit-window): Rename from quit-restore-window.
7432 Use same arglist as old quit-window.
1ed43b09
CY
7433 (frame-auto-delete): Doc fix.
7434
7435 * view.el (view-mode-exit): Use quit-window.
7436
11dcdbb2
JL
74372011-08-24 Juri Linkov <juri@jurta.org>
7438
7439 * isearch.el (isearch-ring-adjust1): Start visiting previous
7440 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7441 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7442 for empty search string (when the last search string is reused
7443 automatically) to adjust the isearch ring to the last element and
7444 prepare the correct index for further M-p commands (bug#9185).
7445
de62b4df
KH
74462011-08-24 Kenichi Handa <handa@m17n.org>
7447
7448 * international/ucs-normalize.el: If decomposition property of
7449 CHAR is the default one (i.e. a list of CHAR itself), treat it as
7450 nil.
7451 (nfd, nfkd): Likewise.
7452
963b492b
SM
74532011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7454
7455 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7456 from process filters aren't reliably transmitted to the surrounding
7457 accept-process-output.
7458 (mpc-proc-check): New function.
7459 (mpc-proc-sync): Use it (bug#8293)
7460
93b6b5e1
SM
74612011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7462
7463 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7464 Add compatibility functions (bug#9313).
7465
bca633fb
EZ
74662011-08-23 Eli Zaretskii <eliz@gnu.org>
7467
b177498a
EZ
7468 * cus-start.el (all): Add entry for bidi-paragraph-direction.
7469
6df6ae42 7470 * international/uni-bidi.el: Regenerate.
bca633fb 7471
0902a04e
KH
74722011-08-23 Kenichi Handa <handa@m17n.org>
7473
7474 * international/charprop.el:
7475 * international/uni-bidi.el:
7476 * international/uni-category.el:
7477 * international/uni-combining.el:
7478 * international/uni-comment.el:
7479 * international/uni-decimal.el:
7480 * international/uni-decomposition.el:
7481 * international/uni-digit.el:
7482 * international/uni-lowercase.el:
7483 * international/uni-mirrored.el:
7484 * international/uni-name.el:
7485 * international/uni-numeric.el:
7486 * international/uni-old-name.el:
7487 * international/uni-titlecase.el:
7488 * international/uni-uppercase.el: Regenerate.
7489
3bbf23bc
MR
74902011-08-23 Martin Rudalics <rudalics@gmx.at>
7491
7492 * help.el (help-window-setup): Fix message displayed when other
7493 window is reused. (Bug#9341)
7494
b3fd59bd
SM
74952011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7496
1802e444
SM
7497 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7498 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7499
b3fd59bd
SM
7500 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7501 Mark obsolete.
7502 * shell.el (shell-parse-pcomplete-arguments): New function.
7503 (shell-completion-vars): Use it instead (bug#9160).
7504
4eb61348
SM
75052011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7506
867cab74
SM
7507 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7508 strings and comments (bug#9333).
7509
4eb61348
SM
7510 * emacs-lisp/debug.el (debug-arglist): New function.
7511 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7512 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7513
262a1439
JL
75142011-08-22 Juri Linkov <juri@jurta.org>
7515
56ee679c
JL
7516 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7517 Revert regexp that highlights output switches to its old
7518 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7519
262a1439
JL
7520 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7521 to check for empty output (bug#9226).
7522
f13f86fb
CY
75232011-08-22 Chong Yidong <cyd@stupidchicken.com>
7524
7525 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7526 symbol-constituent as the default, as that stops font-lock from
7527 working properly (Bug#8843).
7528
c65c9622
LMI
75292011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7530
7531 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7532 `coding-system-for-*' around the process open call to avoid
7533 auth-source side effects.
e7f2c178 7534 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
7535 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7536 probe hangs.
c65c9622 7537
23a8a5ab
CY
75382011-08-21 Chong Yidong <cyd@stupidchicken.com>
7539
ff98b2dd
CY
7540 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7541
23a8a5ab
CY
7542 * emacs-lisp/find-func.el (find-function-noselect): New arg
7543 lisp-only.
7544
7545 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7546 signal an error for built-in functions (Bug#6664).
7547
f5e3c598
LMI
75482011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7549
7550 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7551 (smtpmail-try-auth-methods): Use it.
7552
a3f2468a
CY
75532011-08-21 Chong Yidong <cyd@stupidchicken.com>
7554
2c34e8da
CY
7555 * font-lock.el (font-lock-fontify-region)
7556 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7557 (font-lock-default-unfontify-buffer)
7558 (font-lock-default-fontify-region)
7559 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7560
b3fd59bd
SM
7561 * progmodes/compile.el (compilation-error-properties):
7562 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
7563 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7564 `ant' regexp.
ee31aabc 7565
a3f2468a
CY
7566 * net/browse-url.el (browse-url-firefox): Don't call
7567 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7568
8e999f70
GM
75692011-08-20 Glenn Morris <rgm@gnu.org>
7570
c21a496a
GM
7571 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7572
59ee0542
GM
7573 * tutorial.el (tutorial--default-keys): Update some default bindings.
7574
8e999f70
GM
7575 * files.el (hack-local-variables): Fully ignore case for "mode:".
7576
e3715033
AM
75772011-08-20 Alan Mackenzie <acm@muc.de>
7578
7579 Resolve invalid use of a regexp in regexp-opt.
7580
4d61f28d
JB
7581 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7582 detection for a java annotation.
e3715033 7583
4d61f28d 7584 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
7585 detection for a java annotation.
7586
4d61f28d
JB
7587 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7588 handling for java.
e3715033
AM
7589 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7590
04ed2e9c
CY
75912011-08-20 Chong Yidong <cyd@stupidchicken.com>
7592
7593 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7594 (Bug#9274).
7595
826cee64
AM
75962011-08-20 Alan Mackenzie <acm@muc.de>
7597
58179cce 7598 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
7599 such a construct. Mainly for when jit-lock etc. starts a chunk
7600 here.
7601
58179cce 7602 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 7603 variable.
58179cce 7604 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
7605 c-make-font-lock-search-function.
7606 (c-make-font-lock-search-function): Use the above function.
7607 (c-make-font-lock-context-search-function): New function.
7608 (c-cpp-matchers): Enhance the preprocessor expression case with
7609 the above function
7610 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7611 which takes an expression.
7612
7613 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7614
13009bd8
MR
76152011-08-20 Martin Rudalics <rudalics@gmx.at>
7616
7617 * window.el (display-buffer-reuse-window)
7618 (display-buffer-pop-up-window): Don't reuse or split a side
7619 window.
7620
9234ff7f
GM
76212011-08-19 Glenn Morris <rgm@gnu.org>
7622
7623 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 7624 Downcase "Mode:". (Bug#9331)
9234ff7f 7625
f635daa1
CY
76262011-08-18 Chong Yidong <cyd@stupidchicken.com>
7627
7628 * international/characters.el: Add L and R categories.
7629
7630 * subr.el (bidi-string-mark-left-to-right): Rename from
7631 string-mark-left-to-right. Use category search.
7632
7633 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7634
bc987f8b
JL
76352011-08-18 Juri Linkov <juri@jurta.org>
7636
7637 * faces.el (error, warning, success): New faces with definitions
7638 copied from old default values of `font-lock-warning-face',
7639 `compilation-warning', `compilation-info' (bug#6117).
7640
7641 * font-lock.el (font-lock-warning-face): Inherit from `error'.
7642
7643 * progmodes/compile.el (compilation-error): Inherit from `error'.
7644 (compilation-warning): Inherit from `warning'.
7645 (compilation-info): Inherit from `success'.
7646
7647 * dired.el (dired-marked): Inherit from `warning'.
7648 (dired-flagged): Inherit from `error'.
7649
57173b96
LMI
76502011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7651
3e79eb87
LMI
7652 * mail/smtpmail.el (auth-source): Require to avoid problems with
7653 binding variables (bug#9298). Also clean up some unused
7654 autoloads.
7655
b3fd59bd
SM
7656 * net/network-stream.el (network-stream-open-starttls):
7657 Support using starttls.el without using gnutls-cli.
57173b96 7658
02b404de
JL
76592011-08-17 Juri Linkov <juri@jurta.org>
7660
7661 * progmodes/grep.el (rgrep): Handle the case when
7662 `grep-find-command' is a cons cell (bug#9278).
7663
8c9177f2
MR
76642011-08-17 Martin Rudalics <rudalics@gmx.at>
7665
7666 * window.el (display-buffer-pop-up-frame): Run frame creation
7667 function with BUFFER current (as special-display-popup-frame
7668 does). Reported by Drew Adams.
7669
3644a0ab
DU
76702011-08-17 Daiki Ueno <ueno@unixuser.org>
7671
7672 * epa-mail.el: Simplify GnuPG group expansion using
7673 epg-expand-group.
7674 (epa-mail-group-alist, epa-mail-group-modtime)
7675 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
7676 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
7677 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
7678 Remove.
7679
5e617bc2 76802011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
7681
7682 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
7683
9c4aeabf
AM
76842011-08-16 Alan Mackenzie <acm@muc.de>
7685
7686 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
7687 Correct, to avoid the inside of macros.
7688
3a99bf64
RS
76892011-08-16 Richard Stallman <rms@gnu.org>
7690
04963aa8
RS
7691 * epa-mail.el: Handle GnuPG group definitions.
7692 (epa-mail-group-alist, epa-mail-group-modtime)
7693 (epa-mail-gnupg-conf-file): New variables.
7694 (epa-mail-parse-groups, epa-mail-sync-groups)
7695 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
7696 (epa-mail-expand-recipients): New functions.
7697 (epa-mail-encrypt): Call epa-mail-expand-recipients.
7698
177549d0
RS
7699 * mail/rmail.el (rmail-epa-decrypt): New command.
7700
fe38beef
RS
7701 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
7702 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
7703 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
7704 (epa-decrypt-armor-in-region): Make error message clearer.
7705
934eacb9
SM
77062011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7707
7708 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
7709 and "a2b" to "ab" for `prefix'.
7710
d024fb4e
CY
77112011-08-14 Chong Yidong <cyd@stupidchicken.com>
7712
7713 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
7714 filter groups.
de148fee
CY
7715 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
7716 Fourquet (Bug#8804).
d024fb4e 7717
62f1ca49
JB
77182011-08-12 Juanma Barranquero <lekktu@gmail.com>
7719
7720 * startup.el (argi): Declare as global variable (bug#9275).
7721
9ccaaa4b
CY
77222011-08-12 Chong Yidong <cyd@stupidchicken.com>
7723
7724 * subr.el (string-mark-left-to-right): Search the entire string
7725 for RTL script, not just the terminating character. Doc fix.
7726
a3dae87a
SM
77272011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7728
6cd18349
SM
7729 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
7730 New function.
7731 (js--regexp-literal, js-syntax-propertize-function): Remove.
7732 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
7733 (js-mode-map): Don't rebind electric keys.
7734 (js-insert-and-indent): Remove.
7735 (js-mode): Setup electric-layout and electric-indent instead.
7736
a3dae87a
SM
7737 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
7738
9d5cb631
DU
77392011-08-12 Daiki Ueno <ueno@unixuser.org>
7740
7741 * epa.el (epa-progress-callback-function): Fix the logic of
7742 displaying progress.
7743 * epa-file.el (epa-file-insert-file-contents): Make progress
7744 display more user-friendly.
7745 (epa-file-write-region): Ditto.
7746
3e26a4a2
CY
77472011-08-10 Chong Yidong <cyd@stupidchicken.com>
7748
7749 * subr.el (string-mark-left-to-right): New function.
7750
7751 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
7752 Use string-mark-left-to-right.
7753 (list-buffers-noselect): Caller changed.
7754
a3dae87a
SM
7755 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7756 Use string-mark-left-to-right.
3e26a4a2
CY
7757 (tabulated-list-print): Recenter after moving point.
7758
ac8cf6e6
JL
77592011-08-10 Juri Linkov <juri@jurta.org>
7760
7761 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
7762 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
7763 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
7764
8d96c9a4
CY
77652011-08-09 Chong Yidong <cyd@stupidchicken.com>
7766
7767 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
7768 (Bug#7554).
7769
7be1c708 77702011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
7771
7772 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
7773 character. (Bug#6594)
7774
37e11a63
CY
77752011-08-08 Chong Yidong <cyd@stupidchicken.com>
7776
839dde57
CY
7777 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
7778 (image-dired--with-db-file): New macro.
7779 (image-dired-write-tags, image-dired-remove-tag)
7780 (image-dired-create-gallery-lists, image-dired-write-comments)
7781 (image-dired-get-comment, image-dired-mark-tagged-files)
7782 (image-dired-list-tags, image-dired-gallery-generate): Use it.
7783 (image-dired-gallery-generate): Use insert-file-contents.
7784
37e11a63
CY
7785 * time.el (display-time-world-list, display-time-world-display):
7786 * time-stamp.el (time-stamp-string):
7787 * vc/add-log.el (add-change-log-entry): Use setenv instead of
7788 set-time-zone-rule (Bug#7337).
7789
0b4946c4
DU
77902011-08-08 Daiki Ueno <ueno@unixuser.org>
7791
7792 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
7793 (epg-error-to-string, epg-errors-to-string): New function.
7794 (epg-wait-for-completion): Reverse errors list.
7795 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
7796 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
7797 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
7798 (epg-sign-keys, epg-generate-key-from-file)
7799 (epg-generate-key-from-string): Format errors by using
7800 epg-errors-to-string (bug#9255).
7801 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
7802
75bfc667
JL
78032011-08-07 Juri Linkov <juri@jurta.org>
7804
7805 * faces.el (list-faces-display): Remove extra angle bracket
7806 from `help-mode-map'.
7807
7808 * info.el (Info-history-toc-nodes): Doc fix.
7809
7810 * longlines.el (longlines-mode): Doc fix.
7811
673e08bb
SM
78122011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7813
4640dd88
SM
7814 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
7815 of statements and in a few more cases (bug#9183).
7816
673e08bb
SM
7817 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
7818 New functions.
7819 (cl-transform-lambda): Use them (bug#9239).
7820
89b3f019
MR
78212011-08-05 Martin Rudalics <rudalics@gmx.at>
7822
7823 * window.el (display-buffer-same-window)
7824 (display-buffer-same-frame, display-buffer-other-window)
7825 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7826 (pop-to-buffer-other-window)
7827 (pop-to-buffer-same-frame-other-window)
7828 (pop-to-buffer-other-frame): Make them defuns.
7829 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
7830
640c8776
SM
78312011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7832
7833 * subr.el (make-composed-keymap): Move from C. Change calling
7834 convention, and improve docstring to bring attention to a subtle point.
7835 * minibuffer.el (completing-read-default): Adjust accordingly.
7836
63648a95
MA
78372011-08-03 Michael Albinus <michael.albinus@gmx.de>
7838
7839 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7840 (tramp-open-shell): Use `tramp-shell-quote-argument'.
7841
7842 * net/trampver.el: Update release number.
7843
b796c9b7
SM
78442011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7845
7846 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
7847 "in" (bug#9190).
7848
2239d7d5
LMI
78492011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7850
e07dd7c3
LMI
7851 * mail/sendmail.el (sendmail-query-once): Restore the current
7852 buffer after querying (bug#9074).
7853
0e6a2bd7
LMI
7854 * dired.el (dired-flagged): Use different faces for marked and
7855 flagged files (bug#6117).
7856
ce887515
LMI
7857 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
7858 (bug#4433).
7859
92f2affc
LMI
7860 * ido.el (ido-mode): Switch off the message if called
7861 non-interactively.
7862
57d5aff0
LMI
7863 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
7864 before 587, since it appears that that's more likely to work for
7865 more people.
7866
98cd6c18 7867 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 7868 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
7869 exist.
7870
b96dec83
LMI
7871 * info.el: Remove the `Info-beginning-of-buffer' function
7872 (bug#8325).
7873
b796c9b7
SM
7874 * net/network-stream.el (network-stream-open-starttls):
7875 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 7876
d90e2ea0
MR
78772011-08-01 Martin Rudalics <rudalics@gmx.at>
7878
7879 * window.el (display-buffer-in-window): Don't set dedicated status
7880 of window here (Bug#9215).
7881 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7882 (display-buffer-pop-up-side-window)
b796c9b7 7883 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 7884
cca09170
SM
78852011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7886
7887 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
7888 before binding generated-autoload-file.
7889
027b979c
DD
78902011-08-01 Deniz Dogan <deniz@dogan.se>
7891
7892 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
7893
3c7ee4f3
MA
78942011-07-30 Michael Albinus <michael.albinus@gmx.de>
7895
7896 Sync with Tramp 2.2.2.
7897
7898 * net/trampver.el: Update release number.
7899
2cc8e51a
JL
79002011-07-30 Juri Linkov <juri@jurta.org>
7901
7902 * dired-aux.el (dired-touch-initial): Remove function.
7903 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
7904 current time, and `default' to the last modification time of the
7905 current marked file (bug#6887).
7906
a514d856
JM
79072011-07-28 Jose E. Marchesi <jemarch@gnu.org>
7908
7909 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 7910 numeric argument to read-number (bug#9163).
a514d856 7911
8a7eddd7
MA
79122011-07-27 Michael Albinus <michael.albinus@gmx.de>
7913
7914 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
7915 connection process, it could be nil.
7916
1ddd96f5
LL
79172011-07-27 Leo Liu <sdl.web@gmail.com>
7918
7919 Simplify url handling in rcirc-mode.
7920
7921 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
7922 (rcirc-browse-url-at-mouse): Remove.
7923 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
7924
b248a85d
AM
79252011-07-26 Alan Mackenzie <acm@muc.de>
7926
7927 Fontify bitfield declarations properly.
7928
7929 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
7930 (c-symbol-chars): Now exported as a lang variable.
7931 (c-not-primitive-type-keywords): New lang variable.
7932
7933 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
7934 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 7935 parsed as a bitfield declaration.
b248a85d 7936
b796c9b7
SM
7937 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7938 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
7939 (c-punctuation-in): New function.
7940 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
7941 declarations properly.
7942
68575ab0
UJ
79432011-07-26 Ulf Jasper <ulf.jasper@web.de>
7944
7945 * calendar/icalendar.el (icalendar--all-events): Take care of
7946 multiple vcalendars in a single file.
b796c9b7 7947 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 7948
0f0a88b9
DD
79492011-07-25 Deniz Dogan <deniz@dogan.se>
7950
7951 * image.el (insert-image): Clarifying docstring.
7952
0b3f36df
MA
79532011-07-24 Michael Albinus <michael.albinus@gmx.de>
7954
7955 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
7956 `tramp-send-command-and-check' if there is no error.
7957 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
7958
a9901f61
AM
79592011-07-22 Alan Mackenzie <acm@muc.de>
7960
7961 Prevent cc-langs.elc being loaded at run time.
7962
7963 * progmodes/cc-mode.el: Remove two autoload forms which loaded
7964 cc-langs.
7965
4d61f28d 7966 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
7967 "(require 'cc-langs)". Quote a form so it will evaluate at
7968 (cc-mode's) compilation time.
7969
11d074b2
MA
79702011-07-22 Michael Albinus <michael.albinus@gmx.de>
7971
7972 * net/tramp.el (tramp-file-name-handler): Avoid recursive
7973 loading. (Bug#9114)
7974
938b94c8
MR
79752011-07-21 Martin Rudalics <rudalics@gmx.at>
7976
7977 * window.el (display-buffer-pop-up-window)
7978 (display-buffer-pop-up-side-window)
7979 (display-buffer-in-side-window): Call display-buffer-set-height
7980 and display-buffer-set-width after setting the new window's
b796c9b7 7981 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 7982
bfa4f190
SS
79832011-07-20 Sam Steingold <sds@gnu.org>
7984
7985 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
7986 (etags-tags-included-tables): Call `convert-standard-filename' on
7987 the file names contained in TAGS so that windows Emacs can handle
7988 TAGS files created by cygwin ctags.
7989
8ca42262
LMI
79902011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7991
7992 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
7993 which apparently didn't work.
7994
5db2afd2 79952011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 7996
5db2afd2
RW
7997 * proced.el (proced-send-signal): For *Marked Processes* buffer
7998 put point at beginning of buffer.
7999
92e15d10
SB
80002011-07-19 Stephen Berman <stephen.berman@gmx.net>
8001
8002 * proced.el (proced-format): Make header lines align with the text
8003 (bug#1779).
8004
1bfd59e5
LMI
80052011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8006
8007 * view.el (view-buffer): Allow running in `special' modes if we're
8008 visiting a file (bug#8615).
8009
f5aae37c
MR
80102011-07-19 Martin Rudalics <rudalics@gmx.at>
8011
8012 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
8013 (display-buffer-alist-set-1, display-buffer-alist-set-2):
8014 New functions.
f5aae37c
MR
8015 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
8016 more accurately.
8017
bf2c1571
AM
80182011-07-18 Alan Mackenzie <acm@muc.de>
8019
8020 Fontify declarators properly when, e.g., a jit-lock chunk begins
8021 inside a declaration.
8022
8023 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
8024
b796c9b7
SM
8025 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8026 New function.
bf2c1571
AM
8027 (c-complex-decl-matchers): Insert reference to
8028 c-font-lock-enclosing-decls.
8029
8030 * progmodes/cc-engine.el (c-backward-single-comment):
8031 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
8032 to nil around calls to (forward-comment -1).
8033
4e190b80
LMI
80342011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8035
12dc863d
LMI
8036 * image.el (put-image): Doc typo fix.
8037
a762e966
LMI
8038 * progmodes/etags.el (tags-search): Doc typo fix.
8039
4e190b80
LMI
8040 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
8041 password if we get errors 550 to 554.
8042
f019fb21
LMI
80432011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8044
b796c9b7 8045 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 8046
81746738
LMI
8047 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
8048 indentation character (bug#6380).
8049
3ee3a1b5
LMI
8050 * files.el (buffer-offer-save): Made permanently local (bug#6241).
8051
c82f64de
LMI
8052 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
8053 to clarify what the problem is (bug#4291).
8054
f019fb21
LMI
8055 * simple.el (current-kill): Clarify what
8056 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
8057 (auto-fill-mode): Document `auto-fill-function' in relation to
8058 `auto-fill-mode' (bug#2470).
f019fb21 8059
0794775d
LM
80602011-07-16 Lawrence Mitchell <wence@gmx.li>
8061
8062 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
8063 method if slot is read-only (bug#9035).
8064
be39b8cc
MR
80652011-07-16 Martin Rudalics <rudalics@gmx.at>
8066
b796c9b7 8067 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 8068 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
8069 selected before, see discussion of (Bug#8615), (Bug#6954).
8070 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 8071
6ccf7859
GM
80722011-07-15 Glenn Morris <rgm@gnu.org>
8073
8074 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 8075 Respect help-form.
6ccf7859 8076
87e86684
LM
80772011-07-09 Lawrence Mitchell <wence@gmx.li>
8078
8079 * net/gnutls.el (gnutls-min-prime-bits): New variable.
8080 (gnutls-negotiate): Use it.
8081
d6066239
LMI
80822011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8083
b796c9b7
SM
8084 * net/gnutls.el (gnutls-negotiate):
8085 Upcase `gnutls-algorithm-priority'.
d6066239 8086
bd23ebc0
GM
80872011-07-15 Glenn Morris <rgm@gnu.org>
8088
c65bca65
GM
8089 * jka-compr.el (jka-compr-verbose): Move from here...
8090 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
8091 Add missing :version tag.
8092 * info.el: No need to require jka-compr when compiling.
bd23ebc0 8093
478615cc
LMI
80942011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8095
7b41decb
LMI
8096 * net/gnutls.el (gnutls-algorithm-priority): New variable.
8097 (gnutls-negotiate): Use it.
8098
dbc44fcd
LMI
8099 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
8100
06789f97
LMI
8101 * info.el (Info-beginning-of-buffer): New command.
8102 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
8103 announcing `b' as the key (bug#8325).
ab896c37 8104 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 8105
c39da690
LMI
8106 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
8107
3aa5f34b
LMI
8108 * international/mule-cmds.el
8109 (describe-specified-language-support): Make the error message
8110 clearer (bug#8905).
8111
4bf0979f
LMI
8112 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
8113
478615cc
LMI
8114 * isearch.el (isearch-barrier): Add a doc string, since it's
8115 mentioned in a function doc string (bug#8678).
8116
75c68aa1
MR
81172011-07-15 Martin Rudalics <rudalics@gmx.at>
8118
8119 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
8120 buffer argument (Bug#9083) and self-identifying label argument.
8121
a7c33da2
GM
81222011-07-15 Glenn Morris <rgm@gnu.org>
8123
8124 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
8125
2f5c6024
LMI
81262011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8127
8128 * man.el (Man-fontify-manpage): Fix message when formatting the
8129 man page (bug#7929).
8130
0bb23927 81312011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
8132
8133 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
8134 argument LRM; if non-nil, append an invisible LRM character to the
8135 buffer name.
8136 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
8137 last argument non-nil, when formatting buffer names.
0bb23927
EZ
8138 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
8139 paragraph direction.
cce4b0a7 8140
621ef9ab
LMI
81412011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8142
d1583c48
LMI
8143 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
8144 the man page name (bug#7929).
8145
6a57fb5f
LMI
8146 * image.el (put-image): Mention the `put-image' overlay property
8147 (bug#7834).
8148
d7956b14
LMI
8149 * scroll-bar.el (set-scroll-bar-mode): Mention that
8150 `scroll-bar-mode' lists the values (bug#7772).
8151
5b2d4a66
LMI
8152 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
8153 command (bug#7729).
8154
7509a874
LMI
8155 * rect.el (apply-on-rectangle): Return the point after the last
8156 operation.
8157 (string-rectangle): Go to the point after the last operation
8158 (bug#7522).
8159
4fe74b19
LMI
8160 * printing.el (pr-toggle-region): Clarify the documentation
8161 slightly (bug#7493).
8162
b796c9b7
SM
8163 * time.el (display-time-update):
8164 Allow `display-time-mail-function' to return nil (bug#7158).
8165 Fix suggested by Detlev Zundel.
ab283561 8166
fc233c9d
LMI
8167 * vc/diff.el (diff): Clarify the order the file names are read
8168 (bug#7111).
8169
43f5740b
LMI
8170 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
8171 the doc string (bug#7015).
8172
f2182a76
LMI
8173 * font-lock.el (font-lock-maximum-decoration): Mention what
8174 numeric levels mean (bug#6935).
8175
621ef9ab
LMI
8176 * startup.el (initial-buffer-choice): Don't mention the `none'
8177 selection, which is against policy.
8178
adc47434
MR
81792011-07-14 Martin Rudalics <rudalics@gmx.at>
8180
b796c9b7
SM
8181 * window.el (display-buffer-normalize-special):
8182 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 8183
7e5bfb8f
EZ
81842011-07-14 Eli Zaretskii <eliz@gnu.org>
8185
8186 * subr.el (version<, version<=, version=): Mention "-CVS" and
8187 "-12345" alpha version numbers.
8188
27fa387a
CY
81892011-07-14 Chong Yidong <cyd@stupidchicken.com>
8190
8191 * bindings.el: Add advertised binding for set-mark-command
8192 (Bug#5772).
8193
8bdfa064
CY
81942011-07-14 Chong Yidong <cyd@stupidchicken.com>
8195
8196 * bindings.el (mode-line-other-buffer):
8197 * bookmark.el (bookmark-bmenu-2-window):
8198 * bs.el (bs-cycle-next, bs-cycle-previous):
8199 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
8200 switch-to-buffer.
8201
8202 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 8203 Delete.
8bdfa064 8204
5eba16a3
JB
82052011-07-14 Juanma Barranquero <lekktu@gmail.com>
8206
8207 * follow.el (follow-debug-message, follow-redisplay):
8208 * jka-cmpr-hook.el (with-auto-compression-mode):
8209 Fix typos in docstrings.
8210
15853710
LMI
82112011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8212
a28e4607
LMI
8213 * subr.el (with-silent-modifications): Clarify somewhat what the
8214 macro inhibits (bug#6525).
8215
15853710
LMI
8216 * simple.el (eval-expression): Note what it does if called
8217 interactively (bug#6495).
8218
bee0fcef
CY
82192011-07-13 Chong Yidong <cyd@stupidchicken.com>
8220
b796c9b7
SM
8221 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
8222 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
8223
8224 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8225 Remove switch-to-buffer.
8226
58274504
LMI
82272011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8228
bd2fcc8d
LMI
8229 * files.el (make-directory): Clarify that an error will be raised
8230 if there's an error (bug#6397).
8231
0f04b32c
LMI
8232 * startup.el (initial-buffer-choice): Add `none' as a choice
8233 (bug#6234).
8234
465c5fc8
LMI
8235 * subr.el (add-hook): Clarify section about buffer-local hooks
8236 (bug#6218).
8237
58274504
LMI
8238 * dired.el (dired-flagged): Clarify doc string (bug#6117).
8239
bead9a43
JB
82402011-07-13 Juanma Barranquero <lekktu@gmail.com>
8241
8242 * tabify.el (untabify): Preserve the current column so that point
8243 doesn't move (bug#6032).
8244
3af98a7b
LMI
82452011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8246
b796c9b7
SM
8247 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
8248 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 8249
6240145a
GM
82502011-07-13 Glenn Morris <rgm@gnu.org>
8251
8252 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
8253 (dired-insert-directory): Give a message the first time
8254 if ls is found not to support --dired.
8255
1d8c2ccc
LMI
82562011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8257
8258 * simple.el (toggle-truncate-lines): Clarify what is toggled
8259 (bug#5580). Text by Drew Adams.
8260
5fc4038e
CY
82612011-07-13 Chong Yidong <cyd@stupidchicken.com>
8262
8263 * simple.el (blink-matching-open): Make the error message from the
8264 last change less verbose.
8265
bf6012e5
DN
82662011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8267
8268 * font-lock.el (font-lock-comment-face): Use the high contrast
8269 "yellow" color for font-lock-comment-face on low color terminals
8270 using a dark background color (bug#4221).
8271
343c3b5a
LMI
82722011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8273
7e9505c5
LMI
8274 * dired.el (dired-insert-set-properties): Make the doc string
8275 reflect what it does now (bug#5325).
8276
c26fdcf5
LMI
8277 * simple.el (blink-matching-open): Say that we were unable to find
8278 the match within the limit, if we're limited (bug#5122).
8279
bb388cc5
LMI
8280 * international/mule-cmds.el (prefer-coding-system): Add an
8281 example (bug#4869).
8282
343c3b5a
LMI
8283 * progmodes/etags.el (tags-search): Document `file-list-form'
8284 (bug#4731).
8285
2a517d45
LM
82862011-07-13 Lawrence Mitchell <wence@gmx.li>
8287
8288 * net/browse-url.el (browse-url-default-browser)
8289 (browse-url-browser-function): Make the default browser choice a
8290 bit more logical (bug#4300). Also clean up the doc string.
8291
b6c78ef2
JB
82922011-07-13 Juanma Barranquero <lekktu@gmail.com>
8293
8294 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
8295 binary endings (bug#4440).
8296
1c4dd947
LMI
82972011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8298
a2014063
LMI
8299 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
8300 which can be pretty annoying (bug#8971).
8301
9c9c2d88
LMI
8302 * jka-compr.el (jka-compr-verbose): New variable, and use
8303 throughout (bug#8971).
8304
1c4dd947
LMI
8305 * info.el (Info-find-file): Fall back on the installation
8306 directory if we can't find the info node anywhere else.
8307
a1c9f41b
SO
83082011-07-13 Sergei Organov <osv@javad.com> (tiny change)
8309
8310 * vc/vc.el (vc-revert-file):
8311 Don't set file time-stamp in the past. (Bug#5181)
8312
536f3d36
LMI
83132011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8314
7152b011
LMI
8315 * files.el (after-find-file): Give a better error message when
8316 trying to find a symlink that points to a file that doesn't exist
8317 (bug#4398).
8318
536f3d36
LMI
8319 * progmodes/cc-vars.el: Remove (probably) misleading comment
8320 (bug#4396).
8321
460c0fba
JB
83222011-07-12 Johan Bockgård <bojohan@gnu.org>
8323
8324 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
8325
7a6bda45
CY
83262011-07-12 Chong Yidong <cyd@stupidchicken.com>
8327
8328 * mouse-sel.el: Hack restoring functionality, while keeping
8329 compatibility with 2010-07-03 changes to mouse selection.
8330 (mouse-sel-primary-overlay): New var.
8331 (mouse-sel-selection-alist): Use it.
8332 (mouse-sel-mode): Doc fix; remove points that are default features
8333 of mouse.el.
8334
c79598ef
JB
83352011-07-12 Johan Bockgård <bojohan@gnu.org>
8336
8337 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8338 Fix previous fix (bug#2490).
8339
ff8be6ef
RW
83402011-07-12 Roland Winkler <winkler@gnu.org>
8341
b796c9b7
SM
8342 * textmodes/bibtex.el (bibtex-initialize):
8343 Use pop-to-buffer-same-window.
ff8be6ef
RW
8344 (bibtex-search-entries): Fix interactive call.
8345
296ba3ee
LMI
83462011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8347
f5242a02 8348 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
8349 Fontise bytecomp Error lines more correctly (bug#2490).
8350 Fix suggested by Johan Bockgård.
f5242a02 8351
296ba3ee
LMI
8352 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
8353
8354 * dired-x.el (dired-guess-default): Use `delete-dups'.
8355
f69fd0d2
CY
83562011-07-12 Chong Yidong <cyd@stupidchicken.com>
8357
8358 * dired.el (dired-mark-prompt):
8359 * dired-aux.el (dired-read-shell-command): Doc fix.
8360
eab5dc07
LMI
83612011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8362
b796c9b7
SM
8363 * mail/sendmail.el (sendmail-query-once):
8364 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
8365 emacs -Q.
8366
8367 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8368
eab5dc07
LMI
8369 * cus-edit.el (custom-file): Take an optional no-error variable.
8370 (customize-save-variable): Set the variable, and give a warning if
8371 running under "emacs -q".
8372
a1e65d42
JB
83732011-07-11 Juanma Barranquero <lekktu@gmail.com>
8374
8375 * loadhist.el (unload-feature-special-hooks):
8376 Add `auto-coding-functions', `fill-nobreak-predicate' and
8377 `find-directory-functions' (bug#5327).
8378
1d52da10
LMI
83792011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8380
be958f1d
LMI
8381 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
8382
5bedb26c
LMI
8383 * cus-edit.el (custom-guess-name-alist): -alist variables should
8384 use the `alist' type (bug#3120). Suggested by Drew Adams.
8385
1d52da10
LMI
8386 * printing.el: Add documentation to all the `pr-toggle-' commands.
8387
cd394be1 83882011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
8389
8390 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
8391 backends where it makes sense (bug#2623).
8392
dcc88d8a
LMI
83932011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8394
c3de9feb
LMI
8395 * dired-x.el (dired-guess-default): Remove duplicate shell command
8396 entries (bug#2028).
8a93078b 8397 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 8398 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 8399
dcc88d8a
LMI
8400 * subr.el (remove-duplicates): New conveniency function.
8401
505e3645
LMI
84022011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8403
8404 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
8405 (bug#1526).
8406
84072011-07-10 Martin Rudalics <rudalics@gmx.at>
8408
8409 * window.el (display-buffer-normalize-default): Don't invert
8410 meaning of even-window-heights. Reported by Eli Zaretskii
8411 <eliz@gnu.org>.
8412
455e4fa1
BR
84132011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
8414
8415 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
8416
8e0bc3e9
CY
84172011-07-10 Chong Yidong <cyd@stupidchicken.com>
8418
8419 * window.el (display-buffer): Fix arguments to
8420 display-buffer-reuse-window in last change.
8421
fa7c3228
CY
8422 * faces.el (link): Use a less saturated blue on light backgrounds.
8423
8424 * startup.el (fancy-startup-text, fancy-about-text)
8425 (fancy-startup-tail): Use font-lock faces, for background safety.
8426
c0a7f300
BN
84272011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
8428
b796c9b7
SM
8429 * emulation/viper-cmd.el (viper-change-state-to-vi):
8430 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 8431
4dc2a129
MR
84322011-07-09 Martin Rudalics <rudalics@gmx.at>
8433
8434 * window.el (display-buffer-default-specifiers): Remove.
8435 (display-buffer-macro-specifiers): Remove default specifiers.
8436 (display-buffer-alist): Default to nil.
b796c9b7 8437 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
8438 (display-buffer-pop-up-window): Allow splitting internal
8439 windows. Check whether a live window was created.
8440 (display-buffer-other-window-means-other-frame)
8441 (display-buffer-normalize-arguments): Rename to
8442 display-buffer-normalize-argument and rewrite. Set the
8443 other-window specifier.
8444 (display-buffer-normalize-special): New function.
8445 (display-buffer-normalize-options): Rename to
8446 display-buffer-normalize-default and rewrite.
8447 (display-buffer-normalize-options-inhibit): Remove.
8448 (display-buffer-normalize-specifiers): Rewrite.
8449 (display-buffer): Process other-window specifier and call
8450 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
8451 more faithfully.
b796c9b7 8452 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 8453 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
8454 (display-buffer-in-window, display-buffer-alist-set):
8455 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
8456 <tassilo@member.fsf.org>.
8457
2d43b8c9
LL
84582011-07-09 Leo Liu <sdl.web@gmail.com>
8459
8460 * register.el (insert-register): Restore accidental change on
8461 2011-06-26. (Bug#9028)
8462
7f9b7c53
GM
84632011-07-09 Glenn Morris <rgm@gnu.org>
8464
8465 * subr.el (remq): Handle the empty list. (Bug#9024)
8466
f042cfd8
AS
84672011-07-08 Andreas Schwab <schwab@linux-m68k.org>
8468
8469 * mail/sendmail.el (send-mail-function): No longer delay custom
8470 initialization.
8471 * custom.el (custom-initialize-delay): Doc fix.
8472
856b2f11
SM
84732011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8474
8475 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8476
afae1d68
MA
84772011-07-08 Michael Albinus <michael.albinus@gmx.de>
8478
8479 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8480 human-friendly prompt.
8481
0757af94
SM
84822011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8485 provided by a particular plugin.
8486
d760b731
LMI
84872011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8488
8489 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8490 save customizations (with "emacs -Q"), just set the variable
8491 instead of erroring out.
8492
8493 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8494
cd79ce90
JL
84952011-07-08 Juri Linkov <juri@jurta.org>
8496
8497 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8498 (archive-zip-update-case): Use 7z if found by `executable-find'.
8499 The order of searching the available programs is the same as in
8500 `archive-zip-extract' (bug#8968).
8501
14cc04aa
CY
85022011-07-07 Chong Yidong <cyd@stupidchicken.com>
8503
8504 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8505 (menu-bar-options-menu): Tweak descriptions.
8506
0a1848ec
LMI
85072011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8508
8509 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8510 menu items into verb phrases (bug#1421). Also refill to fit under
8511 80 columns.
8512
f5bd0689
CY
85132011-07-07 Chong Yidong <cyd@stupidchicken.com>
8514
538e85c6
CY
8515 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8516 (Info-read-node-name): Doc fix (Bug#1084).
8517
f5bd0689
CY
8518 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8519 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8520 (end-of-sexp, beginning-of-sexp)
8521 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8522 (forward-symbol, forward-same-syntax, word-at-point)
8523 (sentence-at-point): Doc fix (Bug#1144).
8524
56ec5115
LMI
85252011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8526
f3f8e37f
LMI
8527 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8528 should cover it (bug#1281).
8529
0757af94 8530 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 8531
e9fce1ac 8532 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
8533 negotiation fails, then possibly try again with a non-encrypted
8534 connection (bug#9017).
8535
56ec5115
LMI
8536 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8537 be used.
8538
c2f9aec8
RS
85392011-07-07 Richard Stallman <rms@gnu.org>
8540
8541 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8542 property, and handle its changed format.
8543 Look for the correct line number.
8544 Use file's line contents (but not past first =) to find
8545 correct line in message.
8546
ef7b981d 85472011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
8548
8549 * international/characters.el (build-unicode-category-table):
8550 Delete it.
0757af94 8551 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 8552
0757af94 8553 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
8554 to src/chartab.c.
8555 (get-char-code-property): Call unicode-property-table-internal to
8556 load a file. Call get-unicode-property-internal where necessary.
8557 (put-char-code-property): Call unicode-property-table-internal to
8558 load a file. Call put-unicode-property-internal where necessary.
8559 put-unicode-property-internal where necessary.
0757af94
SM
8560 (char-code-property-description):
8561 Call unicode-property-table-internal to load a file.
c805dec0
KH
8562
8563 * international/charprop.el:
8564 * international/uni-bidi.el:
8565 * international/uni-category.el:
8566 * international/uni-combining.el:
8567 * international/uni-comment.el:
8568 * international/uni-decimal.el:
8569 * international/uni-decomposition.el:
8570 * international/uni-digit.el:
8571 * international/uni-lowercase.el:
8572 * international/uni-mirrored.el:
8573 * international/uni-name.el:
8574 * international/uni-numeric.el:
8575 * international/uni-old-name.el:
8576 * international/uni-titlecase.el:
8577 * international/uni-uppercase.el: Regenerate.
8578
8579 * loadup.el: Load international/charprop.el before
8580 international/characters.
8581
e14b388a
CY
85822011-07-07 Chong Yidong <cyd@stupidchicken.com>
8583
8584 * window.el (next-buffer, previous-buffer): Signal an error if
8585 called from a minibuffer window.
8586
8587 * bindings.el: Revert 2011-07-04 change.
8588
354cf0ba
RS
85892011-07-06 Richard Stallman <rms@gnu.org>
8590
8591 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8592 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8593 Treat markers like ints.
8594 (rmail-mime-entity): Doc fix.
8595
a48868a7
LMI
85962011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8597
4906cd3d
LMI
8598 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8599 defcustom again for backwards compatibility.
8600
e0457abe
LMI
8601 * simple.el (shell-command-on-region): Fill.
8602
d67f7e1f
LMI
8603 * dired-aux.el (dired-kill-line): Add a doc string.
8604
fe204702
LMI
8605 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8606 to "\\sw\\|\\s_" (bug#358).
8607
a48868a7
LMI
8608 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8609 (dired-unmark-backward): Ditto.
8610 (dired-flag-backup-files): Ditto.
8611
8612 * dired-x.el (dired-mark-sexp): Ditto.
8613
aa8a705c
RS
86142011-07-06 Richard Stallman <rms@gnu.org>
8615
8616 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8617 (rmail-mime-entity): New arg TRUNCATED.
8618 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8619 New functions.
8620 (rmail-mime-save): Warn if entity is truncated.
8621 (rmail-mime-toggle-hidden): Likewise, for showing.
8622 (rmail-mime-process-multipart): Record when an entity is truncated.
8623
a9a936b9
RS
8624 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8625 if ENTITY is a string.
8626
1f2b92cb
LMI
86272011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8628
f4f73198 8629 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
8630 of faces when `M-C-x'-ing their definitions (bug#8378).
8631 Also clean up the code slightly.
f4f73198 8632
12b16734 8633 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 8634 because that makes the colors go away.
12b16734 8635
f0691d22
LMI
8636 * mail/sendmail.el (send-mail-function): Change the default to
8637 `sendmail-query-once'.
9e87df06 8638 (sendmail-query-once): Add an autoload cookie.
f0691d22 8639
1f2b92cb
LMI
8640 * net/network-stream.el (network-stream-open-starttls): Try using
8641 a plain connection even if the server offered STARTTLS, and we
8642 kinda wanted to use it, if Emacs doesn't have any STARTTLS
8643 capability. This should make smtpmail.el work in slightly more
8644 configurations.
8645
1cdd2a1b
MA
86462011-07-06 Michael Albinus <michael.albinus@gmx.de>
8647
8648 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8649 New defun.
8650 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
8651
fbcc67e2
MM
86522011-07-06 Michael R. Mauger <mmaug@yahoo.com>
8653
8654 * progmodes/sql.el: Version 3.0
0757af94 8655 (sql-product-alist): Add product :completion-object,
fbcc67e2 8656 :completion-column, and :statement attributes.
0757af94 8657 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 8658 (sql-mode-syntax-table): Mark all punctuation.
0757af94 8659 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
8660 ansi keywords.
8661 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 8662 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
8663 (sql-oracle-show-reserved-words): New function for development.
8664 (sql-product-font-lock): Simplify for source code buffers.
8665 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
8666 New functions.
8667 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
8668 (sql-mode-map): Add statement movement functions.
8669 (sql-ansi-statement-starters, sql-oracle-statement-starters):
8670 New variable.
fbcc67e2
MM
8671 (sql-statement-regexp, sql-beginning-of-statement)
8672 (sql-end-of-statement, sql-signum): New functions.
0757af94 8673 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
8674 (sql-show-sqli-buffer): Bug fix.
8675 (sql-interactive-mode): Store connection data as buffer local.
0757af94 8676 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
8677 with sql-interactive-mode.
8678 (sql-save-connection): Save buffer local settings.
0757af94 8679 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
8680 (sql-product-interactive): Bug fix.
8681 (sql-preoutput-hold): New variable.
8682 (sql-interactive-remove-continuation-prompt): Bug fixes.
8683 (sql-debug-redirect): New variable.
8684 (sql-str-literal): New function.
8685 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 8686 Redesign.
fbcc67e2
MM
8687 (sql-oracle-save-settings, sql-oracle-restore-settings)
8688 (sql-oracle-list-all, sql-oracle-list-table): New functions.
8689 (sql-completion-object, sql-completion-column)
8690 (sql-completion-sqlbuf): New variables.
8691 (sql-build-completions-1, sql-build-completions)
8692 (sql-try-completion): New functions.
8693 (sql-read-table-name): Use them.
8694 (sql-contains-names): New buffer local variable.
8695 (sql-list-all, sql-list-table): Use it.
8696 (sql-oracle-completion-types): New variable.
8697 (sql-oracle-completion-object, sql-sqlite-completion-object)
8698 (sql-postgres-completion-object): New functions.
8699
d4eaeab1
GM
87002011-07-06 Glenn Morris <rgm@gnu.org>
8701
8702 * window.el (pop-to-buffer): Doc fix.
8703
322b7dab 87042011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
8705
8706 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
8707
322b7dab 87082011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 8709
322b7dab 8710 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 8711
322b7dab 8712 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 8713
605dd5bf
CY
87142011-07-05 Chong Yidong <cyd@stupidchicken.com>
8715
8716 * button.el (button): Inherit from link face. Suggested by Dan
8717 Nicolaescu.
8718
7dbfa719
SM
87192011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8720
3db614b0
SM
8721 * progmodes/gdb-mi.el: Fit in 80 columns.
8722 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
8723 switch-to-buffer.
8724
7dbfa719
SM
8725 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
8726 if imenu is simply not configured (bug#8941).
8727
919d884a
KM
87282011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
8729
8730 * allout.el (allout-post-undo-hook): New allout outline-change
8731 event hook to signal undo activity.
8732 (allout-post-command-business): Run allout-post-undo-hook if an
8733 undo just occurred.
7dbfa719
SM
8734 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
8735 * allout-widgets.el (allout-widgets-after-undo-function):
8736 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
8737 in the vicinity of an undo.
8738 (allout-widgets-mode): Include allout-widgets-after-undo-function
8739 on the new allout-post-undo-hook.
8740
450a0f09
SM
87412011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8742
8743 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
8744 Let define-derived-mode define it.
8745 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
8746 cycles of abbrev-table inheritance (bug#8998).
8747
2de69e00
RW
87482011-07-05 Roland Winkler <winkler@gnu.org>
8749
8750 * textmodes/bibtex.el: Add support for biblatex.
8751 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
8752 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
8753 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
8754 (bibtex-entry-alist, bibtex-field-alist): New variables.
8755 (bibtex-entry-field-alist): Obsolete alias for
8756 bibtex-BibTeX-entry-alist.
8757 (bibtex-entry-alist, bibtex-field-alist): New widgets.
8758 (bibtex-set-dialect): New command.
8759 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
8760 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
8761 Bind via bibtex-set-dialect.
2de69e00
RW
8762 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
8763 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
8764 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
8765 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
8766 Define via bibtex-set-dialect.
450a0f09
SM
8767 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
8768 Obey bibtex-no-opt-remove-re.
2de69e00
RW
8769 (bibtex-vec-push, bibtex-vec-incr): New functions.
8770 (bibtex-format-entry, bibtex-field-list)
8771 (bibtex-print-help-message, bibtex-validate)
8772 (bibtex-search-entries): Use new format of bibtex-entry-alist.
8773
2dcdbdd9
SM
87742011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * progmodes/compile.el (compilation-goto-locus):
8777 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8778 * bs.el (bs-cycle-next, bs-cycle-previous):
8779 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
8780 * bindings.el (mode-line-other-buffer):
8781 * autoinsert.el (auto-insert):
8782 * arc-mode.el (archive-extract):
8783 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
8784
b27640fe
JB
87852011-07-05 Juanma Barranquero <lekktu@gmail.com>
8786
8787 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
8788 Fix check of `emacs-lock-unlockable-modes'.
8789 Coerce true values of `emacs-lock--try-unlocking' to t.
8790
53bbe3ad
JB
87912011-07-05 Juanma Barranquero <lekktu@gmail.com>
8792
8793 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
8794 * emacs-lock.el: New file.
8795
1d3cdbc7
JD
87962011-07-05 Julien Danjou <julien@danjou.info>
8797
8798 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
8799 than `boundp' to check if face is set.
8800
9173deec
JB
88012011-07-05 Juanma Barranquero <lekktu@gmail.com>
8802
8803 * register.el (registerv-make):
8804 * window.el (window-min-height): Fix typos in docstrings.
8805
869795d6
JD
88062011-07-05 Jan Djärv <jan.h.d@swipnet.se>
8807
9173deec 8808 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
8809 Update doc string.
8810
b768cdcd
JB
88112011-07-04 Juanma Barranquero <lekktu@gmail.com>
8812
8813 * server.el (server-execute): Catch quit and call
8814 `server-return-error' to pass the error back to emacsclient and
8815 close the connection (bug#8942).
8816
13aa217b
KM
88172011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
8818
8819 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
8820 insecure exception for current topic. Also note that auto-saves
8821 are handled differently.
8822
5d3385a0 8823 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
8824 State variables for tracking auto-save inhibition situation.
8825
8826 (allout-write-contents-hook-handler): Rename from
8827 'allout-write-file-hook-handler', and describe how it depends on
8828 write-contents-functions sensitivity to non-nil value to prevent
8829 file write.
8830
8831 (allout-auto-save-hook-handler): Remove. auto-save does not check
8832 this in individual buffers, only in the starting buffer, so this
8833 is not the right way for us to inhibit auto-save in a buffer
8834 according to its condition.
8835
8836 (allout-mode): Use new allout-write-contents-hook-handler, and
8837 only with write-contents-functions. Remove auto-save provisions -
8838 they're implemented elsewhere.
8839
8840 (allout-before-change-handler): If undo is in progress, note that
8841 for attention of allout-post-command-business.
8842
8843 (allout-post-command-business): If the command we're following was
8844 an undo, check for change in the status of encrypted items and
8845 adjust auto-save inhibitions accordingly.
8846
8847 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
8848 according to whether there are or aren't any plain-text topics
8849 pending encryption.
8850
2dcdbdd9 8851 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
8852 Adjust buffer-saved-size and some allout state to inhibit auto-saves
8853 if there are plain-text topics pending encryption.
13aa217b
KM
8854
8855 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
8856 buffer-saved-size and some allout state to not inhibit auto-saves
8857 if there are no longer any plain-text topics pending encryption.
8858
0757af94
SM
8859 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
8860 No longer provide for exemption of the current topic.
13aa217b 8861
ac89b32c
JL
88622011-07-04 Juri Linkov <juri@jurta.org>
8863
8864 Add 7z operations to delete and save changed members (bug#8968).
8865 * arc-mode.el (archive-7z-expunge, archive-7z-update):
8866 New defcustoms.
8867 (archive-7z-write-file-member): New function.
8868 (archive-7z-summarize): Fix the number of dashes in the
8869 listing output.
8870
8fa39615
SM
88712011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8872
8873 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
8874 (bug#8958).
8875
2f11b3f1
CY
88762011-07-04 Chong Yidong <cyd@stupidchicken.com>
8877
d66fef2b
CY
8878 * bindings.el: Ignore next-buffer and previous-buffer in
8879 minibuffer-local-map.
8880
2f11b3f1
CY
8881 * font-lock.el (font-lock-builtin-face): Change light background
8882 color to dark slate blue (Bug#6693).
8883
f932a347
WD
88842011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
8885
8886 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
8887
c8af70e1
SM
88882011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8889
8890 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
8891 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8892 Add switch-to-buffer.
8893
f158badc
LMI
88942011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8895
8896 * isearch.el (isearch-search-fun-function): Clarify further the
8897 meaning of the function returned.
8898
6d95bd46
MA
88992011-07-04 Michael Albinus <michael.albinus@gmx.de>
8900
8901 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
8902
8903 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
8904 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
8905 Use it.
8906 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
8907 `tramp-default-remote-path' does not exist.
8908 (tramp-send-command-and-read): New optional argument NOERROR.
8909 (tramp-open-connection-setup-interactive-shell)
8910 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
8911 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
8912 (tramp-process-sentinel): Flush also process' connection property.
8913 (tramp-sh-handle-start-file-process): Do not set process
8914 sentinel. It is done now ...
8915 (tramp-maybe-open-connection): ... here. (Bug#8929)
8916
909e6b67
MK
89172011-07-04 MON KEY <monkey@sandpframing.com>
8918
8919 * play/animate.el (animate-string): Doc fixes and allow changing
8920 the buffer name (bug#5417).
8921
89222011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8923
c8af70e1 8924 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 8925
f34755dc
PE
89262011-07-04 Paul Eggert <eggert@cs.ucla.edu>
8927
396cec72
PE
8928 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
8929 This is simpler and helps future-proof the code.
8930 (timer-until): Use time-subtract and float-time.
08235028 8931 (timer--time-less-p): Use time-less-p.
f34755dc 8932
56e6cc31
JB
89332011-07-04 Juanma Barranquero <lekktu@gmail.com>
8934
3abb79e5
JB
8935 * type-break.el (timep): Use the value of `float-time' to avoid a
8936 byte-compiler warning.
8937
56e6cc31
JB
8938 * server.el (server-eval-and-print): Return any result, even nil.
8939
7b9430b4
PE
89402011-07-03 Paul Eggert <eggert@cs.ucla.edu>
8941
8942 * type-break.el: Accept time formats that the builtins accept.
8943 (timep, type-break-time-difference): Accept any format that
8944 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
8945 This is simpler and helps future-proof the code.
8946 (type-break-time-difference): Round rather than ignoring
8947 subseconds components.
8948
3034e9e7
LMI
89492011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8950
8951 * info.el (Info-apropos-matches): Make non-interactive, since it
8952 doesn't seem to do anything useful as a command (bug#8829).
8953
1485f4c0
CY
89542011-07-03 Chong Yidong <cyd@stupidchicken.com>
8955
8956 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 8957 Move from faces.el.
1485f4c0
CY
8958 (frame-default-terminal-background): New function.
8959
8960 * custom.el (custom-push-theme): Don't record faces in `changed'
8961 theme; this doesn't work correctly for per-frame face settings.
8962 (disable-theme): Use face-set-after-frame-default to reset faces.
8963 (custom--frame-color-default): New function.
8964
9fa3dd45
LMI
89652011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8966
c8af70e1 8967 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
8968 (bug#8769).
8969
6cbbc20c
KR
89702011-03-29 Kevin Ryde <user42@zip.com.au>
8971
8972 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8973 `perl-Test2' extend to match possible "fail #N" rep count
8974 (bug#8377).
8975
c7f98048
LMI
89762011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8977
65676592
LMI
8978 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
8979 `smtpmail-via-smtp' now returns the error instead of nil.
8980
c7f98048
LMI
8981 * isearch.el (isearch-search-fun-function): Clarify the doc string
8982 (bug#8101).
8983
56e6cc31 89842011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
8985
8986 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
8987 unnecessary spaces (bug#8987).
8988
2b216704
LMI
89892011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8990
8991 * net/network-stream.el (open-network-stream): Use the
8992 :end-of-capability command thoughout.
8993
89942011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8995
8996 * net/network-stream.el (open-network-stream): Add the
8997 :end-of-capability command parameter, used by pop3.el.
8998
36adf6ce
LMI
89992011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9000
1ca0da0e
LMI
9001 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
9002
fc00f69c
LMI
9003 * fringe.el (fringe-query-style): Remove redundant text " (type ?
9004 for list)" (bug#6475).
9005
28fd8759 9006 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 9007 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
9008 an error (bug#6297).
9009
0dd8b6da
LMI
9010 * man.el (Man-reference-regexp): Allow matching possible
9011 word-wrapped references (bug#6289).
9012
ce1438d6
LMI
9013 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
9014 for consistency with the other vc buffers (bug#6197).
9015 (vc-checkin): Ditto.
9016
9017 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
9018
36adf6ce
LMI
9019 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
9020
e83cc1f7
LMI
90212011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9022
8a20ca4c
LMI
9023 * custom.el (defcustom): Clarify that :set is only used in the
9024 Customize user interface (bug#6089).
9025
83319045
LMI
9026 * progmodes/flymake.el (flymake-mode): If the buffer isn't
9027 associated with a file, refuse to run instead of erroring out
9028 (bug#6084).
9029
a8392169
LMI
9030 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
9031 the doc string, since it appears that using `fill-column' always
9032 controls the width (bug#7845).
9033
e83cc1f7
LMI
9034 * simple.el (shell-command-on-region): Say where the error output
9035 went if `shell-command-default-error-buffer' is set (bug#6857).
9036
e47ca23b
KM
90372011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
9038
9039 * allout.el (allout-yank-processing): Adjust cursor position for
9040 backwards-deleted space.
9041
9042 (allout-rebullet-heading): Register changes with
9043 allout-exposure-changed-hook, so the modified topic is properly
9044 decorated.
9045
5cf56143
LMI
90462011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9047
08549772
LMI
9048 * minibuffer.el (completion-in-region): Document PREDICATE
9049 (bug#7136).
9050
48e96771
LMI
9051 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
9052 of keyword/argument pairs (bug#6904).
9053
c8af70e1
SM
9054 * replace.el (multi-occur):
9055 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 9056
e17d05e2
LMI
90572011-07-02 Drew Adams <drew.adams@oracle.com>
9058
9059 * dired.el (dired-mark-if): Make the message about whether it's
9060 marking or unmarking clearer (bug#8523).
9061
063b0e45
LMI
90622011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9063
9064 * disp-table.el (display-table-print-array): New function.
9065 (describe-display-table): Use it to print the vectors more pretty
9066 (Bug#8859).
9067
28545e04
MR
90682011-07-02 Martin Rudalics <rudalics@gmx.at>
9069
9070 * window.el (window-state-get-1): Don't assign clone numbers.
9071 Add clone-of item to list of window parameters.
9072 (window-state-put-2): Don't process clone numbers.
9073 (display-buffer-alist): Fix doc-string.
9074
3349e122
SM
90752011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9076
9077 * subr.el (remq): Don't allocate if it's not needed.
9078 (keymap--menu-item-binding, keymap--menu-item-with-binding)
9079 (keymap--merge-bindings): New functions.
9080 (keymap-canonicalize): Use them to refine the canonicalization.
9081 * minibuffer.el (minibuffer-local-completion-map)
9082 (minibuffer-local-must-match-map): Move initialization from C.
9083 (minibuffer-local-filename-completion-map): Move initialization from C;
9084 don't inherit from anything here.
9085 (minibuffer-local-filename-must-match-map): Make obsolete.
9086 (completing-read-default): Use make-composed-keymap to combine
9087 minibuffer-local-filename-completion-map with either
9088 minibuffer-local-must-match-map or
9089 minibuffer-local-filename-completion-map.
9090
d224ac83
GM
90912011-07-01 Glenn Morris <rgm@gnu.org>
9092
3de63bf8
GM
9093 * type-break.el (type-break-time-sum): Use dolist.
9094
d224ac83
GM
9095 * textmodes/flyspell.el (flyspell-word-search-backward):
9096 Replace CL function.
9097
1a1e3f32
SM
90982011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9099
fe3f64d5
SM
9100 * mouse.el (mouse--strip-first-event): New function.
9101 (function-key-map): Use it to map fringe clicks to normal clicks
9102 by default.
9103
eb604e34
SM
9104 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
9105 (vc-bzr-revision-completion-table): Add support for annotate and date.
9106
1a1e3f32
SM
9107 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
9108 inherit from parent.
9109
5bd35902
LMI
91102011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9111
ace6c69c 9112 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 9113 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 9114
191e2bed
LMI
9115 * dired.el (dired-mode): Fix up the doc string as suggested by
9116 Drew Adams (bug#8817).
9117
5bd35902
LMI
9118 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
9119 cookie, since the manual says that it should be possible to add
9120 this function to `find-file-hook' (bug#8709).
9121
eee8207a
TZ
91222011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9123
9124 * progmodes/cfengine.el: Moved all cfengine3.el functionality
9125 here. Noted Ted Zlatanov as the maintainer.
9126 (cfengine-common-settings, cfengine-common-syntax): New functions
9127 to set up common things between `cfengine-mode' and
9128 `cfengine3-mode'.
9129 (cfengine3-mode): New mode.
9130 (cfengine3-defuns cfengine3-defuns-regex
9131 (cfengine3-class-selector-regex cfengine3-category-regex)
9132 (cfengine3-vartypes cfengine3-font-lock-keywords)
9133 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 9134 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 9135
36b148cf
MA
91362011-07-01 Michael Albinus <michael.albinus@gmx.de>
9137
9138 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
9139
9140 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
9141
0bf4ba9a
MR
91422011-07-01 Martin Rudalics <rudalics@gmx.at>
9143
9144 * window.el (same-window-buffer-names, same-window-regexps)
9145 (same-window-p, special-display-frame-alist)
9146 (special-display-popup-frame, special-display-function)
9147 (special-display-buffer-names, special-display-regexps)
9148 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
9149 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9150 (split-window-preferred-function, split-height-threshold)
9151 (split-width-threshold, even-window-heights)
9152 (display-buffer-mark-dedicated, window-splittable-p)
9153 (split-window-sensibly, window-safely-shrinkable-p):
9154 Un-obsolete.
9155 (display-buffer): Don't spread args with function specifier
9156 because special-display-popup-frame won't like it.
9157
35837f51
PE
91582011-07-01 Paul Eggert <eggert@cs.ucla.edu>
9159
d0672f86
PE
9160 Time-stamp simplifications and fixes.
9161 These improve accuracy slightly, and future-proof the code
9162 against some potential changes to current-time format.
9163
b9444d97
PE
9164 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
9165 by using time-since and float-time.
9166
0ef923dc
PE
9167 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
9168 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
9169 + NNN microseconds".
9170
2f81380d
PE
9171 * type-break.el (type-break-time-sum): Rewrite using time-add.
9172
845b5c3e
PE
9173 * play/hanoi.el (hanoi-current-time-float): Remove.
9174 All uses replaced by float-time.
9175
ee6f1be0
PE
9176 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
9177 This yields a more-accurate answer.
9178 (rng-time-to-float): Remove; no longer needed.
9179
fe955043
PE
9180 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
9181
5777162a
PE
9182 * calendar/timeclock.el (timeclock-seconds-to-time):
9183 Defalias to seconds-to-time, since they're the same thing.
9184
3103f8b6 9185 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 9186 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
9187 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
9188
0e61a35f
SM
91892011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9190
9191 * window.el (bury-buffer): Don't iconify the only frame.
9192 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
9193 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
9194
ddd63a1e
CY
91952011-07-01 Chong Yidong <cyd@stupidchicken.com>
9196
0e61a35f
SM
9197 * eshell/em-smart.el (eshell-smart-display-navigate-list):
9198 Add mouse-yank-primary.
ddd63a1e 9199
055f4923
TZ
92002011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9201
9202 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
9203
6a2fb145
SM
92042011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9205
9206 * emacs-lisp/find-func.el (find-library--load-name): New fun.
9207 (find-library-name): Use it to find relative load names when provided
9208 absolute file name (bug#8803).
9209
fd4983f2
LMI
92102011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9211
887d14ad
LMI
9212 * textmodes/flyspell.el (flyspell-word): Consider words that
9213 differ only in case as potential doublons (bug#5687).
9214
c53dc7fc
LMI
9215 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
9216 Remove two rather uninteresting debugging-like messages to make
9217 debbugs.el more silent.
9218
fd4983f2
LMI
9219 * comint.el (comint-password-prompt-regexp): Accept "Response" as
9220 a password-like phrase.
9221
7a71b18d 92222011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
9223
9224 * progmodes/cc-guess.el: New file.
9225
6a2fb145 9226 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
9227
9228 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
9229 derived from `c-basic-common-init'.
9230
9231 * progmodes/cc-mode.el (top-level): Require cc-guess.
9232 (c-basic-common-init): Use `cc-choose-style-for-mode'.
9233
1fa280a3
LM
92342011-06-30 Lawrence Mitchell <wence@gmx.li>
9235
9236 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
9237
e6597158
AM
92382011-06-30 Alan Mackenzie <acm@muc.de>
9239
1fa280a3
LM
9240 * progmodes/cc-engine.el (c-guess-continued-construct):
9241 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
9242 lock is disabled. Name this case as "CASE G".
9243
68ba37fb
KM
92442011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
9245
9246 * allout.el (allout-yank-processing): Fix injection of extra space
9247 between bullet and non-whitespace character in first topic when
9248 pasting, ensuring that the actual spacing in the pasted topic
9249 following the bullet char is preserved. This extra space was
9250 causing pasted encrypted topics to get a decrypted status even
9251 when the content was actually still encrypted. Now the decryption
9252 status from before the paste is preserved.
9253
9254 (allout-flag-region): Set all allout overlays so they evaporate
9255 when reduced to zero length (evanescent), to prevent overlay
9256 leakage.
9257
887a0b34
GM
92582011-06-30 Glenn Morris <rgm@gnu.org>
9259
94b9acce
GM
9260 * w32-fns.el (w32-charset-info-alist): Declare.
9261
1d9b46d4
GM
9262 * find-dired.el (find-grep-options): Simplify.
9263
cc232200
GM
9264 * term/ns-win.el (ns-set-resource): Declare.
9265
28e77c46
GM
9266 * ses.el (row, col): Declare dynamic variables honestly.
9267
887a0b34
GM
9268 * textmodes/reftex-parse.el (index-tags): Declare.
9269
658d8eb8
CY
92702011-06-30 Chong Yidong <cyd@stupidchicken.com>
9271
9272 * cus-edit.el (customize-push-and-save): New function.
9273
9274 * files.el (hack-local-variables-confirm): Use it.
9275
1fa280a3
LM
9276 * custom.el (load-theme): New arg NO-CONFIRM.
9277 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
9278 (custom-enabled-themes): Doc fix.
9279
9280 * cus-theme.el (customize-create-theme)
9281 (custom-theme-merge-theme): Callers to load-theme changed.
9282
bb617717
LMI
92832011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9284
d61bdd5d
LMI
9285 * thingatpt.el (thing-at-point-short-url-regexp): Require that
9286 short URLs have at least one dot in them (bug #7614).
9287
bb617717
LMI
9288 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
9289 nil, because using a pty is apparently too slow (bug #895).
9290
2f31f37a
LMI
92912011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9292
9293 * mail/sendmail.el (sendmail-query-once): New function.
9294 (sendmail-query-once-function): New variable.
9295
3076b24e
GM
92962011-06-29 Glenn Morris <rgm@gnu.org>
9297
faf2a174
GM
9298 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
9299
3076b24e
GM
9300 * ses.el (top-level): Require cl when compiling.
9301 (ses-set-localvars): Fix error statement.
9302 Call it at compile time to silence a storm of warnings.
9303
5386012d
MR
93042011-06-29 Martin Rudalics <rudalics@gmx.at>
9305
9306 * window.el (normalize-live-buffer): Rename to
9307 window-normalize-buffer.
9308 (normalize-live-frame): Rename to window-normalize-frame.
9309 (normalize-any-window): Rename to window-normalize-any-window.
9310 (normalize-live-window): Rename to window-normalize-live-window.
9311 (make-window-atom): Rename to window-make-atom.
9312 (window-resize-reset): Rename to window--resize-reset.
9313 (window-resize-reset-1): Rename to window--resize-reset-1.
9314 (resize-mini-window): Rename to window--resize-mini-window.
9315 (resize-subwindows-skip-p): Rename to
9316 window--resize-subwindows-skip-p.
9317 (resize-subwindows-normal): Rename to
9318 window--resize-subwindows-normal.
9319 (resize-subwindows): Rename to window--resize-subwindows.
9320 (resize-other-windows): Rename to window--resize-siblings.
9321 (resize-this-window): Rename to window--resize-this-window.
9322 (resize-root-window): Rename to window--resize-root-window.
9323 (resize-root-window-vertically): Rename to
9324 window--resize-root-window-vertically.
9325 (normalize-buffer-to-display): Rename to
9326 window-normalize-buffer-to-display.
9327 (normalize-buffer-to-switch-to): Rename to
9328 window-normalize-buffer-to-switch-to.
9329 Correspondingly update all callers of the functions listed
9330 above.
9331 (display-buffer-alist, display-buffer-normalize-arguments)
9332 (display-buffer-normalize-options, display-buffer)
9333 (display-buffer-alist-set): Use "function" instead of
9334 "fun-with-args".
9335
1176868d
CY
93362011-06-28 Chong Yidong <cyd@stupidchicken.com>
9337
9338 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
9339 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
9340 debbugs.gnu.org. Mention acknowledgment email.
9341
20a7a65f
LMI
93422011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9343
9344 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
9345 buffer multibyteness, since it shouldn't matter.
9346
5f45cca5
MR
93472011-06-28 Martin Rudalics <rudalics@gmx.at>
9348
9349 * window.el (display-buffer-in-side-window): Handle dedicated
9350 windows as in display-buffer-reuse-window.
9351 (display-buffer-normalize-alist): Use value of override
9352 specifier.
9353 (display-buffer-normalize-specifiers): Use value of
9354 other-window-means-other-frame specifier.
9355 (display-buffer-alist): Rewrite some texts in widgets.
9356 (display-buffer): Spread arguments when calling function
9357 specified by fun-with-args.
9358
ad85fe1f
DD
93592011-06-28 Deniz Dogan <deniz@dogan.se>
9360
1fa280a3
LM
9361 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9362 Unnest `let'.
da68c4c8 9363
ad85fe1f
DD
9364 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
9365 selectors (Bug#5732).
ec49bd31 9366 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 9367
a08cc025
JA
93682011-06-27 Jari Aalto <jari.aalto@cante.net>
9369
9370 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
9371 (eshell-ls-date-format): New defcustom.
9372 (eshell-ls-file): Use it.
9373
e2b551c5
SM
93742011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9375
9376 * help-fns.el (describe-variable): Fix message for terminal-local vars.
9377
8982b231
KY
93782011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
9379
9380 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
9381 (ange-ftp-make-tmp-name): New arg.
9382 (ange-ftp-file-local-copy): Use it.
9383
36c9fa27
J
93842011-06-27 Jambunathan K <kjambunathan@gmail.com>
9385
9386 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
9387 no-conversion (Bug#8870).
9388
d68443dc
MR
93892011-06-27 Martin Rudalics <rudalics@gmx.at>
9390
9391 * window.el (window-right, window-left, window-child)
9392 (window-child-count, window-last-child)
9393 (window-iso-combination-p, walk-window-tree-1)
9394 (window-atom-check-1, window-tree-1, delete-window)
9395 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
9396 new naming conventions - window-vchild, window-hchild,
9397 window-next and window-prev are now called window-top-child,
9398 window-left-child, window-next-sibling and window-prev-sibling
9399 respectively.
d615d6d2
MR
9400 (resize-window-reset): Rename to window-resize-reset.
9401 (resize-window-reset-1): Rename to window-resize-reset-1.
9402 (resize-window): Rename to window-resize.
9403 (window-min-height, window-min-width)
9404 (resize-mini-window, resize-this-window, resize-root-window)
9405 (resize-root-window-vertically, adjust-window-trailing-edge)
9406 (enlarge-window, shrink-window, maximize-window)
9407 (minimize-window, delete-window, quit-restore-window)
9408 (split-window, balance-windows, balance-windows-area-adjust)
9409 (balance-windows-area, window-state-put-2)
9410 (display-buffer-even-window-sizes, display-buffer-set-height)
9411 (display-buffer-set-width, set-window-text-height)
9412 (fit-window-to-buffer): Rename all "resize-window" prefixed
9413 calls to use the "window-resize" prefix convention.
9414 (display-buffer-alist): Fix symbol for label specifier.
9415 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
9416 corresponding specifier.
9417 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 9418
b6458526
VB
94192011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9420
9421 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
9422 convention.
9423 (ses-call-printer): Does not pass an empty string to formatter when the
9424 cell is empty to keep from barking printer Calc math-format-value.
9425
d31fd9ac
RS
94262011-06-27 Richard Stallman <rms@gnu.org>
9427
43d5bf84
RS
9428 * battery.el (battery-mode-line-limit): New variable.
9429 (battery-update): Handle it.
9430
d31fd9ac
RS
9431 * mail/rmailmm.el (rmail-mime-process-multipart):
9432 Handle truncated messages.
9433
819a6054
GM
94342011-06-27 Glenn Morris <rgm@gnu.org>
9435
9436 * progmodes/flymake.el (flymake-err-line-patterns):
9437 Allow for column numbers in the ant/javac pattern. (Bug#8866)
9438
cedc73f2
VB
94392011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9440
819a6054 9441 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
9442 (ses--clean-!, ses--clean-_): New functions.
9443 (ses-range): Add configurability of readout order, and conversion
9444 to Calc vector.
9445
5e5d49b6
VB
9446 * ses.el (ses-repair-cell-reference-all): New function.
9447 (ses-cell-symbol): Set macro as safe, so that it can be used in
9448 formulas.
9449
56e6cc31 9450 * ses.el: Update cycle detection algorithm.
90ca8b49 9451 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 9452 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
9453 (ses-set-localvars): New function.
9454 (ses-make-cell): Add property-list as a cell element.
9455 (ses-cell-property-get-fun, ses-cell-property-get)
9456 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
9457 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9458 New functions.
90ca8b49
VB
9459 (ses-cell-property-set, ses-cell-property-pop)
9460 (ses-cell-property-get-handle): New macro.
9461 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9462 New aliases, used for code readability.
9463 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9464 cycle detection.
9465 (ses-self-reference-early-detection): New defcustom.
fac916bf 9466 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
9467 (ses-mode): Use ses-set-localvars.
9468 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9469 before lauching the update processing.
9470 (ses-initialize-Dijkstra-attempt): New function.
9471 (ses-recalculate-cell): Update for cycle detection based on
9472 Dijkstra algorithm.
9473
2bb63e81
VB
9474 * ses.el: Fix commenting and indenting convention.
9475
c9d29fb8
SM
94762011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9477
9478 * bs.el (bs-cycle-next): Complete last change.
9479
d8e4b68b
JB
94802011-06-27 Drew Adams <drew.adams@oracle.com>
9481
9482 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9483
40098786
LMI
94842011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9485
c9d29fb8
SM
9486 * net/network-stream.el (network-stream-open-starttls):
9487 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
9488 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9489
40098786
LMI
9490 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9491 to binary to possibly avoid line encoding issues on Windows (among
9492 other things).
9493
468d09d4
LMI
94942011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9495
9496 * net/network-stream.el (open-network-stream): Return an :error
9497 saying what the problem was, if possible.
9498
9499 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9500 server.
9501
9502 * net/network-stream.el (network-stream-open-starttls): If we
9503 wanted to use STARTTLS, and the server offered it, but we weren't
9504 able to because we had no STARTTLS support, then close the connection.
9505 (open-network-stream): Return an :error element, if present.
9506
16f07dd7
CY
95072011-06-26 Chong Yidong <cyd@stupidchicken.com>
9508
88821ca0
CY
9509 * hl-line.el (hl-line-sticky-flag): Doc fix.
9510 (global-hl-line-sticky-flag): New option (Bug#8323).
9511 (global-hl-line-highlight): Obey it.
9512
16f07dd7
CY
9513 * vc/vc.el (vc-revert-show-diff): Default to t.
9514
6b5ccddf
KM
95152011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9516
c9d29fb8
SM
9517 * allout-widgets.el (allout-widgets-post-command-business):
9518 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
9519 undecorated when an isearch is continued past, and isearch
9520 automatically collapses them. This leads to "widget leaks", where
9521 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
9522 hidden widgets can slow down cursor travel, substantially.
9523 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
9524 so we're doing without this nicety.
9525
9526 (allout-widgets-tally-string): Don't try to do a hash-table-count
9527 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9528 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9529 *Messages* when allout-widgets-maintain-tally is t.
9530
355f2e07
MR
95312011-06-26 Martin Rudalics <rudalics@gmx.at>
9532
9533 * window.el (display-buffer-normalize-argument): Rename to
9534 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
9535 LABEL argument. Respect special-display-function when popping up
9536 a new frame. Fix code searching for a window showing the buffer
9537 on another frame.
c9d29fb8
SM
9538 (display-buffer-normalize-specifiers):
9539 Call display-buffer-normalize-arguments.
355f2e07
MR
9540 (display-buffer-in-window): Don't undedicate the window if its
9541 buffer remains the same.
9542 Reported by Drew Adams <drew.adams@oracle.com>.
9543 (display-buffer-alist): Add choice for same-window macro
9544 specfier.
9545 (display-buffer): Mention special meaning of LABEL argument in
9546 doc-string. Fix quoting. Don't pop up a new frame even as
9547 fallback.
9548
7ca8fc42
JB
95492011-06-26 Juanma Barranquero <lekktu@gmail.com>
9550
9551 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9552 avoid deleting the current window in some cases (bug#8911).
9553
bc312254
AS
95542011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9555
9556 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9557 (Bug#8934)
9558
2db18f3f
LMI
95592011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9560
c9d29fb8
SM
9561 * net/network-stream.el (network-stream-open-starttls):
9562 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
9563 (network-stream-open-tls): Ditto.
9564
6302e0d3
LL
95652011-06-26 Leo Liu <sdl.web@gmail.com>
9566
9567 * register.el (registerv): New struct.
9568 (registerv-make): New function.
c9d29fb8
SM
9569 (jump-to-register, describe-register-1, insert-register):
9570 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
9571 struct. (Bug#8415)
9572
5fdd4046
CY
95732011-06-26 Chong Yidong <cyd@stupidchicken.com>
9574
2afef60a
CY
9575 * vc/vc.el (vc-revert-show-diff): New defcustom.
9576 (vc-diff-internal): New arg specifying diff buffer.
9577 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9578 reuse an existing *vc-diff* buffer (Bug#8927).
9579
5fdd4046
CY
9580 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9581
e93db24a
GM
95822011-06-26 Glenn Morris <rgm@gnu.org>
9583
9584 * progmodes/f90.el (f90-critical-indent): New option.
9585 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9586 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9587 (f90-mode): Doc fix.
9588 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9589 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9590 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9591 (f90-match-end): Handle block, critical.
9592
eefff499
GM
95932011-06-25 Glenn Morris <rgm@gnu.org>
9594
f6ba4cc9
GM
9595 * calendar/diary-lib.el (diary-included-files): Doc fix.
9596 (diary-include-files): New function, extracted from
9597 diary-include-other-diary-files and diary-mark-included-diary-files.
9598 (diary-include-other-diary-files, diary-mark-included-diary-files):
9599 Just call diary-include-files.
9600 (diary-mark-entries): Reset diary-included-files on first call.
9601
16712304
GM
9602 * calendar/diary-lib.el (diary-mark-entries)
9603 (diary-mark-included-diary-files):
9604 Visit included diary-files in temp buffers.
9605
5d8e0d43
GM
9606 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9607 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9608 (f90-start-block-re, f90-imenu-generic-expression)
9609 (f90-looking-at-program-block-start, f90-no-block-limit):
9610 Add support for submodules.
9611
ccf7a5d5
GM
9612 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9613 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 9614
11fdef7d 96152011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
9616
9617 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9618 buffer-file-type before setting its value, to avoid disastrous
eefff499 9619 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 9620
74f53697
JB
96212011-06-25 Juanma Barranquero <lekktu@gmail.com>
9622
9623 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9624
9625 * ses.el (ses-unload-function):
9626 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9627
9628 * proced.el (proced-unload-function):
9629 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9630
18a4ce5e
AR
96312011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9632
9633 * server.el (server-create-window-system-frame): Add parameters arg.
9634 (server-process-filter): Doc fix. Handle frame-parameters.
9635
519d22cc
JB
96362011-06-25 Juanma Barranquero <lekktu@gmail.com>
9637
9638 Fix bug#8730, bug#8781.
9639
9640 * loadhist.el (unload--set-major-mode): New function.
9641 (unload-feature): Use it.
9642
9643 * progmodes/python.el (python-after-info-look): Add autoload cookie.
9644 (python-unload-function): New function.
9645
c206f5b0
SM
96462011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9647
9648 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
9649
f9ad64f3
GS
96502011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
9651
9652 * net/browse-url.el (browse-url-firefox-program): Add icecat to
9653 the candidates list.
9654
7d0da90e
JB
96552011-06-24 Juanma Barranquero <lekktu@gmail.com>
9656
9657 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
9658
14b4e83d
RS
96592011-06-23 Richard Stallman <rms@gnu.org>
9660
9661 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
9662 (rmail-variables): Set next-error-move-function.
9663 (rmail-what-message): Take argument POS.
9664 (rmail-next-error-move): New function.
9665
273d2baf
SM
96662011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9667
9668 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
9669 messages for adjacent non-terminals.
9670
56c2cc9a
RS
96712011-06-23 Richard Stallman <rms@gnu.org>
9672
9673 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 9674 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
9675 (rmail-start-mail): Don't specify use of rmail-mail-return;
9676 that's done by mail-bury now.
9677 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 9678
d59eb518
MA
96792011-06-23 Michael Albinus <michael.albinus@gmx.de>
9680
9681 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
9682 SIZE is a number.
9683
02cfc6d6
MR
96842011-06-23 Martin Rudalics <rudalics@gmx.at>
9685
9686 * window.el (get-lru-window, get-mru-window)
9687 (get-largest-window): Never return a minibuffer window.
9688 (display-buffer-pop-up-window): Fix a bug that could lead to
9689 reusing the minibuffer window.
9690 (display-buffer): Pass original specifier argument to
9691 display-buffer-function instead of the normalized one.
9692 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9693
4e323265
LL
96942011-06-22 Leo Liu <sdl.web@gmail.com>
9695
9696 * minibuffer.el (completing-read-function)
9697 (completing-read-default): Move from minibuf.c
9698
7a70468f
RS
96992011-06-22 Richard Stallman <rms@gnu.org>
9700
50718fc2
RS
9701 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
9702 to Rmail even if not started by a special Rmail command.
9703
7a70468f
RS
9704 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
9705 Copy the buffer currently showing just one message.
9706
297dde5a
RW
97072011-06-22 Roland Winkler <winkler@gnu.org>
9708
9709 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
9710 (bibtex-clean-entry): First delete the old key so that a
9711 customized algorithm for generating the new key does not get
9712 confused by the old key.
9713 (bibtex-url): Obey regexp of first step.
9714 (bibtex-search-entries): Do not use add-to-list with local
9715 list-var.
9716
97bb1093
LMI
97172011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9718
9719 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
9720 stored a user name, then query for the password first, instead of
9721 waiting for SMTP to give an error message and the trying again.
9722
1c0f1a19
JD
97232011-06-22 Lawrence Mitchell <wence@gmx.li>
9724
9725 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
9726 BUFFER in call-process.
9727
396f7c9d
LMI
97282011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9729
9730 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
9731 QUIT twice.
ddb7ffee
LMI
9732 (smtpmail-try-auth-methods): Require user name and password from
9733 auth-source.
396f7c9d 9734
8998d1b3
MR
97352011-06-22 Martin Rudalics <rudalics@gmx.at>
9736
9737 * window.el (display-buffer-default-specifiers)
9738 (display-buffer-alist): Remove entries for pop-up-frame-alist.
9739 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 9740 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
9741
9742 * frame.el (pop-up-frame-alist, pop-up-frame-function)
9743 (special-display-frame-alist, special-display-popup-frame):
9744 Remove duplicate declarations. These are now in window.el.
9745
4ea31e07
LMI
97462011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9747
c9d29fb8
SM
9748 * mail/smtpmail.el (smtpmail-via-smtp):
9749 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
9750 server supports it. SMTP servers that support STARTTLS commonly
9751 require it.
9752
9753 * net/network-stream.el (network-stream-open-starttls): Support
9754 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 9755 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 9756
95f41d9a
LMI
9757 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
9758 upgrades with `open-network-stream', and rely solely on
9759 auth-source for all credentials. Big changes throughout the file,
9760 but in particular:
c9d29fb8
SM
9761 (smtpmail-auth-credentials): Remove.
9762 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
9763 (smtpmail-via-smtp): Check for servers saying they want AUTH after
9764 MAIL FROM, too.
95f41d9a 9765
c9d29fb8
SM
9766 * net/network-stream.el (network-stream-open-starttls):
9767 Provide support for client certificates both for external and built-in
4ea31e07
LMI
9768 STARTTLS.
9769 (auth-source): Require.
9770 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
9771 (network-stream-certificate): Change cert-cert to cert and
9772 cert-key to key.
4ea31e07 9773
065ec2c7
MA
97742011-06-21 Michael Albinus <michael.albinus@gmx.de>
9775
9776 * net/tramp-cache.el (top): Don't load the persistency file when
9777 "emacs -Q" has been called.
9778
cd93b359
DR
97792011-06-21 Tim Harper <timcharper@gmail.com>
9780
d8e4b68b
JB
9781 * term/ns-win.el (ns-initialize-window-system):
9782 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
9783 resource to NO as it is not yet supported by the NS port.
9784
ae9c0411
JB
97852011-06-21 Juanma Barranquero <lekktu@gmail.com>
9786
9787 * misc.el (list-dynamic-libraries--refresh): Compute header here...
9788 (list-dynamic-libraries): ...not here.
9789
7f3f739f
LL
97902011-06-21 Leo Liu <sdl.web@gmail.com>
9791
9792 * subr.el (sha1): Implement sha1 using secure-hash.
9793
327c8fb1
MR
97942011-06-21 Martin Rudalics <rudalics@gmx.at>
9795
9796 * window.el (display-buffer-alist): In default value do not
9797 enforce searching a window on any but the selected frame.
9798 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9799 (display-buffer-select-window): Remove function.
9800 (display-buffer-in-window): When a window on another frame gets
9801 reused, do not select it any more but just raise its frame if
9802 necessary (Bug#8851) and (Bug#8856).
9803 (display-buffer-normalize-options): Handle pop-up-frames related
9804 options more faithfully.
9805 (pop-to-buffer): Don't rely on `display-buffer' selecting the
9806 window if it is on another frame.
c9d29fb8
SM
9807 (display-buffer-alist, display-buffer-default-specifiers):
9808 Don't make new frame unsplittable by default.
9e9de014
MR
9809 (display-buffer-normalize-argument): Fix doc-string typo and use
9810 'same-frame-other-window instead of 'other-window when associating
9811 with display-buffer-macro-specifiers.
327c8fb1 9812
7cf3f556
VB
98132011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
9814
9815 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
9816 New functions.
9817 (5x5-mode-map, 5x5-mode-menu): Bind them.
9818 (5x5-draw-grid): Tweak the solver's rendering.
9819
60a406cf
SM
98202011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9821
9822 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
9823 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
9824
d8e4b68b 98252011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
9826
9827 * menu-bar.el: Use function variable instead of switch-to-buffer.
9828 (menu-bar-select-buffer-function): New variable.
60a406cf 9829 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 9830
478d6f95
SM
98312011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9832
9833 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
9834 variable's status.
9835
ca530739
JD
98362011-06-20 Jan Djärv <jan.h.d@swipnet.se>
9837
9838 * x-dnd.el (x-dnd-version-from-flags)
9839 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
9840 and long as number (Bug#8899).
9841 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
9842
bcd70d97
SM
98432011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9844
60a406cf 9845 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
9846 (completion-try-completion, completion-all-completions): Compute the
9847 metadata argument if it's missing; make it optional (bug#8795).
9848
60a406cf 9849 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
9850 (widget-complete): Use new :completion-function property.
9851 (widget-completions-at-point): New function.
9852 (default): Use :completion-function instead of :complete.
60a406cf
SM
9853 (widget-default-completions): Rename from widget-default-complete;
9854 Rewrite.
bcd70d97
SM
9855 (widget-string-complete, widget-file-complete, widget-color-complete):
9856 Remove functions.
9857 (file, symbol, function, variable, coding-system, color):
9858 * international/mule-cmds.el (default-input-method, charset)
9859 (language-info-custom-alist):
9860 * cus-edit.el (face): Use new property :completions.
9861
9862 * progmodes/pascal.el (pascal-completions-at-point): New function.
9863 (pascal-mode): Use it.
9864 (pascal-mode-map): Use completion-at-point.
9865 (pascal-toggle-completions): Make obsolete.
9866 (pascal-complete-word, pascal-show-completions):
9867 * progmodes/octave-mod.el (octave-complete-symbol):
9868 Redefine as obsolete alias.
9869 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
9870 Signal absence of completion info for old Octave,
9871 (inferior-octave-complete): Redefine as obsolete alias.
9872 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
9873 (meta-completions-at-point): Rename from meta-complete-symbol and
9874 adapt it for use on completion-at-point-functions.
9875 (meta-common-mode): Use it.
9876 (meta-looking-at-backward, meta-match-buffer): Remove.
9877 (meta-complete-symbol): Redefine as obsolete alias.
9878 (meta-common-mode-map): Use completion-at-point.
9879 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
9880 (makefile-mode-map): Use completion-at-point.
9881 (makefile-completions-at-point): Rename from makefile-complete and
9882 adapt it for use on completion-at-point-functions.
9883 (makefile-mode): Use it.
9884 (makefile-complete): Redefine as obsolete alias.
9885
aebf69c8
DD
98862011-06-20 Deniz Dogan <deniz@dogan.se>
9887
9888 * net/rcirc.el: Delete trailing whitespaces once and for all.
9889
bfbbb27d
DC
98902011-06-20 Daniel Colascione <dan.colascione@gmail.com>
9891
9892 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
9893
d264a46b
CY
98942011-06-19 Chong Yidong <cyd@stupidchicken.com>
9895
4ca009e5
CY
9896 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
9897
d264a46b
CY
9898 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
9899
fbf5b3ce
MR
99002011-06-19 Martin Rudalics <rudalics@gmx.at>
9901
9902 * window.el (display-buffer-other-window-means-other-frame):
9903 Call display-buffer-normalize-alist.
9904 (display-buffer-normalize-specifiers-1): Rename to
9905 display-buffer-normalize-argument. New argument other-frame.
9906 Rewrite.
9907 (display-buffer-normalize-specifiers-2): Rename to
9908 display-buffer-normalize-options.
9909 (display-buffer-normalize-alist-1): New function.
9910 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
9911 display-buffer-normalize-alist.
9912 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
9913 (display-buffer-normalize-options-inhibit): New variable.
9914 (display-buffer-normalize-specifiers): Rewrite calling
9915 display-buffer-normalize-alist,
9916 display-buffer-normalize-argument, and
9917 display-buffer-normalize-options. Don't call the latter if
9918 display-buffer-normalize-options-inhibit is non-nil.
9919 (frame-auto-delete): New option.
9920 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
9921 (window-list-no-nils, window-state-ignored-parameters)
9922 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
9923 (window-state-put-1, window-state-put-2, window-state-put):
9924 New functions.
9a028c23
MR
9925 (display-buffer-normalize-options): Move special-display-p group
9926 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 9927
6d10d800
CY
99282011-06-18 Chong Yidong <cyd@stupidchicken.com>
9929
6420d28b
CY
9930 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
9931 groups (Bug#8776).
9932 (rx-submatch-n): New function.
9933 (rx): Document it.
9934
ddb8b596
CY
9935 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
9936 (Bug#8768).
9937
9938 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
9939
77080289
CY
9940 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
9941
61dfb316
CY
9942 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
9943 anytime existing face settings are present (Bug#8889).
9944
6d10d800
CY
9945 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
9946 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
9947 Remove unused argument.
9948
be3fb2b8
MR
99492011-06-18 Martin Rudalics <rudalics@gmx.at>
9950
bcd70d97
SM
9951 * window.el (display-buffer-default-specifiers):
9952 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
9953 pop-up-window-min-width, and another reuse-window specifier
9954 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
9955 (display-buffer-normalize-specifiers-2):
9956 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
9957 pop-up-windows is unset. Add a reuse-window specifier for the
9958 case popping up a new window fails.
9959 (special-display-popup-frame): Remove double quoting.
28dec25a 9960 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 9961
1c6d8c76
SM
99622011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9963
9964 * shell.el (shell-completion-vars): Set pcomplete-termination-string
9965 according to comint-completion-addsuffix.
9966
9967 * pcomplete.el: Convert to lexical binding and fix bug#8819.
9968 (pcomplete-suffix-list): Mark as obsolete.
9969 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
9970 pcomplete-seen in the closure.
9971 (pcomplete-comint-setup): Setup completion-at-point as well.
9972 (pcomplete--entries): New function.
9973 (pcomplete--env-regexp): New var.
9974 (pcomplete-entries): Rewrite to work with partial-completion and
9975 without relying on pcomplete-suffix-list.
9976 (pcomplete-pare-list): Remove, unused.
9977
25aef8b8
MR
99782011-06-17 Martin Rudalics <rudalics@gmx.at>
9979
9980 * window.el (display-buffer-alist): Set pop-up-window-min-height
9981 and pop-up-window-min-width in default value. Reported by
9982 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
9983 other-window-means-other-frame.
9984 (display-buffer-macro-specifiers): Comment out entry for
9985 other-window specifier.
9986 (display-buffer-other-window-means-other-frame): New function.
9987 (display-buffer-normalize-specifiers-1): New arguments
9988 buffer-name and label. Treat other-window case specially.
9989 (display-buffer-normalize-specifiers-2): Treat other-window case
9990 specially.
9991 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
9992 (display-buffer-normalize-specifiers):
9993 Call display-buffer-normalize-specifiers-3.
25aef8b8 9994
dbad4f69
MR
99952011-06-17 Martin Rudalics <rudalics@gmx.at>
9996
9997 * window.el (same-window-p): Fix two typos introduced when
9998 adding with-no-warnings.
d1067961
MR
9999 (display-buffer-normalize-specifiers-1): Don't check
10000 pop-up-frames for 'unset initialization.
10001 (display-buffer-normalize-specifiers-2): Major rewrite using
10002 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
10003 (pop-up-frames, display-buffer-reuse-frames)
10004 (display-buffer-mark-dedicated): Don't initialize to 'unset.
10005 Suggested by David Engster <deng@randomsample.de>.
10006 (even-window-heights): Initialize to 'unset.
10007 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
10008 (display-buffer-macro-specifiers): Don't pop up a new frame in the
10009 other window case.
dbad4f69 10010
9b9c9e3a
MR
100112011-06-16 Martin Rudalics <rudalics@gmx.at>
10012
bcd70d97
SM
10013 * window.el (display-buffer-normalize-specifiers-1):
10014 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 10015 second argument of display-buffer (Bug#8865).
981d5c09
MR
10016 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
10017 (switch-to-buffer-other-window-same-frame)
10018 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
10019 Adams (Bug#8875).
9c2755e9
MR
10020 (display-buffer): Don't check noninteractive when calling
10021 display-buffer-pop-up-frame.
10022 (display-buffer-pop-up-frame): Never pop up a frame in
10023 noninteractive mode (Bug#8857).
67222e1d
MR
10024 (enlarge-window, shrink-window): Don't report an error when the
10025 window can't be resized as requested (Bug#8862).
9b9c9e3a 10026
2b75be67
SM
100272011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10028
9ffdd3ba
SM
10029 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
10030
cb581a67
SM
10031 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
10032
2b75be67
SM
10033 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
10034
8c0e3589
AM
100352011-06-15 Alan Mackenzie <acm@muc.de>
10036
cb581a67
SM
10037 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
10038 for declarators, disable knr checking to speed up for normal files.
10039 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 10040
b96e6cde
LMI
100412011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10042
4bba86e6
LMI
10043 * net/network-stream.el (open-network-stream): Add the keyword
10044 :always-query-capabilities for the case where you want to force a
10045 `plain' network connection, but the protocol still requires the
10046 capabilitiy command (i.e., SMTP and EHLO).
10047
2b75be67 10048 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
10049 consistency with other `-live-p' functions.
10050
efdcdbf8
SM
100512011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * window.el (same-window-buffer-names, same-window-regexps)
10054 (special-display-frame-alist, special-display-popup-frame)
10055 (special-display-function, special-display-buffer-names)
10056 (special-display-regexps, pop-up-frame-alist)
10057 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
10058 (pop-up-windows, split-window-preferred-function)
10059 (split-height-threshold, split-width-threshold, even-window-heights)
10060 (display-buffer-mark-dedicated): Don't encourage the use of
10061 display-buffer-alist from Elisp code.
10062
c5cde042
DN
100632011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10064
10065 * progmodes/python.el (python-mode): Derive from prog-mode.
10066 * progmodes/ps-mode.el (ps-mode):
10067 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 10068 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
10069 * progmodes/ld-script.el (ld-script-mode): Likewise.
10070
baa1c9ab
MR
100712011-06-15 Martin Rudalics <rudalics@gmx.at>
10072
10073 * window.el (display-buffer-alist): Trim default value to avoid
10074 popping up a new frame (Bug#8857) or reusing an arbitrary window
10075 on another frame.
10076 (display-buffer): Do not fall back on popping up a new frame in
10077 batch mode (Bug#8857).
10078
c5dd5a51
CY
100792011-06-14 Chong Yidong <cyd@stupidchicken.com>
10080
10081 * cus-theme.el (describe-theme-1): Use custom-theme-p.
10082 (custom-theme-summary): New function.
10083 (customize-themes): Use it.
10084
d647b7c4
GM
100852011-06-13 Glenn Morris <rgm@gnu.org>
10086
10087 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
10088
9481c002
MR
100892011-06-13 Martin Rudalics <rudalics@gmx.at>
10090
357f93d2
MR
10091 * help.el (help-window): Remove variable.
10092 (help-window-point-marker, temp-buffer-max-height)
10093 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
10094 (help-print-return-message): Don't set help-window.
10095 (resize-temp-buffer-window): Rewrite cod eand doc-string.
10096 (help-window-setup-finish): Remove.
10097 (help-window-display-message, help-window-setup)
10098 (with-help-window): Major rewrite based on new
10099 display-buffer-window variable.
10100
10101 * help-mode.el (help-mode-finish): Remove help-window related
10102 code.
10103
10104 * view.el (view-exits-all-viewing-windows): Remove reference to
10105 view-return-to-alist in doc-string.
10106 (view-return-to-alist): Make obsolete.
10107 (view-buffer): Call pop-to-buffer-same-window and remove
10108 undo-window code.
10109 (view-buffer-other-window): Call pop-to-buffer-other-window and
10110 simplify code. Ignore second argument.
10111 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
10112 simplify code. Ignore second argument.
10113 (view-return-to-alist-update): Make obsolete.
10114 (view-mode-enter): Rename second argument to QUIT-RESTORE.
10115 Rewrite using quit-restore window parameters.
2b75be67
SM
10116 (view-mode-exit): Rename second argument to EXIT-ONLY.
10117 Rewrite using quit-restore-window.
357f93d2
MR
10118 (View-exit, View-exit-and-edit, View-leave, View-quit)
10119 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
10120 appropriate arguments.
10121 (view-end-message): Use quit-restore window parameter.
10122
9481c002
MR
10123 * window.el (display-buffer-function): Rewrite doc-string.
10124 (display-buffer-window, display-buffer-alist): New variables.
10125 (display-buffer-split-specifiers)
10126 (display-buffer-side-specifiers)
10127 (display-buffer-macro-specifiers): New constants.
10128 (display-buffer-even-window-sizes, display-buffer-set-height)
10129 (display-buffer-set-width, display-buffer-select-window)
10130 (display-buffer-in-window, display-buffer-reuse-window)
10131 (display-buffer-split-window-1, display-buffer-split-window)
10132 (display-buffer-split-atom-window, display-buffer-pop-up-window)
10133 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
10134 (display-buffer-in-side-window, normalize-buffer-to-display)
10135 (display-buffer-normalize-specifiers-1)
10136 (display-buffer-normalize-specifiers-2)
2b75be67
SM
10137 (display-buffer-normalize-specifiers, display-buffer-frame):
10138 New functions.
9481c002
MR
10139 (display-buffer): Major rewrite.
10140 (display-buffer-other-window, display-buffer-other-frame)
10141 (pop-to-buffer, switch-to-buffer-other-window)
10142 (switch-to-buffer-other-frame): Rewrite.
10143 (display-buffer-same-window, display-buffer-same-frame)
10144 (display-buffer-same-frame-other-window)
10145 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10146 (pop-to-buffer-other-window)
10147 (pop-to-buffer-same-frame-other-window)
10148 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
10149 (switch-to-buffer-other-window-same-frame): New functions.
10150 (same-window-p, special-display-p): Rewrite disabling warnings.
10151 Make obsolete.
10152 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10153 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
10154 Make obsolete
10155 (same-window-buffer-names, same-window-regexps)
10156 (special-display-frame-alist, special-display-popup-frame)
10157 (special-display-function, special-display-buffer-names)
10158 (special-display-regexps, pop-up-frame-alist)
10159 (pop-up-frame-function, split-window-preferred-function)
10160 (split-height-threshold, split-width-threshold)
10161 (even-window-heights): Make obsolete.
10162
9db51aca
GM
101632011-06-12 Glenn Morris <rgm@gnu.org>
10164
10165 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 10166 Misc simplifications.
9db51aca 10167
39cffb44
MR
101682011-06-12 Martin Rudalics <rudalics@gmx.at>
10169
10170 * window.el (window-safely-shrinkable-p): Restore function which
10171 was inadvertently removed in change from 2011-06-11. Declare as
10172 obsolete.
10173
2b75be67
SM
10174 * calendar/calendar.el (calendar-generate-window):
10175 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
10176 window-safely-shrinkable-p.
10177
a8955be7
GM
101782011-06-12 Glenn Morris <rgm@gnu.org>
10179
10180 * progmodes/fortran.el (fortran-mode-syntax-table):
10181 * progmodes/f90.el (f90-mode-syntax-table):
10182 Set % to punctuation. (Bug#8820)
10183 (f90-find-tag-default): Remove, no longer needed.
10184
f0d4059d
DC
101852011-06-12 Daniel Colascione <dan.colascione@gmail.com>
10186
10187 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
10188
1100a63c
CY
101892011-06-11 Chong Yidong <cyd@stupidchicken.com>
10190
10191 * image.el (image-animated-p): Return animation delay in seconds.
10192 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
10193 (image-animate-timeout): Remove DELAY argument. Don't assume
10194 every subimage has the same delay; get it from image-animated-p.
10195 (image-animate): Caller changed.
10196
def722bf
MA
101972011-06-11 Michael Albinus <michael.albinus@gmx.de>
10198
10199 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
10200 to ignored backtrace functions.
10201
0a2bb1a9
GM
102022011-06-11 Glenn Morris <rgm@gnu.org>
10203
10204 * calendar/appt.el (appt-disp-window-function): Doc fix.
10205 (appt-check): Handle overlapping appointments. (Bug#8337)
10206
6198ccd0
MR
102072011-06-11 Martin Rudalics <rudalics@gmx.at>
10208
10209 * window.el (window-tree-1, window-tree): New functions, moving
10210 the latter to window.el.
10211 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10212 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10213 (bw-refresh-edges): Remove.
10214 (balance-windows-1, balance-windows-2): New functions.
10215 (balance-windows): Rewrite in terms of window tree functions,
10216 balance-windows-1 and balance-windows-2.
10217 (bw-adjust-window): Remove.
10218 (balance-windows-area-adjust): New function with functionality of
10219 bw-adjust-window but using resize-window.
2b75be67
SM
10220 (set-window-text-height): Rewrite doc-string.
10221 Use normalize-live-window and resize-window.
10222 (enlarge-window-horizontally, shrink-window-horizontally):
10223 Rename argument to DELTA.
6198ccd0
MR
10224 (window-buffer-height): New function.
10225 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
10226 Rewrite using new window resize routines.
2b75be67
SM
10227 (kill-buffer-and-window, mouse-autoselect-window-select):
10228 Use ignore-errors instead of condition-case.
6198ccd0
MR
10229 (quit-window): Call delete-frame instead of delete-windows-on
10230 for the only buffer on frame.
10231
9397e56f
MR
102322011-06-10 Martin Rudalics <rudalics@gmx.at>
10233
10234 * loadup.el (top-level): Load window before files for the sake
10235 of replace-buffer-in-windows.
10236
10237 * files.el (read-buffer-to-switch)
10238 (switch-to-buffer-other-window)
2b75be67
SM
10239 (switch-to-buffer-other-frame, display-buffer-other-frame):
10240 Move to window.el.
9397e56f
MR
10241
10242 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
10243 (previous-buffer): Move to window.el.
10244
10245 * bindings.el (unbury-buffer): Move to window.el.
10246
10247 * window.el (delete-other-windows-vertically): Move after
10248 definition of delete-other-windows.
10249 (other-window, delete-windows-on, replace-buffer-in-windows):
10250 Move here from window.c.
10251 (record-window-buffer, unrecord-window-buffer)
10252 (set-window-buffer-start-and-point, switch-to-prev-buffer)
10253 (switch-to-next-buffer): New functions.
10254 (get-next-valid-buffer, last-buffer, next-buffer): Move here
10255 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
10256 (previous-buffer): Move here from simple.el.
10257 Call switch-to-prev-buffer.
9397e56f
MR
10258 (bury-buffer): Move here from buffer.c. Switch to previous
10259 buffer when window cannot be deleted.
10260 (unbury-buffer): Move here from bindings.el.
10261 (ctl-x-map): Move binding for other-window from window.c to
10262 here.
10263 (read-buffer-to-switch, switch-to-buffer-other-window)
10264 (switch-to-buffer-other-frame): Move here from files.el.
10265 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
10266 (switch-to-buffer): Move here from buffer.c.
10267 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 10268
562dd5e9
MR
102692011-06-10 Martin Rudalics <rudalics@gmx.at>
10270
10271 * window.el (window-min-height, window-min-width): Move here
10272 from window.c. Add defcustoms and rewrite doc-strings.
10273 (resize-mini-window, resize-window): New functions.
10274 (adjust-window-trailing-edge, enlarge-window, shrink-window):
10275 Move here from window.c.
10276 (maximize-window, minimize-window): New functions.
10277 (delete-window, delete-other-windows, split-window): Move here
10278 from window.c.
10279 (window-split-min-size): New function.
10280 (split-window-keep-point): Mention split-window-above-each-other
10281 instead of split-window-vertically.
2b75be67 10282 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
10283 Rename split-window-vertically to split-window-above-each-other
10284 and provide defalias for old definition.
10285 (split-window-side-by-side, split-window-horizontally):
10286 Rename split-window-horizontally to split-window-side-by-side
10287 and provide defalias for the old definition.
562dd5e9
MR
10288 (ctl-x-map): Move bindings for delete-window,
10289 delete-other-windows and enlarge-window here from window.c.
10290 Replace bindings for split-window-vertically and
10291 split-window-horizontally by bindings for
10292 split-window-above-each-other and split-window-side-by-side.
10293
10294 * cus-start.el (all): Remove entries for window-min-height and
10295 window-min-width. Add entries for window-splits and
10296 window-nest.
10297
f0da764a
GM
102982011-06-09 Glenn Morris <rgm@gnu.org>
10299
80675c21
GM
10300 * calendar/appt.el (appt-mode-line): New function.
10301 (appt-check, appt-disp-window): Use it.
10302
f0da764a
GM
10303 * files.el (hack-one-local-variable-eval-safep):
10304 Allow minor-modes with explicit +/-1 arguments.
10305
59f623b7
TZ
103062011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
10307
10308 * term/xterm.el (xterm): Add defgroup.
10309 (xterm-extra-capabilities): Add defcustom to supply known xterm
10310 capabilities, skip querying them, or query them (default).
10311 (terminal-init-xterm): Use it.
10312 (terminal-init-xterm-modify-other-keys): New function to set up
10313 modifyOtherKeys support to simplify `terminal-init-xterm'.
10314
9aab8e0d
MR
103152011-06-09 Martin Rudalics <rudalics@gmx.at>
10316
10317 * window.el (resize-window-reset, resize-window-reset-1)
10318 (resize-subwindows-skip-p, resize-subwindows-normal)
10319 (resize-subwindows, resize-other-windows, resize-this-window)
10320 (resize-root-window, resize-root-window-vertically)
10321 (window-deletable-p, window-or-subwindow-p)
10322 (frame-root-window-p): New functions.
10323
e8b08aee
GM
103242011-06-09 Glenn Morris <rgm@gnu.org>
10325
10326 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
10327 (ange-ftp-get-files): Use it.
10328
254c37a5
AK
103292011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10330
10331 * mail/sendmail.el (mail-recover-1, mail-recover):
10332 * files.el (recover-file, recover-session):
10333 Handle dired-listing-switches not being just a single short option.
10334
35d7dbd3
GM
103352011-06-09 Glenn Morris <rgm@gnu.org>
10336
10337 * calendar/appt.el (appt-display-message, appt-disp-window):
10338 Handle lists of appointments.
10339
387522b2
MR
103402011-06-08 Martin Rudalics <rudalics@gmx.at>
10341
2b75be67
SM
10342 * window.el (one-window-p): Move down in code.
10343 Rewrite doc-string.
10344 (window-current-scroll-bars): Rewrite doc-string.
10345 Normalize live window argument.
387522b2
MR
10346 (walk-windows, get-window-with-predicate, count-windows):
10347 Rewrite doc-string. Use window-list-1.
10348 (window-in-direction-2, window-in-direction, get-mru-window):
10349 New functions.
10350
d8e4b68b 103512011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
10352
10353 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
10354 Doc fix (Bug#8713).
10355
103562011-06-08 Chong Yidong <cyd@stupidchicken.com>
10357
10358 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
10359
103602011-06-08 Juanma Barranquero <lekktu@gmail.com>
10361
10362 * loadhist.el (unload-feature-special-hooks):
10363 Add `comint-output-filter-functions'.
10364
0de12c52
IK
103652011-06-08 Ivan Kanis <gnu@kanis.fr>
10366
10367 * calendar/appt.el (appt-check): Move some initializations into the let.
10368
f3d1777e
MR
103692011-06-08 Martin Rudalics <rudalics@gmx.at>
10370
10371 * window.el (window-height): Defalias to window-total-height.
10372 (window-width): Defalias to window-body-width.
10373
18af70d0
CY
103742011-06-07 Chong Yidong <cyd@stupidchicken.com>
10375
10376 * image-mode.el (image-toggle-animation): New command.
10377 (image-mode-map): Bind it to RET.
10378 (image-mode): Update message.
10379 (image-toggle-display-image): Avoid a spurious cache flush.
10380 (image-transform-rotation): Doc fix.
10381 (image-transform-properties): Return quickly in the normal case.
10382 (image-animate-loop): Rename from image-animate-max-time.
10383
2b75be67 10384 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
10385 (create-animated-image): Remove unnecessary function.
10386 (image-animate): Rename from image-animate-start. New arg.
2b75be67 10387 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
10388 (image-animate-timer): Use car-safe.
10389 (image-animate-timeout): Rename argument.
10390
190b47e6
MR
103912011-06-07 Martin Rudalics <rudalics@gmx.at>
10392
10393 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
10394 window.c. Rename first argument to ALL-FRAMES.
10395 Rephrase doc-strings.
10396 (get-buffer-window-list): Rewrite using window-list-1.
10397 Rephrase doc-string.
a1511caf
MR
10398 (window-safe-min-height, window-safe-min-width): New constants.
10399 (window-size-ignore, window-min-size, window-min-size-1)
10400 (window-sizable, window-sizable-p, window-size-fixed-1)
10401 (window-size-fixed-p, window-min-delta-1, window-min-delta)
10402 (window-max-delta-1, window-max-delta, window-resizable)
10403 (window-resizable-p, window-total-height, window-total-width)
10404 (window-body-width): New functions.
10405 (window-full-height-p, window-full-width-p): Rewrite using
10406 window-total-size.
10407 (window-body-height): Rewrite using window-body-size.
190b47e6 10408
85cc1f11
MR
104092011-06-06 Martin Rudalics <rudalics@gmx.at>
10410
10411 * window.el (window-right, window-left, window-child)
10412 (window-child-count, window-last-child, window-any-p)
10413 (normalize-live-buffer, normalize-live-frame)
10414 (normalize-any-window, normalize-live-window)
10415 (window-iso-combination-p, window-iso-combined-p)
10416 (window-iso-combinations)
10417 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
10418 (windows-with-parameter, window-with-parameter)
10419 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
10420 (window-atom-check, window-side-check, window-check):
10421 New functions.
85cc1f11
MR
10422 (ignore-window-parameters, window-sides, window-sides-vertical)
10423 (window-sides-slots): New variables.
10424 (window-size-fixed): Move down in code. Minor doc-string fix.
10425
e7156492
AS
104262011-06-05 Andreas Schwab <schwab@linux-m68k.org>
10427
10428 * comint.el (comint-dynamic-complete-as-filename)
10429 (comint-dynamic-complete-filename): Correctly call
10430 completion-in-region.
10431
7e821d0d
DD
104322011-06-05 Deniz Dogan <deniz@dogan.se>
10433
10434 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
10435 in last change.
10436
ac09b8a1
DD
104372011-06-05 Deniz Dogan <deniz@dogan.se>
10438
10439 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10440 (rcirc): Use it to prompt for encryption.
10441
34699b85
RW
104422011-06-05 Roland Winkler <winkler@gnu.org>
10443
10444 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10445 (bibtex-search-entries): New command bound to C-c C-a.
10446 (bibtex-display-entries): New function.
10447
004dedd3
RW
104482011-06-05 Roland Winkler <winkler@gnu.org>
10449
10450 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10451 (bibtex-insert-kill): After yanking insert newline if necessary.
10452 (bibtex-initialize): Call bibtex-string-files-init only once.
10453 (bibtex-mode): Do not call easy-menu-add.
10454 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10455 (bibtex-yank): Set arg properly if nil.
10456
022fe7ce
RW
104572011-06-05 Roland Winkler <winkler@gnu.org>
10458
2b75be67
SM
10459 * textmodes/bibtex.el (bibtex-search-entry-globally):
10460 New variable.
022fe7ce
RW
10461 (bibtex-search-entry): Use it.
10462
b7c3692a
RW
104632011-06-05 Roland Winkler <winkler@gnu.org>
10464
10465 * textmodes/bibtex.el (bibtex-entry-format): New option
10466 sort-fields.
10467 (bibtex-format-entry, bibtex-reformat): Honor this option.
10468 (bibtex-parse-entry): Return fields in proper order.
10469
8eda563d
JB
104702011-06-05 Juanma Barranquero <lekktu@gmail.com>
10471
10472 * doc-view.el (doc-view-remove-if): Move computation of result out
10473 of `dolist' to silence misleading lexical-binding warning.
10474
7dbe3dbc
CY
104752011-06-04 Chong Yidong <cyd@stupidchicken.com>
10476
10477 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10478 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10479
0c33dd17
MA
104802011-06-04 Michael Albinus <michael.albinus@gmx.de>
10481
10482 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10483 "SunOS 5.10".
10484
f8f91c2b
MA
104852011-06-04 Michael Albinus <michael.albinus@gmx.de>
10486
10487 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10488 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10489 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10490 (tramp-parse-putty):
10491 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10492 (tramp-completion-function-alist-ssh)
10493 (tramp-completion-function-alist-telnet)
10494 (tramp-completion-function-alist-su)
10495 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10496 cookie.
10497
10498 * net/tramp-ftp.el:
10499 * net/tramp-sh.el:
10500 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10501 load "tramp.el" `tramp-set-completion-function'.
10502
e17d9003
SM
105032011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10504
10505 * shell.el: Require and use pcomplete.
10506 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10507 (shell-completion-vars): Set pcomplete-default-completion-function.
10508
6c4cab03
DD
105092011-06-04 Deniz Dogan <deniz@dogan.se>
10510
10511 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10512 `memq' (Bug#8799).
10513
ea9fafe0
SM
105142011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10515
10516 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10517
b3e945d3
JB
105182011-06-02 Juanma Barranquero <lekktu@gmail.com>
10519
10520 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10521 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10522 * vc/log-view.el (log-view-beginning-of-defun):
10523 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10524 (smerge-refine-forward, smerge-refine-chopup-region):
10525 Silence warning for unused `dotimes' counter variables.
10526
7d520089
SM
105272011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10528
10529 * net/tramp.el (tramp-with-progress-reporter): Rename from
10530 with-progress-reporter. Use `declare'.
10531 * net/tramp-smb.el:
10532 * net/tramp-sh.el:
10533 * net/tramp-gvfs.el: Update all uses.
10534
a1c2400f
JB
105352011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10536
10537 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10538 buffer isn't killed before making it current.
10539
2403c841
SM
105402011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10541
10542 Silence various byte-compiler warnings.
10543 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10544 `access-type' and new obsolescence format.
10545 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10546 new format.
10547 (byte-compile-check-variable): New `access-type' argument.
10548 Only warn if the access-type is obsolete.
10549 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10550 (byte-compile-variable-set): Adjust callers.
10551 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10552 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10553 setting it as obsolete.
10554 * simple.el (minibuffer-completing-symbol):
10555 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10556 access as obsolete.
10557 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10558 obsolete yet.
10559 * international/quail.el (quail-mouse-choose-completion): Remove unused
10560 code referring to obsolete var.
10561 (quail-choose-completion-string): Remove.
10562 * server.el (server-clients-with, server-kill-buffer-query-function)
10563 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10564 * proced.el (proced-send-signal):
10565 * emacs-lisp/lisp.el (lisp-complete-symbol):
10566 Replace completion-annotate-function with completion-extra-properties.
10567
2462470b
SM
105682011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10569
fb5b2591
SM
10570 * simple.el (goto-line): Use read-number.
10571 (overriding-map-is-bound): Remove.
10572 (saved-overriding-map): Change default.
10573 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10574 Take the map as argument.
10575 (universal-argument, negative-argument, digit-argument): Use it.
10576 (restore-overriding-map): Adjust.
10577 (do-auto-fill): Use fill-forward-paragraph.
10578 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10579
fd6fa53f
SM
10580 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10581 (minibuffer-inactive-mode): New major mode.
10582 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10583 the *Messages* buffer" hack.
10584 (mouse-popup-menubar): Don't burp if the event is a normal key.
10585
2462470b
SM
10586 Miscellaneous tweaks.
10587 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10588 lexical scoping as in subr.el's dolist and dotimes.
10589 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10590 Silence compiler warning.
10591 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10592 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10593 * international/ccl.el (ccl-compile): Trivial simplification.
10594 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10595 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10596 `printflag' argument.
10597 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10598 Purecopy the whole obsolescence data.
10599
108bf785
LL
106002011-06-01 Leo Liu <sdl.web@gmail.com>
10601
10602 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10603 improve doc-string as suggested by Marco Pessotto
10604 <melmothx@gmail.com>.
10605 (rcirc-print): Fix last change.
10606
30a23501
SM
106072011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10608
10609 * minibuffer.el (complete-with-action): Return nil for the metadata and
10610 boundaries of non-functional tables.
10611 (completion-table-dynamic): Return nil for the metadata.
10612 (completion-table-with-terminator): Add default case, using
10613 complete-with-action.
10614 (completion--metadata): New function.
10615 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10616 to try and avoid pathological performance problems.
10617 (completion--embedded-envvar-table): Return `category' metadata.
10618
bcd54f83
LMI
106192011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10620
10621 * subr.el (process-alive-p): New tiny convenience function.
10622
e227544d
SM
106232011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10624
10625 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10626 content but also its previous major mode.
10627
e8296fdc
HE
106282011-05-31 Helmut Eller <eller.helmut@gmail.com>
10629
4d61f28d 10630 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
10631 *Backtrace* buffer when we exit with C-M-c.
10632
620c53a6
SM
106332011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10634
10635 * minibuffer.el: Add metadata method to completion tables.
10636 (completion-category-overrides): New defcustom.
10637 (completion-metadata, completion--field-metadata)
10638 (completion-metadata-get, completion--styles)
10639 (completion--cycle-threshold): New functions.
10640 (completion-try-completion, completion-all-completions):
10641 Add `metadata' argument to choose completion-styles.
10642 (completion--do-completion): Use metadata to choose cycling.
10643 (completion-all-sorted-completions): Use metadata for sorting.
10644 Remove :completion-cycle-penalty which is not needed any more.
10645 (completion--try-word-completion): Add `metadata' argument.
10646 (minibuffer-completion-help): Check metadata for annotation function
10647 and sorting.
10648 (completion-file-name-table): Return `category' metadata.
10649 (minibuffer-completing-file-name): Make obsolete.
10650 * simple.el (minibuffer-completing-symbol): Make obsolete.
10651 * icomplete.el (icomplete-completions): Pass new `metadata' param to
10652 completion-try-completion.
10653
1257e755
SM
106542011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10655
10656 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
10657
3767e706
LL
106582011-05-30 Leo Liu <sdl.web@gmail.com>
10659
10660 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
10661 (rcirc-print): Decode all incoming messages (bug#8744).
10662 (rcirc-decode-coding-system): Allow value nil for automatic coding
10663 system detection.
3767e706 10664
d1a5d56a
GM
106652011-06-01 Glenn Morris <rgm@gnu.org>
10666
10667 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
10668
e8cbec34
CY
106692011-05-29 Chong Yidong <cyd@stupidchicken.com>
10670
10671 * image.el (image-animate-max-time): Allow nil and t values.
10672 Default to nil.
10673 (create-animated-image): Doc fix.
10674 (image-animate-start): Remove second arg; just use
10675 image-animate-max-time.
10676 (image-animate-timeout): Doc fix. Args changed.
10677
10678 * image-mode.el (image-toggle-display-image): Ensure that the
10679 image spec passed to the animate timer is the same object as in
58179cce 10680 the buffer's display property (Bug#6981).
e8cbec34
CY
10681 (image-transform-properties): Doc fix.
10682
10683 * image.el (image-animate-max-time): Default to nil.
10684
159daf87
MR
106852011-05-29 Martin Rudalics <rudalics@gmx.at>
10686
10687 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
10688 entire buffer list (Bug#8184).
10689
d66c4c7c
CY
106902011-05-29 Chong Yidong <cyd@stupidchicken.com>
10691
10692 * image.el (imagemagick-types-inhibit)
10693 (imagemagick-register-types): Doc fix.
10694
80aec780
DD
106952011-05-29 Deniz Dogan <deniz@dogan.se>
10696
10697 * net/rcirc.el (rcirc): Use the user's stored encryption method by
10698 default.
10699
1dd3c2d9
CY
107002011-05-29 Chong Yidong <cyd@stupidchicken.com>
10701
10702 * select.el: Don't perform clipboard-manager saving in hooks;
10703 leave the hooks empty.
10704
60e56523
LL
107052011-05-28 Leo Liu <sdl.web@gmail.com>
10706
10707 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
10708 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
10709 (occur-edit-mode): New major mode (Bug#8463).
10710 (occur-after-change-function): New function.
10711 (occur-engine): Give Occur tags a read-only property.
10712
2b1e1a22
KR
107132011-05-28 Kevin Ryde <user42@zip.com.au>
10714
10715 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
10716
5d344e88
CY
107172011-05-28 Chong Yidong <cyd@stupidchicken.com>
10718
8e6ca83d
CY
10719 * bindings.el (help-echo): Make the initial non-indicator dash
10720 empty on graphical terminals (Bug#7295).
10721
5d344e88
CY
10722 * files.el (auto-mode-alist): Move config rule after the
10723 in-stripping one (Bug#8547).
10724
bfbbace7
CY
10725 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
10726
fbeba6e2
CY
10727 * startup.el (normal-splash-screen): Remove gratuitous mode-line
10728 setting (Bug#8740).
10729
60ed8c72
AA
107302011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
10731
4ac619f0
AA
10732 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
10733 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
10734 (Bug#8539).
60ed8c72 10735
23db196e
CY
107362011-05-28 Chong Yidong <cyd@stupidchicken.com>
10737
10738 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
10739
5012f24c
DK
107402011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
10741
10742 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
10743 (hs-hide-block-at-point, hs-find-block-beginning)
10744 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
10745 (Bug#8279).
10746
6a639b16
GM
107472011-05-28 Glenn Morris <rgm@gnu.org>
10748
10749 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
10750
d43eaf2c
CY
107512011-05-28 Chong Yidong <cyd@stupidchicken.com>
10752
5199bde1
CY
10753 * help-fns.el (describe-function-1): If the function is a derived
10754 major mode, print the parent mode.
10755
d43eaf2c
CY
10756 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
10757 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
10758
423428a8
SM
107592011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10760
0ff8e1ba 10761 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 10762 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
10763 * progmodes/etags.el (tags-completion-at-point-function):
10764 * info-look.el (info-lookup-completions-at-point): Mark as
10765 non-exclusive.
10766 (info-complete): Adjust accordingly.
10767
423428a8
SM
10768 * info-look.el: Convert to lexical-binding and completion-at-point.
10769 (info-lookup-completions-at-point): New function.
10770 (info-complete): Use it and completion-in-region.
10771
b74aa22b
DA
107722011-05-28 Drew Adams <drew.adams@oracle.com>
10773
10774 * isearch.el: Let M-e start with point at the first mismatched char.
10775 (isearch-fail-pos): New function.
10776 (isearch-edit-string): Use it.
10777
66e2e71d
DK
107782011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10779
10780 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10781
b1890b0f 107822011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
10783
10784 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
10785 traversal functions for avl-trees.
10786 (avl-tree--stack): New struct.
10787 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
10788 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
10789 (avl-tree--do-enter): Add optional `updatefun' arg.
10790 Change return value.
eb95d01d 10791 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
10792 (avl-tree--do-delete): Add `test' and `nilflag' args.
10793 Change return value.
eb95d01d
TC
10794 (avl-tree-member): Add optional `nilflag'
10795 (avl-tree-member-p): New function.
10796 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
10797 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
10798 (avl-tree-stack-empty-p): New functions.
10799
3769ddcf
TC
10800 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
10801 avl-tree--del-balance1 and make it work both ways.
10802 (avl-tree--del-balance2): Remove.
10803 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
10804 make it work both ways.
10805 (avl-tree--enter-balance2): Remove.
10806 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
10807 New macros.
10808 (avl-tree--mapc, avl-tree-map): Add direction argument.
10809
eb95d01d 108102011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
10811
10812 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
10813
a9f737ee
CY
108142011-05-27 Chong Yidong <cyd@stupidchicken.com>
10815
10816 * select.el: Support clipboard managers with built-in function
10817 x-clipboard-manager-save, via delete-frame-functions and
10818 kill-emacs-hook.
10819 (xselect-convert-to-targets): Add MULTIPLE target to list.
10820 (xselect-convert-to-save-targets): New function.
10821
c92a1e54
KH
108222011-05-27 Kenichi Handa <handa@m17n.org>
10823
10824 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
10825 let-binding rfc2047-encode-encoded-words to nil.
10826
e145f188
GM
108272011-05-27 Glenn Morris <rgm@gnu.org>
10828
5ec8a862
GM
10829 * mail/emacsbug.el: Don't require url-util.
10830
4b29d9fb
GM
10831 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
10832
e145f188
GM
10833 * files.el (set-auto-mode):
10834 Also respect mode: entries at the end of the file. (Bug#8586)
10835
7d15102b
GM
108362011-05-26 Glenn Morris <rgm@gnu.org>
10837
98f593b8
GM
10838 * files.el (hack-local-variables-prop-line, hack-local-variables):
10839 Downcase mode names, as seems to be traditional.
27b48e63 10840 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 10841
7d15102b
GM
10842 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
10843 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
10844
51d5b4ec
JD
108452011-05-25 Julien Danjou <julien@danjou.info>
10846
10847 * textmodes/rst.el (rst-define-level-faces): Do not define face
10848 symbol if it is already defined.
10849
91513f63
VB
108502011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
10851
10852 * play/5x5.el (5x5-new-game, 5x5-randomize):
10853 Reset 5x5-solver-output to nil when a new grid is cast.
10854 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
10855 these debugging traces, as defmacro breaks the compiled code.
10856
4d90d6d0
DK
108572011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10858
10859 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10860
e1b90ef6
LL
108612011-05-24 Leo Liu <sdl.web@gmail.com>
10862
10863 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
10864 (vc-bzr-sha1): Adapt.
10865
d8e4b68b 10866 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
10867
10868 * bindings.el: Provide sha1 feature.
10869
db0406bb 108702011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
10871
10872 * mail/sendmail.el: Require `rfc2047'.
10873 (mail-insert-from-field): Do not perform RFC2047 encoding.
10874 (mail-encode-header): New function.
10875 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
10876 buffer to the return value of select-message-coding-system.
10877 Call mail-encode-header.
b8d747b9
KH
10878
10879 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
10880
db0406bb 108812011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 10882
4d90d6d0
DK
10883 * mail/supercite.el (sc-default-cite-frame):
10884 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 10885
eb8a5e9b
GM
108862011-05-24 Glenn Morris <rgm@gnu.org>
10887
f8630703
GM
10888 * progmodes/python.el (brm-menu): Declare.
10889
8831bbed
GM
10890 * emulation/viper.el (viper-set-hooks): Declare.
10891
eb8a5e9b
GM
10892 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
10893 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
10894 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
10895 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
10896 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
10897 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
10898
a2a25d24
SM
108992011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10900
10901 Add an :exit-function for completion-at-point.
10902
10903 * minibuffer.el (completion--done): New fun.
10904 (completion--do-completion): Use it. New arg `expect-exact'.
10905 (minibuffer-complete, minibuffer-complete-word): Don't output message,
10906 since completion--do-completion does it for us now.
10907 (minibuffer-force-complete): Use completion--done and
10908 completion--replace. Handle sole-completion case with more care.
10909 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
10910 (completion-extra-properties): New var.
10911 (completion-annotate-function): Make obsolete.
10912 (minibuffer-completion-help): Adjust accordingly.
10913 Use completion-list-insert-choice-function.
10914 (completion-at-point, completion-help-at-point):
10915 Bind completion-extra-properties.
10916 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
10917 * simple.el (completion-list-insert-choice-function): New var.
10918 (completion-setup-function): Preserve it.
10919 (choose-completion): Pay attention to it, shuffle the code a bit.
10920 (choose-completion-string): New arg `insert-function'.
10921
10922 * textmodes/bibtex.el: Convert to lexical binding.
10923 (bibtex-mode-map): Use completion-at-point.
10924 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
10925 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
10926 (bibtex-complete): Define as obsolete alias.
10927 (bibtex-complete-internal): Remove.
10928 (bibtex-format-entry): Remove unused sub-group in regexp.
10929 * shell.el (shell--command-completion-data)
10930 (shell-environment-variable-completion):
10931 * pcomplete.el (pcomplete-completions-at-point):
10932 * comint.el (comint--complete-file-name-data): Use :exit-function
10933 instead of completion-table-with-terminator so it also works for
10934 choose-completion.
10935
e44e373d
SM
109362011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10937
4f91a816
SM
10938 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
10939
782fc819
SM
10940 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
10941 (bug#8710).
10942
e44e373d
SM
10943 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
10944
381987c3
KM
109452011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
10946
10947 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
10948 customization variable and implement: If non-nil, auto-fill will
10949 be inhibited while on topic's header line.
10950
b776bc70
VB
109512011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
10952
10953 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 10954 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
10955 always have a solution in grid size = 5 cases.
10956 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
10957 (5x5-solver-output, 5x5-log-buffer): New vars.
10958 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
10959 Make these variables buffer local to achieve 5x5 multi-session-ness.
10960 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
10961 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
10962 (5x5-solve-suggest): New funs.
10963 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
10964 randomize a grid so that we ensure that there is always a solution.
10965 (5x5-make-random-grid): Allow other movement than flipping.
10966
7de88b6e
KR
109672011-05-23 Kevin Ryde <user42@zip.com.au>
10968
10969 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 10970 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
10971 advice and passes PREDICATE.
10972
b1ef1257
SM
109732011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10974
bbca48fe
SM
10975 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
10976 byte-compile-lambda if it's actually a lambda.
10977
b1ef1257
SM
10978 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
10979 Fix function quoting. Use backquote better.
10980
92a9cc65
YS
109812011-05-22 Yuanle Song <sylecn@gmail.com>
10982
10983 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
10984 matching (Bug#8516).
10985
f0fb8059
JA
109862011-01-22 Jari Aalto <jari.aalto@cante.net>
10987
10988 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
10989 different face (Bug#8178).
10990
d5b44c93
CY
109912011-05-22 Chong Yidong <cyd@stupidchicken.com>
10992
10993 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
10994 defface (Bug#8144).
10995
79106a44
SM
109962011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10997
9c848d8a
SM
10998 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
10999 funcall as well (bug#8712). Warn when performing those conversions.
11000 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
11001
79106a44
SM
11002 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
11003
88dfa756
GM
110042011-05-22 Glenn Morris <rgm@gnu.org>
11005
11006 * files.el (hack-local-variables-prop-line): Small simplifications.
11007 (hack-local-variables, hack-local-variables-prop-line):
11008 If MODE-ONLY, return the mode, rather than just `t'.
11009
b7cf2c79
SM
110102011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11011
11012 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
11013
3f1a8558
GM
110142011-05-21 Glenn Morris <rgm@gnu.org>
11015
7e4ccca3
GM
11016 * files.el (hack-local-variables-prop-line, hack-local-variables):
11017 If only interested in the mode, don't bother doing the other stuff.
11018
637d46ca
GM
11019 * image-mode.el (image-after-revert-hook):
11020 Redraw all frames on which the image is visible. (Bug#8567)
11021
973d955b
GM
11022 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
11023
3f1a8558
GM
11024 * wid-edit.el (widget-checklist-match-inline):
11025 Fix 2011-04-19 change. (Bug#8649)
11026
96479927
SM
110272011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11028
1dcf791f
SM
11029 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11030 Also allow singlespace after single-letter capitals followed by a dot.
11031
96479927
SM
11032 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
11033 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
11034
35fd0881
N
110352011-05-20 Nix <nix@esperi.org.uk>
11036
11037 * files.el (basic-save-buffer-2):
11038 Fix handling of break-hardlink-on-save with non-existent files.
11039
82745640
DD
110402011-05-19 Deniz Dogan <deniz@dogan.se>
11041
11042 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 11043 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 11044
4a720484
GM
110452011-05-19 Glenn Morris <rgm@gnu.org>
11046
d1f21341
GM
11047 * progmodes/f90.el (f90-type-def-re):
11048 Handle "type, bind(c)". (Bug#8691)
11049
4a720484
GM
11050 * emacs-lisp/autoload.el (batch-update-autoloads):
11051 Set autoload-excludes by parsing loadup.el rather than Makefiles.
11052
2fb0a219
MA
110532011-05-18 Michael Albinus <michael.albinus@gmx.de>
11054
11055 * net/tramp.el (tramp-process-actions): Set "first-password-request"
11056 property for the correct connection in case of multihops.
11057
e565dd37
GM
110582011-05-18 Glenn Morris <rgm@gnu.org>
11059
c2571358 11060 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
11061 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
11062
e565dd37
GM
11063 Rationalize calendar handling of day and month abbrev-arrays.
11064 * calendar/calendar.el (calendar-customized-p): New function.
11065 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
11066 (calendar-day-name-array, calendar-month-name-array): Doc fix.
11067 Add :set function.
11068 (calendar-abbrev-length, calendar-day-abbrev-array)
11069 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
11070 (calendar-day-abbrev-array, calendar-month-abbrev-array):
11071 Elements may no longer be nil.
11072 (calendar-day-name, calendar-month-name):
11073 Update for changed nature of abbrev arrays.
11074 * calendar/diary-lib.el (diary-name-pattern):
11075 Update for changed nature of abbrev arrays.
11076 (diary-mark-entries-1): Update calendar-make-alist calls.
11077 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
11078 * calendar/cal-html.el (cal-html-day-abbrev-array):
11079 Simply inherit from calendar-day-abbrev-array.
11080
1d99a745
SM
110812011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11082
11083 * progmodes/grep.el (grep-mode): Disable default
11084 compilation-directory-matcher setting (bug#8684).
11085
7c1d9aa0
MA
110862011-05-17 Michael Albinus <michael.albinus@gmx.de>
11087
11088 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
11089 instead of "head" and "tail". There were problems with SunOS 5.9,
11090 and it performs better.
11091
3952e9d8
GM
110922011-05-17 Glenn Morris <rgm@gnu.org>
11093
2dd12e7f
GM
11094 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
11095
e4157b9c
GM
11096 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
11097 Replace obsolete function.
11098
8e249bbd
GM
11099 * shell.el (pcomplete-parse-arguments-function): Declare.
11100
3952e9d8
GM
11101 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
11102 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
11103 (appt-check): Doc fixes.
11104 (appt-disp-window-function, appt-delete-window-function):
11105 Remove needless special case in custom :type.
11106 (appt-display-count): Default to 0, not nil.
11107 (appt-check): Reset appt-display-count to 0, not nil.
11108
c71a0d48 111092011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 11110
c71a0d48
GM
11111 * progmodes/python.el (python-font-lock-keywords):
11112 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 11113
31d55be9
SM
111142011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11115
11116 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
11117
3bfacb2f
KR
111182011-05-16 Kevin Ryde <user42@zip.com.au>
11119
11120 * info-look.el (makefile-automake-mode): New setups, looking in
11121 automake manual, then makefile-mode.
11122 (makefile-mode): Remove automake manual, have it just in
11123 makefile-automake-mode since there's various things different or
11124 not relevant to plain make.
11125 (makefile-mode): Remove "other-modes" non-existent automake-mode,
11126 believe a hypothetical automake-mode would go to makefile-mode,
11127 not the other way around.
11128
c8e83751
CY
111292011-05-15 Chong Yidong <cyd@stupidchicken.com>
11130
5e9e35cd
CY
11131 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
11132 hunk-end tags (Bug#8672).
11133
c8e83751
CY
11134 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
11135 vc-annotate-show-diff-revision-at-line (Bug#8671).
11136
50b23e5a
GM
111372011-05-14 Glenn Morris <rgm@gnu.org>
11138
7210a739
GM
11139 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
11140 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
11141 (change-log-font-lock-keywords): Also handle multiple author lines
11142 with leading tabs. (Bug#8644)
7210a739 11143
4691905a
GM
11144 * calendar/appt.el (appt-check): Rename some local variables.
11145 Some simplification/reordering.
11146
50b23e5a
GM
11147 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
11148 (feedmail-sendmail-f-doesnt-sell-me-out)
11149 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11150 (feedmail-debug-sit-for, feedmail-queue-express-hook)
11151 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
11152 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
11153 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
11154 (feedmail-binmail-gnulinuxish-template):
11155 Rename from feedmail-binmail-linuxish-template.
11156 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
11157 Use insert-buffer-substring.
11158
215cda7c
BC
111592011-05-14 Bill Carpenter <bill@carpenter.org>
11160
11161 * mail/feedmail.el (feedmail-patch-level): Increase.
11162 (feedmail-debug): New custom group.
11163 (feedmail-confirm-outgoing-timeout)
11164 (feedmail-sendmail-f-doesnt-sell-me-out)
11165 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11166 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
11167 (feedmail-sender-line, feedmail-from-line)
11168 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 11169 (feedmail-spray-this-address)
215cda7c
BC
11170 (feedmail-spray-address-fiddle-plex-list)
11171 (feedmail-queue-use-send-time-for-date)
11172 (feedmail-queue-use-send-time-for-message-id)
11173 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
11174 (feedmail-buffer-eating-function):
11175 Doc fixes.
11176 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
11177 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
11178 (feedmail-message-action-scroll-down): New functions.
11179 (feedmail-queue-directory, feedmail-queue-draft-directory):
11180 Use expand-file-name.
11181 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
11182 Remove C-v help entry.
11183 (feedmail-queue-buffer-file-name): New variable.
11184 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
11185 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
11186 (feedmail-message-action-send-strong, feedmail-message-action-edit)
11187 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
11188 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
11189 (feedmail-message-action-toggle-spray)
11190 (feedmail-run-the-queue-no-prompts)
11191 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
11192 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
11193 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
11194 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
11195 (feedmail-envelope-deducer, feedmail-fiddle-from)
11196 (feedmail-fiddle-sender, feedmail-default-date-generator)
11197 (feedmail-fiddle-date, feedmail-fiddle-message-id)
11198 (feedmail-fiddle-spray-address)
11199 (feedmail-fiddle-list-of-spray-fiddle-plexes)
11200 (feedmail-fiddle-list-of-fiddle-plexes)
11201 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
11202 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
11203 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
11204 Change default. Doc fix.
11205 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
11206 (feedmail-binmail-linuxish-template): New constant.
11207 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
11208 Respect feedmail-sendmail-f-doesnt-sell-me-out.
11209 (feedmail-send-it): Add debug call.
11210 Use feedmail-queue-buffer-file-name, and
11211 feedmail-send-it-immediately-wrapper.
11212 (feedmail-message-action-send): Add debug call.
11213 Use feedmail-send-it-immediately-wrapper.
11214 (feedmail-queue-express-to-queue): Add debug call.
11215 Run feedmail-queue-express-hook.
11216 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
11217 (feedmail-message-action-help-blat):
11218 Rename from feedmail-queue-send-edit-prompt-help-first.
11219 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
11220 Check line-endings. Handle errors better.
11221 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
11222 Doc fix. Add debug call.
11223 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
11224 Use feedmail-queue-send-edit-prompt-inner.
11225 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
11226 (feedmail-queue-send-edit-prompt-inner): New function, extracted
11227 from feedmail-queue-send-edit-prompt.
11228 (feedmail-queue-send-edit-prompt-help)
11229 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
11230 (feedmail-tidy-up-slug): Add debug call.
11231 Respect feedmail-queue-slug-suspect-regexp.
11232 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
11233 (feedmail-dump-message-to-queue): Add debug call.
11234 Expand queue-directory.
11235 (feedmail-dump-message-to-queue): Change message slightly.
11236 Use feedmail-say-chatter.
11237 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
11238 (feedmail-send-it-immediately-wrapper): New function.
11239 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
11240 Insert empty string rather than newline. Handle full-frame case.
11241 Use catch/throw. Use feedmail-say-chatter.
11242 (feedmail-fiddle-from): Try mail-host-address.
11243 (feedmail-default-message-id-generator): Doc fix.
11244 Bind system-time-locale. Handle missing end.
11245 (feedmail-fiddle-x-mailer): Add debug call.
11246 Handle feedmail-x-mailer-line being nil.
11247 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
11248 Add debug call. Use buffer-substring-no-properties.
11249 (feedmail-say-debug, feedmail-say-chatter): New functions.
11250 (feedmail-find-eoh): Give an explicit error.
11251
42c7e61e
UJ
112522011-05-13 Ulf Jasper <ulf.jasper@web.de>
11253
c2571358 11254 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 11255 family from helvetica to sans.
c2571358 11256 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11257 etc/images/newsticker.
11258
c2571358 11259 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
11260 family from helvetica to sans.
11261
11262 * net/newst-plainview.el (newsticker-new-item-face)
11263 (newsticker-old-item-face, newsticker-immortal-item-face)
11264 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 11265 (newsticker-statistics-face): Change default family from
42c7e61e 11266 helvetica to sans.
c2571358 11267 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11268 etc/images/newsticker.
11269
5d3385a0
JB
11270 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
11271 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
11272 auto-marking.
11273
8497a297
DV
112742011-05-13 Didier Verna <didier@xemacs.org>
11275
11276 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
11277 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
11278 TODO entries.
8497a297
DV
11279 (lisp-lambda-list-keyword-parameter-indentation)
11280 (lisp-lambda-list-keyword-parameter-alignment)
11281 (lisp-lambda-list-keyword-alignment): New customizable user options.
11282 (lisp-indent-defun-method): Improve docstring.
11283 (extended-loop-p): Fix comment.
11284 (lisp-indent-lambda-list-keywords-regexp): New variable.
11285 (lisp-indent-lambda-list): New function.
11286 (lisp-indent-259): Use it.
11287 (lisp-indent-defmethod): Support for more than one
11288 method qualifier and properly indent methods lambda-lists.
11289 (defgeneric): Provide a missing common-lisp-indent-function property.
11290
f278f87f
SM
112912011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11292
11293 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
11294 bounds for the empty string (bug#8667).
11295
5233edd7
GM
112962011-05-13 Glenn Morris <rgm@gnu.org>
11297
5237a44f
GM
11298 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
11299
8340026c 11300 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 11301 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 11302
5233edd7 11303 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 11304 (appt-time-msg-list): Doc fix.
a5464014 11305 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 11306
92d10796
AS
113072011-05-12 Andreas Schwab <schwab@linux-m68k.org>
11308
11309 * progmodes/ld-script.el (ld-script-keywords)
11310 (ld-script-builtins): Update keywords list.
11311
914a0ae1
SM
113122011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11313
c89be45f
SM
11314 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
11315
914a0ae1
SM
11316 * shell.el (shell-completion-vars): New function.
11317 (shell-mode):
11318 * simple.el (read-shell-command): Use it.
11319 (blink-matching-open): No need for " [...]" in minibuffer-message.
11320
98dc3df3
GM
113212011-05-12 Glenn Morris <rgm@gnu.org>
11322
11323 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
11324 (appt-check): Simplify.
11325
d2fc7e3d 113262011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 11327
4d61f28d 11328 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
11329 literal "/dev/null".
11330
d2fc7e3d 113312011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
11332
11333 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
11334 Fix typo.
11335
d2fc7e3d 113362011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 11337
3f254caa
SM
11338 * progmodes/which-func.el (which-function):
11339 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
11340 which might not be defined (Bug#8260).
11341
d45885f7
GM
113422011-05-12 Glenn Morris <rgm@gnu.org>
11343
11344 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11345 Let byte-compile-initial-macro-environment always take precedence.
11346
488086f4
SM
113472011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11348
11349 * net/rcirc.el: Add support for SSL/TLS connections.
11350 (rcirc-server-alist): New field `encryption'.
11351 (rcirc): Check `encryption' settings.
11352 (rcirc-connect): New arg `encryption'. Use open-network-stream.
11353 Merge make-local-variable into `set'.
11354 (rcirc--connection-open-p): New function.
11355 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
11356 the process is not a network process (e.g. running gnutls-cli).
11357 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11358 Make rcirc-(en|de)code-coding-system local here.
11359 (rcirc-mode): Merge make-local-variable into `set'.
11360 (rcirc-parent-buffer): Make permanent buffer-local.
11361 (rcirc-multiline-minor-mode): Don't do it here.
11362 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
11363 there's no server buffer.
11364
7d3b9d44
GM
113652011-05-11 Glenn Morris <rgm@gnu.org>
11366
f64049c6
GM
11367 * newcomment.el (comment-kill): Prefix "unused" local.
11368
93c9df73
GM
11369 * term/w32console.el (get-screen-color): Declare.
11370
7d3b9d44
GM
11371 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11372 Handle symbol elements of byte-compile-initial-macro-environment.
11373
9e2dd53f
LL
113742011-05-10 Leo Liu <sdl.web@gmail.com>
11375
488086f4
SM
11376 * bookmark.el (bookmark-bmenu-mode-map):
11377 Bind bookmark-bmenu-search to `/'.
8b340240 11378
9e2dd53f 11379 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
11380 (footnote-unicode-string, footnote-unicode-regexp): New variable.
11381 (Footnote-unicode): New function.
11382 (footnote-style-alist): Add unicode style to the list.
11383 (footnote-style): Doc fix.
9e2dd53f 11384
79b70037
GM
113852011-05-10 Jim Meyering <meyering@redhat.com>
11386
11387 Fix doubled-word typos.
11388 * international/quail.el (quail-insert-kbd-layout): and and -> and
11389 * kermit.el: and and -> and
11390 * net/ldap.el (ldap-search-internal): to to -> to
11391 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
11392 * progmodes/js.el (js-mode): and and -> and
11393 * textmodes/artist.el (artist-move-to-xy): at at -> at
11394 (artist-draw-region-trim-line-endings): if if -> if
11395 And Safetyc -> Safety.
11396 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
11397
b8f82dc1 113982011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 11399 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
11400
11401 * files.el (hack-one-local-variable-eval-safep):
11402 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
11403
4f99f44b
GM
114042011-05-10 Glenn Morris <rgm@gnu.org>
11405
11406 * calendar/diary-lib.el (diary-list-entries-hook)
11407 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
11408 (diary-nongregorian-marking-hook, diary-list-entries)
11409 (diary-include-other-diary-files, diary-mark-entries)
11410 (diary-mark-included-diary-files): Doc fixes.
11411
84f29e6b
JB
114122011-05-09 Juanma Barranquero <lekktu@gmail.com>
11413
11414 * misc.el: Require tabulated-list.el during compilation.
11415
9bedd73a
CY
114162011-05-09 Chong Yidong <cyd@stupidchicken.com>
11417
488086f4
SM
11418 * progmodes/compile.el (compilation-start):
11419 Run compilation-filter-hook for the async case too.
9bedd73a
CY
11420 (compilation-filter-hook): Doc fix.
11421
797c735c
DD
114222011-05-09 Deniz Dogan <deniz@dogan.se>
11423
11424 * wdired.el: Remove outdated installation comment. Fix usage
11425 comment.
11426
5f4b1dfe
JB
114272011-05-09 Juanma Barranquero <lekktu@gmail.com>
11428
11429 * misc.el: Implement new command `list-dynamic-libraries'.
11430 (list-dynamic-libraries--loaded-only-p): New variable.
11431 (list-dynamic-libraries--refresh): New function.
11432 (list-dynamic-libraries): New command.
11433
4c44026c
CY
114342011-05-09 Chong Yidong <cyd@stupidchicken.com>
11435
488086f4
SM
11436 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11437 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
11438 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
11439 higher priority to avoid clobbering by gnu.
11440
027f966d
CY
114412011-05-08 Chong Yidong <cyd@stupidchicken.com>
11442
11443 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11444 if the face has existing theme settings (Bug#8454).
11445
085f5d7d
CY
114462011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
11447
488086f4
SM
11448 * progmodes/perl-mode.el (perl-imenu-generic-expression):
11449 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 11450
2a86a00c
RS
11451 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11452 special file names `.' and `..' (Bug#8259).
11453
d9c54a06
CY
114542011-05-08 Chong Yidong <cyd@stupidchicken.com>
11455
488086f4
SM
11456 * progmodes/grep.el (grep-mode-font-lock-keywords):
11457 Remove buffer-changing entries.
d9c54a06
CY
11458 (grep-filter): New function.
11459 (grep-mode): Add it to compilation-filter-hook.
11460
11461 * progmodes/compile.el (compilation-filter-hook)
11462 (compilation-filter-start): New defvars.
11463 (compilation-filter): Call compilation-filter-hook prior to
11464 updating the process mark.
11465
c4662635
SM
114662011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11467
11468 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11469
b0512a1d
EZ
114702011-05-07 Eli Zaretskii <eliz@gnu.org>
11471
605c9376
EZ
11472 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11473 mailclient-send-it even if window-system is nil. (Bug#8595)
11474
c4662635
SM
11475 * term/w32console.el (terminal-init-w32console):
11476 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
11477 background-mode. (Bug#8597)
11478
d1dc2cc2
SM
114792011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11480
11481 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11482 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11483 New functions.
11484 (defgeneric, eieio--defmethod): Use them.
11485 (eieio-defgeneric): Remove.
11486 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11487
915d1300
GM
114882011-05-07 Glenn Morris <rgm@gnu.org>
11489
a3961c3e
GM
11490 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11491 Use let rather than let*.
11492 (timeclock-find-discrep): Remove unused local.
11493
314347b9
GM
11494 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11495
915d1300
GM
11496 * calendar/appt.el (appt-time-msg-list): Doc fix.
11497
275b59b0
NF
114982011-05-06 Noah Friedman <friedman@splode.com>
11499
11500 * apropos.el (apropos-print-doc): Only use
11501 emacs-lisp-docstring-fill-column when it is bound to an integer,
11502 per that variable's documentation.
11503
6c19f744
SM
115042011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11505
11506 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 11507 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 11508
60f884b2
GM
115092011-05-06 Glenn Morris <rgm@gnu.org>
11510
5006e634
GM
11511 * calendar/appt.el (appt-message-warning-time): Doc fix.
11512 (appt-warning-time-regexp): New option.
11513 (appt-make-list): Respect appt-message-warning-time.
11514
548d0a63
GM
11515 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11516 New options.
11517 (diary-add-to-list): Strip comments from the displayed string.
11518 (diary-mode): Set comment-start and comment-end.
11519
60f884b2
GM
11520 * vc/diff-mode.el (smerge-refine-subst): Declare.
11521 (diff-refine-hunk): Don't require smerge-mode when compiling.
11522
989681bb
JB
115232011-05-06 Juanma Barranquero <lekktu@gmail.com>
11524
11525 * simple.el (list-processes): Return nil as the docstring says.
11526
a6bc05e1
MA
115272011-05-05 Michael Albinus <michael.albinus@gmx.de>
11528
11529 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11530 to "".
11531 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11532 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11533 determining of binary transfer. (Bug#7383)
11534
23c22e9a
MA
115352011-05-05 Michael Albinus <michael.albinus@gmx.de>
11536
c4662635
SM
11537 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11538 Fix port computation bug. (Bug#8618)
23c22e9a 11539
0bff894f
GM
115402011-05-05 Glenn Morris <rgm@gnu.org>
11541
b8296902
GM
11542 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11543
1f522ce8
GM
11544 * simple.el (shell-dynamic-complete-functions)
11545 (comint-dynamic-complete-functions): Declare.
11546
cf5bee67
GM
11547 * net/network-stream.el (gnutls-negotiate):
11548 * simple.el (tabulated-list-print): Fix declarations.
11549
11550 * progmodes/gud.el (syntax-symbol, syntax-point):
11551 Remove unnecessary and incorrect declarations.
11552
0bff894f
GM
11553 * emacs-lisp/check-declare.el (check-declare-scan):
11554 Handle byte-compile-initial-macro-environment in bytecomp.el
11555
9869b3ae
SM
115562011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11557
11558 Fix earlier half-done eieio-defmethod change (bug#8338).
11559 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11560 Streamline and change calling convention.
11561 (defmethod): Adjust accordingly and simplify.
11562 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11563 new eieio--defmethod.
11564 (slot-boundp): Minor CSE simplification.
11565
9c1d5ac5
MZ
115662011-05-05 Milan Zamazal <pdm@zamazal.org>
11567
11568 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11569 (glasses-make-readable): Use glasses-separate-capital-groups.
11570
455c834e
JB
115712011-05-05 Juanma Barranquero <lekktu@gmail.com>
11572
11573 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11574 (warning-series): Doc fix.
11575 (display-warning): Don't try to create the buffer if we just found it.
11576
9ed7c8cb
CY
115772011-05-04 Chong Yidong <cyd@stupidchicken.com>
11578
11579 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11580 (autoload-find-generated-file): New function.
11581 (generate-file-autoloads): Bind generated-autoload-file to
11582 buffer-file-name.
9869b3ae
SM
11583 (update-file-autoloads, update-directory-autoloads):
11584 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
11585 output file (Bug#7989).
11586 (batch-update-autoloads): Doc fix.
11587
0898ca10
JB
115882011-05-04 Juanma Barranquero <lekktu@gmail.com>
11589
11590 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11591
31dfb76c
GM
115922011-05-04 Glenn Morris <rgm@gnu.org>
11593
f330b642
GM
11594 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11595 function, so it follows changes in calendar-date-style.
11596 (diary-fancy-date-matcher): New function.
11597 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11598 (diary-fancy-font-lock-fontify-region-function):
11599 Use diary-fancy-date-pattern as a function.
11600
31dfb76c
GM
11601 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11602 non-numbers for `year' etc pseudo-variables. (Bug#8583)
11603
48e79d6a
TZ
116042011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
11605
11606 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11607 instead of positional arguments. Allow :keylist and :crlfiles
11608 arguments.
11609 (open-gnutls-stream): Call it.
11610
11611 * net/network-stream.el (network-stream-open-starttls): Adjust to
11612 call `gnutls-negotiate' with :process and :hostname arguments.
11613
dd5a5ee0
SM
116142011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11615
ef80fc09
SM
11616 * minibuffer.el (completion--message): New function.
11617 (completion--do-completion, minibuffer-complete)
11618 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11619 (completion--do-completion): Don't ignore completion-auto-help when in
11620 icomplete-mode.
11621
dd5a5ee0
SM
11622 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11623 internal encoding (e.g. tibetan zero is not whitespace).
11624 (global-whitespace-mode): Prefer save-current-buffer.
11625 (whitespace-trailing-regexp): Remove useless save-match-data.
11626 (whitespace-empty-at-bob-regexp): Minor simplification.
11627
b7d22a83
CY
116282011-05-03 Chong Yidong <cyd@stupidchicken.com>
11629
11630 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11631
5192af46
AM
116322011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11633
11634 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 11635 Use `concat' to create string for insertion.
5192af46 11636
5767d190
SM
116372011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11638
11639 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
11640 Avoid open-line which runs post-self-insert-hook.
11641 (bibtex-fill-entry): Remove unused `end' var.
11642
bf242939
AM
116432011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
11644
5767d190
SM
11645 * textmodes/ispell.el (ispell-add-per-file-word-list):
11646 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 11647
25666126
LL
116482011-05-03 Leo Liu <sdl.web@gmail.com>
11649
11650 * isearch.el (isearch-yank-pop): New command.
5767d190 11651 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
11652 (isearch-forward): Mention it.
11653
52d3c2d0
SM
116542011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11655
1bcace58
SM
11656 * simple.el (minibuffer-complete-shell-command): Remove.
11657 (minibuffer-local-shell-command-map): Use completion-at-point.
11658 (read-shell-command): Setup completion vars here instead.
11659 (read-expression-map): Bind TAB to symbol completion.
11660
52d3c2d0
SM
11661 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
11662 error directly rather via storing it into `results'.
11663
35813471
LL
116642011-05-02 Leo Liu <sdl.web@gmail.com>
11665
11666 * vc/diff.el: Fix description.
11667
e793a940
LMI
116682011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11669
11670 * server.el (server-eval-at): New function.
11671
8de66e05
LMI
116722011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11673
11674 * net/network-stream.el (open-network-stream): Take a :nowait
11675 parameter and pass it on to `make-network-process'.
11676 (network-stream-open-plain): Ditto.
11677
dcb79f20
AS
116782011-04-30 Andreas Schwab <schwab@linux-m68k.org>
11679
11680 * faces.el (face-spec-set-match-display): Don't match toolkit
11681 options on terminal frames.
11682
14a7fbd8
SM
116832011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11684
7eabc1be
SM
11685 * progmodes/pascal.el: Use lexical binding.
11686 (pascal-mode-map): Remove author preferences.
11687
14a7fbd8
SM
11688 * pcomplete.el (pcomplete-std-complete): Don't abuse
11689 completion-at-point.
11690
50f84510
JB
116912011-04-28 Juanma Barranquero <lekktu@gmail.com>
11692
6e087a44
JB
11693 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
11694 removing code that has been dead since 1991 or so.
11695
50f84510
JB
11696 * startup.el (command-line): When warning about "_emacs", use a
11697 delayed warning to allow the user to filter it out.
11698
0ba690bd
DD
116992011-04-28 Deniz Dogan <deniz@dogan.se>
11700
11701 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
11702 user has not joined.
11703
08abfaad
SM
117042011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11705
11706 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
11707 aren't any completions at point.
11708
638f053a
JB
117092011-04-28 Juanma Barranquero <lekktu@gmail.com>
11710
11711 * subr.el (display-delayed-warnings): New function.
11712 (delayed-warnings-hook): New variable.
11713
8fff8daa
SM
117142011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11715
08abfaad
SM
11716 * minibuffer.el (completion-at-point, completion-help-at-point):
11717 Don't presume that a given completion-at-point-function will always
11718 use the same calling convention.
11719
8fff8daa
SM
11720 * pcomplete.el (pcomplete-completions-at-point):
11721 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
11722 pcomplete-seen is non-nil.
11723 (pcomplete-comint-setup): Also recognize the new comint/shell
11724 completion functions.
11725 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
11726 pcomplete-seen is non-nil.
11727
841a1577 117282011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 11729
841a1577 11730 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 11731 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 11732 the first character in the entry. This allows for code to add its
211ec907
UJ
11733 own uid to the entry.
11734 (icalendar--convert-float-to-ical): Add export of
11735 `diary-float'-entries save for those with the optional DAY
11736 argument.
11737
2a782793
DC
117382011-04-27 Daniel Colascione <dan.colascione@gmail.com>
11739
11740 * subr.el (shell-quote-argument): Use alternate escaping strategy
11741 when we spot a variable reference in a string.
11742
0438ce91
DC
117432011-04-26 Daniel Colascione <dan.colascione@gmail.com>
11744
11745 * cus-start.el (all): Define customization for debug-on-event.
11746
841a1577 117472011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
11748
11749 * subr.el (shell-quote-argument): Escape correctly under Windows.
11750
d090ed6c
SM
117512011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11752
11753 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
11754
bfd31217
MA
117552011-04-25 Michael Albinus <michael.albinus@gmx.de>
11756
d090ed6c
SM
11757 * net/tramp.el (tramp-process-actions): Add POS argument.
11758 Delete region between POS and (pos).
bfd31217 11759
d090ed6c
SM
11760 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11761 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
11762 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
11763
11764 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
11765 position in `tramp-process-actions' call.
11766
11767 * net/trampver.el: Update release number.
11768
e92f3bd3
SM
117692011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11770
850256b5
SM
11771 * custom.el (defcustom): Obey lexical-binding.
11772
e92f3bd3
SM
11773 Fix octave-inf completion problems reported by Alexander Klimov.
11774 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
11775 Inherit from octave-mode-syntax-table.
11776 (inferior-octave-mode): Set info-lookup-mode.
11777 (inferior-octave-completion-at-point): New function.
11778 (inferior-octave-complete): Use it and completion-in-region.
11779 (inferior-octave-dynamic-complete-functions): Use it as well, and use
11780 comint-filename-completion.
11781 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
11782 symbol elements which shouldn't be word elements.
11783 (octave-font-lock-keywords, octave-beginning-of-defun)
11784 (octave-function-header-regexp): Adjust regexps accordingly.
11785 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
11786
cd22b309
JB
117872011-04-25 Juanma Barranquero <lekktu@gmail.com>
11788
11789 * net/gnutls.el (gnutls-errorp): Declare before first use.
11790
8b492194
TZ
117912011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
11792
11793 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
11794 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 11795 default trustfile exists before going to use it. Add missing
5a5fa834 11796 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
11797 Reported by Claudio Bley <claudio.bley@gmail.com>.
11798 (open-gnutls-stream): Add usage example.
11799
11800 * net/network-stream.el (network-stream-open-starttls): Give host
11801 parameter to `gnutls-negotiate'.
11802 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 11803 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 11804
841a1577 118052011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 11806
cd22b309
JB
11807 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11808 Use correct match group (bug#8438).
05842630 11809
3ba7869c
CY
118102011-04-24 Chong Yidong <cyd@stupidchicken.com>
11811
512e3ae1
CY
11812 * emacs-lisp/package.el (package-built-in-p): Fix typo.
11813 (package-menu--generate): New arg specifying packages to show.
11814 (package-menu-refresh, package-menu-execute, list-packages):
11815 Callers changed.
11816 (package-show-package-list): New function, replacing deleted
11817 package--list-packages (renamed because it is non-internal).
11818
11819 * finder.el (finder-list-matches): Use package-show-package-list
11820 instead of deleted package--list-packages.
11821
e92f3bd3
SM
11822 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
11823 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
11824 (vc-annotate-mode-map): Bind it to RET.
11825
7031be6d
UR
118262011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
11827
11828 * progmodes/etags.el (next-file): Don't use set-buffer to change
11829 buffers (Bug#8478).
11830
4ef177aa
CY
118312011-04-24 Chong Yidong <cyd@stupidchicken.com>
11832
c8d173eb
CY
11833 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
11834
4ef177aa
CY
11835 * apropos.el (apropos-label-face): Avoid variable-pitch face.
11836 (apropos-accumulator): Doc fix.
11837 (apropos-function, apropos-macro, apropos-command)
11838 (apropos-variable, apropos-face, apropos-group, apropos-widget)
11839 (apropos-plist): Add face property.
11840 (apropos-symbols-internal): Fix indentation.
11841 (apropos-print): Simplify help, and recognize apropos-multi-type.
11842 (apropos-print-doc): Use button-type-get to extract the button's
11843 face property. Fill docstring (Bug#8352).
11844
4ffd0d6b 118452011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
11846
11847 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
11848
c6c32125 11849 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 11850 (mpuz-mode-map): Use mapc.
c6c32125
JB
11851 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
11852 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
11853 Fix typos in docstrings.
11854
58d468b4
JB
11855 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
11856 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
11857
6470c3c6
JB
11858 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
11859
4ffd0d6b 118602011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
11861
11862 * minibuffer.el (completion--do-completion): Avoid the "Next char
11863 not unique" prompt if icomplete-mode is enabled (Bug#5849).
11864
3ad8bad0
CY
11865 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
11866 mouse-2 into unread-command-events, it is interpreted correctly.
11867
71d73c9c 11868 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 11869 (image-toggle-display): Doc fix.
71d73c9c 11870
841a1577 118712011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 11872
4ffd0d6b
GM
11873 * textmodes/page.el (what-page): Use line-number-at-pos to
11874 calculate line number (Bug#6825).
6e1dbaa9 11875
c2fb1b60
JB
118762011-04-22 Juanma Barranquero <lekktu@gmail.com>
11877
11878 * eshell/esh-mode.el (find-tag-interactive): Declare function.
11879 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
11880 Pass argument NO-DEFAULT to `find-tag-interactive'.
11881
e02f48d7
JB
118822011-04-22 Juanma Barranquero <lekktu@gmail.com>
11883
11884 Lexical-binding cleanup.
11885
11886 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
11887 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
11888 * progmodes/ada-prj.el (ada-prj-initialize-values)
11889 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
11890 (ada-prj-show-value):
11891 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
11892 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
11893 (antlr-invalidate-context-cache, antlr-options-menu-filter)
11894 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
11895 * progmodes/bug-reference.el (bug-reference-push-button):
11896 * progmodes/fortran.el (fortran-line-length):
11897 * progmodes/glasses.el (glasses-change):
11898 * progmodes/octave-mod.el (octave-fill-paragraph):
11899 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
11900 (python-pdbtrack-grub-for-buffer, python-sentinel):
11901 * progmodes/sql.el (sql-save-connection):
11902 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
11903 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
11904 Mark unused parameters.
11905
11906 * progmodes/compile.el (compilation--flush-directory-cache)
11907 (compilation--flush-parse, compile-internal): Mark unused parameters.
11908 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
11909 (compilation-next-error-function): Remove unused variable `timestamp'.
11910
11911 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
11912 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
11913
11914 * progmodes/dcl-mode.el (dcl-end-of-command):
11915 Remove unused variable `start'.
11916 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
11917 (dcl-option-value-basic, dcl-option-value-offset)
11918 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
11919 Mark unused parameters.
11920 (dcl-save-local-variable): Remove unused variable `val'.
11921 (mode): Declare.
11922
11923 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
11924 Mark unused parameters.
11925 (delphi-ignore-changes): Move before first use.
11926 (delphi-charset-token-at): Remove unused variable `start'.
11927 (delphi-else-start): Remove unused variable `if-count'.
11928 (delphi-comment-block-start, delphi-comment-block-end):
11929 Remove unused variable `kind'.
11930 (delphi-indent-line): Remove unused variable `new-point'.
11931
11932 * progmodes/ebrowse.el (ebrowse-files-list)
11933 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
11934 Mark unused parameters. Don't quote `lambda'.
11935 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
11936 Don't quote `lambda'.
11937 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
11938 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
11939 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
11940 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
11941 Use `ignore-errors'.
11942 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
11943 (ebrowse-view/find-file-and-search-pattern)
11944 (ebrowse-view/find-member-declaration/definition):
11945 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
11946 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
11947 Rename parameter PREFIX-ARG to PREFIX.
11948 (ebrowse-tags-read-name): Remove unused variables `start' and
11949 `member-info'.
11950 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
11951 to `tags-file'.
11952
11953 * progmodes/etags.el (local-find-tag-hook): Declare.
11954 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
11955 Mark unused parameters.
11956
11957 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
11958 (executable-interpret): Mark unused parameter.
11959
11960 * progmodes/flymake.el (flymake-process-sentinel)
11961 (flymake-after-change-function)
11962 (flymake-create-temp-with-folder-structure)
11963 (flymake-get-include-dirs-dot): Mark unused parameters.
11964 (flymake-safe-delete-directory): Remove unused variable `err'.
11965
11966 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
11967 (speedbar-timer-fn, speedbar-line-text)
11968 (speedbar-change-expand-button-char, speedbar-delete-subblock)
11969 (speedbar-center-buffer-smartly): Declare functions.
11970 (gdb-find-watch-expression): Remove unused variable `array'.
11971 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
11972 (gdb-starting): Mark unused parameters.
11973 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
11974 (gdb-table-string): Remove unused variable `res'.
11975 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
11976 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
11977 (gdb-display-buffer): Remove unused variable `cur-size'.
11978
11979 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
11980 allow lexical-binding compilation.
11981 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
11982 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
11983 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
11984 Mark unused parameters.
11985 (gud-gdb-marker-filter): Remove unused variable `match'.
11986 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
11987 lambda expressions and funcall them, instead of using `fset'.
11988
11989 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
11990 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
11991
11992 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
11993 variable `header-beg'; use `let'.
11994
11995 * progmodes/icon.el (indent-icon-exp): Remove unused variables
11996 `restart', `last-sexp' and `at-do'.
11997
11998 * progmodes/js.el (js--debug): Mark unused parameter.
11999 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
12000 (js--splice-into-items): Remove unused variable `item'.
12001 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
12002
12003 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
12004 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
12005 (makefile-complete): Remove unused variable `try'.
12006 (makefile-fill-paragraph, makefile-match-function-end):
12007 Mark unused parameters.
12008
12009 * progmodes/octave-inf.el (inferior-octave-complete):
12010 Remove unused variable `proc'.
12011 (inferior-octave-output-digest): Mark unused parameter.
12012
12013 * progmodes/perl-mode.el (perl-calculate-indent):
12014 Remove unused variable `err'.
12015
12016 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
12017 (prolog-indent-line): Mark unused parameters.
12018 (prolog-indent-line): Remove unused variable `beg'.
12019
12020 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
12021 (reporter-dont-compact-list): Declare.
12022
12023 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
12024 Remove unused variable `char'.
12025 (sh-debug): Mark unused parameter.
12026 (sh-get-indent-info): Remove unused variable `start'.
12027 (sh-calculate-indent): Remove unused variable `var'.
12028
12029 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
12030 (simula-electric-keyword): Remove unused variable `null'.
12031 (simula-search-backward, simula-search-forward): Remove unused
12032 variables `begin' and `end'.
12033
12034 * progmodes/vera-mode.el (vera-guess-basic-syntax):
12035 Remove unused variable `pos'.
12036 (vera-electric-tab, vera-comment-uncomment-region):
12037 Mark unused parameters.
12038 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
12039
7ede3b65
CY
120402011-04-22 Chong Yidong <cyd@stupidchicken.com>
12041
12042 * emacs-lisp/package.el (package--builtins, package-alist)
12043 (package-load-descriptor, package-built-in-p, package-activate)
12044 (define-package, package-installed-p)
12045 (package-compute-transaction, package-buffer-info)
12046 (package--push): Doc fix. Distinguish more clearly between
12047 version strings and version lists.
12048
121656e9
JB
120492011-04-21 Juanma Barranquero <lekktu@gmail.com>
12050
12051 Lexical-binding cleanup.
12052
12053 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
12054 (5x5-make-mutate-best):
12055 * play/fortune.el (fortune-in-buffer):
12056 * play/gomoku.el (gomoku-init-display):
12057 * play/solitaire.el (solitaire, solitaire-do-check):
12058 * play/tetris.el (tetris-default-update-speed-function):
12059 Mark unused parameters.
12060
12061 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
12062 (bubbles--shift): Remove unused variable `char-org'.
12063 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
12064 (bubbles--show-images): Remove unused variable `char'.
12065
12066 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
12067 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
12068 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
12069 (decipher-analyze-buffer): Use ?\s.
12070 (decipher-make-checkpoint): Remove unused variable `mapping'.
12071
12072 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
12073
12074 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12075 Remove unused variable `result'; use `let'.
12076
12077 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
12078 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
12079 (gametree-children-shown-p, gametree-compute-reduced-score):
12080 Use `ignore-errors'.
12081
12082 * play/handwrite.el (ps-lpr-switches): Declare.
12083 (handwrite): Remove unused variables `pmin' and `lastp'.
12084
12085 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
12086
12087 * play/landmark.el (landmark-init-display)
12088 (landmark-update-naught-weights): Mark unused parameters.
12089 (landmark-y): Remove unused variable `noise'. Simplify.
12090 (landmark-human-plays): Remove unused variable `score'.
12091
12092 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
12093 (mpuz-try-proposal): Remove unused variable `game'.
12094
12095 * play/zone.el (life-patterns): Declare.
12096
80f499c7
JB
120972011-04-20 Juanma Barranquero <lekktu@gmail.com>
12098
12099 * vc/vc.el (ediff-vc-internal): Declare function.
12100
024ff170
SM
121012011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12102
c0a193ea
SM
12103 * shell.el: Use lexical-binding and std completion UI.
12104 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
12105 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
12106 comint-preoutput-filter-functions rather than on
12107 comint-output-filter-functions.
12108 (shell-command-completion, shell--command-completion-data)
12109 (shell-filename-completion, shell-environment-variable-completion)
12110 (shell-c-a-p-replace-by-expanded-directory): New functions.
12111 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
12112 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
12113 (shell-dynamic-complete-environment-variable): Use them.
12114 (shell-dynamic-complete-as-environment-variable)
12115 (shell-dynamic-complete-as-command): Remove.
12116 (shell-match-partial-variable): Match past point.
12117 * comint.el: Clean up use of completion-at-point-functions.
12118 (comint-completion-at-point): New function.
12119 (comint-mode): Use it completion-at-point-functions.
12120 (comint-dynamic-complete): Make it obsolete.
12121 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
12122 (comint-c-a-p-replace-by-expanded-history): New function.
12123 (comint-dynamic-complete-functions)
12124 (comint-replace-by-expanded-history): Use it.
12125 * minibuffer.el (completion-table-with-terminator): Allow dynamic
12126 termination strings. Try harder to avoid second try-completion.
12127 (completion-in-region-mode-map): Disable bindings that don't work yet.
12128
2dbaa080
SM
12129 * comint.el: Use lexical-binding. Require CL.
12130 (comint-dynamic-complete-functions): Use comint-filename-completion.
12131 (comint-completion-addsuffix): Tweak custom type.
12132 (comint-filename-completion, comint--common-suffix)
12133 (comint--common-quoted-suffix, comint--table-subvert)
12134 (comint--complete-file-name-data): New functions.
12135 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
12136 (comint-dynamic-list-filename-completions): Use them.
12137 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 12138
2dbaa080
SM
12139 * minibuffer.el (completion-in-region-mode):
12140 Keep completion-in-region-mode--predicate global.
12141 (completion-in-region--postch):
12142 Assume completion-in-region-mode--predicate is not null.
12143
c79a6f38
SM
12144 * progmodes/flymake.el (flymake-start-syntax-check-process):
12145 Obey `dir'. Simplify.
12146
024ff170
SM
12147 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
12148 we're in VC after all.
12149
1c6c854e
CS
121502011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
12151
12152 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 12153 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
12154 (vc-version-diff): Use vc-diff-build-argument-list-internal.
12155
bed7f140
SM
121562011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12157
332e62ab
SM
12158 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
12159 add sanity check.
12160
bed7f140
SM
12161 * obsolete/erc-hecomplete.el: Make obsolete.
12162 * obsolete/: Standardize obsolescence info in the header.
12163
f195c582
GM
121642011-04-20 Glenn Morris <rgm@gnu.org>
12165
12166 * calendar/solar.el (solar-horizontal-coordinates):
12167 Use the longitude argument rather than `calendar-longitude'.
12168 (solar-date-next-longitude): Remove unused locals.
12169
cb79b8c0
VJL
121702011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12171
12172 * whitespace.el: New version 13.2.1.
12173
121742011-04-20 felix <EmacsWiki> (tiny change)
12175
d8e4b68b 12176 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
12177 switching between major modes on a file.
12178
602ea69d
SM
121792011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12180
12181 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
12182 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
12183 multi-line comments as well.
12184
06b60517
JB
121852011-04-19 Juanma Barranquero <lekktu@gmail.com>
12186
12187 Lexical-binding cleanup.
12188
12189 * arc-mode.el (archive-mode-revert):
12190 * cmuscheme.el (scheme-interactively-start-process):
12191 * custom.el (custom-initialize-delay):
12192 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
12193 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
12194 * emacs-lock.el (emacs-lock-clear-sentinel):
12195 * ezimage.el (defezimage):
12196 * follow.el (follow-avoid-tail-recenter):
12197 * fringe.el (set-fringe-mode-1):
12198 * generic-x.el (bat-generic-mode-compile):
12199 * help-mode.el (help-info-variable, help-do-xref)
12200 (help-mode-revert-buffer):
12201 * help.el (view-emacs-todo):
12202 * iswitchb.el (iswitchb-completion-help):
12203 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
12204 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
12205 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
12206 * locate.el (locate-update):
12207 * longlines.el (longlines-encode-region)
12208 (longlines-after-change-function):
12209 * outline.el (outline-isearch-open-invisible):
12210 * ps-def.el (declare-function, charset-dimension, char-width)
12211 (encode-char):
12212 * ps-mule.el (ps-mule-plot-string):
12213 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
12214 (recentf-edit-list-select, recentf-edit-list-validate)
12215 (recentf-open-files-action):
12216 * rect.el (delete-whitespace-rectangle-line)
12217 (rectangle-number-line-callback):
12218 * register.el (window-configuration-to-register)
12219 (frame-configuration-to-register):
12220 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
12221 * select.el (xselect-convert-to-string, xselect-convert-to-length)
12222 (xselect-convert-to-targets, xselect-convert-to-delete)
12223 (xselect-convert-to-filename, xselect-convert-to-charpos)
12224 (xselect-convert-to-lineno, xselect-convert-to-colno)
12225 (xselect-convert-to-os, xselect-convert-to-host)
12226 (xselect-convert-to-user, xselect-convert-to-class)
12227 (xselect-convert-to-name, xselect-convert-to-integer)
12228 (xselect-convert-to-atom, xselect-convert-to-identity):
12229 * subr.el (declare, ignore, process-kill-without-query)
12230 (text-clone-maintain):
12231 * terminal.el (te-get-char, te-tic-sentinel):
12232 * tool-bar.el (tool-bar-make-keymap):
12233 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
12234 * type-break.el (type-break-mode, type-break-noninteractive-query):
12235 * view.el (View-back-to-mark):
12236 * wid-browse.el (widget-browse-action, widget-browse-widget)
12237 (widget-browse-widgets, widget-browse-sexp):
12238 * widget.el (define-widget-keywords):
12239 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
12240 Mark unused parameters.
12241
12242 * align.el (align-adjust-col-for-rule): Mark unused parameter.
12243 (align-areas): Remove unused variable `look'.
12244 (align-region): Remove unused variables `real-end' and `pos-list'.
12245
12246 * apropos.el (apropos-score-doc): Remove unused variable `i'.
12247
12248 * bindings.el (mode-line-modified, mode-line-remote):
12249 Mark unused parameters.
12250 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
12251
12252 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
12253 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
12254
12255 * comint.el (comint-history-isearch-pop-state)
12256 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
12257 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
12258 (comint-substitute-in-file-name): Doc fix.
12259
12260 * completion.el (cmpl-statistics-block): Mark unused parameter.
12261 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
12262 (save-completions-to-file, load-completions-from-file):
12263 Remove unused local variable `e'.
12264
12265 * composite.el (compose-chars): Remove unused variable `len'.
12266 (lgstring-insert-glyph): Remove unused variable `g'.
12267 (compose-glyph-string): Remove unused variables `ascent',
12268 `descent', `lbearing' and `rbearing'.
12269 (compose-glyph-string-relative): Remove unused variables
12270 `lbearing', `rbearing' and `wadjust'.
12271 (compose-gstring-for-graphic): Remove unused variables `header',
12272 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
12273 (compose-gstring-for-terminal): Remove unused variables `header'
12274 and `nchars'. Use `let', not `let*'.
12275
12276 * cus-edit.el (Custom-set, Custom-save, custom-reset)
12277 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
12278 (Custom-buffer-done, custom-buffer-create-internal)
12279 (custom-browse-visibility-action, custom-browse-group-tag-action)
12280 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
12281 (widget-magic-mouse-down-action, custom-toggle-parent)
12282 (custom-add-parent-links, custom-toggle-hide-variable)
12283 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
12284 (custom-toggle-hide-face, face, hook, custom-group-link-action)
12285 (custom-face-menu-create, custom-variable-menu-create, get)
12286 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
12287 (custom-reset-standard-save-and-update): Remove unused variable `value'.
12288 (customize-apropos): Remove unused variable `tests'.
12289 (custom-group-value-create): Remove unused variable `hidden-p'.
12290 (sort-fold-case): Declare.
12291
12292 * cus-theme.el (custom-reset-standard-faces-list)
12293 (custom-reset-standard-variables-list): Declare.
12294 (customize-create-theme, custom-theme-revert, custom-theme-write)
12295 (custom-theme-choose-mode, customize-themes, custom-theme-save):
12296 Mark unused parameters.
12297
12298 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
12299
12300 * delim-col.el (delimit-columns-max): Move defvar before first use.
12301
12302 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 12303 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
12304
12305 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
12306 (auto-insert): Declare.
12307 (desktop-restore-file-buffer): Rename desktop-* parameters;
12308 mark unused ones.
12309 (desktop-create-buffer): Rename desktop-* parameters and bind them.
12310 (desktop-buffer): Rename desktop-* parameters.
12311
12312 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
12313 (dframe-reposition-frame-xemacs, dframe-help-echo)
12314 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
12315 Mark unused parameters.
12316
12317 * dired-aux.el (backup-extract-version-start, overwrite-query)
12318 (overwrite-backup-query, rename-regexp-query)
12319 (rename-non-directory-query): Declare.
12320 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
12321 (dired-add-entry): Remove unused variable `orig-file-name'.
12322 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
12323 Use parameter PRESERVE-TIME instead of accessing dynamic variable
12324 `dired-copy-preserve-time' directly.
12325 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
12326 (dired-insert-subdir-newpos): Rename unused variable `pos'.
12327
12328 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
12329 (dired-virtual-revert, dired-make-relative-symlink):
12330 Mark unused parameters.
12331 (manual-program): Declare.
12332 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
12333 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
12334 wrapped in `with-no-warnings' to avoid replacing one warning by another.
12335
12336 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
12337
12338 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
12339
12340 * echistory.el (electric-history-in-progress, Helper-return-blurb):
12341 Declare.
12342
12343 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
12344
12345 * electric.el (Electric-command-loop): Rename parameter
12346 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
12347
12348 * expand.el (expand-in-literal): Remove unused variable `here'.
12349
12350 * facemenu.el (facemenu-add-new-color):
12351 Remove unused variable `docstring'.
12352
12353 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
12354 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
12355 (face-attr-construct): Mark unused parameter. Doc fix.
12356 (read-color): Remove unused variable `hex-string'.
12357
12358 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
12359 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
12360 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
12361 (display-buffer-other-frame): Remove unused variable `old-window'.
12362 (kill-buffer-hook): Declare.
12363 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
12364 Mark unused parameters.
12365 (after-find-file): Pass 1 to `auto-save-mode', not t.
12366
12367 * files-x.el (auto-insert): Declare.
12368 (modify-file-local-variable-prop-line): Remove unused variable `val'.
12369
12370 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 12371 variable `buf'. Mark unused parameter.
06b60517
JB
12372 (find-lisp-insert-directory): Mark unused parameter.
12373
12374 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
12375 (format-encode-region): Remove unused variables `cur-buf' and `result'.
12376 (format-common-tail): Remove, unused.
12377 (format-deannotate-region): Remove unused variable `loc'.
12378 (format-annotate-region): Remove unused variable `p'.
12379 (format-annotate-single-property-change): Remove unused variables
12380 `default' and `tail'.
12381
12382 * forms.el (read-file-filter): Declare.
12383 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
12384
12385 * frame.el (frame-creation-function-alist): Mark unused parameter.
12386 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
12387
12388 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
12389 Remove unused parameters.
12390 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
12391 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
12392
12393 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
12394 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
12395 (hfy-prepare-tag-map): Mark unused parameters.
12396 (htmlfontify-buffer): Use `called-interactively-p'.
12397
12398 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
12399 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
12400 (ibuffer-do-occur): Mark unused parameters.
12401 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
12402 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
12403
12404 * ibuffer.el: Don't quote `lambda'.
12405 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
12406 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
12407 Mark unused parameters.
12408
12409 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
12410 (ido-completing-read): Mark unused parameters.
12411 (ido-copy-current-word): Mark unused parameters;
12412 remove unused variable `name'.
12413 (ido-sort-merged-list): Remove unused parameter `dirs'.
12414
12415 * ielm.el (ielm-input-sender): Mark unused parameter.
12416 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
12417 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
12418 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
12419 `ielm-string' as a dynamic variable accessible from the IELM prompt.
12420 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
12421
12422 * image-dired.el (image-dired-display-thumbs): Remove unused
12423 variables `curr-file' and `count'.
12424 (image-dired-remove-tag): Remove unused variable `start'.
12425 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
12426 variable `curr-file'
12427 (image-dired-rotate-original): Remove unused variable `temp-file'.
12428 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
12429 Remove unused variable `file'.
12430 (image-dired-gallery-generate): Remove unused variable `curr'.
12431 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
12432
12433 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
12434
12435 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12436
12437 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12438
12439 * isearch.el (minibuffer-history-symbol): Declare.
12440 (isearch-edit-string): Remove unused variable `err'.
12441 (isearch-message-prefix, isearch-message-suffix):
12442 Mark unused parameters.
12443
12444 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12445
12446 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12447
12448 * makesum.el (double-column): Remove unused variable `cnt'.
12449
12450 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12451 (ido-ignore-item-temp-list): Declare.
12452
12453 * mouse-drag.el (mouse-drag-throw): Remove unused variables
12454 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12455 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12456 (mouse-drag-drag): Remove unused variables `mouse-delta' and
12457 `mouse-col-delta'.
12458
12459 * mouse-sel.el (mouse-extend-internal):
12460 Remove unused variable `orig-window-frame'.
12461
12462 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12463 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12464 Move declarations before first use.
12465 (pcomplete-opt): Mark unused parameters; doc fix.
12466
12467 * proced.el (proced-revert): Mark unused parameter.
12468 (proced-send-signal): Remove unused variable `err'.
12469
12470 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12471 Rename parameter PREFIX-ARG to ARG.
12472 (ps-basic-plot-string, ps-basic-plot-whitespace):
12473 Mark unused parameters.
12474
12475 * replace.el (replace-count): Define.
12476 (occur-revert-function): Mark unused parameters.
12477 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12478 (isearch-case-fold-search, isearch-string): Declare.
12479 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12480 bind `case-fold-search'. Remove unused variables `beg' and `end',
12481 and simplify.
12482 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12483 COUNT and bind `replace-count'.
12484 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12485 to COUNT.
12486
12487 * savehist.el (print-readably, print-string-length): Declare.
12488
12489 * shadowfile.el (shadow-expand-cluster-in-file-name):
12490 Remove unused variable `cluster'.
12491 (shadow-copy-file): Remove unused variable `i'.
12492 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12493 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12494 (shadow-define-literal-group, shadow-define-regexp-group)
12495 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12496
12497 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12498 (shell): Use `called-interactively-p'.
12499 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12500
12501 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12502 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12503 (delete-backward-char): Remove unused variable `ocol'.
12504 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12505 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12506 (event-apply-hyper-modifier, event-apply-shift-modifier)
12507 (event-apply-control-modifier, event-apply-meta-modifier):
12508 Mark unused parameters.
12509 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12510 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12511
12512 * speedbar.el (speedbar-ignored-directory-expressions)
12513 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12514 (speedbar-find-file, speedbar-dir-follow)
12515 (speedbar-directory-buttons-follow, speedbar-tag-find)
12516 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12517 (speedbar-buffers-line-directory, speedbar-buffer-click):
12518 Mark unused parameters.
12519 (speedbar-tag-file): Remove unused variable `mode'.
12520 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12521
12522 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12523
12524 * talk.el (talk): Remove unused variable `display'.
12525
12526 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12527 (tar-write-region-annotate): Mark unused parameter.
12528
12529 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12530 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12531 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12532 warning by another.
12533
12534 * time-stamp.el (time-stamp-string-preprocess):
12535 Remove unused variable `require-padding'.
12536
12537 * tree-widget.el (widget-glyph-enable): Declare.
12538 (tree-widget-action): Mark unused parameter.
12539
12540 * w32-fns.el (x-get-selection): Mark unused parameter.
12541 (autoload-make-program, generated-autoload-file): Declare.
12542
12543 * wdired.el (wdired-revert): Mark unused parameters.
12544 (wdired-xcase-word): Remove unused variable `err'.
12545
12546 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12547 (whitespace-help-scroll): Remove unused variable `data-help'.
12548
12549 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12550 (widget-image-insert, widget-after-change, default)
12551 (widget-default-format-handler, widget-default-notify)
12552 (widget-default-prompt-value, widget-info-link-action)
12553 (widget-url-link-action, widget-function-link-action)
12554 (widget-variable-link-action, widget-file-link-action)
12555 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12556 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12557 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12558 (widget-insert-button-action, widget-delete-button-action, visibility)
12559 (widget-documentation-link-action, widget-documentation-string-action)
12560 (widget-const-prompt-value, widget-regexp-match, symbol)
12561 (widget-coding-system-prompt-value)
12562 (widget-key-sequence-value-to-external, sexp)
12563 (widget-sexp-value-to-internal, character, vector, cons)
12564 (widget-choice-prompt-value, widget-boolean-prompt-value)
12565 (widget-color--choose-action): Mark unused parameters.
12566 (widget-item-match-inline, widget-choice-match-inline)
12567 (widget-checklist-match, widget-checklist-match-inline)
12568 (widget-group-match): Rename parameter VALUES to VALS.
12569 (widget-field-value-set): Remove unused variable `size'.
12570 (widget-color-action): Remove unused variables `value' and `start'.
12571
12572 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 12573 variable `dir'. Doc fix.
06b60517
JB
12574 (windmove-find-other-window): Don't pass it.
12575
12576 * window.el (count-windows): Mark unused parameter.
12577 (bw-adjust-window): Remove unused variable `err'.
12578
12579 * woman.el (woman-file-name): Remove unused variable `default'.
12580 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12581 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12582 (global-font-lock-mode): Declare.
12583 (woman-decode-region): Mark unused parameter.
12584 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12585
12586 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12587 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12588 (x-dnd-handle-moz-url): Remove unused variable `title'.
12589 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12590
12591 * xml.el (xml-parse-tag, xml-parse-attlist):
12592 Remove unused variable `pos'.
12593
bc4f7f3d
GM
125942011-04-19 Glenn Morris <rgm@gnu.org>
12595
12596 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12597 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12598 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12599 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12600 * calendar/cal-html.el (cal-html-insert-minical):
12601 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12602 (calendar-mark-date-pattern):
12603 Prefix "unused" locals.
12604
12605 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12606 optional argument `style'.
12607
12608 * calendar/appt.el (appt-make-list):
12609 * calendar/cal-china.el (calendar-chinese-date-string):
12610 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12611 (diary-hebrew-yahrzeit):
12612 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12613 * calendar/calendar.el (calendar-generate-window):
12614 * calendar/time-date.el (time-to-days):
12615 Remove unused local variables.
12616
16a43933
CY
126172011-04-18 Chong Yidong <cyd@stupidchicken.com>
12618
12619 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12620 glyphless-char-display table.
12621 (tabulated-list-glyphless-char-display): New var.
12622
7eed1860
SS
126232011-04-18 Sam Steingold <sds@gnu.org>
12624
12625 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12626 to acknowledgments.
12627
4d2d1ccd
GM
126282011-04-17 Glenn Morris <rgm@gnu.org>
12629
12630 * calendar/diary-lib.el (diary-sexp-entry):
12631 * calendar/holidays.el (holiday-sexp):
12632 Set debug-on-error rather than the removed stack-trace-on-error.
12633
239da61d
GM
126342011-04-16 Glenn Morris <rgm@gnu.org>
12635
12636 * progmodes/f90.el: Use lexical-binding.
12637 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
12638
8b05752a
SM
126392011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12640
daca8ba5
SM
12641 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
12642 (mail-mode): Setup mailalias completion here instead.
12643 * mail/mailalias.el: Use lexical-binding.
12644 (pattern, mailalias-done): Declare dynamic.
12645 (mail-completion-at-point-function): New function, from mail-complete.
12646 (mail-complete): Use it.
12647 (mail-completion-expand): New function.
12648 (mail-get-names): Use it.
12649 (mail-directory, mail-directory-process, mail-directory-stream):
12650 Don't use `pattern' for lexically bound arg.
12651
6f542485
SM
12652 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
12653
037e7c3f
SM
12654 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
12655 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
12656 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
12657
8b05752a
SM
12658 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
12659 (byte-save-window-excursion, byte-temp-output-buffer-setup)
12660 (byte-interactive-p): Define them again, for use when inlining
12661 old code.
12662
49093f60
JB
126632011-04-15 Juanma Barranquero <lekktu@gmail.com>
12664
12665 * loadup.el: Use `string-to-number', not `string-to-int'.
12666
b5b8e7de
SM
126672011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12668
12669 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
12670 gud-gdb-complete-command.
12671 (gud-gdb-completions): New function, from gud-gdb-complete-command.
12672 (gud-gdb-completion-at-point): New function.
12673 (gud-gdb-completions): Remove.
12674
f42efeb5
MA
126752011-04-14 Michael Albinus <michael.albinus@gmx.de>
12676
49093f60
JB
12677 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
12678 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
12679 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
12680 whether `executable-find' is bound.
f42efeb5
MA
12681
12682 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
12683
e240cc21
SM
126842011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12685
12686 * minibuffer.el (completion-in-region-mode-predicate)
12687 (completion-in-region-mode--predicate): New vars.
12688 (completion-in-region, completion-in-region--postch)
12689 (completion-in-region-mode): Use them.
12690 (completion--capf-wrapper): Also return the hook function.
12691 (completion-at-point, completion-help-at-point):
12692 Adjust and provide a predicate.
c2bd2ab0
SM
12693
12694 Preserve arg names for advice of subr and lexical functions (bug#8457).
12695 * help-fns.el (help-function-arglist): Consolidate the subr and
12696 new-byte-code cases. Add argument `preserve-names' to extract names
12697 from the docstring when needed.
12698 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
12699 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
12700 (ad-arglist): Use help-function-arglist's new arg.
12701 (ad-definition-type): Use cond.
12702
c183f693
JB
127032011-04-13 Juanma Barranquero <lekktu@gmail.com>
12704
06641a47
JB
12705 * autorevert.el (auto-revert-handler):
12706 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
12707 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
12708 Don't quote lambda.
12709
c183f693
JB
12710 * image-mode.el (image-transform-set-scale):
12711 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
12712
1e3b6001
G
127132011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12714
12715 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 12716 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
12717 Upgrades via gnutls-cli are too slow to be done opportunistically.
12718
2d6af8dd
JB
127192011-04-12 Juanma Barranquero <lekktu@gmail.com>
12720
12721 * dframe.el (dframe-current-frame): Remove spurious quote.
12722
c0749a51
GM
127232011-04-12 Glenn Morris <rgm@gnu.org>
12724
088d0d61
GM
12725 * calendar/cal-tex.el (cal-tex-end-document):
12726 Try to automatically use latin1 input if needed.
12727
c0749a51
GM
12728 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
12729 Don't try to cons a mark onto an empty element.
12730
5c90fde0
LL
127312011-04-11 Leo Liu <sdl.web@gmail.com>
12732
12733 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
12734 buffers.
12735 (ido-kill-buffer-at-head): Support killing virtual buffers.
12736
369e974d
CY
127372011-04-10 Chong Yidong <cyd@stupidchicken.com>
12738
12739 * minibuffer.el (completion-show-inline-help): New var.
12740 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
12741 (minibuffer-force-complete, minibuffer-complete-word):
12742 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
12743
12744 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
12745 to avoid interference from inline help (Bug#5849).
12746
37f1c930
LL
127472011-04-10 Leo Liu <sdl.web@gmail.com>
12748
099c39a4
JB
12749 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12750 Fix typo.
37f1c930 12751
a32d4040
CY
127522011-04-09 Chong Yidong <cyd@stupidchicken.com>
12753
12754 * image-mode.el (image-toggle-display-image): Signal an error if
12755 not in Image mode.
12756 (image-transform-mode, image-transform-resize)
12757 (image-transform-set-rotation): Doc fix.
daca8ba5 12758 (image-transform-set-resize): Delete.
a32d4040
CY
12759 (image-transform-set-scale, image-transform-fit-to-height)
12760 (image-transform-fit-to-width): Handle image-toggle-display-image
12761 and image-transform-resize directly.
12762
099c39a4 127632011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
12764
12765 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
12766 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
12767 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
12768 (doc-view-mode-map): Add bindings for the new functions.
12769
099c39a4 127702011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 12771
4d61f28d 12772 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
12773 Fix typo in docstring.
12774
3726838a
EZ
127752011-04-08 Eli Zaretskii <eliz@gnu.org>
12776
04f33f1e
EZ
12777 * files.el (file-size-human-readable): Produce one digit after
12778 decimal, like "ls -lh" does.
12779
12780 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
12781 the file size representation.
12782
3726838a
EZ
12783 * simple.el (list-processes): If async subprocesses are not
12784 available, error out with a clear error message.
12785
cbb59342
CY
127862011-04-08 Chong Yidong <cyd@stupidchicken.com>
12787
12788 * help.el (help-form-show): New function, to be called from C.
12789 Put help-form output in a buffer named differently than *Help*.
12790
e3971c44
EZ
127912011-04-08 Eli Zaretskii <eliz@gnu.org>
12792
12793 * files.el (file-size-human-readable): New function.
12794
12795 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
12796 computing the representation inline. Don't require `cl'.
12797
12544bbe
GM
127982011-04-08 Glenn Morris <rgm@gnu.org>
12799
a1de6c6a
GM
12800 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
12801
3c4671f4
GM
12802 * net/browse-url.el (browse-url-firefox):
12803 Test system-type, not system-configuration.
12804
b605679c
GM
12805 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
12806 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
12807 Use log-edit-empty-buffer-p. (Bug#7598)
12808
56442f0c
GM
12809 * net/rlogin.el (rlogin-process-connection-type): Simplify.
12810 (rlogin-mode-map): Initialize in the defvar.
12811 (rlogin): Use ignore-errors.
12812
12544bbe
GM
12813 * replace.el (occur-mode-map): Some fixes for menu items.
12814
eb237b0f
AH
128152011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12816
12817 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
12818
7d668f2c
CY
128192011-04-06 Chong Yidong <cyd@stupidchicken.com>
12820
e67a13ab
CY
12821 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
12822 issuing unused warnings.
12823
12824 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
12825 macro directly.
12826
7d668f2c
CY
12827 * simple.el: Lisp reimplement of list-processes. Based on an
12828 earlier reimplementation by Leo Liu, but using tabulated-list.el.
12829 (process-menu-mode): New major mode.
12830 (list-processes--refresh, list-processes):
12831 (process-menu-visit-buffer): New functions.
12832
12833 * files.el (save-buffers-kill-emacs): Don't assume any return
12834 value of list-processes, which is undocumented anyway.
12835
a83ec3c9
CY
128362011-04-06 Chong Yidong <cyd@stupidchicken.com>
12837
12838 * emacs-lisp/tabulated-list.el: New file.
12839
e91a96fe
CY
12840 * emacs-lisp/package.el: Use Tabulated List mode.
12841 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
12842 (package-menu-mode): Derive from tabulated-list-mode. Set up the
12843 table format using Tabulated List mode variables.
12844 (package--push): New macro, replacing package-list-maybe-add.
12845 (package-menu--generate): Use package--push. Renamed from
12846 package--generate-package-list.
12847 (package-menu-refresh, list-packages): Use it.
daca8ba5 12848 (package-menu--print-info): Rename from package-print-package.
e91a96fe 12849 Return insertion data instead of inserting it directly.
099c39a4
JB
12850 (package-menu-describe-package, package-menu-execute):
12851 Use tabulated-list-get-id.
e91a96fe
CY
12852 (package-menu-mark-delete, package-menu-mark-install)
12853 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
12854 (package-menu-mark-obsolete-for-deletion):
12855 Use tabulated-list-put-tag.
e91a96fe
CY
12856 (package--list-packages, package-menu-revert)
12857 (package-menu-get-package, package-menu-get-version)
12858 (package-menu-sort-by-column): Functions deleted.
12859 (package-menu-package-list, package-menu-sort-key): Vars deleted.
12860 (package-menu--status-predicate, package-menu--version-predicate)
12861 (package-menu--name-predicate)
12862 (package-menu--description-predicate): Handle arguments in the
12863 Tabulated List format.
12864 (package-list-packages-no-fetch): Call list-packages.
12865
3e214b50
JB
128662011-04-06 Juanma Barranquero <lekktu@gmail.com>
12867
12868 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 12869 (after-find-file): Don't bind it.
3e214b50
JB
12870 (revert-buffer-in-progress-p): New variable.
12871 (revert-buffer): Bind it.
12872 Pass nil for `after-find-file-from-revert-buffer'.
12873
12874 * saveplace.el (save-place-find-file-hook): Use new variable
12875 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
12876
3f0f1700
GM
128772011-04-06 Glenn Morris <rgm@gnu.org>
12878
c0274801
GM
12879 * Makefile.in (AUTOGEN_VCS): New variable.
12880 (autoloads): Use $AUTOGEN_VCS.
12881
3f0f1700
GM
12882 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
12883 * calendar/calendar.el (calendar-mode-map):
12884 Check for toolkit scroll bars. (Bug#8305)
12885
41ea9e48
CY
128862011-04-05 Chong Yidong <cyd@stupidchicken.com>
12887
12888 * minibuffer.el (completion-in-region--postch)
12889 (completion-in-region-mode): Remove unnecessary messages.
12890
6194c800
JB
128912011-04-05 Juanma Barranquero <lekktu@gmail.com>
12892
33256f14
JB
12893 * font-lock.el (font-lock-refresh-defaults):
12894 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
12895 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
12896
6194c800
JB
12897 * info.el (Info-directory-list, Info-read-node-name-2)
12898 (Info-split-parameter-string): Doc fixes.
12899 (Info-virtual-nodes): Reflow docstring.
12900 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
12901 (Info-apropos-toc-nodes, info-finder, Info-get-token)
12902 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
12903 Fix typos in docstrings.
12904 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
12905 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
12906 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
12907 (Info-restore-desktop-buffer): Mark unused parameters.
12908 (Info-directory-find-file, Info-directory-find-node)
12909 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
12910 (Info-virtual-index-find-node, Info-apropos-find-file)
12911 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 12912 Mark unused parameters; fix typos in docstrings.
6194c800
JB
12913 (Info-virtual-index): Remove unused local variable `nodename'.
12914
b87a8200 129152011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 12916
b87a8200
DD
12917 * net/rcirc.el: Update my e-mail address.
12918 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 12919
3b2ff876
CY
129202011-04-05 Chong Yidong <cyd@stupidchicken.com>
12921
12922 * startup.el (command-line): Save the cursor's theme-face
12923 directly, instead of using face-override-spec.
12924
12925 * custom.el (load-theme): Minor optimization in assigning faces.
12926
8d17e7ca
JB
129272011-04-04 Juanma Barranquero <lekktu@gmail.com>
12928
12929 * help-fns.el (describe-variable): Complete all variables having
12930 documentation, including keywords.
12931 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
12932
2fbc1934
JB
129332011-04-04 Juanma Barranquero <lekktu@gmail.com>
12934
12935 Convert to lexical-binding.
12936
12937 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
12938 (bs--get-marked-string, bs--get-modified-string)
12939 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
12940 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
12941 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
12942
12943 * ehelp.el (electric-help-execute-extended)
12944 (electric-help-ctrl-x-prefix):
12945 * hexl.el (hexl-revert-buffer-function):
12946 * linum.el (linum-after-change, linum-after-scroll):
12947 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
12948
12949 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
12950
74f50695
DU
129512011-04-04 Daiki Ueno <ueno@unixuser.org>
12952
12953 * epa-dired.el:
12954 * epa-mail.el:
12955 * epa-hook.el:
12956 * epa-file.el:
12957 * epa.el:
12958 * epg.el: Use lexical binding.
12959
c11325f7
CY
129602011-04-03 Chong Yidong <cyd@stupidchicken.com>
12961
0d9e9a12
CY
12962 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
12963
c11325f7 12964 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
12965 dictionary case for flyspell-mark-duplications-exceptions.
12966 Use regexp matching for languages.
c11325f7
CY
12967 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
12968 default dictionary (Bug#7926).
12969
da91b5f2
CY
129702011-04-02 Chong Yidong <cyd@stupidchicken.com>
12971
099c39a4
JB
12972 * emacs-lisp/package.el (package--with-work-buffer):
12973 Recognize https URLs.
da91b5f2 12974
099c39a4
JB
12975 * net/network-stream.el: Move from gnus/proto-stream.el.
12976 Change prefix to network-stream throughout.
da91b5f2
CY
12977 (open-protocol-stream): Merge into open-network-stream, leaving
12978 open-protocol-stream as an alias. Handle nil BUFFER args.
12979
12980 * subr.el (open-network-stream): Move to net/network-stream.el.
12981
afa8e9f6
GM
129822011-04-02 Glenn Morris <rgm@gnu.org>
12983
1d2e369d
GM
12984 * find-dired.el (find-exec-terminator): New option.
12985 (find-ls-option): Test for -ls support.
12986 (find-ls-subdir-switches): Test for -b in find-ls-option.
12987 (find-dired, find-grep-dired): Doc fixes.
12988 (find-dired): Use find-exec-terminator.
12989
8abb7da8 12990 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
12991 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
12992 (find-name-arg): Remove purecopy.
8abb7da8 12993
f3ca7378
GM
12994 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
12995 (grep-compute-defaults): Check for `-exec COMMAND +' support.
12996 Set grep-find-use-xargs, grep-find-command, and grep-find-template
12997 accordingly. Don't add the null-device if not needed.
12998
afa8e9f6
GM
12999 * files.el (save-some-buffers): Doc fix.
13000
35eae264
EZ
130012011-04-02 Eli Zaretskii <eliz@gnu.org>
13002
13003 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
13004
26b51db5
JB
130052011-04-01 Juanma Barranquero <lekktu@gmail.com>
13006
13007 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
13008 Use `dolist' rather than `mapcar'.
13009
7200d79c
SM
130102011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13011
03408648 13012 Add lexical binding.
7200d79c 13013
03408648
SM
13014 * subr.el (apply-partially): Use new closures rather than CL.
13015 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
13016 (dolist, dotimes): Use slightly different expansion for lexical code.
13017 (functionp): Move to C.
13018 (letrec): New macro.
13019 (with-wrapper-hook): Use it and apply-partially instead of CL.
13020 (eval-after-load): Preserve lexical-binding.
13021 (save-window-excursion, with-output-to-temp-buffer): Turn them
13022 into macros.
7200d79c 13023
03408648
SM
13024 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
13025
13026 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
13027 than the arglist.
13028 (help-add-fundoc-usage): Don't add `Not documented'.
13029 (help-function-arglist): Handle closures, subroutines, and new
13030 byte-code-functions.
13031 (help-make-usage): Remove leading underscores.
13032 (describe-function-1): Handle closures.
13033 (describe-variable): Use special-variable-p for completion.
13034
13035 * files.el (lexical-binding): Declare safe.
f488fb65 13036
03408648
SM
13037 * emacs-lisp/pcase.el: Don't use destructuring-bind.
13038 (pcase--memoize): Rename from pcase-memoize. Change weakness.
13039 (pcase): Add `let' pattern.
13040 Change memoization so it actually works.
13041 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
13042 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
13043 <let>: New case.
f488fb65 13044
03408648
SM
13045 * emacs-lisp/macroexp.el: Use lexical binding.
13046 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
13047 Don't convert ' to #' without checking that it's indeed quoting
13048 a lambda.
13049
13050 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 13051 Use eval-sexp-add-defvars.
03408648
SM
13052 (eval-sexp-add-defvars): New fun.
13053
13054 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
13055
13056 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
13057 Don't autoload.
13058 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
13059 than the internal `byte-compile-lambda'.
13060 (defmethod): Don't hide code under quotes.
13061 (eieio-defmethod): New `code' argument.
13062
13063 * emacs-lisp/eieio-comp.el: Remove.
13064
13065 * emacs-lisp/edebug.el (edebug-eval-defun)
13066 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
13067 (edebug-toggle): Avoid `eval'.
13068
13069 * emacs-lisp/disass.el (disassemble-internal): Handle new
13070 `closure' objects.
13071 (disassemble-1): Handle new byte codes.
13072
13073 * emacs-lisp/cl.el (pushnew): Silence warning.
13074
13075 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
13076 (cl-byte-compile-throw): Remove.
13077 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
13078
13079 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
13080 closures.
13081
13082 * emacs-lisp/cconv.el: New file.
13083
13084 * emacs-lisp/bytecomp.el: Use lexical binding instead of
13085 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
13086 (byte-compile-initial-macro-environment):
13087 Handle declare-function here.
13088 (byte-compile--lexical-environment): New var.
13089 (byte-stack-ref, byte-stack-set, byte-discardN)
13090 (byte-discardN-preserve-tos): New lap codes.
13091 (byte-interactive-p): Don't use any more.
13092 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
13093 New macros.
13094 (byte-compile-lapcode): Use them and handle new lap codes.
13095 (byte-compile-obsolete): Remove.
13096 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
13097 (byte-compile-arglist-warn): Check late def of inlinable funs.
13098 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
13099 since they should have been expanded by now.
13100 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
13101 (byte-compile-from-buffer): Remove unused second arg.
13102 (byte-compile-preprocess): New function.
13103 (byte-compile-toplevel-file-form): New function to distinguish
13104 file-form calls from outside from file-form calls from hunk-handlers.
13105 (byte-compile-file-form): Simplify.
13106 (byte-compile-file-form-defsubst): Remove.
13107 (byte-compile-file-form-defmumble): Simplify now that
13108 byte-compile-lambda always returns a byte-code-function.
13109 (byte-compile): Preprocess.
13110 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
13111 Remove, not used any more.
13112 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
13113 (byte-compile-make-args-desc): New funs.
13114 (byte-compile-lambda): Handle lexical functions. Always return
13115 a byte-code-function.
13116 (byte-compile-reserved-constants): New var, to make up room for
13117 closed-over variables.
13118 (byte-compile-constants-vector): Obey it.
13119 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
13120 (byte-compile-macroexpand-declare-function): New function.
13121 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
13122 byte-code-functions.
13123 (byte-compile-form): Check obsolescence here.
13124 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
13125 (byte-compile-variable-ref): Remove.
13126 (byte-compile-dynamic-variable-op): New fun.
13127 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13128 (byte-compile-variable-set): New funs.
13129 (byte-compile-discard): Add 2 args.
13130 (byte-compile-stack-ref, byte-compile-stack-set)
13131 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
13132 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
13133 macroexpand-all instead.
13134 (byte-compile-quote-form): Remove.
13135 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
13136 (byte-compile-bind, byte-compile-unbind): New funs.
13137 (byte-compile-let): Handle let* and lexical binding.
13138 (byte-compile-let*): Remove.
13139 (byte-compile-catch, byte-compile-unwind-protect)
13140 (byte-compile-track-mouse, byte-compile-condition-case):
13141 Handle a new :fun-body form, used for lexical scoping.
13142 (byte-compile-save-window-excursion)
13143 (byte-compile-with-output-to-temp-buffer): Remove.
13144 (byte-compile-defun): Simplify.
13145 (byte-compile-stack-adjustment): New fun.
13146 (byte-compile-out): Use it.
13147 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
13148
13149 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
13150 handler any more.
13151
13152 * emacs-lisp/byte-opt.el: Use lexical binding.
13153 (byte-inline-lapcode): Remove (to bytecomp).
13154 (byte-compile-inline-expand): Pay attention to inlining to/from
13155 lexically bound code.
13156 (byte-compile-unfold-lambda): Don't handle byte-code-functions
13157 any more.
13158 (byte-optimize-form-code-walker): Don't handle save-window-excursion
13159 any more and don't call compiler-macros.
13160 (byte-compile-splice-in-already-compiled-code): Remove.
13161 (byte-code): Don't inline any more.
13162 (disassemble-offset): Receive `bytes' as argument rather than via
13163 dynamic scoping.
13164 (byte-compile-tag-number): Declare before first use.
13165 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
13166 `return' even if make-spliceable.
13167 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
13168 obsolete interactive-p.
13169 (byte-optimize-lapcode): Optimize new lap-codes.
13170 Don't trip up on new form of `byte-constant' lap code.
13171
13172 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
13173
13174 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
13175
13176 * custom.el (custom-initialize-default, custom-declare-variable):
13177 Use `defvar'.
13178
13179 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
13180 New variables.
13181 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
13182 (COMPILE_FIRST): Add macroexp and cconv.
13183 * makefile.w32-in: Mirror changes in Makefile.in.
13184
13185 * vc/cvs-status.el:
13186 * vc/diff-mode.el:
13187 * vc/log-edit.el:
13188 * vc/log-view.el:
13189 * vc/smerge-mode.el:
13190 * textmodes/bibtex-style.el:
13191 * textmodes/css.el:
13192 * startup.el:
13193 * uniquify.el:
da91b5f2
CY
13194 * minibuffer.el:
13195 * newcomment.el:
13196 * reveal.el:
13197 * server.el:
13198 * mpc.el:
13199 * emacs-lisp/smie.el:
13200 * doc-view.el:
13201 * dired.el:
03408648
SM
13202 * abbrev.el: Use lexical binding.
13203
0f0c1f27
EZ
132042011-04-01 Eli Zaretskii <eliz@gnu.org>
13205
13206 * info.el (info-display-manual): New function.
13207
c82b2579
SM
132082011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13209
13210 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
13211
221ddf68
TH
132122011-03-31 Tassilo Horn <tassilo@member.fsf.org>
13213
13214 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 13215 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 13216
cba6e77e
GM
132172011-03-31 Glenn Morris <rgm@gnu.org>
13218
e040639f
GM
13219 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
13220
cba6e77e
GM
13221 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
13222
6d0f1c9e
CS
132232011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
13224
13225 * progmodes/python.el (python-default-interpreter)
13226 (python-python-command-args, python-jython-command-args)
13227 (python-which-shell, python-which-args, python-which-bufname)
13228 (python-file-queue, python-comint-output-filter-function)
13229 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
13230 variables and functions.
13231
3e2d70fd
SM
132322011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13233
13234 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
13235 (completion-in-region-mode): New minor mode.
13236 (completion-in-region): Use it.
13237 (completion-in-region--data, completion-in-region-mode-map): New vars.
13238 (completion-in-region--postch): New function.
13239 (completion--capf-misbehave-funs, completion--capf-safe-funs):
13240 New vars.
13241 (completion--capf-wrapper): New function.
13242 (completion-at-point): Use it to track well-behavedness of
13243 hook functions.
13244 (completion-help-at-point): New command.
13245
f3e4086c
JM
132462011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
13247
13248 * vc/add-log.el (add-change-log-entry): Don't use whitespace
13249 syntax class to search for whitespace on a single line
13250 (Message-ID: <4D938140.4030905@redhat.com>).
13251
eb7ffc14
LL
132522011-03-30 Leo Liu <sdl.web@gmail.com>
13253
13254 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
13255 New commands.
13256 (edit-abbrevs-map): Bind them here.
13257 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
13258
d806ab68
KM
132592011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
13260
13261 * allout.el (allout-hide-by-annotation, allout-flag-region):
13262 Reduce possibility of overlay leakage by making them volatile.
13263
13264 * allout-widgets.el (allout-widgets-tally): Define as nil so the
13265 hash is not shared between buffers. Mode initialization is
13266 responsible for giving it a useful starting value.
13267 (allout-item-span): Reduce possibility of overlay leakage by
13268 making them volatile.
13269 (allout-widgets-count-buttons-in-region): Add diagnostic function
13270 for tracking down button overlay leaks.
13271
ea622834
LL
132722011-03-29 Leo Liu <sdl.web@gmail.com>
13273
13274 * ido.el (ido-read-internal): Use the default history var
13275 minibuffer-history if no HISTORY is specified.
13276
b62f8267
G
132772011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
13278
03408648
SM
13279 * net/imap.el (imap-shell-open, imap-process-connection-type):
13280 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
13281 Kerberos, SSL, other subprocesses.
13282
947b6566
LL
132832011-03-28 Leo Liu <sdl.web@gmail.com>
13284
13285 * abbrev.el (abbrev-table-empty-p): New function.
13286 (prepare-abbrev-list-buffer): Place empty abbrev tables after
13287 nonempty ones. (Bug#5937)
13288
5ffb62aa
JD
132892011-03-27 Jan Djärv <jan.h.d@swipnet.se>
13290
13291 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
13292
7a097943
LL
132932011-03-27 Leo Liu <sdl.web@gmail.com>
13294
13295 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
13296 for foreground and background colors.
13297 (ansi-color-make-color-map): Adapt.
13298
c5b40130
LL
132992011-03-25 Leo Liu <sdl.web@gmail.com>
13300
1f48f7d2
LL
13301 * midnight.el (midnight-time-float): Remove. Note it calculates
13302 the microsecond component incorrectly and seconds-to-time does the
13303 same job.
625897ec 13304 Remove redundant (require 'timer).
1f48f7d2 13305
c5b40130
LL
13306 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
13307 (ido-completions): Remove unused arguments. (Bug#8329)
13308
d86d2721
SM
133092011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13310
13311 * minibuffer.el (completion--flush-all-sorted-completions):
13312 Remove itself from hook.
13313 (completion-at-point): Let the functions perform the completion
13314 immediately and return nil or t.
13315 * comint.el (comint-dynamic-complete-functions): Now identical to
13316 completion-at-point-functions.
13317 (comint-dynamic-list-input-ring): Remove unused var `index'.
13318 (comint--match-partial-filename, comint--unquote&expand-filename):
13319 New funs, split from comint-match-partial-filename.
13320 (comint-dynamic-complete): Use completion-at-point.
13321 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
13322
e8974c48
DA
133232011-03-24 Drew Adams <drew.adams@oracle.com>
13324
13325 * thingatpt.el: Support `defun'.
13326
def71b5e
LL
133272011-03-23 Leo Liu <sdl.web@gmail.com>
13328
cb5af48e
LL
13329 * abbrevlist.el: Move to obsolete/abbrevlist.el.
13330
def71b5e
LL
13331 * help-mode.el (help-mode-finish): Tweak regexp.
13332
927c53e7
GM
133332011-03-23 Glenn Morris <rgm@gnu.org>
13334
18d05bed
GM
13335 * eshell/esh-opt.el (eshell-eval-using-options):
13336 Do not bind unused local variable `eshell-option-stub'.
13337
927c53e7
GM
13338 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
13339
9d0da923
JB
133402011-03-22 Juanma Barranquero <lekktu@gmail.com>
13341
13342 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
13343 keymap variable in `with-no-warnings' to avoid a warning when the
13344 keymap has been already `defconst'ed.
13345
4b978a67
LL
133462011-03-22 Leo Liu <sdl.web@gmail.com>
13347
13348 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
13349 encode all chars in abbrevs; otherwise use emacs-mule or
13350 utf-8-emacs. (Bug#8308)
13351
5fd62452
JB
133522011-03-22 Juanma Barranquero <lekktu@gmail.com>
13353
0b1596c6
JB
13354 * simple.el (backward-delete-char-untabify):
13355 Avoid warning about using `delete-backward-char'.
13356
5fd62452
JB
13357 * image.el (image-type-file-name-regexps): Make it variable.
13358 `imagemagick-register-types' modifies it, and the user may want
13359 to add new extensions for known image types.
13360 (imagemagick-register-types): Throw error if not using ImageMagick.
13361
0b4e93f1
LL
133622011-03-22 Leo Liu <sdl.web@gmail.com>
13363
13364 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
13365 located before rcirc-prompt-end-marker.
13366 (rcirc-complete): Error if point is not after rcirc prompt.
13367 Handle the case when table is nil.
9882e214 13368 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 13369
fccee4ab
CY
133702011-03-22 Chong Yidong <cyd@stupidchicken.com>
13371
13372 * custom.el (custom--inhibit-theme-enable): Make it affect only
13373 custom-theme-set-variables and custom-theme-set-faces.
13374 (provide-theme): Ignore custom--inhibit-theme-enable.
13375 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
13376 (custom-enabling-themes): Delete variable.
d86d2721
SM
13377 (enable-theme): Accept only loaded themes as arguments.
13378 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
13379 (custom-enabled-themes): Forbid themes from setting this.
13380 Eliminate use of custom-enabling-themes.
13381 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 13382
af896da6
LL
133832011-03-21 Leo Liu <sdl.web@gmail.com>
13384
13385 * ido.el (ido-read-internal): Add ido-selected to history instead
13386 of user input.
13387
78f64af0
SM
133882011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13389
13390 * subr.el (deferred-action-list, deferred-action-function):
13391 Mark obsolete.
13392
b16ac1ec
LL
133932011-03-21 Leo Liu <sdl.web@gmail.com>
13394
810f7698
LL
13395 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
13396 change on 2011-02-13 (bug#8309).
13397
b16ac1ec
LL
13398 * minibuffer.el (read-file-name-function): Change default value.
13399 (read-file-name--defaults): Rename from read-file-name-defaults.
13400 (read-file-name-default): Rename from read-file-name.
13401 (read-file-name): Call read-file-name-function.
13402
4e05e67e
GM
134032011-03-21 Glenn Morris <rgm@gnu.org>
13404
13405 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
13406 Doc fixes.
13407
4359915b
CY
134082011-03-21 Chong Yidong <cyd@stupidchicken.com>
13409
13410 * cus-theme.el: Add missing provide statement.
13411 (customize-create-theme): Extract theme value correctly.
13412 (custom-theme-visit-theme): Autoload.
13413 (customize-create-theme): Prompt before inserting default faces.
13414
1fe275ee
JB
134152011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13416
13417 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
13418 units and musical notes.
13419
cd394be1 134202011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
13421
13422 * ido.el (ido-read-internal): Use completing-read-default.
13423 (ido-completing-read): Fix compatibility with completing-read.
13424
7d476bde
CO
134252011-03-20 Christian Ohler <ohler@gnu.org>
13426
13427 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
13428 (ert-delete-all-tests): Use `called-interactively-p' rather than
13429 `interactive-p'.
13430 (ert--make-xrefs-region): Respect END.
13431
fe0fb33e
CY
134322011-03-19 Chong Yidong <cyd@stupidchicken.com>
13433
ff854b0b
CY
13434 * dired-aux.el (dired-create-directory): Signal an error if the
13435 directory already exists (Bug#8246).
13436
fe0fb33e
CY
13437 * facemenu.el (list-colors-display): Call list-faces-display
13438 inside with-help-window.
13439 (list-colors-print): Use display property to align the final
13440 column, instead of checking window-width.
13441
576bce32
EZ
134422011-03-19 Eli Zaretskii <eliz@gnu.org>
13443
4d61f28d 13444 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
13445 windows-nt systems.
13446 (emerge-protect-metachars): Quote correctly for ms-dos and
13447 windows-nt systems.
13448
89c41d68 134492011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
13450
13451 * info.el (info-initialize): Replace all uses of `:' with
13452 path-separator for compatibility with non-Unix systems.
13453 Cache quoting of path-separator. (Bug#8258)
13454
b14e3e21 134552011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
13456
13457 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13458 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13459 (mouse-avoidance-mode): Fix typos in docstrings.
13460
4525ce3e
CY
134612011-03-19 Chong Yidong <cyd@stupidchicken.com>
13462
13463 * startup.el (package-subdirectory-regexp): Move from package.el.
13464 Omit \\` and \\', and let callers add them.
13465
13466 * emacs-lisp/package.el (package-strip-version)
13467 (package-load-all-descriptors): Add \\` and \\' to
13468 package-subdirectory-regexp before using it.
13469 (package-untar-buffer): New arg DIR; ensure that file untars only
13470 into this expected directory. Remove superfluous delete-region.
13471 (package-unpack): Caller changed.
13472 (package-tar-file-info): Use package-subdirectory-regexp.
13473
a904a09a 134742011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 13475
a904a09a
SM
13476 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13477 diff-mode-shared-map (bug#8284).
13478 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
13479
134802011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13481
13482 * calendar/time-date.el (format-seconds): Use assoc instead of
13483 assoc-string, since assoc-string doesn't exist in XEmacs.
13484
171fc304
JB
134852011-03-17 Juanma Barranquero <lekktu@gmail.com>
13486
13487 * custom.el (custom-known-themes): Reflow docstring.
13488 (custom-theme-load-path): Fix typo in docstring.
13489 (load-theme): Fix typo in error message.
13490 (custom-available-themes, custom-variable-theme-value):
13491 Use `let', not `let*'.
13492
d71990a1
JB
134932011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13494
13495 * calc/README: Mention inclusion of musical notes.
13496
13497 * calc/calc-units.el (calc-lu-quant): Rename from
13498 `calc-logunits-quantity'.
13499 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13500 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13501 (calc-db): Rename from `calc-dblevel'.
13502 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13503 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13504 (calc-np): Rename from `calc-nplevel'.
13505 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13506 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13507 (calc-lu-plus): Rename from `calc-logunits-add'.
13508 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13509 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13510 (calc-lu-minus): Rename from `calc-logunits-sub'.
13511 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13512 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13513 (calc-lu-times): Rename from `calc-logunits-mul'.
13514 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13515 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13516 (calc-lu-divide): Rename from `calc-logunits-div'.
13517 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13518 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13519
13520 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13521 functions being autoloaded.
13522
13523 * calc/calc.el (calc-lu-power-reference): Rename from
13524 `calc-logunits-power-reference'.
13525 (calc-lu-field-reference): Rename from
13526 `calc-logunits-field-reference'.
13527
7a71b18d
GM
13528 * calc/calc-help.el (calc-l-prefix-help):
13529 Mention musical note functions.
d71990a1 13530
40c2934b
SM
135312011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13532
13533 * minibuffer.el (completion-all-sorted-completions):
13534 Use :completion-cycle-penalty text property if present.
13535
b0911414
KM
135362011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13537
13538 * allout.el (allout-yank-processing): Adjust for new rebulleting
13539 regime so bullet being yanked is used without prompting the user
13540 for a choice.
13541
8a05b668
JB
135422011-03-16 Juanma Barranquero <lekktu@gmail.com>
13543
13544 * startup.el (command-line): Warn the user that _emacs is deprecated.
13545
5ba5fb81
JB
135462011-03-16 Juanma Barranquero <lekktu@gmail.com>
13547
13548 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13549 (delphi-verbose, delphi-comment-face, delphi-string-face)
13550 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13551 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13552 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13553 (delphi-new-comment-line, delphi-font-lock-defaults)
13554 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13555 Fix typos in docstrings.
13556
2dab465b
KM
135572011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13558
5ba5fb81 13559 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
13560 Invert the roles of character and string values for INSTEAD, so a
13561 string is used for the more common case of a defaulting prompt.
13562
0adf5618
SM
135632011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13564
13565 * progmodes/ruby-mode.el (ruby-backward-sexp):
13566 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13567 * play/gamegrid.el (gamegrid-make-face):
13568 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13569 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13570 * notifications.el (notifications-notify):
13571 * net/xesam.el (xesam-search-engines):
13572 * net/quickurl.el (quickurl-list-insert):
13573 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13574
d72700e5
CY
135752011-03-15 Chong Yidong <cyd@stupidchicken.com>
13576
13577 * startup.el (command-line): Update package subdirectory regexp.
13578
49c5410a
SM
135792011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13580
c6eee9aa
SM
13581 * allout.el (allout-abbreviate-flattened-numbering)
13582 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13583
49c5410a
SM
13584 * subr.el (read-char-choice): Only show the cursor after the prompt,
13585 not after the answer.
13586
047b2bb9
KR
135872011-03-15 Kevin Ryde <user42@zip.com.au>
13588
13589 * help-fns.el (variable-at-point): Skip leading quotes, if any
13590 (bug#8253).
13591
0a57d256
SM
135922011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13593
13594 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13595 warning message.
13596
77c992bc
MA
135972011-03-14 Michael Albinus <michael.albinus@gmx.de>
13598
13599 * shell.el (shell): When called interactively, offer to change the
13600 shell file name on remote hosts.
13601
eebc475d
TZ
136022011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13603
13604 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13605 integration for LDAP parameters. The host, base, user or binddn,
13606 and secret tokens can be specified in a netrc file, for instance.
13607 This is optional because an `auth-source' parameter must be
13608 specified in the search attributes.
13609
9d05d1ba
JB
136102011-03-13 Juanma Barranquero <lekktu@gmail.com>
13611
13612 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13613
09d9db2c
GM
136142011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13615
13616 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13617 into declaration. Remove redundant and harmful binding.
13618
136192011-03-12 Eli Zaretskii <eliz@gnu.org>
13620
13621 * files.el (file-ownership-preserved-p): Pass `integer' as an
13622 explicit 2nd argument to `file-attributes'. If the file's owner
13623 is the Administrators group on Windows, and the current user is
13624 Administrator, consider that a match.
13625
13626 * server.el (server-ensure-safe-dir): Consider server directory
13627 safe on MS-Windows if its owner is the Administrators group while
13628 the current Emacs user is Administrator. Use `=' to compare
13629 numerical UIDs, since they could be integers or floats.
13630
219bd536
JB
136312011-03-12 Juanma Barranquero <lekktu@gmail.com>
13632
13633 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13634
f3afd36b
MA
136352011-03-12 Michael Albinus <michael.albinus@gmx.de>
13636
13637 Sync with Tramp 2.2.1.
13638
13639 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
13640
13641 * net/trampver.el: Update release number.
13642
3aaaa6f1
SM
136432011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13644
94642599
SM
13645 * progmodes/compile.el (compilation--previous-directory): Fix up
13646 various nil/dead-marker mismatches (bug#8014).
13647 (compilation-directory-properties, compilation-error-properties):
13648 Don't call it at a position past the one we're about to change.
13649
3aaaa6f1
SM
13650 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
13651 Disable obsolescence warnings in the file that declares it.
13652
14239447
KM
136532011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
13654
099c39a4
JB
13655 * allout-widgets.el (allout-widgets-tally):
13656 Initialize allout-widgets-tally as a hash table rather than nil to
13657 prevent mode-line redisplay warnings. Also, clarify the module
13658 description and fix a comment typo.
14239447 13659
135e287c
JB
136602011-03-11 Juanma Barranquero <lekktu@gmail.com>
13661
13662 * help-fns.el (describe-variable): Don't complete keywords.
13663 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
13664
ffbf300e
CY
136652011-03-10 Chong Yidong <cyd@stupidchicken.com>
13666
ba08b241
CY
13667 * emacs-lisp/package.el (package-version-join): Impose a standard
13668 string representation for pre/alpha/beta version lists.
13669 (package-unpack-single): Standardize the directory name by passing
13670 it through package-version-join.
13671 (package-strip-rcs-id): Accept any version string that does not
13672 signal an error in version-to-list.
ffbf300e 13673
f346fd6b
MA
136742011-03-10 Michael Albinus <michael.albinus@gmx.de>
13675
13676 * simple.el (delete-trailing-whitespace): Return nil for the
13677 benefit of `write-file-functions'.
13678
ccb55d27
GM
136792011-03-10 Glenn Morris <rgm@gnu.org>
13680
5ceaac0c
GM
13681 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
13682
02da65ff
GM
13683 * vc/vc-git.el (vc-git-program): New option.
13684 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
13685 (vc-git--call): Use it.
13686
b2f603cc
GM
13687 * eshell/esh-util.el (eshell-condition-case): Doc fix.
13688
5772caab
GM
13689 * cus-edit.el (Custom-newline): If no button at point, look
13690 for a subgroup button at start-of-line. (Bug#2298)
13691
ccb55d27
GM
13692 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
13693
ec6ecaed
JD
136942011-03-10 Julien Danjou <julien@danjou.info>
13695
13696 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
13697 `cursor-type' is nil.
13698
9d5aa01d
JB
136992011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
13700
13701 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13702
b6a5875b
KM
137032011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
13704
7a71b18d 13705 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
13706 preserves the existing header prefix, rebulleting it if necessary,
13707 rather than replacing it. This is necessary for proper operation
13708 of cooperative addons like allout-widgets.
1154d12e
JB
13709 (allout-make-topic-prefix, allout-rebullet-heading):
13710 Change SOLICIT arg to INSTEAD, and interpret additionally a string
13711 value as alternate bullet to be used, instead of prompting the user
13712 for a bullet character.
b6a5875b 13713
ee545c35
MA
137142011-03-09 Michael Albinus <michael.albinus@gmx.de>
13715
d86d2721
SM
13716 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13717 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
13718 `tramp-default-port'.
13719
c47971d7
DD
137202011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13721
13722 * net/rcirc.el (rcirc-handler-001): Remove useless
13723 with-rcirc-process-buffer.
13724 (rcirc-check-auth-status): Swap arguments to string-match.
13725
13522cb4
GM
137262011-03-09 Glenn Morris <rgm@gnu.org>
13727
0be6f4f1
GM
13728 * shell.el (shell-mode):
13729 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
13730
13522cb4
GM
13731 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
13732 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
13733
515de2e3
CY
137342011-03-08 Chong Yidong <cyd@stupidchicken.com>
13735
13736 * emacs-lisp/package.el (package-refresh-contents)
13737 (package-menu-execute): Use condition-case-no-debug.
13738
b511b994
MA
137392011-03-08 Michael Albinus <michael.albinus@gmx.de>
13740
13741 * simple.el (shell-command-to-string): Use `process-file'.
13742
13743 * emacs-lisp/package.el (package-tar-file-info): Handle also
13744 remote files.
13745
d86d2721
SM
13746 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13747 Use `equal' for upload base check.
b511b994 13748
25bbfb31
AM
137492011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
13750
13751 * textmodes/texinfo.el (texinfo-environments):
13752 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
13753
be996521
GM
137542011-03-08 Glenn Morris <rgm@gnu.org>
13755
e9c8529f
GM
13756 * cus-start.el (cursor-in-non-selected-windows):
13757 Fix :set quoting oddness. (Bug#8192)
13758
be996521
GM
13759 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
13760 in some setf expressions. (Bug#2159)
13761
2bb5649e
CY
137622011-03-08 Chong Yidong <cyd@stupidchicken.com>
13763
13764 * custom.el (custom-available-themes): Return themes in
13765 alphabetical order.
13766
33383987 13767See ChangeLog.15 for earlier changes.
e3d51b27
MR
13768
13769;; Local Variables:
13770;; coding: utf-8
e3d51b27
MR
13771;; End:
13772
acaf905b 13773 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
13774
13775 This file is part of GNU Emacs.
13776
13777 GNU Emacs is free software: you can redistribute it and/or modify
13778 it under the terms of the GNU General Public License as published by
13779 the Free Software Foundation, either version 3 of the License, or
13780 (at your option) any later version.
13781
13782 GNU Emacs is distributed in the hope that it will be useful,
13783 but WITHOUT ANY WARRANTY; without even the implied warranty of
13784 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13785 GNU General Public License for more details.
13786
13787 You should have received a copy of the GNU General Public License
13788 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.