Only handle ".." and '..' quoting in shell-mode.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
fdb058c2
SM
12012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
2473256d
SM
3 Only handle ".." and '..' quoting in shell-mode (bug#11466).
4 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
5 (shell--requote-argument): New functions.
6 (shell-completion-vars): Use them.
7 (shell--parse-pcomplete-arguments): Rename from
8 shell-parse-pcomplete-arguments.
9 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
10 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
11 Obey comint-file-name-quote-list.
12
fdb058c2
SM
13 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
14 (smie-indent-keyword): Use it.
15
51fa99f1
SM
162012-05-14 Stefan Merten <smerten@oekonux.de>
17
18 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
19
e18afed7 202012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
21
22 * net/rlogin.el (rlogin-mode-map): Fix last change.
23
e18afed7 242012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
25
26 * mail/smtpmail.el (smtpmail-send-command): Send the command and
27 the following \r\n using a single `process-send-string', since the
28 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 29 with two `process-send-string's (Bug#11444).
8633b1f4 30
e18afed7 312012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 32
fdb058c2
SM
33 * shell.el (shell-parse-pcomplete-arguments):
34 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 35
2d21d7f6
WJ
362012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
37
e18afed7 38 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
39 (image-transform-scale, image-transform-right-angle-fudge): New vars.
40 (image-transform-width, image-transform-fit-width): New functions.
41 (image-transform-properties): Use them.
42 (image-transform-check-size): New function.
43 (image-toggle-display-image): Use it (for testing).
44 (image-transform-set-rotation): Reduce angle mod 360.
45 Delete obsolete comment.
46
7102e6d0
WJ
472012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
48
49 * image-mode.el: Fix scaling (bug#11399).
50 (image-transform-resize): Doc fix.
51 (image-transform-properties): Default scale is 1 and height should
52 be an integer.
53
06bc5e6e
SM
542012-05-13 Johan Bockgård <bojohan@gnu.org>
55
56 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
57 than hard-coding `car', to fix misbehavior when moving forward.
58
0ae03b6a
CY
592012-05-13 Chong Yidong <cyd@gnu.org>
60
61 * emacs-lisp/tabulated-list.el (tabulated-list-format)
62 (tabulated-list-entries, tabulated-list-padding)
63 (tabulated-list-sort-key): Make permanent-local.
64
65 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
66 (electric-buffer-list): Put electric buffer menu
67 command descriptions in this docstring, instead of the docstring
68 of electric-buffer-menu-mode. Code cleanups.
69 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
70 Electric-buffer-menu-mode.
71 (electric-buffer-update-highlight): Minor code cleanup.
72
205a7391
MA
732012-05-13 Michael Albinus <michael.albinus@gmx.de>
74
75 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
76 (Bug#11447)
77
e5bd0a28
SM
782012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 Move define-obsolete-variable-alias before the var's definition.
81 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
82 * tooltip.el (tooltip-hook):
83 * textmodes/reftex-toc.el (reftex-toc-map):
84 * textmodes/reftex-sel.el (reftex-select-label-map)
85 (reftex-select-bib-map):
86 * textmodes/reftex-index.el (reftex-index-map)
87 (reftex-index-phrases-map):
88 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
89 * progmodes/meta-mode.el (meta-mode-map):
90 * novice.el (disabled-command-hook):
91 * loadhist.el (unload-hook-features-list):
92 * frame.el (blink-cursor):
93 * files.el (find-file-not-found-hooks, write-file-hooks)
94 (write-contents-hooks):
95 * emulation/tpu-edt.el (GOLD-map):
96 * emacs-lock.el (emacs-lock-from-exiting):
97 * emacs-lisp/generic.el (generic-font-lock-defaults):
98 * emacs-lisp/chart.el (chart-map):
99 * dos-fns.el (register-name-alist):
100 * dired-x.el (dired-omit-files-p):
101 * desktop.el (desktop-enable):
102 * cus-edit.el (custom-mode-hook):
103 * buff-menu.el (buffer-menu-mode-hook):
104 * bookmark.el (bookmark-read-annotation-text-func)
105 (bookmark-exit-hooks):
106 * allout.el (allout-mode-deactivate-hook)
107 (allout-exposure-change-hook, allout-structure-added-hook)
108 (allout-structure-deleted-hook, allout-structure-shifted-hook):
109 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
110 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
111 comes before the corresponding variable's definition.
112
ac59c2f6
CY
1132012-05-12 Chong Yidong <cyd@gnu.org>
114
115 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
116 (Buffer-menu-mouse-select): Restore function (Bug#11459).
117 (Buffer-menu-mode-map): Bind it.
118 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 119
dee6c9a3
SM
1202012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
121
2171cea5
SM
122 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
123 (prolog-upper-case-string, prolog-lower-case-string)
124 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
125 (prolog-use-smie, prolog-smie-grammar): New vars.
126 (prolog-smie-forward-token, prolog-smie-backward-token)
127 (prolog-smie-rules): New funs.
128 (prolog-comment-indent): Remove.
129 (prolog-mode-variables): Use default comment indentation instead.
130 Setup SMIE.
131 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
132 (prolog-mode): Don't call them any more.
133 (prolog-electric-colon, prolog-electric-dash)
134 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
135
aa0382bd
SM
136 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
137
dbacb4bd
SM
138 * minibuffer.el (completion--twq-all): Again, allow case differences.
139
13bdd94c
SM
140 * term.el: Move keymap initialization code to be more idiomatic.
141 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
142 (term-terminal-menu): Move initialization into declaration.
143 (term-escape-char): Let the user set it in her .emacs.
144
ff46c759
SM
145 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
146 Provide SMIE-based indentation (not enabled by default yet).
147 (sh-mode-map): Don't bind electric keys.
148 Use electric-pair-mode instead of skeleton-pair.
149 (sh-assignment-regexp): Fit within 80 columns.
150 (sh-indent-supported): Specify actual shell name instead of boolean.
151 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
152 (sh-maybe-here-document): Use it. Make obsolete.
153 (sh-electric-here-document-mode) New minor mode.
154 (sh-mode): Use it. Don't set sh-indent-supported-here here.
155 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
156 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
157 (sh-smie-rc-grammar, sh-use-smie): New vars.
158 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
159 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
160 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
161 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
162 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
163 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
164 (sh-set-shell): Use smie-setup if requested.
165
dee6c9a3
SM
166 * term.el (term-set-escape-char): Properly set term-escape-char.
167 See http://stackoverflow.com/questions/10524656.
168
9f9aa044
CY
1692012-05-10 Chong Yidong <cyd@gnu.org>
170
171 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
172 Use url-generic-parse-url, and handle host names and Windows
173 filenames properly.
174 (ffap-url-unwrap-remote): Use url-generic-parse-url.
175 (ffap-url-unwrap-remote): Accept list values, specifying a list of
176 URL schemes to work on.
177 (ffap--toggle-read-only): New function.
178 (ffap-read-only, ffap-read-only-other-window)
179 (ffap-read-only-other-frame): Use it.
180 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
181 necessary for ffap-url-unwrap-remote.
182
836d29b3
DA
1832012-05-10 Dave Abrahams <dave@boostpro.com>
184
185 * cus-start.el (create-lockfiles): Add it.
186
00fd78ed
CY
1872012-05-09 Chong Yidong <cyd@gnu.org>
188
189 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
190 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
191
666b903b 1922012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
193
194 * shell.el (shell-completion-vars): Fix last change (bug#11348).
195
666b903b 1962012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
197
198 * ansi-color.el (ansi-color-process-output): Check for validity of
199 comint-last-output-start before using it. This avoids a bad
200 interaction with gdb-mi's input/output buffer.
201
666b903b 2022012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
203
204 * files.el (dir-locals-read-from-file):
205 Mention dir-locals in any error message.
206
666b903b 2072012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
208
209 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
210 package (Bug#11410).
211
f677562b
CY
212 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
213 variables into description.
214
666b903b 2152012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
216
217 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
218 shell-delimiter-argument-list (bug#11348).
219 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
220
b499d8d0
JB
2212012-05-09 Juanma Barranquero <lekktu@gmail.com>
222
8f6b6da8
JB
223 * textmodes/rst.el: Silence byte-compiler warnings.
224 (rst-re-alist, rst-reset-section-caches): Move around.
225 (rst-re): Use `characterp', not `char-valid-p'.
226 (font-lock-beg, font-lock-end): Declare.
227
4824146a
JB
228 * progmodes/idlw-shell.el (specs): Remove reference to deleted
229 variable `idlwave-shell-activate-alt-keybindings' and simplify.
230
b499d8d0
JB
231 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
232
ad89bb83
GM
2332012-05-08 Glenn Morris <rgm@gnu.org>
234
235 * files.el (auto-mode-alist): Treat ".make" like ".mk".
236
8bba5a75
SM
2372012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
238
49ed9c8e
SM
239 * vc/log-edit.el: Add GNU coding standards highlighting.
240 (log-edit-font-lock-gnu-style)
241 (log-edit-font-lock-gnu-keywords): New vars.
242 (log-edit-font-lock-keywords): New fun.
243 (log-edit-mode): Don't fold case in font-lock.
244 (log-edit-font-lock-keywords): Do not assume case-folding.
245
07d00b56
SM
246 * imenu.el: Misc cleanup. Make docstrings out of comments.
247 Use lexical-binding.
248 (imenu--index-alist, imenu--last-menubar-index-alist)
249 (imenu-menubar-modified-tick): Use defvar-local.
250 (imenu--split-menu): Remove unused var.
251 (imenu--cleanup-seen): Declare as global.
252 (imenu--cleanup): Use dolist.
253
8bba5a75
SM
254 * subr.el (defvar-local): Add debug spec and doc-string position.
255
5075bdb5
GM
2562012-05-08 Glenn Morris <rgm@gnu.org>
257
c052c904
GM
258 * lisp/language/burmese.el, language/cham.el, language/czech.el:
259 * language/english.el, language/georgian.el, language/greek.el:
260 * language/japanese.el, language/khmer.el, language/korean.el:
261 * language/lao.el, language/misc-lang.el, language/romanian.el:
262 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
263 * language/thai.el, language/utf-8-lang.el:
264 Remove no-byte-compile setting.
265
5075bdb5
GM
266 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
267
06f679a7
AH
2682012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
269
270 * progmodes/make-mode.el (makefile-browse):
271 Remove unnecessary interactive. (Bug#11324)
272
03794570
GM
2732012-05-07 Glenn Morris <rgm@gnu.org>
274
af8630f4
GM
275 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
276
03794570
GM
277 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
278
f0809a9d
SM
2792012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
280
28be5ce7
SM
281 * loadup.el: Preload newcomment.el.
282 * newcomment.el: Move autoload-only code to toplevel.
283
f0809a9d
SM
284 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
285 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
286 Handle new :right-align column property.
287 (tabulated-list-print-col): Idem, plus use `display' text-property to
288 try and preserve alignment for variable pitch fonts.
289
1241b724
CY
2902012-05-07 Chong Yidong <cyd@gnu.org>
291
292 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
293 (tabulated-list-use-header-line): New var.
294 (tabulated-list-init-header): Use it.
295 (tabulated-list-print-fake-header): New function.
296 (tabulated-list-print): Use it.
297 (tabulated-list-sort-button-map): Add non-header-line commands.
298 (tabulated-list-init-header): Add column name property to basic
299 labels as well.
300 (tabulated-list-col-sort): Handle non-header-line button case.
301 (tabulated-list--sort-by-column-name): Fix a corner case.
302
f0809a9d
SM
303 * buff-menu.el (list-buffers--refresh):
304 Handle Buffer-menu-use-header-line.
1241b724 305
e5f9458f
CY
3062012-05-06 Chong Yidong <cyd@gnu.org>
307
308 * buff-menu.el: Convert to Tabulated List mode.
309 (Buffer-menu-buffer+size-width): Make obsolete.
310 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
311 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
312 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
313 documentation into docstring of buffer-menu.
314 (Buffer-menu-toggle-files-only): Add an informative message.
315 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
316 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
317 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
318 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
319 (Buffer-menu-execute, Buffer-menu-select)
320 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
321 (Buffer-menu-bury): Use Tabulated List machinery.
322 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
323 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 324 Delete.
e5f9458f
CY
325 (list-buffers--refresh): New function.
326 (list-buffers-noselect): Use it.
327 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
328 (Buffer-menu--pretty-file-name): New helper functions.
329
330 * loadup.el: Preload tabulated-list.
331
332 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
333 tabulated-list-sort-column.
334 (tabulated-list-init-header): Add the initial aligning space even
335 if tabulated-list-padding is zero.
336
e129292c
CS
3372012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
338
339 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
340 whose cdr is not a cons cell correctly (bug#11038).
341
6632d361
CY
3422012-05-06 Chong Yidong <cyd@gnu.org>
343
e129292c
CS
344 * emacs-lisp/tabulated-list.el (tabulated-list-format):
345 Accept additional plist in column descriptors.
6632d361
CY
346 (tabulated-list-init-header): Obey it.
347 (tabulated-list-get-entry): New function.
348 (tabulated-list-put-tag): Use it. Use string-width instead of
349 length.
350 (tabulated-list--column-number): New function.
351 (tabulated-list-print): Use it.
e129292c
CS
352 (tabulated-list-print-col): New function.
353 Set `tabulated-list-column-name' property on each column's text.
6632d361 354 (tabulated-list-print-entry): Use it.
e129292c
CS
355 (tabulated-list-delete-entry, tabulated-list-set-col):
356 New functions.
6632d361
CY
357 (tabulated-list-sort-column): New command (Bug#11337).
358
3cc99f68
CY
359 * buff-menu.el (list-buffers): Move C-x C-b binding from
360 buff-menu.el to bindings.el.
361
362 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
363 :advertised-binding feature.
364
52b61776
TN
3652012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
366
367 * progmodes/compile.el (compilation-internal-error-properties):
368 Calculate start position correctly when end-col is set but
369 end-line is not (Bug#11382).
370
ebfe2597
WJ
3712012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
372
373 * man.el (Man-unindent): Use text-property-default-nonsticky to
374 prevent untabify from inheriting face properties (Bug#11408).
375
a43f98b3
GM
3762012-05-05 Glenn Morris <rgm@gnu.org>
377
48176e8b
GM
378 * calendar/cal-html.el: Optionally include holidays in the output.
379 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
380 (cal-html-holidays): New option.
381 (cal-html-css-default): Add holiday entry.
382 (holiday-in-range): Autoload it.
383 (cal-html-htmlify-entry): Add optional class argument.
384 (cal-html-htmlify-list): Add optional holidays argument.
385 (cal-html-insert-agenda-days): Include holidays in the output.
386 (cal-html-one-month): Maybe include holidays.
387
a43f98b3
GM
388 * calendar/holidays.el (holiday-in-range):
389 Move here from cal-tex-list-holidays.
390 * calendar/cal-tex.el (cal-tex-list-holidays):
391 Make it an obsolete alias for holiday-in-range. Update all callers.
392
fef9d149 3932012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
394
395 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
396 Nextstep.
397
248da2f4
RW
3982012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
399
400 * files.el (file-auto-mode-skip): New var.
401 (set-auto-mode-1): Use it.
402
f95e9344
SM
4032012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
404
df96ab1e
SM
405 * repeat.el: Use lexical-binding.
406 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
407 (repeat-undo-count): Remove.
408 (repeat):
409 * progmodes/octave-mod.el (octave-abbrev-start):
410 * progmodes/f90.el (f90-abbrev-start):
411 * face-remap.el (text-scale-adjust):
412 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
413
5342bb06
SM
414 * emacs-lisp/pcase.el (pcase--let*): New function.
415 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
416 a bit more.
417 (pcase--split-pred): Be more clever about ruling out overlap between
418 a predicate and some constant pattern.
419 (pcase--q1): Use `null' instead of (eq foo nil).
420
f95e9344
SM
421 * subr.el (setq-local, defvar-local): New macros.
422 (kbd): Redefine as an alias.
423 (with-selected-window): Leave unrelated frames alone.
424 (set-temporary-overlay-map): New function.
425
71873e2b
SM
4262012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * subr.el (user-error): New function.
429 * window.el (switch-to-buffer):
430 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
431 (smerge-match-conflict):
432 * simple.el (previous-matching-history-element)
433 (next-matching-history-element, goto-history-element, undo-more)
434 (undo-start):
435 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
436 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
437 (next-file, tags-loop-scan, list-tags, complete-tag):
438 * progmodes/compile.el (compilation-loop):
439 * mouse.el (mouse-minibuffer-check):
440 * man.el (Man-bgproc-sentinel, Man-goto-page):
441 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
442 (Info-history-forward, Info-follow-reference, Info-menu)
443 (Info-extract-menu-item, Info-extract-menu-counting)
444 (Info-forward-node, Info-backward-node, Info-next-menu-item)
445 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
446 (Info-next-reference, Info-prev-reference, Info-index)
447 (Info-index-next, Info-follow-nearest-node)
448 (Info-copy-current-node-name):
449 * imenu.el (imenu--make-index-alist)
450 (imenu-default-create-index-function, imenu-add-to-menubar):
451 * files.el (basic-save-buffer, recover-file):
452 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
453 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
454 (checkdoc-message-text, checkdoc-defun):
455 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
456 * cus-edit.el (customize-changed-options, customize-rogue)
457 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
458 (custom-variable-mark-to-reset-standard)
459 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
460 (custom-file):
461 * completion.el (check-completion-length):
462 * comint.el (comint-search-arg)
463 (comint-previous-matching-input-string-position)
464 (comint-previous-matching-input)
465 (comint-replace-by-expanded-history-before-point, comint-send-input)
466 (comint-copy-old-input, comint-backward-matching-input)
467 (comint-goto-process-mark, comint-set-process-mark):
468 * calendar/calendar.el (calendar-cursor-to-date): Use it.
469 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
470
8a61ee22
SM
4712012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
472
66408d1e
SM
473 * dabbrev.el (dabbrev--ignore-case-p): New function.
474 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
475 Use it.
476
8a61ee22
SM
477 * files.el (automount-dir-prefix): Mark as obsolete.
478
3c74813a
GM
4792012-05-04 Glenn Morris <rgm@gnu.org>
480
481 * patcomp.el, play/bruce.el: Move to obsolete/.
482
0bfcf5c5
PE
4832012-05-04 Paul Eggert <eggert@cs.ucla.edu>
484
485 Fix minor Y10k bugs.
486 * arc-mode.el (archive-unixdate):
487 * autoinsert.el (auto-insert-alist):
488 * calc/calc-forms.el (math-this-year):
489 * emacs-lisp/copyright.el (copyright-current-year)
490 (copyright-update-year, copyright):
491 * tar-mode.el (tar-clip-time-string):
492 * time.el (display-time-update):
493 Don't assume years have 4 digits.
494
78f3273a
CY
4952012-05-04 Chong Yidong <cyd@gnu.org>
496
497 * dos-w32.el (file-name-buffer-file-type-alist)
498 (direct-print-region-use-command-dot-com):
499 * ffap.el (ffap-menu-regexp):
500 * find-file.el (ff-special-constructs):
501 * follow.el (follow-debug):
502 * forms.el (forms--debug):
503 * iswitchb.el (iswitchb-all-frames):
504 * ido.el (ido-all-frames):
505 * emacs-lisp/timer.el (timer-max-repeats):
506 * mail/feedmail.el (feedmail-mail-send-hook)
507 (feedmail-mail-send-hook-queued):
508 * mail/footnote.el (footnote-signature-separator):
509 * mail/mailabbrev.el (mail-alias-separator-string)
510 (mail-abbrev-mode-regexp):
511 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
512 * progmodes/idlwave.el (idlwave-libinfo-file)
513 (idlwave-default-completion-case-is-down)
514 (idlwave-library-routines): Convert defvars to defcustoms.
515
516 * mail/rmail.el (rmail-decode-mime-charset):
517 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
518 (idlwave-shell-fix-inserted-breaks)
519 (idlwave-shell-activate-alt-keybindings)
520 (idlwave-shell-use-breakpoint-glyph):
521 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
522
f7ae6719
SM
5232012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
524
525 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
526
47086495
WS
5272012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
528
529 * progmodes/verilog-mode.el (font-lock-keywords):
530 Fix mis-highligting auto. Reported by Craig Barner.
531 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
532 defines from global name space. Reported by Dan Dever.
533 (verilog-auto-reset, verilog-auto-reset-widths)
534 (verilog-auto-tieoff): Support using unbased numbers for
535 AUTORESET and AUTOTIEOFF.
536 (verilog-submit-bug-report): Update variable list.
537 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
538 parenthesis from not matching. Reported by Michael Rytting.
539 (verilog-auto-template-lint): Fix hash error when linting modules
540 with no used templates.
541 (verilog-warn, verilog-warn-error)
542 (verilog-warn-fatal): When non-interactive report multiple
543 warnings before exiting. Suggested by Brad Dobbie.
544 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
545 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
546 to report unused template errors. Reported by Brad Dobbie.
547 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
548 nets, bug438. Reported by Vns Blore.
549 (verilog-auto-inout-module, verilog-auto-reg)
550 (verilog-read-decls, verilog-read-sub-decls-sig)
551 (verilog-signals-edit-wire-reg, verilog-signals-with):
552 Fix passing of Verilog data types in ANSI input/output ports
553 such as "output logic" into the AUTOs. Special case "wire" and
554 "reg" for backwards compatibility presuming Verilog 2001.
555 (verilog-auto-ascii-enum): Add "auto enum" as alias.
556 (verilog-preprocess): Fix replication of preprocess output.
557 Reported by Brad Dobbie.
558 (verilog-auto-inst-interfaced-ports):
559 Create verilog-auto-inst-interfaced-ports, bug429.
560 Reported by Julian Gorfajn.
561 (verilog-after-save-font-hook)
562 (verilog-before-save-font-hook): New variable.
563 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
564 (verilog-save-font-mods): Wrap disabling fontification, reported
565 by David Rogoff.
566 (verilog-do-indent, verilog-pretty-declarations-auto)
567 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
568 Reported by Pierre-David Pfister.
569 (verilog-set-auto-endcomments): Fix endtask auto comments outside
570 of class declarations, bug292. Reported by Kevin Heilman.
571 (verilog-read-decls): Fix 'parameter type' not appearing in
572 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
573 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
574 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
575 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
576 Reported by David Kravitz.
577
5782012-05-03 Michael McNamara <mac@mail.brushroad.com>
579
580 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
581 assignment with tests in ifs and for loops.
582 (verilog-extended-complete-re, verilog-complete-reg): Change so
583 that DPI inport functions don't look like fuction declarations.
584 (verilog-pretty-expr): Don't line up assignment
585 operations to the test and increment in if and for loops
586 (verilog-extended-complete-re, verilog-complete-reg): Change so
587 that DPI inport functions don't look like fuction declarations
588
2e51d4b5
KH
5892012-05-03 Kenichi Handa <handa@m17n.org>
590
591 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
592 decoding, and show a warning message without signalling an error
593 (Bug#11282).
594
2bd785a2
SM
5952012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
596
597 * emacs-lisp/bytecomp.el
598 (byte-compile-file-form-custom-declare-variable): Compile all elements,
599 since cconv.el might have introduced :fun-body, internal-make-closure,
600 and friends for bytecomp to handle (bug#11391).
601 * custom.el (defcustom): Avoid ((λ ..) ..).
602
99d27583
SM
6032012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
606
55a71479
JB
6072012-05-02 Juanma Barranquero <lekktu@gmail.com>
608
609 * notifications.el (dbus-debug):
610 * term/linux.el (gpm-mouse-enable):
611 * term/screen.el (xterm-register-default-colors): Declare.
612
7b97c764
CY
6132012-05-02 Chong Yidong <cyd@gnu.org>
614
2bc356d7
CY
615 * cus-start.el (gc-cons-percentage, exec-suffixes)
616 (dos-display-scancodes, dos-hyper-key, dos-super-key)
617 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
618 (make-cursor-line-fully-visible, void-text-area-pointer)
619 (font-list-limit): Add customization data.
620
7b97c764
CY
621 * allout.el (allout-exposure-change-functions)
622 (allout-structure-added-functions)
623 (allout-structure-deleted-functions)
624 (allout-structure-shifted-functions): Rename abnormal hooks from
625 *-hook, and convert to defcustoms.
5d3385a0
JB
626 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
627 Convert to defcustoms.
7b97c764
CY
628 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
629
630 * allout-widgets.el: Hook callers changed.
631
90207a15 6322012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
633
634 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
635 the yanked message in preference to the default value of
636 buffer-file-coding-system.
637
90207a15 6382012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 639
5d3385a0
JB
640 * window.el (display-buffer--action-function-custom-type):
641 Fix entry.
d9558cad 642
90207a15 6432012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
644
645 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
646
d80ac57b
GM
6472012-05-01 Glenn Morris <rgm@gnu.org>
648
976f7668
GM
649 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
650
beb83b5a
GM
651 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
652
d80ac57b
GM
653 * cus-edit.el (custom-variable-documentation): Simplify with format.
654
b593d6a9
AH
6552012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
656 Stefan Monnier <monnier@iro.umontreal.ca>
657
658 * simple.el (suggest-key-bindings, execute-extended-command):
659 Move from keyboard.c.
660
782fbf2a
CY
6612012-05-01 Chong Yidong <cyd@gnu.org>
662
663 * follow.el: Eliminate advice.
664 (set-process-filter, process-filter, sit-for): Advice deleted.
665 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
666 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
667 Vars deleted.
782fbf2a
CY
668 (follow-auto): Use a :set function.
669 (follow-mode): Rewritten. Don't advise process filters.
670 (follow-switch-to-current-buffer-all, follow-scroll-up)
671 (follow-scroll-down): Assume follow-mode is bound.
672 (follow-comint-scroll-to-bottom)
673 (follow-align-compilation-windows): New functions.
674 (follow--window-sorter): New function.
675 (follow-all-followers): Use it to explicitly sort windows by their
676 positions; don't make assumptions about next-window order.
677 (follow-windows-start-end, follow-delete-other-windows-and-split)
678 (follow-calc-win-start): Doc fix.
679 (follow-windows-aligned-p, follow-select-if-visible): Don't call
680 vertical-motion unnecessarily.
681 (follow-adjust-window): New function.
682 (follow-post-command-hook): Use it.
683 (follow-call-set-process-filter, follow-call-process-filter)
684 (follow-intercept-process-output, follow-tidy-process-filter-alist)
685 (follow-stop-intercept-process-output, follow-generic-filter):
686 Functions deleted.
687 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
688 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
689 New functions, replacing advice on scroll-bar-* commands.
87233a14 690 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
691
692 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
693 (comint-postoutput-scroll-to-bottom): Use it.
694 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 695
290af740
GM
6962012-05-01 Glenn Morris <rgm@gnu.org>
697
698 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
699 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
700 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
701 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
702 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
703 Remove no-byte-compile setting.
704
6eac8dc9
SM
7052012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
706
707 * minibuffer.el (completion-table-with-quoting): Fix compatibility
708 all-completions code to not return a number in the last cdr.
709
9cc7819c
LL
7102012-04-30 Leo Liu <sdl.web@gmail.com>
711
712 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
713 read-only error.
714
c93b886f
CY
7152012-04-29 Chong Yidong <cyd@gnu.org>
716
717 * follow.el (follow-calc-win-end): Rewrite to handle partial
718 screen lines correctly (Bug#8390).
719 (follow-avoid-tail-recenter): Minor cleanup.
720
8b6c19f4
SM
7212012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
722
723 Avoid the obsolete `assoc' package.
724 * speedbar.el (speedbar-refresh): Avoid adelete.
725 (speedbar-file-lists): Simplify and avoid aput.
726 * man.el (Man--sections, Man--refpages): New vars, replacing
727 Man-sections-alist and Man-refpages-alist.
728 (Man-build-section-alist, Man-build-references-alist):
729 Use them; avoid aput.
730 (Man--last-section, Man--last-refpage): New vars.
731 (Man-follow-manual-reference): Use them.
732 Use the `default' arg of completing-read.
733 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
734
c5bb7569
CY
7352012-04-27 Chong Yidong <cyd@gnu.org>
736
d1d2e2e8
CY
737 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
738
15cd8efd
CY
739 * startup.el (x-apply-session-resources): New function.
740
741 * term/ns-win.el (ns-initialize-window-system):
742 * term/w32-win.el (w32-initialize-window-system):
743 * term/x-win.el (x-initialize-window-system): Use it to properly
744 set menu-bar-mode and other vars from X resources, even if the
745 initial frame is not a window-system frame (Bug#2299).
746
c5bb7569
CY
747 * subr.el (read-key): Avoid running filter function when setting
748 up temporary tool bar entries (Bug#9922).
749
a8e7d6d7 7502012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
751
752 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
753 (Bug#11344)
754
a8e7d6d7 7552012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
756
757 * select.el (xselect--encode-string): New function, split from
758 xselect-convert-to-string.
759 (xselect-convert-to-string): Use it.
760 (xselect-convert-to-filename, xselect-convert-to-os)
761 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
762 returned strings are properly encoded (Bug#11315).
763
a8e7d6d7 7642012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
765
766 * simple.el (delete-active-region): Move to killing custom group.
767
a8e7d6d7 7682012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
769
770 * progmodes/which-func.el (which-func-current): Quote %
771 characters for mode-line processing.
772
578c1d4b 7732012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
774
775 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
776 reaching eob (Bug#11286).
777
a8e7d6d7 7782012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
779
780 * progmodes/gdb-mi.el (gdb-control-level): New variable.
781 (gdb): Make it buffer-local and init to zero.
782 (gdb-control-commands-regexp): New variable.
783 (gdb-send): Don't wrap in "-interpreter-exec console" if
784 gdb-control-level is positive. Increment gdb-control-level
785 whenever the command matches gdb-control-commands-regexp, and
786 decrement it each time the command is "end". (Bug#11279)
787
a8e7d6d7 7882012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
789
790 * window.el (adjust-window-trailing-edge, enlarge-window)
791 (shrink-window, window-resize):
792 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
793 windows (Bug#11276).
794
b3608390
CY
7952012-04-27 Chong Yidong <cyd@gnu.org>
796
797 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 798 fix "missing prefix" warning. All callers changed.
b3608390 799
797e6e88
SM
8002012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
801
802 * emacs-lisp/assoc.el: Move to obsolete/.
803
e95a67dc
SM
8042012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
805
657c21e4 806 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
807
808 * term/ns-win.el (ns-define-service):
809 * progmodes/pascal.el (pascal-goto-defun):
810 * progmodes/js.el (js--read-tab):
811 * progmodes/etags.el (tags-lazy-completion-table):
812 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
813 * emacs-lisp/ewoc.el (ewoc--wrap):
814 * emacs-lisp/assoc.el (aput, adelete, amake):
815 * doc-view.el (doc-view-convert-current-doc):
816 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
817
cb3e7ae0
CY
8182012-04-26 Chong Yidong <cyd@gnu.org>
819
dce04f7f
CY
820 * image.el (image-type-from-buffer): Only return supported image
821 type (Bug#9045).
822
cb3e7ae0
CY
823 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
824 value, for symmetry with diff-end-of-hunk.
825 (diff-split-hunk, diff-find-source-location)
826 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
827 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
828 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
829 compute the relevant hunk or file properly (Bug#6005).
830 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
831
0d42eb3e
SM
8322012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 * vc/vc-mtn.el:
835 * vc/vc-hg.el:
836 * vc/vc-git.el:
837 * vc/vc-dir.el:
838 * vc/vc-cvs.el:
839 * vc/vc-bzr.el:
840 * vc/vc-arch.el:
841 * vc/vc.el: Replace lexical-let by lexical-binding.
842 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
843 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
844 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
845
f08ae1c9
CY
8462012-04-26 Chong Yidong <cyd@gnu.org>
847
8b71081d
CY
848 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
849 (diff-mode-shared-map): Bind it to / and [remap undo].
850
f08ae1c9
CY
851 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
852 (ediff-window-setup-function): Use it as the default, to set up
853 windows based on whether the current frame is graphical (Bug#2138).
854 (ediff-choose-window-setup-function-automatically): Make obsolete.
855
856 * vc/ediff-init.el: Always define ediff-pixel-width/height.
857
ef24141c
SM
8582012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
859
cc356a5d
SM
860 * ffap.el: Remove old code for obsolete package.
861 (ffap-complete-as-file-p): Remove.
862
b4ff4f1f
SM
863 Use completion-table-with-quoting for comint and pcomplete.
864 * comint.el (comint--unquote&requote-argument)
865 (comint--unquote-argument, comint--requote-argument): New functions.
866 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
867 (comint-quote-filename): Use regexp-opt-charset.
868 (comint--common-suffix, comint--common-quoted-suffix)
869 (comint--table-subvert): Remove.
870 (comint-unquote-function, comint-requote-function): New vars.
871 (comint--complete-file-name-data): Use them with
872 completion-table-with-quoting.
873 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
874 * pcomplete.el (pcomplete-arg-quote-list)
875 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
876 (pcomplete-unquote-argument-function): Default to non-nil.
877 (pcomplete-unquote-argument): Simplify.
878 (pcomplete--common-quoted-suffix): Remove.
879 (pcomplete-requote-argument-function): New var.
880 (pcomplete--common-suffix): New function.
881 (pcomplete-completions-at-point): Use completion-table-with-quoting
882 and completion-table-subvert.
883
79c4eeb4
SM
884 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
885 (minibuffer--double-dollars): Preserve properties.
886 (completion--sifn-requote): New function.
887 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
888
ef24141c
SM
889 * minibuffer.el: Add support for completion of quoted/escaped data.
890 (completion-table-with-quoting, completion-table-subvert): New funs.
891 (completion--twq-try, completion--twq-all): New functions.
892 (completion--nth-completion): New function.
893 (completion-try-completion, completion-all-completions): Use it.
894
784e7d6e
LL
8952012-04-25 Leo Liu <sdl.web@gmail.com>
896
dd2ac746
SM
897 * progmodes/python.el (python-pdbtrack-get-source-buffer):
898 Use compilation-message if available to find real filename.
784e7d6e 899
07875ee7
CY
9002012-04-25 Chong Yidong <cyd@gnu.org>
901
902 * vc/diff-mode.el (diff-setup-whitespace): New function.
903 (diff-mode): Use it.
904
905 * vc/diff.el (diff-sentinel):
906 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
907 Whitespace mode variables based on diff style (Bug#8612).
908
5055880d
LL
9092012-04-25 Leo Liu <sdl.web@gmail.com>
910
daf75653
LL
911 * progmodes/python.el (python-send-region): Add suffix .py to the
912 temp file.
913
5055880d
LL
914 * files.el (auto-mode-alist): Use javascript-mode instead.
915
db9b177b
AH
9162012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
917
ef24141c 918 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
919
920 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 921 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 922 references, see Bug#9.
ef24141c 923 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 924 when receiving a fault reply.
ef24141c 925 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
926
927 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 928 (soap-inspect-simple-type): New function.
db9b177b 929
ef24141c 930 * soap-client.el (soap-simple-type): New struct.
db9b177b 931 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
932 (soap-decode-basic-type, soap-encode-basic-type):
933 support unsignedInt and double basic types.
db9b177b 934 (soap-resolve-references-for-simple-type)
ef24141c
SM
935 (soap-parse-simple-type, soap-encode-simple-type): New function.
936 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
937
938 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
939 (soap-default-soapenc-types): Add integer, byte and anyURI types.
940 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
941 the local name of "soapenc:Array".
942 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
943 decoding integer, byte and anyURI xsd types.
944
1fc6097b
CY
9452012-04-25 Chong Yidong <cyd@gnu.org>
946
947 * cus-edit.el (custom-buffer-create-internal): Update header text.
948
afc6df87
EZ
9492012-04-25 Eli Zaretskii <eliz@gnu.org>
950
951 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
952 settings on 'system-type', not on 'window-system'. On MS-Windows,
953 set interactive-mode on in GDB.
954
dfbd787f
SM
9552012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
956
957 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
958 (ruby-syntax-propertize-regexp): Remove.
959 (ruby-syntax-propertize-function): Split regexp into chunks.
960 Match following code directly.
961
85222d44
DG
9622012-04-24 Dmitry Gutov <dgutov@yandex.ru>
963
51a8ea2a
DG
964 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
965 (ruby-syntax-propertize-regexp): New function.
966 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
967 by a special keyword.
968
85222d44
DG
969 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
970 (ruby-syntax-general-delimiters-goto-beg)
971 (ruby-syntax-propertize-general-delimiters): New functions.
972 (ruby-syntax-propertize-function): Use them to handle GDL.
973 (ruby-font-lock-keywords): Move old handling of GDL...
974 (ruby-font-lock-syntactic-keywords): .. to here.
975 (ruby-calculate-indent): Adjust indentation for GDL.
976
b613912b
MA
9772012-04-24 Michael Albinus <michael.albinus@gmx.de>
978
b5380639
MA
979 * notifications.el (top): Remove unneeded declarations.
980 (notifications-specification-version): Change to "1.2".
e43042fe 981 (notifications-interface, notifications-notify-method)
b613912b
MA
982 (notifications-close-notification-method): Fix docstring.
983 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
984 (notifications-notify): Add :action-items, :resident and
985 :transient hints. Change "image_data" to "image-data" and
986 "image_path" to "image-path".
b613912b
MA
987 (notifications-get-capabilities): New defun.
988
257440aa
LL
9892012-04-24 Leo Liu <sdl.web@gmail.com>
990
991 * progmodes/python.el: Move hideshow setup to the end.
992
b1bac16e
MR
9932012-04-24 Martin Rudalics <rudalics@gmx.at>
994
995 * window.el (handle-select-window): Clear echo area since this is
996 no more done by read_char (Bug#11304).
997
d81bd059
SM
9982012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
999
1000 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
1001 and `/ M' to filter-derived-mode.
1002 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
1003 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1004 (ibuffer-mark-by-mode): Use default rather than initial-input.
1005 (ibuffer-filter-by-derived-mode): Autoload and require-match.
1006
c4cf6d91
IA
10072012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
1008
1009 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
1010 (ibuffer-filter-by-derived-mode): New filter.
1011 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
1012
7511ded8
CY
10132012-04-23 Andreas Politz <politza@fh-trier.de>
1014
1015 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
1016
775c916b
CY
10172012-04-23 Chong Yidong <cyd@gnu.org>
1018
1019 * cus-edit.el (customize-apropos, customize-apropos-options):
1020 Disable matching of non-option variables (Bug#11176).
1021 (customize-option, customize-option-other-window)
1022 (customize-changed-options): Doc fix.
1023 (customize-apropos-options, customize-apropos-faces)
1024 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
1025
1026 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 1027 Fix word list splitting (Bug#11132).
46c71e23
CY
1028 (apropos-symbol, apropos-keybinding, apropos-label)
1029 (apropos-property, apropos-function-button)
1030 (apropos-variable-button, apropos-misc-button): New faces.
1031 (apropos-symbol-face, apropos-keybinding-face)
1032 (apropos-label-face, apropos-property-face, apropos-match-face):
1033 Variables removed (Bug#8396).
1034 (apropos-library-button, apropos-format-plist, apropos-print)
1035 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 1036
2df41f9c
MA
10372012-04-23 Michael Albinus <michael.albinus@gmx.de>
1038
1039 * net/xesam.el (xesam-mode-map): Use let-bound map in
1040 initialization. (Bug#11292)
1041
da00640a
AM
10422012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1043
1044 Preserve ispell session localwords when switching back to
1045 original buffer.
1046
1047 * ispell.el (ispell-buffer-session-localwords): New buffer-local
1048 variable to hold buffer session localwords.
1049 (ispell-kill-ispell): add option 'clear to delete session
1050 localwords.
1051 (ispell-command-loop, ispell-change-dictionary)
1052 (ispell-buffer-local-words): Preserve session localwords when
1053 needed.
1054
1055 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
1056 Preserve session localwords when needed.
1057
f621ccf5
AM
10582012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1059
1060 * ispell.el (ispell-insert-word) Remove unneeded function using
1061 obsolete `translation-table-for-input'.
ef24141c
SM
1062 (ispell-word, ispell-process-line, ispell-complete-word):
1063 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 1064
c2d1019e
CY
10652012-04-22 Chong Yidong <cyd@gnu.org>
1066
1067 * cus-edit.el (custom-variable-menu)
1068 (custom-variable-reset-saved, custom-face-menu)
1069 (custom-face-reset-saved): If there is no saved value, make the
1070 "reset-saved" operation bring back the default (Bug#9509).
1071 (custom-face-state): Properly detect themed faces.
1072
eeddc531
CY
1073 * faces.el (face-spec-set): Stop supporting deprecated form of
1074 third arg.
1075
dcbf5805
MA
10762012-04-22 Michael Albinus <michael.albinus@gmx.de>
1077
1078 Move functions from C to Lisp. Make non-blocking method calls
1079 the default. Implement further D-Bus standard interfaces.
1080
ef24141c
SM
1081 * net/dbus.el (dbus-message-internal): Declare function.
1082 Remove unneeded function declarations.
dcbf5805
MA
1083 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
1084 (dbus-message-type-method-return, dbus-message-type-error)
1085 (dbus-message-type-signal): Declare variables. Remove local
1086 definitions.
1087 (dbus-interface-dbus, dbus-interface-peer)
1088 (dbus-interface-introspectable, dbus-interface-properties)
1089 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
1090 Adapt docstring.
1091 (dbus-interface-objectmanager): New defconst.
1092 (dbus-call-method, dbus-call-method-asynchronously)
1093 (dbus-send-signal, dbus-method-return-internal)
1094 (dbus-method-error-internal, dbus-register-service)
1095 (dbus-register-signal, dbus-register-method): New defuns, moved
1096 from dbusbind.c
1097 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
1098 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
1099 New defuns.
dcbf5805
MA
1100 (dbus-call-method-non-blocking): Make it an obsolete function.
1101 (dbus-unregister-object, dbus-unregister-service)
1102 (dbus-handle-event, dbus-register-property)
1103 (dbus-property-handler): Obey the new structure of
1104 `bus-registered-objects'.
1105 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
1106 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1107 Use `dbus-call-method'.
1108
cf20dee0
CY
11092012-04-22 Chong Yidong <cyd@gnu.org>
1110
1111 * cus-edit.el (custom-commands, custom-reset-menu)
1112 (Custom-reset-standard): Tweak labels.
1113 (custom-reset-button-menu): Change default to t.
1114 (custom-buffer-create-internal): For the custom-reset-button-menu
1115 case, put the revert button first.
1116 (custom-group-subtitle): New face.
1117 (custom-group-value-create): Align docstring to a specific column.
1118
1119 * wid-edit.el (widget-documentation-link-add): Don't handle
1120 indentation in this function.
1121 (widget-documentation-string-indent-to): New function.
1122 (widget-documentation-string-value-create): Use it.
1123
1124 * autorevert.el (auto-revert):
1125 * epg-config.el (epg):
1126 * ibuffer.el (ibuffer):
1127 * mpc.el (mpc):
1128 * ses.el (ses):
1129 * eshell/eshell.el (eshell):
1130 * net/ange-ftp.el (ange-ftp):
1131 * progmodes/ebnf2ps.el (postscript):
1132 * progmodes/flymake.el (flymake):
1133 * progmodes/prolog.el (prolog):
1134 * progmodes/verilog-mode.el (verilog-mode):
1135 * progmodes/which-func.el (which-func):
1136 * term/xterm.el (xterm):
1137 * textmodes/picture.el (picture):
1138 * textmodes/tildify.el (tildify):
1139 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
1140 customization buffers.
1141
583e23bd
AM
11422012-04-22 Alan Mackenzie <acm@muc.de>
1143
1144 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1145 Adding a ) can hide the resulting (..) from searches. Fix it.
1146 Bound the backward search to the position of the existing (.
1147
7dd51bf1
JB
11482012-04-21 Juanma Barranquero <lekktu@gmail.com>
1149
1150 * progmodes/verilog-mode.el (verilog-mode): Check whether
1151 which-func-modes is t before adding verilog-mode.
1152 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1153
d64a438f
LL
11542012-04-21 Leo Liu <sdl.web@gmail.com>
1155
7dd51bf1 1156 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 1157
081e8d65
MV
11582012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
1159
1160 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
1161 filling of the last column of a table (Bug#5635).
1162 (woman-find-next-control-line): New arg, specifying an additional
1163 regexp component for the control line.
1164 (woman2-roff-buffer): Use it.
1165 (woman-break-table): New function.
1166 (woman2-TS): Use it.
1167
11682012-04-21 Chong Yidong <cyd@gnu.org>
1169
1170 * woman.el (woman-set-buffer-display-table, woman-decode-region)
1171 (woman-horizontal-escapes, woman-negative-vertical-space)
1172 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
1173 (WoMan-warn-ignored): Use ?\s instead of ?\ .
1174
ed571ccb
SM
11752012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1176
1177 * minibuffer.el (completion-file-name-table): Complete user names.
1178
39773899
LL
11792012-04-20 Leo Liu <sdl.web@gmail.com>
1180
1181 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
1182 and pcase-let*.
1183
de6ff46d
CY
11842012-04-20 Chong Yidong <cyd@gnu.org>
1185
1186 * server.el (server-execute): Respect initial-buffer-choice if it
1187 is a string and there are no files to open (Bug#2825).
1188 (server-create-window-system-frame, server-create-tty-frame):
1189 Don't switch buffers here.
2d0e8e61
CY
1190 (server-process-filter): Only try to open a window system frame if
1191 compiled with graphical support (Bug#8314).
de6ff46d 1192
54071013
DN
11932012-04-20 Dan Nicolaescu <dann@gnu.org>
1194
1195 * battery.el (battery-echo-area-format): Display remaining time
1196 for sysfs backend too (Bug#11269).
1197 (battery-linux-sysfs): Fix conditional for the charge.
1198
f30d612a
CY
11992012-04-20 Chong Yidong <cyd@gnu.org>
1200
c07a4c0b 1201 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
1202 (gdb-inferior-io--init-proc): New function.
1203 (gdb-init-1): Use it.
1204 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
1205 responsible for allocating a new pty and hooking it to gdb when
1206 the old pty gets an EIO due to process exit.
1207 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
1208 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
1209 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
1210
2116e93c
EZ
12112012-04-20 Eli Zaretskii <eliz@gnu.org>
1212
1213 * window.el (window-min-size, window-sizable, window-min-delta)
1214 (window-max-delta, window--resizable, window-resizable)
1215 (window-total-size, window-full-height-p, window-full-width-p)
1216 (window-in-direction, window--resize-mini-window, window-resize)
1217 (window--resize-child-windows-normal)
1218 (window--resize-child-windows, window--resize-siblings)
1219 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 1220 (enlarge-window, shrink-window): Doc fixes.
2116e93c 1221
c07a4c0b 12222012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 1223
ef24141c
SM
1224 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
1225 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
1226 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
1227 pty process (Bug#11273).
1228 (gdb-update): New arg to suppress talking to the gdb process.
1229 (gdb-done-or-error): Use it.
1230 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
1231 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
1232 sentinel not being called.
1233
1234 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
1235
d02766ab
CY
1236 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
1237
c07a4c0b 12382012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1239
1240 * net/network-stream.el (open-network-stream): Doc fix.
1241
c07a4c0b 12422012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
1243
1244 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
1245
c07a4c0b 12462012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
1247
1248 Ensure searching for keywords is case sensitive.
1249
1250 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
1251 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
1252 (c-defun-name, c-mark-function, c-cpp-define-name)
1253 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 1254 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 1255
ef24141c
SM
1256 * progmodes/cc-mode.el (c-font-lock-fontify-region):
1257 Bind case-fold-search to nil.
f0f6bc35 1258
c07a4c0b 12592012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
1260
1261 * mail/sendmail.el (mail-bury): Call return action with the right
1262 Rmail buffer (Bug#11242).
1263
9a864fa2
CY
1264 * server.el (server-process-filter): Handle corner case where both
1265 tty and nowait options are present (Bug#11102).
1266
539aa513
EZ
12672012-04-20 Eli Zaretskii <eliz@gnu.org>
1268
1269 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
1270 (top level): Put into the executable the ident-style '$Id:' tag on
1271 windows-nt as well.
539aa513 1272
cfc7d5da
SM
12732012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1274
1275 * electric.el (electric-indent-post-self-insert-function): Check that
1276 electric-indent-mode is enabled in current buffer.
1277
5b01685c
JB
12782012-04-19 Juanma Barranquero <lekktu@gmail.com>
1279
1280 * imenu.el (imenu-progress-message): Restore; it is "used" in
1281 erc/erc-imenu.el and net/snmp-mode.el.
1282
4d6769e1
JB
12832012-04-19 Juanma Barranquero <lekktu@gmail.com>
1284
1285 * avoid.el (mouse-avoidance-mode): Mark unused arg.
1286 (mouse-avoidance-nudge-mouse): Remove unused binding.
1287
1288 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
1289
1290 * descr-text.el (describe-char):
1291 * progmodes/python.el (python-describe-symbol):
1292 Don't call `toggle-read-only', set `buffer-read-only'.
1293
1294 * imenu.el (imenu-default-goto-function): Mark unused args.
1295 (imenu-progress-message): Remove obsolete macro; all callers changed.
1296
1297 * subr.el (keymap-canonicalize): Remove unused binding.
1298 (read-passwd): Mark unused arg.
1299
1300 * tutorial.el (tutorial--display-changes): Remove unused binding.
1301 (tutorial--save-tutorial-to): Remove unused variable.
1302
1303 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
1304 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
1305 (package-generate-autoloads, package-menu--generate)
1306 (package-menu--find-upgrades): Remove unused bindings.
1307
1308 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
1309 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
1310 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
1311 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
1312 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
1313 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
1314 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
1315 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
1316 (cua-delete-char-rectangle): Mark unused args.
1317 (cua-align-rectangle): Remove unused binding.
1318
1319 * mail/rmail.el (compilation--message->loc)
1320 (epa--find-coding-system-for-mime-charset): Declare.
1321
1322 * net/dbus.el (dbus-register-service): Declare.
1323 (dbus-name-owner-changed-handler): Remove unused binding.
1324
1325 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
1326 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
1327 (nxml-scan-backward-within): Mark unused arg.
1328 (nxml-dynamic-markup-word): Remove unused binding.
1329
1330 * mouse.el (mouse-menu-major-mode-map):
1331 * emacs-lisp/authors.el (authors-scan-change-log)
1332 (authors-add-to-author-list):
1333 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
1334 * emacs-lisp/smie.el (smie-auto-fill):
1335 * mail/sendmail.el (mail-bury):
1336 * mail/unrmail.el (unrmail):
1337 * net/tls.el (open-tls-stream):
1338 * textmodes/picture.el (picture-mouse-set-point):
1339 Remove unused bindings.
1340
8c8fc5df
MA
13412012-04-19 Michael Albinus <michael.albinus@gmx.de>
1342
1343 * net/tramp.el (tramp-action-password): Let-bind
1344 `enable-recursive-minibuffers' to t.
1345
a77b0ac9
SS
13462012-04-18 Sam Steingold <sds@gnu.org>
1347
1348 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
1349 instead of 'string to accommodate values like [f11].
1350 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
1351 * progmodes/gdb-mi.el: Likewise.
1352
12a106a9
LL
13532012-04-18 Leo Liu <sdl.web@gmail.com>
1354
1355 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
1356 current buffer.
1357 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
1358 LOCAL is nil.
1359
bc6494ef
CY
13602012-04-18 Chong Yidong <cyd@gnu.org>
1361
1362 * simple.el (line-move): Use forward-line if in batch mode
1363 (Bug#11053).
1364
c09c46b2
CS
13652012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
1366
1367 * files.el (after-find-file): Do not try to add a final newline if
1368 the buffer is read-only (Bug#11156).
1369
5f6530ea
RS
13702012-04-17 Richard Stallman <rms@gnu.org>
1371
1372 * mail/rmail.el (rmail-start-mail):
1373 Pass (rmail-mail-return...) for the return-action.
1374 Pass (rmail-yank-current-message...) for the yank-action.
1375 (rmail-yank-current-message): New function.
1376 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
1377 (rmail-reply): Likewise.
1378 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
1379
1380 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 1381 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
1382 buffer, not newbuf.
1383
197b6f3c
JB
13842012-04-17 Juanma Barranquero <lekktu@gmail.com>
1385
1386 * server.el (server-ensure-safe-dir): Simplify.
1387
2311d8e5 13882012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 1389
2311d8e5
GM
1390 * emacs-lisp/smie.el: Provide smarter auto-filling.
1391 (smie-auto-fill): New function.
1392 (smie-setup): Use it.
98fb480e 1393
2311d8e5
GM
1394 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
1395
13962012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
1397
1398 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
1399 (comment-indent): Use it.
1400
2311d8e5 14012012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
1402
1403 * ses.el: The overall change is to add cell renaming, that is
1404 setting fancy names for cell symbols other than name matching
1405 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 1406 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 1407 (ses-create-cell-variable): New defun.
2311d8e5 1408 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
1409 (ses-relocate-formula): Relocate formulas only for cells the
1410 symbols of which are not renamed, i.e. symbols whose names do not
1411 match regexp "\\`[A-Z]+[0-9]+\\'".
1412 (ses-relocate-all): Relocate values only for cells the symbols of
1413 which are not renamed.
1414 (ses-load): Create cells variables as the (ses-cell ...) are read,
1415 in order to check row col consistency with cell symbol name only
1416 for cells that are not renamed.
1417 (ses-replace-name-in-formula): New defun.
1418 (ses-rename-cell): New defun.
4bdf2ad2 1419
fc72b15c
PO
14202012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
1421
1422 * progmodes/perl-mode.el (perl-indent-parens-as-block):
1423 New option (bug#11118).
1424 (perl-calculate-indent): Respect it.
1425
12e10e61
GM
14262012-04-17 Glenn Morris <rgm@gnu.org>
1427
1428 * dired-aux.el (dired-mark-read-string): Doc fix.
1429
30009afd
DA
14302012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1431
1432 * dired-aux.el (dired-mark-read-string): Offer optional completion.
1433 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
1434
41f03f4d
GM
14352012-04-17 Glenn Morris <rgm@gnu.org>
1436
1437 * mouse.el (mouse-drag-track):
1438 * speedbar.el (speedbar-frame-mode):
1439 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
1440
f45f90f3
LL
14412012-04-16 Leo Liu <sdl.web@gmail.com>
1442
1443 * progmodes/python.el: Trivial cleanup.
1444
94ee8db5
GM
14452012-04-16 Glenn Morris <rgm@gnu.org>
1446
121b8917
GM
1447 * vc/vc.el (vc-string-prefix-p):
1448 * vc/pcvs-util.el (cvs-string-prefix-p):
1449 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
1450 * mpc.el (mpc-string-prefix-p):
1451 Make all of these into obsolete aliases for string-prefix-p.
1452 Update callers.
1453 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
1454
1197ecfa
GM
1455 * textmodes/two-column.el: Move custom options to the start.
1456 (frame-width): Remove compat definition.
1457 (2C-associate-buffer, 2C-dissociate):
1458 Use with-current-buffer rather than save-excursion.
1459 (2C-dissociate): Force a mode-line update.
1460 (2C-autoscroll): Use ignore-errors.
1461
099e7202
GM
1462 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
1463 Autoload trivia.
1464
bf350d6a
GM
1465 * emacs-lisp/cl-extra.el (*random-state*):
1466 Remove unnecessary declaration.
1467
0e829eab
GM
1468 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
1469
e3ad7552
GM
1470 * play/cookie1.el (cookie-snarf):
1471 Give an explicit error if input file cannot be read.
1472
68892d27
GM
1473 * play/yow.el (yow-file): Use expand-file-name rather than concat.
1474
20f0c46d
GM
1475 * progmodes/perl-mode.el (c-macro-expand):
1476 Remove unnecessary autoload (it is in loaddefs.el).
1477
5a0978ce
GM
1478 * textmodes/picture.el (picture-desired-column)
1479 (picture-update-desired-column): Convert comments to doc-strings.
1480 (picture-substitute): Remove function.
1481 (picture-mode-map): Initialize in the defvar.
1482
6b955486
GM
1483 * woman.el: Remove eval-after-load for tar-mode.
1484 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1485 (woman-tar-extract-file): Autoload it.
1486
94ee8db5
GM
1487 * frame.el (automatic-hscrolling): Make this alias obsolete.
1488
177eca34
AM
14892012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1490
1491 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 1492 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
1493 (ispell-dictionary-base-alist): Revert to original XEmacs
1494 friendly version for default. [:alpha:] will be added in
1495 `ispell-set-spellchecker-params' if needed
177eca34 1496
c505aaeb
CY
14972012-04-16 Chong Yidong <cyd@gnu.org>
1498
1499 * image.el (imagemagick--extension-regexp): New variable.
1500 (imagemagick-register-types): Use it.
1501 (imagemagick-types-inhibit): Add :set function. Allow new value
1502 of t to inhibit all types.
1503
1504 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1505 so we can preload it.
1506
1507 * loadup.el (fboundp): Preload regexp-opt, needed by
1508 imagemagick-register-types.
1509
60efac0f
CY
15102012-04-15 Chong Yidong <cyd@gnu.org>
1511
1512 * frame.el (scrolling): Remove nearly unused customization group.
1513
1514 * scroll-all.el (scroll-all-mode): Move to windows group.
1515
5dd1713e
CY
15162012-04-15 Chong Yidong <cyd@gnu.org>
1517
1518 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1519
e6fd457e
CY
15202012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 1523 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 1524
e153c136
GM
15252012-04-15 Glenn Morris <rgm@gnu.org>
1526
1527 * simple.el (process-file-side-effects): Doc fix.
1528
e6fd457e 15292012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
1530
1531 * international/mule-cmds.el (set-language-environment): Doc fix.
1532
3603c3b1
JB
15332012-04-14 Juanma Barranquero <lekktu@gmail.com>
1534
1535 * server.el (server-auth-key, server-generate-key): Doc fixes.
1536 (server-get-auth-key): Doc fix. Use `string-match-p'.
1537 (server-start): Reflow docstring.
1538
e6de100c
LI
15392012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1540
1541 * server.el (server-generate-key): `called-interactively-p'
1542 requires a parameter.
1543
29734c21
MN
15442012-04-14 Michal Nazarewicz <mina86@mina86.com>
1545
1546 * server.el (server-auth-key): New variable.
75f1671a 1547 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
1548 (server-start): Use the new variable and functions to allow
1549 setting a permanent server key (bug#9423).
1550
d65c9521
LL
15512012-04-14 Leo Liu <sdl.web@gmail.com>
1552
1553 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1554
5ae255c7
PE
15552012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1556
1557 Spelling fixes.
1558 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1559 Emacs uses American spelling.
1560
d5e6342e
JB
15612012-04-14 Juanma Barranquero <lekktu@gmail.com>
1562
1563 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1564 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1565 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1566 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1567
ab036cd7
SM
15682012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1569
1570 * progmodes/which-func.el (which-func-modes): Change default.
1571
35dc09a1 15722012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
1573
1574 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1575 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1576
35dc09a1 15772012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1578
1579 * custom.el (custom-theme-set-variables): Doc fix.
1580
35dc09a1 15812012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1582
1583 * international/mule.el (set-auto-coding-for-load): Doc fix.
1584
35dc09a1 15852012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 1586
35dc09a1
GM
1587 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1588 imenu work again for Objective C Mode. Correct the *-index values,
1589 these having been disturbed by a previous change in 2011-08.
57f845ee 1590
0de3da9f
AM
1591 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1592 Correct two search limits.
1593
35dc09a1 15942012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
1595
1596 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1597
35dc09a1 15982012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
1599
1600 * international/characters.el: Fix sorting.
1601
35dc09a1 16022012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
1603
1604 * international/characters.el: Add more missing Latin case pairs.
1605
35dc09a1 16062012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
1607
1608 * files.el (dir-locals-set-class-variables): Doc fix.
1609
35dc09a1 16102012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 1611
3f1b5bf8
EZ
1612 * international/characters.el: Add set-case-syntax-pair call for
1613 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1614 counterpart. (Bug#11209)
1615
9f847f41
EZ
1616 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1617
35dc09a1 16182012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
1619
1620 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1621
35dc09a1 16222012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 1623
35dc09a1
GM
1624 * textmodes/ispell.el (ispell-dictionary-base-alist):
1625 Add data for Hebrew.
e2627d21 1626
35dc09a1 16272012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 1628
35dc09a1
GM
1629 * net/rcirc.el (rcirc-cmd-quit):
1630 Revert 2012-03-18 change (Bug#11192).
5c14e333 1631
35dc09a1 16322012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
1633
1634 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1635
35dc09a1 16362012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 1637
4517fe3a
SM
1638 * minibuffer.el (completion-in-region-mode-map):
1639 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 1640
b472a594
VD
16412012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1642
1643 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1644
09b95ce3
MY
16452012-04-13 Masatake YAMATO <yamato@redhat.com>
1646
1647 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1648 to allow `C-M-f' and `C-M-b' to move to the nearest path
1649 separator (bug#9511).
1650
4b63a9ca
LI
16512012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
1652
1653 * avoid.el: Require cl when compiling. And also move the
1654 `provide' to the end.
1655
7b55b8bf
TV
16562012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1657
1658 * avoid.el (mouse-avoidance-banish-position): New variable.
1659 (mouse-avoidance-banish-destination): Use it (bug#10165).
1660
adedaa1f
LL
16612012-04-13 Leo Liu <sdl.web@gmail.com>
1662
1663 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1664
70e74021
KB
16652012-04-13 Ken Brown <kbrown@cornell.edu>
1666
1667 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 1668 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
1669 (browse-url-filename-alist): For the same reason, don't modify
1670 file:// URLs on Cygwin.
1671
e75e89ba
SM
16722012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1675 the region on shift if the binding is already shifted (bug#11221).
1676
82f289a4
GM
16772012-04-12 Glenn Morris <rgm@gnu.org>
1678
1679 * mail/mailpost.el: Move to obsolete/.
1680
d333dc4c
DA
16812012-04-12 Drew Adams <drew.adams@oracle.com>
1682
1683 * imenu.el (imenu--generic-function): Ignore invisible definitions
1684 (bug#10123).
1685
0d15b5ba
VD
16862012-04-12 Vivek Dasmohapatra <vivek@etla.org>
1687
1688 * hexl.el (hexl-bits): New variable.
1689 (hexl-options): Mention the variable in the doc string.
75f1671a 1690 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 1691 (hexl-mode): Mention the new variable.
75f1671a
JB
1692 (hexl-mode, hexl-current-address, hexl-current-address):
1693 Use the displen.
0d15b5ba
VD
1694 (hexl-ascii-start-column): New function.
1695 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
1696 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
1697
64a440db
AM
16982012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1699
1700 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
1701 '("-i" ENCODING), in 2 separate command-line arguments, to specify
1702 the encoding, as expected by hunspell.
1703
6decb6c2
SM
17042012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1705
1706 * battery.el (battery--linux-sysfs-regexp): New const.
1707 (battery-status-function): Use it. Remove yeeloong special case.
1708 (battery-yeeloong-sysfs): Remove.
1709 (battery-echo-area-format): Remove yeeloong special case.
1710
088be6fb
SM
17112012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1712
6622e416
SM
1713 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
1714 Reported by Noah Friedman.
1715
088be6fb
SM
1716 * subr.el (read-passwd): Use read-string.
1717
b49f886e
LMI
17182012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1719
1720 * vcursor.el (vcursor-move): Increase the priority of the overlay
1721 (bug#9663).
1722
a63067fc
DD
17232012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1724
1725 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
1726 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
1727
ac3cf14a
WS
17282012-04-11 William Stevenson <yhvh2000@gmail.com>
1729
1730 * textmodes/artist.el (artist-mode): Convert artist-mode to use
1731 define-minor-mode (bug#10760).
1732
c4fc691b 17332012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 1734
4d6769e1 1735 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
1736 that directories matching `grep-find-ignored-files' won't be
1737 pruned (bug#10351).
1738
af23e2e5
CY
17392012-04-11 Chong Yidong <cyd@gnu.org>
1740
1741 * startup.el (command-line): Remove support for long-obsolete
1742 variable font-lock-face-attributes.
1743
ab7ce8c1
GM
17442012-04-11 Glenn Morris <rgm@gnu.org>
1745
1746 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
1747
de8c03dc
SM
17482012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1749
1750 * window.el (window--state-get-1): Obey window-point-insertion-type.
1751
050cc68b
LB
17522012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
1753
1754 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
1755 to previous function when point is on the first character of a
75f1671a 1756 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 1757
a38c310c
GM
17582012-04-11 Glenn Morris <rgm@gnu.org>
1759
effed0c2
GM
1760 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
1761 not just file-errors.
1762
a38c310c
GM
1763 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
1764 (vc-bzr-sha1): Use internal sha1.
1765
0221e323
SM
17662012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1767
1768 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
1769
43956923
SG
17702012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
1771
1772 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
1773 that start in the middle of the line (bug#10496).
1774
6a8c9eaf
DN
17752012-04-10 Dan Nicolaescu <dann@gnu.org>
1776
1777 * battery.el (battery-linux-proc-acpi): Only one battery is
1778 discharged at a time, but that seems to confuse battery.el when
1779 computing `rate-type' for the battery not being discharged
1780 (bug#10332).
1781
1930bf5d
SM
17822012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1783
2a718f6f
SM
1784 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
1785
599430d0
SM
1786 * international/quail.el: Use dolist and simplify.
1787 (quail-define-package, quail-update-keyboard-layout)
1788 (quail-define-rules): Use dolist.
1789 (quail-insert-kbd-layout, quail-get-translation): CSE.
1790
a2754b6c
SM
1791 * tmm.el: Use dolist, remove left over hook.
1792 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
1793 Use dolist.
1794 (calendar-load-hook): Don't mess with it.
1795
1930bf5d
SM
1796 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1797 Use derived-mode-p. Run the diff asynchronously.
1798
9f67961c
LMI
17992012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1800
1801 * obsolete/mouse-sel.el: Add an Obsolete-since header.
1802
2a8ce227
JB
18032012-04-10 Juanma Barranquero <lekktu@gmail.com>
1804
1805 * misc.el: Display absolute path of loaded DLLs (bug#10424).
1806 (list-dynamic-libraries--loaded): New function.
1807 (list-dynamic-libraries--refresh): Use it.
1808
8f33b5f8
NW
18092012-04-10 Nathan Weizenbaum <nweiz@google.com>
1810
1930bf5d
SM
1811 * progmodes/python.el (python-fill-paragraph):
1812 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
1813 disabled (bug#7018).
1814
b12f0439
L
18152012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
1816
1930bf5d 1817 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
1818 DOS/MS Windows for the Baltic languages. There are still plenty
1819 of texts written in this encoding/codepage (bug#6519).
b12f0439 1820
57c3bd01
GM
18212012-04-10 Glenn Morris <rgm@gnu.org>
1822
1823 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
1824 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
1825
6c3eab30
FA
18262012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
1827
1930bf5d 1828 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
1829 next-line "n" and previous-line "p" in order to make recentf more
1830 consistent with ibuffer, dired or org-mode (bug#9387).
1831
24d78a88
LMI
18322012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1833
bc72b5d9
LMI
1834 * image.el (put-image): Return the overlay created instead of the
1835 optional input string (bug#7834). Note that this may break code
1836 that is (for some reason or other) depending on `put-image'
1837 returning the string.
1838
bd2dba5a
LMI
1839 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
1840
74beb59f
LMI
1841 * simple.el (zap-to-char): Allow zapping using input methods
1842 (bug#1580).
1843
24d78a88
LMI
1844 * textmodes/fill.el (fill-region): Leave point and mark where they
1845 were before filling (bug#5399).
1846
263f20cd
GM
18472012-04-09 Glenn Morris <rgm@gnu.org>
1848
1849 * version.el (emacs-bzr-get-version):
1850 Handle lightweight checkouts of local branches.
1851
58d1f797
AS
18522012-04-09 Andreas Schwab <schwab@linux-m68k.org>
1853
263f20cd 1854 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 1855
b4d3bc10
CY
18562012-04-09 Chong Yidong <cyd@gnu.org>
1857
1858 * custom.el (custom-variable-p): Return nil for non-symbol
1859 arguments instead of signaling an error.
1860 (user-variable-p): Obsolete alias for custom-variable-p.
1861
1862 * apropos.el (apropos-variable):
1863 * files-x.el (read-file-local-variable):
1864 * simple.el (set-variable):
1865 * woman.el (woman-mini-help):
1866 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
1867
fd06db5d
GM
18682012-04-09 Glenn Morris <rgm@gnu.org>
1869
e5fcdb5e
GM
1870 * startup.el (normal-top-level): Don't look for leim-list.el
1871 in places where it will not be found. (Bug#910)
1872
fd06db5d
GM
1873 * international/mule-cmds.el (set-default-coding-systems):
1874 * files.el (normal-mode):
1875 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
1876 This function was removed with ucs-tables.el in 2008.
1877
b39bb7e1
EZ
18782012-04-08 Eli Zaretskii <eliz@gnu.org>
1879
1880 * textmodes/ispell.el (ispell-check-version): For hunspell, set
1881 ispell-encoding8-command to "-i", without a trailing space.
1882 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
1883 separate command-line arguments, to specify the encoding, since
1884 that's how hunspell expects it.
1885
5c5b8e23
GM
18862012-04-08 Glenn Morris <rgm@gnu.org>
1887
1888 * loadup.el: Load bindings before cus-start.
1889 This reduces somewhat the number of "rogue" settings in emacs -Q.
1890
a1ed8b05
GM
18912012-04-07 Glenn Morris <rgm@gnu.org>
1892
1893 * version.el (emacs-bzr-get-version): New function.
dfae128a 1894 (emacs-bzr-version): New variable.
a1ed8b05
GM
1895 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
1896 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
1897
b142f158
EZ
18982012-04-07 Eli Zaretskii <eliz@gnu.org>
1899
dfae128a
GM
1900 * international/uni-bidi.el, international/uni-category.el:
1901 * international/uni-combining.el, international/uni-decimal.el:
1902 * international/uni-decomposition.el, international/uni-digit.el:
1903 * international/uni-lowercase.el, international/uni-mirrored.el:
1904 * international/uni-name.el, international/uni-numeric.el:
1905 * international/uni-titlecase.el, international/uni-uppercase.el:
1906 Update for Unicode 6.1.
b142f158 1907
9078ead6
EZ
19082012-04-07 Eli Zaretskii <eliz@gnu.org>
1909
1910 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
1911
f23d2c7d
LMI
19122012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1913
1914 * window.el (shrink-window): Mention the `window-min-height'
1915 variable in the doc string.
1916
0a0a3573
BG
19172012-04-05 Bastien Guerry <bzg@altern.org>
1918
1919 * color.el (color-lighten-name): Fix typo.
1920
e5248ac9
SM
19212012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1922
1923 * server.el (server--on-display-p): New function.
1924 (server--on-display-p): Use it.
1925
b4243e22
GV
19262012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
1927
1928 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
1929 (bug#11145).
1930
305d9f44
SM
19312012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1932
1933 * comint.el (comint--common-quoted-suffix): Check string boundary
1934 before comparing (bug#11158).
1935 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
1936
3d439cd1
CY
19372012-04-04 Chong Yidong <cyd@gnu.org>
1938
321cc491
CY
1939 * minibuffer.el (completion-extra-properties): Doc fix.
1940
3d439cd1
CY
1941 * subr.el (delayed-warnings-hook): Doc fix.
1942
2d562c0f
DU
19432012-04-04 Daiki Ueno <ueno@unixuser.org>
1944
1945 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
1946 selection (Bug#11159).
1947 (epa-insert-keys): Inform that the default public key will be
1948 exported if no key is selected.
1949
4443f204
RS
19502012-04-04 Richard Stallman <rms@gnu.org>
1951
1952 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
1953
529c06b6
CY
19542012-04-03 Chong Yidong <cyd@gnu.org>
1955
1956 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
1957 mail-insert-file, not its obsolete alias mail-attach-file.
1958
66b907dc
MA
19592012-04-03 Michael Albinus <michael.albinus@gmx.de>
1960
1961 * notifications.el (notifications-notify): Fix docstring.
1962
c0ea195d
GM
19632012-04-02 Glenn Morris <rgm@gnu.org>
1964
1965 * emacs-lisp/authors.el (authors-aliases): Another addition.
1966
5ca64e00
MA
19672012-04-02 Michael Albinus <michael.albinus@gmx.de>
1968
1969 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
1970 `tramp-compat-call-process' instead of `tramp-local-call-process'.
1971 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
1972
42ee526b
CY
19732012-04-01 Chong Yidong <cyd@gnu.org>
1974
1975 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
1976 Handle root directory properly.
1977 (copy-directory): Caller changed.
1978
1979 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1980 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
1981
0b021094
GM
19822012-03-31 Glenn Morris <rgm@gnu.org>
1983
40f86458
GM
1984 * term/xterm.el (xterm-extra-capabilities): Doc fix.
1985
7019c177
GM
1986 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
1987
a1daddd6
GM
1988 * calendar/calendar.el (calendar-window-list)
1989 (calendar-hide-window): Restore. (Bug#11140)
1990 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
1991
0b021094
GM
1992 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
1993
40311efc
TV
19942012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1995
1996 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1997 Check if file is a symlink (Bug#10489).
1998
1999 * files.el (copy-directory): Likewise.
2000
5319014e
CY
20012012-03-30 Chong Yidong <cyd@gnu.org>
2002
2003 * image.el (imagemagick-types-inhibit)
2004 (imagemagick-register-types): Doc fix.
2005
935d1290
AM
20062012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2007
ef24141c
SM
2008 * ispell.el (ispell-get-extended-character-mode):
2009 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 2010 and treats ~word as ordinary words in pipe mode.
935d1290 2011
61c6e8fd
GM
20122012-03-30 Glenn Morris <rgm@gnu.org>
2013
2014 * tutorial.el (help-with-tutorial): Ensure local variables don't
2015 happen to make the buffer read-only. (Bug#11127)
2016
81fdff00
SM
20172012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2018
2019 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
2020 (perl-calculate-indent): Return `noindent' in strings.
2021
6e7a6ec0
SS
20222012-03-28 Sam Steingold <sds@gnu.org>
2023
2024 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
2025 instead of the broken adhockery which does not prevent calendar
2026 buffers from being displayed at random after exit.
2027 (calendar-window-list, calendar-hide-window): Remove the broken
2028 adhockery.
2029
fee88ca0
GM
20302012-03-28 Glenn Morris <rgm@gnu.org>
2031
2032 * replace.el (query-replace-map): Doc fix.
2033
38de3354
AS
20342012-03-28 Andreas Schwab <schwab@linux-m68k.org>
2035
2036 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
2037 contents. (Bug#11109)
2038
b973155e
SM
20392012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
2042 (bug#11077).
2043 (avl-tree--check, avl-tree--check-node): New funs.
2044
dcb6e7b3
MR
20452012-03-27 Martin Rudalics <rudalics@gmx.at>
2046
2047 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
2048 (switch-to-prev-buffer, switch-to-next-buffer):
2049 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
2050 showing a buffer already is done on the same frame.
2051
b4fa35fa
GM
20522012-03-27 Glenn Morris <rgm@gnu.org>
2053
2054 * startup.el (mail-host-address): Doc fix.
2055
f9210e18
SM
20562012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
2059 than 197 variables.
2060
c0bf7753
AF
20612012-03-26 Ami Fischman <ami@fischman.org>
2062
2063 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2064
33da7b16
GM
20652012-03-26 Glenn Morris <rgm@gnu.org>
2066
02243d9d
GM
2067 * files.el (save-buffers-kill-emacs): Doc fix.
2068
33da7b16
GM
2069 * startup.el (normal-top-level, command-line, command-line-1):
2070 Give them doc strings.
2071
e5a69fd0
EZ
20722012-03-25 Eli Zaretskii <eliz@gnu.org>
2073
2074 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 2075 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 2076
9a69676a
CY
20772012-03-25 Chong Yidong <cyd@gnu.org>
2078
4125cb8b
CY
2079 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
2080 theme if it was previously enabled before (Bug#11031).
2081
dd470960
CY
2082 * cus-theme.el (custom-theme-write-faces): Retrieve current face
2083 spec with custom-face-get-current-spec if its :shown-value is not
2084 determined yet (Bug#9337).
4125cb8b 2085 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 2086
9a69676a
CY
2087 * button.el (button-at): Minor addition to docstring.
2088
6e7e90fa
SL
20892012-03-24 Simon Leinen <simon.leinen@gmail.com>
2090
2091 * vc/vc.el (vc-merge): Fix a prompt.
2092
f06e2758
CY
20932012-03-24 Chong Yidong <cyd@gnu.org>
2094
2095 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
2096 point (Bug#9623).
2097
6e7e90fa
SL
2098 * button.el (button-at): Minor addition to docstring.
2099
b9d0879b
SM
21002012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2101
2102 * newcomment.el (comment-choose-indent): No space after BOL.
2103
e71cebb3
SS
21042012-03-22 Sam Steingold <sds@gnu.org>
2105
2106 * window.el (switch-to-prev-buffer): Revert last patch because the
2107 bug turned out to be an advertised feature (Elisp manual 28.14).
2108
335aff35
GM
21092012-03-22 Glenn Morris <rgm@gnu.org>
2110
2111 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
2112 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2113
c676576a
LMI
21142012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2115
2116 * net/network-stream.el (network-stream-open-starttls): Make error
2117 message under Windows be less misleading.
2118
126f3d39
LW
21192012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
2120
2121 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
2122 understands (bug#9942).
2123
64fee311
CY
21242012-03-22 Chong Yidong <cyd@gnu.org>
2125
2126 * simple.el (end-of-visible-line): Handle return value of
2127 next-single-property-change properly (Bug#9371).
2128
a640d29a
KH
21292012-03-22 Kenichi Handa <handa@m17n.org>
2130
2131 * international/quail.el (quail-insert-kbd-layout): Fix previous
2132 change. To avoid unwanted bidi reordering, use
2133 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2134
39675016
DG
21352012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2136
2137 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
2138 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
2139 (ruby-beginning-of-indent): Be more careful with the difference
2140 between word-boundary and symbol boundary.
2141 (ruby-mode-syntax-table): Make : a symbol constituent.
2142
0a6934fc 21432012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 2144
3d008e4f
SM
2145 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
2146
0a6934fc
SM
21472012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2148
af67c9d7
SM
2149 * progmodes/etags.el (tags-completion-at-point-function):
2150 Improve last fix.
2151
1acad97c
SM
2152 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
2153
e298b5da
SS
21542012-03-21 Sam Steingold <sds@gnu.org>
2155
2156 * progmodes/etags.el (tags-completion-at-point-function):
2157 Avoid the error when point is inside the pattern.
2158
91d82a70
JY
21592012-03-21 John Yates <john@yates-sheets.org> (tiny change)
2160
2161 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
2162 line (Bug#10855).
2163
69188b79
CY
21642012-03-21 Drew Adams <drew.adams@oracle.com>
2165
2166 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
2167
99fc91fe
AK
21682012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
2169
2170 * ido.el (ido-set-current-directory, ido-read-internal)
2171 (ido-choose-completion-string, ido-completion-help): Handle nil
2172 value of ido-completion-buffer (Bug#11008).
2173
087bbb4c
SS
21742012-03-21 Sam Steingold <sds@gnu.org>
2175
2176 * window.el (switch-to-prev-buffer): Do not switch to a visible
2177 window previous buffer, just like with the frame previous buffers.
2178
fb5b8aca
CY
21792012-03-21 Chong Yidong <cyd@gnu.org>
2180
2181 * faces.el (make-face, make-empty-face, copy-face):
2182 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2183 Doc fixes.
2184
dc9924b8
SM
21852012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2186
2187 * wid-edit.el (widget-complete-field): Remove (bug#11051).
2188 (widget-complete): Remove broken use of it.
2189
f0bcceb9
CY
21902012-03-20 Chong Yidong <cyd@gnu.org>
2191
dc9924b8
SM
2192 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2193 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
2194 characters.
2195
ee52ebf3
TH
21962012-03-20 Tassilo Horn <tassilo@member.fsf.org>
2197
2198 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
2199 to draw rectangles, not squares. (Regression introduced by revno
2200 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
2201
4c5779ab
CY
22022012-03-18 Chong Yidong <cyd@gnu.org>
2203
2204 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
2205 it is not yet defined (for temacs).
2206
15360934
LL
22072012-03-18 Leo Liu <sdl.web@gmail.com>
2208
dc9924b8 2209 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 2210
d9a8eb66
EZ
22112012-03-17 Eli Zaretskii <eliz@gnu.org>
2212
2213 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
2214 (ispell-choices-win-default-height, ispell-silently-savep)
2215 (ispell-dictionary-alist, ispell-encoding8-command)
2216 (ispell-check-version, ispell-aspell-find-dictionary)
2217 (ispell-valid-dictionary-list, ispell-words-keyword)
2218 (ispell-get-word, ispell-internal-change-dictionary)
2219 (ispell-region, ispell-skip-region-list)
2220 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
2221 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
2222 (ispell-message-text-end, ispell-message)
2223 (ispell-buffer-local-parsing): Doc fix.
2224
f02ff80d
J
22252012-03-13 Jambunathan K <kjambunathan@gmail.com>
2226
2227 * htmlfontify.el: Add support for code block fontification for ODT
2228 export (Bug #9914).
2229 (hfy-optimisations): Define new option
2230 `body-text-only'
2231 (hfy-fontify-buffer): Honor above setting.
2232 (hfy-begin-span, hfy-end-span): New routines factored out form
2233 `hfy-fontify-buffer'.
2234 (hfy-begin-span-handler, hfy-end-span-handler): New variables
2235 that permit insertion of custom tags.
2236 (hfy-fontify-buffer): Use above handlers.
2237 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
2238 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 2239 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 2240 over multiple runs. This is made possible by having the caller let
f02ff80d
J
2241 bind a special variable `hfy-user-sheet-assoc'.
2242 (htmlfontify-string): New defun.
2243 (hfy-compile-face-map): Make sure that the last char in the
2244 buffer is correctly fontified.
2245 (hfy-face-resolve-face): Whitespace only change.
2246
9ac7a13f
EZ
22472012-03-17 Eli Zaretskii <eliz@gnu.org>
2248
2249 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
2250 message more clear.
2251
e2b5bdd7
LL
22522012-03-16 Leo Liu <sdl.web@gmail.com>
2253
2254 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2255
2e492df3
AM
22562012-03-16 Alan Mackenzie <acm@muc.de>
2257
2258 Further optimise the handling of large macros.
2259
2260 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
2261 limit to a call of `c-literal-limits'.
2262 (c-determine-+ve-limit): New function.
dc9924b8
SM
2263 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
2264 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
2265 In CASE 5B, restrict a search limit to 500.
2266 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
2267
2268 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
2269 Restrict macro bounds to +-500 from after-change's BEG END.
2270
50e94f0c
LL
22712012-03-16 Leo Liu <sdl.web@gmail.com>
2272
2273 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2274
6f09f6ed
AH
22752012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
2276
2277 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 2278 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 2279
c7e73d51
GM
22802012-03-16 Glenn Morris <rgm@gnu.org>
2281
da986230
GM
2282 * view.el (view-buffer, view-buffer-other-window)
2283 (view-buffer-other-frame): Doc fixes re special mode-class.
2284
0835f01e
GM
2285 * subr.el (eval-after-load): If named feature is provided not from
2286 a file, run after-load forms. (Bug#10946)
2287
c7e73d51
GM
2288 * calendar/calendar.el (calendar-insert-at-column):
2289 Handle non-unit-width characters a bit better. (Bug#10978)
2290
3f2eafd1
CY
22912012-03-15 Chong Yidong <cyd@gnu.org>
2292
2293 * emacs-lisp/ring.el (ring-extend): New function.
2294 (ring-insert+extend): Extend the ring correctly (Bug#11019).
2295
2296 * comint.el (comint-read-input-ring)
2297 (comint-add-to-input-history): Grow comint-input-ring lazily.
2298
103af3fe
SM
22992012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2300
663b1677
SM
2301 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2302 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
2303
103af3fe
SM
2304 * imenu.el: Fix multiple inheritance breakage (bug#9199).
2305 (imenu-add-to-menubar): Don't add a redundant index.
2306 (imenu-update-menubar): Handle a dynamically composed keymap.
2307
899cb7cb
KY
23082012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2309
2310 * mail/sendmail.el (mail-encode-header):
2311 Bind rfc2047-encode-encoded-words to nil.
2312
3809f91d
GM
23132012-03-13 Glenn Morris <rgm@gnu.org>
2314
2315 * calendar/calendar.el (calendar-string-spread):
2316 Handle non-unit-width characters a bit better. (Bug#10978)
2317
9e345a01
LL
23182012-03-13 Leo Liu <sdl.web@gmail.com>
2319
2320 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
2321 directory and file as argument (Bug#10822).
2322
4a07df36
KS
23232012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2324
2325 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
2326 For dynamically generated code, follow $PC.
2327 (gdb-disassembly-handler-custom): Handle no function name case.
2328
4aaa9356
TL
23292012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2330
2331 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
2332 * emulation/ws-mode.el (ws-query-replace):
2333 * sort.el (sort-regexp-fields):
2334 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
2335
225979da
SM
23362012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2337
2338 * dabbrev.el: Fix cycle completion order (bug#10963).
2339 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
2340 (dabbrev-completion): Don't use an obarray; provide
2341 a cycle-sort-function.
2342
e2f1fdab
LL
23432012-03-12 Leo Liu <sdl.web@gmail.com>
2344
dc9924b8 2345 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
2346 (kill-do-not-save-duplicates): Doc fix.
2347
b19490ed
SM
23482012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2349
2350 * dabbrev.el: Fix cycle completion (bug#10963).
2351 Use lexical binding and wrap to 80 columns.
2352 (dabbrev-completion): Delay computing the list of completions.
2353
4b05d722
KH
23542012-03-12 Kenichi Handa <handa@m17n.org>
2355
2356 * international/quail.el (quail-insert-kbd-layout): Surround each
2357 row by LRO and PDF instead of inserting many LRMs. Pad the left
2358 and right of each non-spacing marks. Insert invisible space
2359 between lower and upper characters to prevent composition.
2360
dbbc2e69
SM
23612012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2362
2363 * minibuffer.el (minibuffer-complete): Don't get confused when the
2364 function is run twice via different commands (bug#10958).
2365 (complete-with-action): Fix docstring.
2366
292112ed
CY
23672012-03-12 Chong Yidong <cyd@gnu.org>
2368
5d1ac394
CY
2369 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
2370 (nxml-completion-at-point-function): New function.
2371 (nxml-mode): Use it.
2372 (nxml-bind-meta-tab-to-complete-flag): Default to t.
2373
292112ed
CY
2374 * emacs-lisp/package.el (package-unpack, package-unpack-single):
2375 Load generated autoloads file before byte compiling (Bug#10970).
2376 (package--make-autoloads-and-compile): New helper fun.
2377
4098f8f7
CS
23782012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
2379
2380 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
2381
8f754691
MA
23822012-03-11 Michael Albinus <michael.albinus@gmx.de>
2383
2384 * autorevert.el (auto-revert-handler): Ensure, that
2385 file-readable-p is applied only for local files or in
2386 auto-revert-tail-mode.
2387
e29ab36b
AS
23882012-03-11 Andreas Schwab <schwab@linux-m68k.org>
2389
dbbc2e69
SM
2390 * server.el (server-eval-at): Handle non-tcp connections.
2391 Decode result string.
ad0bf5b6 2392
e29ab36b
AS
2393 * server.el (server-msg-size): New constant.
2394 (server-reply-print): New function.
2395 (server-eval-and-print): Use it.
2396 (server-eval-at): Use server-quote-arg and server-unquote-arg.
2397 Handle -print-nonl.
2398
de5939ba
CS
23992012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
2400
2401 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
2402 (Bug#10987).
2403
0c93eabf
CY
24042012-03-11 Chong Yidong <cyd@gnu.org>
2405
397a688f
CY
2406 * simple.el (goto-line): Doc fix (Bug#9938).
2407
2cc775f9
CY
2408 * subr.el (save-window-excursion): Doc fix (Bug#9979).
2409
0c93eabf
CY
2410 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
2411 when finished (Bug#10963).
2412
c491fa41
MR
24132012-03-11 Martin Rudalics <rudalics@gmx.at>
2414
2415 * window.el (split-window-below): Fix bug in case where
2416 split-window-keep-point is nil (Bug#10971).
2417
300e8fa5
JL
24182012-03-11 Juri Linkov <juri@jurta.org>
2419
2420 * replace.el (replace-highlight): Set isearch-word to nil
2421 unconditionally. (Bug#10887)
2422
dbf6c5a1
EZ
24232012-03-10 Eli Zaretskii <eliz@gnu.org>
2424
2425 * net/mairix.el (mairix-replace-invalid-chars): Rename from
2426 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 2427 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
2428 (mairix-widget-create-query): Add usage information about mairix
2429 search forms: negating words, searching for substrings, etc.
2430
b9e501de
JP
24312012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
2432
2433 * international/fontset.el (font-encoding-alist): Add an entry for
2434 ksx1001 (Bug#5667).
2435
92795c91
RS
24362012-03-10 Richard Stallman <rms@gnu.org>
2437
1694e6c1
RS
2438 * mail/sendmail.el (mail-encode-header):
2439 Set rfc2047-encode-encoded-words.
2440
607e8555
RS
2441 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
2442
de3bc99a
RS
2443 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
2444 view buffer means not swapped.
2445 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
2446 (rmail-write-region-annotate): Error if real text has disappeared.
2447
92795c91
RS
2448 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
2449
699bd04e
CY
24502012-03-10 Chong Yidong <cyd@gnu.org>
2451
2452 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
2453 * emulation/cua-base.el (cua--init-keymaps):
2454 Add delete-forward-char to remappings (Bug#9666).
699bd04e 2455
570a1714
MR
24562012-03-10 Martin Rudalics <rudalics@gmx.at>
2457
dbbc2e69
SM
2458 * speedbar.el (speedbar-unhighlight-one-tag-line):
2459 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 2460
82dcf4e4
CY
24612012-03-10 Chong Yidong <cyd@gnu.org>
2462
7a2c7ca7
CY
2463 * minibuffer.el (completion-in-region, completion-help-at-point):
2464 Give the completion field overlay a high priority (Bug#6830).
2465
82dcf4e4
CY
2466 * dired.el (dired-goto-file): Recognize absolute file name
2467 listings (Bug#7126).
2468 (dired-goto-file-1): New helper function.
2469 (dired-toggle-read-only): Inhibit warnings.
2470
052e28ac
MA
24712012-03-09 Michael Albinus <michael.albinus@gmx.de>
2472
75f1671a 2473 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
2474 there are no properties.
2475
95d5e396
LL
24762012-03-09 Leo Liu <sdl.web@gmail.com>
2477
2478 * savehist.el (savehist-printable): Stricter check for string
2479 value (Bug#10937).
2480
3f018d6d
EZ
24812012-03-09 Eli Zaretskii <eliz@gnu.org>
2482
dbbc2e69
SM
2483 * mail/smtpmail.el (smtpmail-send-it):
2484 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
2485 valid mbox format.
2486
f7fd3d79
GM
24872012-03-09 Glenn Morris <rgm@gnu.org>
2488
2489 * files.el (dir-locals-find-file):
2490 Don't check result is regular, readable.
2491 (dir-locals-read-from-file): Demote errors.
2492
6ff6e72f
EZ
24932012-03-08 Eli Zaretskii <eliz@gnu.org>
2494
dbbc2e69
SM
2495 * international/quail.el (quail-insert-kbd-layout):
2496 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
2497 layout cell, to prevent their reordering by bidi display engine.
2498 For details, see the discussion in
2499 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2500
9cec7834
AM
25012012-03-08 Alan Mackenzie <acm@muc.de>
2502
2503 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2504 the starting position; make it extend the marked region when
2505 invoked repeatedly - all under appropriate circumstances.
2506 Fixes bugs #5525, #10906.
2507
9a40b8d4
GM
25082012-03-08 Glenn Morris <rgm@gnu.org>
2509
2510 * files.el (locate-dominating-file, dir-locals-find-file):
2511 Undo 2012-03-06 change.
2512
7a08ed35
EZ
25132012-03-07 Eli Zaretskii <eliz@gnu.org>
2514
dbbc2e69
SM
2515 * international/quail.el (quail-help):
2516 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
2517 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2518 for the reason.
2519
5aca4f71 25202012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
2521
2522 Avoid superfluous registering of signals. (Bug#10807)
2523
2524 * notifications.el (notifications-on-action-object)
2525 (notifications-on-close-object): New defvars.
2526 (notifications-on-action-signal, notifications-on-closed-signal):
2527 Unregister the signal if not needed any longer.
2528 (notifications-notify): Register `notifications-action-signal' or
2529 `notifications-closed-signal', if :on-action or :on-close has been
2530 passed as argument.
2531
78e8b10a
CY
25322012-03-07 Chong Yidong <cyd@gnu.org>
2533
2534 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2535 non-X platforms.
2536
69481eb8
GM
25372012-03-06 Glenn Morris <rgm@gnu.org>
2538
2539 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2540 (x-disown-selection-internal, x-get-selection-internal):
2541 Doc fix (add arglist signatures). (Bug#10783)
2542
133b8e11
KS
25432012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2544
2545 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2546 Handle breakpoints with no "type".
2547
99a83064
GM
25482012-03-06 Glenn Morris <rgm@gnu.org>
2549
2550 * files.el (locate-dominating-file): Add optional predicate argument.
2551 (dir-locals-find-file): Make use of above change.
2552
17798e78
TTN
25532012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2554
2555 * info.el (Info-insert-dir): Also try "dir.gz".
2556
eb182446
GM
25572012-03-06 Glenn Morris <rgm@gnu.org>
2558
8f2114ee
GM
2559 * files.el (dir-locals-find-file):
2560 Ignore non-readable or non-regular files. (Bug#10928)
2561
eb182446
GM
2562 * files.el (locate-dominating-file): Doc fix.
2563
24679323
AS
25642012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2565
2566 * calendar/calendar.el (calendar-set-mode-line):
2567 `getenv' returns a string. (Bug#10951)
2568
01d972a9
LL
25692012-03-05 Leo Liu <sdl.web@gmail.com>
2570
109aa8a9
LL
2571 * simple.el (backward-delete-char-untabify): Constrain point to
2572 field (Bug#10939).
2573
01d972a9
LL
2574 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2575
10607bea
CY
25762012-03-05 Chong Yidong <cyd@gnu.org>
2577
2578 * simple.el (count-words): If called from Lisp, return the word
2579 count, for symmetry with `count-lines'. Arglist changed.
2580 (count-words--message): Args changed. Consolidate counting code
2581 from count-words and count-words-region.
2582 (count-words-region): Caller changed.
2583 (count-lines-region): Make it an obsolete alias.
2584
5dd11cfe
TH
25852012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2586
2587 * saveplace.el (save-place-to-alist)
2588 (save-place-ignore-files-regexp): Allow value nil to disable this
2589 feature.
2590
c349f4e6
CY
25912012-03-04 Chong Yidong <cyd@gnu.org>
2592
2593 * faces.el (face-spec-reset-face): For the default face, reset the
2594 attributes to default values (Bug#10748).
2595
e627be4c
LMI
25962012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2597
2598 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2599 previous patch: Check `message-send-mail-function', and not the
2600 default function (bug#10897).
2601
ebeabff4
MA
26022012-03-04 Michael Albinus <michael.albinus@gmx.de>
2603
a41a6cf4
MA
2604 * notifications.el (notifications-on-action-signal)
2605 (notifications-on-closed-signal): Check for unique service name of
2606 incoming event. Fix error in removing entry.
ebeabff4 2607 (top): Register for signals with wildcard service name.
a41a6cf4 2608 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 2609
c1ca42b4
CY
26102012-03-04 Chong Yidong <cyd@gnu.org>
2611
dc9924b8 2612 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 2613
ea16568d
GM
26142012-03-04 Glenn Morris <rgm@gnu.org>
2615
2616 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2617 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2618 (expand-abbrev, define-abbrev-table): Doc fixes.
2619
fbae4637
LMI
26202012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2621
2622 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2623 `message-default-send-mail-function' and not `send-mail-function'
2624 when doing the prompting for `sendmail-query-once' before sending
2625 in Message buffers (bug#10897).
2626
a1e7225c
LMI
2627 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2628 This is inconsistent with all the other stream functions, which leave
2629 the setting up to the higher levels (if so wanted) (bug#10931).
2630
56d093a9
AM
26312012-03-02 Alan Mackenzie <acm@muc.de>
2632
2633 Depessimize the handling of very large macros.
2634
2635 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2636 (c-macro-cache-syntactic): New variables to implement a one
2637 element macro cache.
2638 (c-invalidate-macro-cache): New function.
2639 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2640 Adapt to use the new cache.
2641 (c-state-safe-place): Use better the cache of safe positions.
2642 (c-state-semi-nonlit-pos-cache)
2643 (c-state-semi-nonlit-pos-cache-limit):
2644 New variables for...
2645 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2646 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
2647 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2648 Use c-state-semi-safe-place.
56d093a9 2649
dbbc2e69
SM
2650 * progmodes/cc-langs.el (c-get-state-before-change-functions):
2651 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 2652
817e5c3d
MA
26532012-03-02 Michael Albinus <michael.albinus@gmx.de>
2654
dbbc2e69
SM
2655 * jka-compr.el (jka-compr-call-process):
2656 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
2657 not remote.
2658
a032a702
MA
26592012-03-01 Michael Albinus <michael.albinus@gmx.de>
2660
2661 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2662 access of FILE2, if FILE1 does not exist.
2663
99a54f21
MA
2664 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2665 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2666
2667 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2668 Add "PAGER=" to `process-environment'.
2669
f6561e1f
MM
26702012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2671
2672 * progmodes/sql.el: Bug fix
2673 (sql-get-login-ext): Save login values in globals.
2674 (sql-get-login): Use new version of `sql-get-login-ext'.
2675 (sql-interactive-mode): Set global `sql-connection' to nil.
2676 (sql-connect): Set global values for connection.
2677 (sql-product-interactive): Save global values as buffer local.
2678
2d44d9cc
LL
26792012-02-29 Leo Liu <sdl.web@gmail.com>
2680
2681 * abbrev.el (define-abbrevs): Reset sys to nil.
2682
96b49301 26832012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2684
bf7f9bc5
JB
2685 * files.el (file-equal-p): Rename from `files-equal-p'.
2686 Return nil when one or both files don't exist.
96b49301 2687 (file-subdir-of-p): Now only top directory must exists,
2688 return nil if it doesn't.
bf7f9bc5
JB
2689 (copy-directory): No need to test with `file-subdir-of-p' after
2690 creating dir.
2691 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
2692 to `file-equal-p'.
96b49301 2693
44e97401
GM
26942012-02-28 Glenn Morris <rgm@gnu.org>
2695
2696 * shell.el (shell-mode):
2697 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
2698 * play/landmark.el (landmark-font-lock-face-O):
2699 * play/handwrite.el (handwrite):
2700 * play/gomoku.el (gomoku-O):
2701 * net/browse-url.el (browse-url-browser-display):
2702 * international/mule.el (define-charset):
2703 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
2704 * filesets.el (filesets-find-file-delay):
2705 * eshell/em-xtra.el (eshell-xtra):
2706 * eshell/em-unix.el (eshell-grep):
2707 * emulation/viper.el (viper-mode):
2708 * emacs-lisp/regexp-opt.el (regexp-opt-group):
2709 * emacs-lisp/easymenu.el (easy-menu-define):
2710 * calendar/timeclock.el (timeclock-use-display-time):
2711 * bs.el (bs-mode):
2712 * bookmark.el (bookmark-save-flag):
2713 Doc fix (standardize possessive apostrophe usage).
2714
c98c6276
CY
27152012-02-27 Chong Yidong <cyd@gnu.org>
2716
bf7f9bc5
JB
2717 * emulation/viper-cmd.el (viper-intercept-ESC-key):
2718 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 2719
c98c6276
CY
2720 * font-lock.el (font-lock-specified-p): Rename from
2721 font-lock-spec-present. Callers changed.
2722
9c62cd04 27232012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 2724
bf7f9bc5
JB
2725 * emacs-lisp/package.el (package-compute-transaction):
2726 Handle holding a package version to t in package-load-list.
8ac9e529 2727
530739c9
MA
27282012-02-26 Michael Albinus <michael.albinus@gmx.de>
2729
2730 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
2731 (tramp-get-inode, tramp-get-device): Use cached values.
2732
487915d7
AM
27332012-02-26 Alan Mackenzie <acm@muc.de>
2734
2735 Check there is a font-lock specification before doing initial
2736 fontification.
2737
2738 * font-core.el (font-lock-mode): Move the conditional from
2739 :after-hook to font-lock-initial-fontify.
2740 (font-lock-default-function): Move the check for a specification
2741 to font-lock-spec-present.
2742
dc9924b8 2743 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
2744 (font-lock-spec-present): New function.
2745
4fd96557
JB
27462012-02-26 Jim Blandy <jimb@red-bean.com>
2747
2748 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
2749 (gdb-send): Apply it to the operand of the '-interpreter-exec
2750 console' command, so that we can pass arguments with (say) quotes
2751 in them. Store exact string sent in gdb-debug-log (Bug#10765).
2752
9a4888c0
CY
27532012-02-26 Chong Yidong <cyd@gnu.org>
2754
07498861
CY
2755 * help-fns.el (describe-function-1): Clarify description of
2756 remapping (Bug#10844).
2757
9a4888c0
CY
2758 * files.el (files-equal-p): Doc fix.
2759 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
2760 and quit the loop once a mismatch is found.
2761
ea8fb88d
JB
27622012-02-25 Juanma Barranquero <lekktu@gmail.com>
2763
2764 * bs.el (bs--show-with-configuration): Don't throw an error
2765 if the window cannot be split; otherwise, subsequent calls to
2766 bs-show fail, restoring a stale window config. (Bug#10882)
2767
525795c1
JD
27682012-02-25 Jan Djärv <jan.h.d@swipnet.se>
2769
2770 * term/ns-win.el (global-map): Bind ns-drag-file to
2771 ns-find-file (Bug#5855, Bug#10050).
2772
f008086f
AS
27732012-02-25 Andreas Schwab <schwab@linux-m68k.org>
2774
2775 * calendar/parse-time.el (parse-time-string): Allow extractor to
2776 return nil.
2777
a3fcfa99
MA
27782012-02-25 Michael Albinus <michael.albinus@gmx.de>
2779
91027d08
JB
2780 * net/tramp.el (tramp-file-name-for-operation):
2781 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
2782
2783 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
2784 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2785 Add COPY-CONTENTS argument.
a3fcfa99 2786
67b0de11
CY
27872012-02-25 Chong Yidong <cyd@gnu.org>
2788
2789 Add custom groups for VC backends, for consistency with vc-bzr.
2790
2791 * vc/vc-arch.el (vc-arch):
2792 * vc/vc-cvs.el (vc-cvs):
2793 * vc/vc-git.el (vc-git):
2794 * vc/vc-hg.el (vc-hg):
2795 * vc/vc-mtn.el (vc-mtn):
2796 * vc/vc-rcs.el (vc-rcs):
2797 * vc/vc-sccs.el (vc-sccs):
2798 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
2799 All relevant defcustoms reassigned.
2800
3c9dfce6
CY
28012012-02-25 Chong Yidong <cyd@gnu.org>
2802
1339bf43
CY
2803 * newcomment.el (comment-styles): Add autoload (Bug#10868).
2804
3c9dfce6
CY
2805 * term/x-win.el (x-initialize-window-system): Reduce default for
2806 x-selection-timeout to 5 seconds (Bug#8869).
2807
25b2e303 28082012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2809
ec70a47d
GM
2810 * files.el (files-equal-p, file-subdir-of-p): New functions.
2811 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 2812 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
2813 * dired-aux.el (dired-copy-file-recursive): Same.
2814 (dired-create-files): Modify destination when source is equal to
2815 dest when copying files.
53a46cd0 2816 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 2817
914260cd
MA
28182012-02-24 Michael Albinus <michael.albinus@gmx.de>
2819
2820 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
2821 (Bug#10874)
2822
2cb228f7
AM
28232012-02-23 Alan Mackenzie <acm@muc.de>
2824
2825 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
2826 parameter "after-hook:" to allow the expansion to run code after
2827 the execution of the mode hooks.
2828
2829 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 2830 from font-lock-mode-internal.
2cb228f7 2831
91027d08 2832 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
2833 :after-hook.
2834
8f0fde21
SM
28352012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2836
3e88618b
SM
2837 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
2838 (completion--cache-all-sorted-completions): New function.
2839 (completion-all-sorted-completions): Use it.
2840 (completion--do-completion, minibuffer-force-complete):
2841 Use it to re-instate the flush hook.
2842
8f0fde21
SM
2843 * icomplete.el (icomplete-completions): Replace last fix with a better
2844 one (bug#10850).
2845
8e911f6f
DG
28462012-02-23 Dmitry Gutov <dgutov@yandex.ru>
2847
2848 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
2849 when it might call us back infinitely (bug#10797).
2850
49fe4321
GM
28512012-02-23 Glenn Morris <rgm@gnu.org>
2852
2853 * minibuffer.el (completion-category-overrides): Doc fix.
2854
b291b572
SM
28552012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * minibuffer.el (completion-table-with-context): Fix inf-loop.
2858 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
2859
31a9ef2e
GM
28602012-02-23 Glenn Morris <rgm@gnu.org>
2861
5e6e6794 2862 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
2863 (authors-obsolete-files-regexps, authors-ignored-files)
2864 (authors-ambiguous-files, authors-renamed-files-alist):
2865 Add more entries.
2866
0bd1e074
JL
28672012-02-23 Juri Linkov <juri@jurta.org>
2868
2869 * isearch.el (isearch-occur): Sync interactive spec with occur's
2870 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
2871
b617673c
JL
2872 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
2873
19e9789e
JL
28742012-02-22 Juri Linkov <juri@jurta.org>
2875
2876 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
2877 (ucs-insert): Doc fix. Check for hex digits in the string.
2878 Don't display `nil' in the error message. (Bug#10857)
2879
f41ce09d
AM
28802012-02-22 Alan Mackenzie <acm@muc.de>
2881
7a71b18d 2882 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 2883
ac2eceee
GM
28842012-02-22 Glenn Morris <rgm@gnu.org>
2885
2886 * ffap.el (ffap-c-path):
2887 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
2888
abd1f678
CY
28892012-02-22 Chong Yidong <cyd@gnu.org>
2890
2891 * custom.el (load-theme): Doc fix.
2892
f25aef2e
GM
28932012-02-22 Glenn Morris <rgm@gnu.org>
2894
2895 * dired-x.el (dired-guess-shell-alist-default):
2896 Remove escape sequences from nroff output. (Bug#172)
2897
5f8dc2ca
GM
28982012-02-21 Glenn Morris <rgm@gnu.org>
2899
6ff86ec4
GM
2900 * vc/emerge.el (emerge-defvar-local):
2901 Set `permanent-local' property rather than unused `preserved'.
2902
be3223a3 2903 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
2904 (picture-mode-map): Use it. (Bug#10860)
2905 (picture-mode): Doc fix.
2906
3fe58f4f
JB
29072012-02-21 Juanma Barranquero <lekktu@gmail.com>
2908
2909 * newcomment.el (uncomment-region-default): Remove unused binding.
2910
f9a998c3
GM
29112012-02-21 Glenn Morris <rgm@gnu.org>
2912
2913 * textmodes/picture.el (picture-motion, picture-motion-reverse)
2914 (picture-self-insert, picture-tab-chars): Doc fix.
2915 (picture-mode-map): Fix C-a, C-e.
2916
c6029348
GM
29172012-02-20 Glenn Morris <rgm@gnu.org>
2918
2919 * emacs-lisp/authors.el (authors-aliases): Add another entry.
2920
ab1ce9d7
LL
29212012-02-20 Leo Liu <sdl.web@gmail.com>
2922
2923 * icomplete.el (icomplete-completions): Check FROM arg before
2924 passing to substring (Bug#10850).
2925
0fd40f89
CY
29262012-02-19 Chong Yidong <cyd@gnu.org>
2927
2928 * comint.el: Require ansi-color.
2929 (comint-output-filter-functions): Add ansi-color-process-output.
2930
2931 * ansi-color.el: Don't set comint-output-filter-functions; it is
2932 now in the initial value defined in comint.el.
2933 (ansi-color-apply-face-function): New variable.
2934 (ansi-color-apply-on-region): Use it.
2935 (ansi-color-apply-overlay-face): New function.
2936
2937 * shell.el (shell): No need to require ansi-color.
2938 (shell-mode): Use ansi-color-apply-face-function to highlight
2939 color escapes using font-lock-face property (Bug#10835).
2940
20af2394
CY
29412012-02-19 Chong Yidong <cyd@gnu.org>
2942
2943 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
2944 mode-line formats (Bug#10839).
2945
e23a3fbe
GM
29462012-02-18 Glenn Morris <rgm@gnu.org>
2947
b474519e
GM
2948 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
2949
2950 * mail/undigest.el (unforward-rmail-message): Doc fix.
2951
e23a3fbe
GM
2952 * saveplace.el (save-place-ignore-files-regexp): Add :version.
2953
57939ff4
EZ
29542012-02-18 Eli Zaretskii <eliz@gnu.org>
2955
2956 * international/characters.el (script-list): Sync with the latest
2957 Unicode Character Database.
2958
0c23686e
AS
29592012-02-18 Andreas Schwab <schwab@linux-m68k.org>
2960
2961 * international/titdic-cnv.el: Remove duplicate coding tag.
2962 * language/cham.el: Likewise.
2963 * language/tai-viet.el: Likewise.
2964
6818b449
GM
29652012-02-18 Glenn Morris <rgm@gnu.org>
2966
2967 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
2968 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
2969 (calendar-bahai-all-holidays-flag, calendar-other-dates):
2970 * calendar/diary-lib.el (diary-abbreviated-year-flag):
2971 * calendar/holidays.el (holiday-bahai-holidays)
2972 (calendar-holidays, list-holidays):
2973 Use utf-8 Bahá'í in doc-strings, menus, etc.
2974
0311a3fc
TH
29752012-02-17 Tassilo Horn <tassilo@member.fsf.org>
2976
2977 * saveplace.el (save-place-ignore-files-regexp): New variable
2978 allowing for excluding files from saving their location of point.
2979 The default value matches the temporary commit message editing
2980 files from Git, SVN, Bazaar, and Mercurial.
2981 (save-place-to-alist): Use it.
2982
eb864a71
LM
29832012-02-17 Lawrence Mitchell <wence@gmx.li>
2984 Stefan Monnier <monnier@iro.umontreal.ca>
2985
2986 * newcomment.el (uncomment-region-default): Don't leave extra space
2987 when an arg is provided (bug#8150).
2988
ee0ce425
TZ
29892012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2990
eb864a71 2991 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 2992
95ddf442
GM
29932012-02-17 Glenn Morris <rgm@gnu.org>
2994
2995 * net/socks.el: Require network-stream. (Bug#10599)
2996
48dd1e39 29972012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
2998
2999 * international/charprop.el:
3000 * international/uni-name.el:
3001 * international/uni-old-name.el:
3002 * international/uni-comment.el: Regenerate.
3003
d68cd087
GM
30042012-02-16 Glenn Morris <rgm@gnu.org>
3005
3006 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
3007 Interactively in calendar buffer, give an error if not on a date.
3008
13932042
GM
30092012-02-15 Glenn Morris <rgm@gnu.org>
3010
3011 * shell.el (shell-delimiter-argument-list):
3012 Revert 2011-02-17 change. (Bug#8027)
3013
c3a70e2b
CY
30142012-02-15 Chong Yidong <cyd@gnu.org>
3015
60236b0d
CY
3016 * minibuffer.el (completion-at-point-functions): Doc fix.
3017
c3a70e2b
CY
3018 * custom.el (defcustom): Doc fix; note use of defvar.
3019
9f26dc24
GM
30202012-02-15 Glenn Morris <rgm@gnu.org>
3021
3022 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
3023 Doc fixes.
3024
6546b134
GM
30252012-02-14 Glenn Morris <rgm@gnu.org>
3026
3027 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
3028
d29b2b4c
LI
30292012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3030
3031 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
3032 way the ports list is computed.
835bdcba
LI
3033 (smtpmail-query-smtp-server): Prompt the user for a port number if
3034 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 3035
08dcdbc9
TZ
30362012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3037
3038 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
3039
2605051a
GM
30402012-02-13 Glenn Morris <rgm@gnu.org>
3041
3042 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
3043
7ee99f32
TZ
30442012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3045
3046 * net/gnutls.el (gnutls-trustfiles): New variable.
3047 (gnutls-negotiate): Use it.
3048
5f0af64f
LI
30492012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3050
3051 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
3052 does its stuff if Gnus is running.
3053
c14fcc95
AM
30542012-02-13 Alan Mackenzie <acm@muc.de>
3055
3056 Fix a loop in c-set-fl-decl-start.
3057
7a71b18d 3058 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
3059 c-backward-syntactic-ws actually moves backwards.
3060
142b4d90
LL
30612012-02-13 Leo Liu <sdl.web@gmail.com>
3062
3063 * net/rcirc.el (rcirc-markup-attributes): Move point to the
3064 beginning so that all \C-o chars are removed.
3065
fa9958a6
TZ
30662012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
3067
dc9924b8 3068 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 3069
0bc5886a
AM
30702012-02-12 Alan Mackenzie <acm@muc.de>
3071
3072 Fix infinite loop with long macros.
4d6769e1 3073 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 3074
d4bd55e7
CY
30752012-02-12 Chong Yidong <cyd@gnu.org>
3076
3077 * window.el (display-buffer): Doc fix (Bug#10785).
3078
66f3fe22
GM
30792012-02-12 Glenn Morris <rgm@gnu.org>
3080
bd7da63e
GM
3081 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3082 (x-disown-selection-internal, x-get-selection-internal):
3083 Sync docs with the xselect.c versions.
3084
66f3fe22
GM
3085 * allout-widgets.el: Add missing license notice.
3086
3e0d2fa7
GM
30872012-02-11 Glenn Morris <rgm@gnu.org>
3088
cfecdf09
GM
3089 * select.el (x-get-selection-internal, x-own-selection-internal)
3090 (x-disown-selection-internal):
3091 * x-dnd.el (x-get-selection-internal): Update declarations.
3092
6d216d7f
GM
3093 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
3094
2bed3f04
GM
3095 * window.el (window-sides-slots):
3096 * tool-bar.el (tool-bar-position):
3097 * term/xterm.el (xterm-extra-capabilities):
3098 * ses.el (ses-self-reference-early-detection):
3099 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
3100 (verilog-auto-wire-type)
3101 (verilog-auto-delete-trailing-whitespace)
3102 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
3103 (verilog-auto-tieoff-declaration):
3104 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
3105 (sql-oracle-statement-starters, sql-oracle-scan-on):
3106 * progmodes/prolog.el (prolog-align-comments-flag)
3107 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
3108 (prolog-left-indent-regexp, prolog-paren-indent-p)
3109 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
3110 (prolog-types, prolog-mode-specificators)
3111 (prolog-determinism-specificators, prolog-directives)
3112 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
3113 (prolog-electric-dot-flag)
3114 (prolog-electric-dot-full-predicate-template)
3115 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
3116 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
3117 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
3118 (prolog-program-switches, prolog-prompt-regexp)
3119 (prolog-debug-on-string, prolog-debug-off-string)
3120 (prolog-trace-on-string, prolog-trace-off-string)
3121 (prolog-zip-on-string, prolog-zip-off-string)
3122 (prolog-use-standard-consult-compile-method-flag)
3123 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
3124 (prolog-imenu-max-lines, prolog-info-predicate-index)
3125 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
3126 (prolog-char-quote-workaround):
3127 * progmodes/cc-vars.el (c-defun-tactic):
3128 * net/tramp.el (tramp-encoding-command-interactive)
3129 (tramp-local-end-of-line):
3130 * net/soap-client.el (soap-client):
3131 * net/netrc.el (netrc-file):
3132 * net/gnutls.el (gnutls):
3133 * minibuffer.el (completion-category-overrides)
3134 (completion-cycle-threshold)
3135 (completion-pcm-complete-word-inserts-delimiters):
3136 * man.el (Man-name-local-regexp):
3137 * mail/feedmail.el (feedmail-display-full-frame):
3138 * international/characters.el (glyphless-char-display-control):
3139 * eshell/em-ls.el (eshell-ls-date-format):
3140 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
3141 (lisp-lambda-list-keyword-parameter-indentation)
3142 (lisp-lambda-list-keyword-parameter-alignment):
3143 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
3144 * dired-x.el (dired-omit-verbose):
3145 * cus-theme.el (custom-theme-allow-multiple-selections):
3146 * calc/calc.el (calc-highlight-selections-with-faces)
3147 (calc-lu-field-reference, calc-lu-power-reference)
3148 (calc-note-threshold):
3149 * battery.el (battery-mode-line-limit):
3150 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3151 (archive-7z-update):
3152 * allout.el (allout-prefixed-keybindings)
3153 (allout-unprefixed-keybindings)
3154 (allout-inhibit-auto-fill-on-headline)
3155 (allout-flattened-numbering-abbreviation):
3156 * allout-widgets.el (allout-widgets-auto-activation)
3157 (allout-widgets-icons-dark-subdir)
3158 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
3159 (allout-widgets-theme-dark-background)
3160 (allout-widgets-theme-light-background)
3161 (allout-widgets-item-image-properties-emacs)
3162 (allout-widgets-item-image-properties-xemacs)
3163 (allout-widgets-run-unit-tests-on-load)
3164 (allout-widgets-time-decoration-activity)
3165 (allout-widgets-hook-error-post-time)
3166 (allout-widgets-track-decoration):
3167 Add missing :version tags to new defcustoms and defgroups.
3168
5fec1b8e
GM
3169 * progmodes/sql.el (sql-ansi-statement-starters)
3170 (sql-oracle-statement-starters): Add custom type.
3171
3e0d2fa7
GM
3172 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
3173 (prolog-system-version): Give it a type.
3174
90b671e2
EZ
31752012-02-11 Eli Zaretskii <eliz@gnu.org>
3176
3177 * term/pc-win.el (x-select-text, x-selection-owner-p)
3178 (x-own-selection-internal, x-disown-selection-internal)
3179 (x-get-selection-internal): Sync doc strings and argument lists
3180 with xselect.c, common-win.el and x-win.el. (Bug#10783)
3181
5eac0c02
LL
31822012-02-11 Leo Liu <sdl.web@gmail.com>
3183
3184 * progmodes/python.el (python-end-of-statement): Fix infinite
3185 loop. (Bug#10788)
3186
f82cb659
GM
31872012-02-10 Glenn Morris <rgm@gnu.org>
3188
3189 * international/mule-cmds.el (unify-8859-on-encoding-mode)
3190 (unify-8859-on-decoding-mode): Properly mark as obsolete.
3191
cc26d239
LI
31922012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3193
3194 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
3195 about SMTP before checking the From header.
3196
91027d08 3197 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
3198 into own function for reuse by emacsbug.el.
3199
1be3ca5a
LL
32002012-02-10 Leo Liu <sdl.web@gmail.com>
3201
3202 * subr.el (condition-case-unless-debug): Rename from
3203 condition-case-no-debug. All callers changed.
3204 (with-demoted-errors): Fix caller.
3205
3206 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
3207 * nxml/rng-valid.el (rng-do-some-validation):
3208 * emacs-lisp/package.el (package-refresh-contents)
3209 (package-menu-execute):
3210 * desktop.el (desktop-create-buffer):
91027d08 3211 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 3212
b011fbfe
GM
32132012-02-10 Glenn Morris <rgm@gnu.org>
3214
b2096d72
GM
3215 * textmodes/bibtex.el:
3216 Add missing :version tags for new/changed defcustoms.
3217
b011fbfe
GM
3218 * files.el (remote-file-name-inhibit-cache): Doc fixes.
3219
4c7e65bf
LI
32202012-02-09 Lars Ingebrigtsen <larsi@rusty>
3221
3222 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
3223 (smtpmail-via-smtp): Use it, or fall back on the From address.
3224 (smtpmail-send-it): Ditto.
3225
f3934f6f
SM
32262012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3227
3228 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3229 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
3230 (byte-compile-tmp-var): New const.
3231 (byte-compile-defvar): Use it to minimize .elc size.
3232 Just use `defvar' rather than simulate it (bug#10761).
3233
a075a2c5
GM
32342012-02-09 Glenn Morris <rgm@gnu.org>
3235
cf3aa21b
GM
3236 * files.el (rename-uniquely): Doc fix. (Bug#3806)
3237
354998cd
GM
3238 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
3239 Add :version tags.
3240
dc9924b8
SM
3241 * progmodes/compile.el (compilation-error-screen-columns)
3242 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 3243
dab3703d
GM
3244 * vc/log-view.el (log-view-toggle-entry-display):
3245 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
3246
3f88cd72
GM
3247 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
3248 (report-emacs-bug-can-use-xdg-email):
3249 (report-emacs-bug-insert-to-mailer): Doc fixes.
3250 (report-emacs-bug): Message fix.
3251
d95b247d
GM
3252 * net/browse-url.el (browse-url-can-use-xdg-open)
3253 (browse-url-xdg-open): Doc fixes.
3254
a075a2c5
GM
3255 * electric.el (electric-indent-mode, electric-pair-mode)
3256 (electric-layout-rules, electric-layout-mode): Doc fixes.
3257 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
3258
ffb6157e
MR
32592012-02-08 Martin Rudalics <rudalics@gmx.at>
3260
3261 * server.el (server-unselect-display): Don't inadvertently kill
3262 the current buffer. (Bug#10729)
3263
e1ac4066
GM
32642012-02-08 Glenn Morris <rgm@gnu.org>
3265
34e8a2da
GM
3266 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
3267 (sql-list-table): Doc fixes.
3268
b4ac6e8c
GM
3269 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
3270 Comment out (does nothing).
3271
e1ac4066
GM
3272 * completion.el (dynamic-completion-mode):
3273 * dirtrack.el (dirtrack-debug-mode):
3274 * electric.el (electric-layout-mode):
3275 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
3276 * face-remap.el (text-scale-mode, buffer-face-mode):
3277 * iimage.el (iimage-mode):
3278 * image-mode.el (image-transform-mode):
3279 * minibuffer.el (completion-in-region-mode):
3280 * scroll-lock.el (scroll-lock-mode):
3281 * simple.el (next-error-follow-minor-mode):
3282 * tar-mode.el (tar-subfile-mode):
3283 * tooltip.el (tooltip-mode):
3284 * vcursor.el (vcursor-use-vcursor-map):
3285 * wid-browse.el (widget-minor-mode):
3286 * emulation/tpu-edt.el (tpu-edt-mode):
3287 * emulation/tpu-extras.el (tpu-cursor-free-mode):
3288 * international/iso-ascii.el (iso-ascii-mode):
3289 * language/thai-util.el (thai-word-mode):
3290 * mail/supercite.el (sc-minor-mode):
3291 * net/goto-addr.el (goto-address-mode):
3292 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
3293 * progmodes/cwarn.el (cwarn-mode):
3294 * progmodes/flymake.el (flymake-mode):
3295 * progmodes/glasses.el (glasses-mode):
3296 * progmodes/hideshow.el (hs-minor-mode):
3297 * progmodes/pascal.el (pascal-outline-mode):
3298 * textmodes/enriched.el (enriched-mode):
3299 * vc/smerge-mode.el (smerge-mode):
3300 Doc fixes (minor mode argument).
3301
5e0d957f
EZ
33022012-02-07 Eli Zaretskii <eliz@gnu.org>
3303
3304 * ls-lisp.el (ls-lisp-sanitize): New function.
3305 (ls-lisp-insert-directory): Use it to fix or remove any elements
3306 in file-alist with missing attributes. (Bug#4673)
3307
98d7371e
AM
33082012-02-07 Alan Mackenzie <acm@muc.de>
3309
3310 Fix spurious recognition of c-in-knr-argdecl.
3311
3312 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
3313 putative K&R region.
3314
667ced3a
AM
33152012-02-07 Alan Mackenzie <acm@muc.de>
3316
eb864a71
LM
3317 * progmodes/cc-engine.el (c-forward-objc-directive):
3318 Prevent looping in "#pragma mark @implementation".
667ced3a 3319
5b77774d
MA
33202012-02-07 Michael Albinus <michael.albinus@gmx.de>
3321
3322 * notifications.el (notifications-on-closed-signal): Make `reason'
3323 optional. (Bug#10744)
3324
af008560
GM
33252012-02-07 Glenn Morris <rgm@gnu.org>
3326
60d47423
GM
3327 * emacs-lisp/easy-mmode.el (define-minor-mode):
3328 Doc fixes for the macro and the mode it defines.
3329
dd605cc4
GM
3330 * image.el (imagemagick-types-inhibit): Doc fix.
3331
af008560
GM
3332 * cus-start.el (imagemagick-render-type): Add it.
3333
5cc59a37
LI
33342012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3335
4d6769e1
JB
3336 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
3337 Set the default at load time, too, so that `font-lock-fontify-buffer'
3338 can be called without setting up the entire mode first. This fixes
3339 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 3340
9a6dd747
CY
33412012-02-06 Chong Yidong <cyd@gnu.org>
3342
2d16b285
CY
3343 * simple.el (list-processes--refresh): Delete exited processes
3344 (Bug#8094).
3345
171e9b6e
CY
3346 * comint.el (comint-next-prompt): next-single-char-property-change
3347 and prev-single-char-property-change never return nil (Bug#8657).
3348
9a6dd747
CY
3349 * custom.el (defcustom): Doc fix (Bug#9711).
3350
aa4589a7
CY
33512012-02-05 Chong Yidong <cyd@gnu.org>
3352
5c2a252f
CY
3353 * cus-edit.el (custom-variable-reset-backup): Quote the value
3354 before storing it in the customized-value property (Bug#6712).
4aab9006 3355 (custom-display): Add a customization type tag.
983b9602 3356 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 3357
aa4589a7
CY
3358 * wid-edit.el (widget-field-value-get): New optional arg to
3359 suppress trailing whitespace truncation.
3360 (character): Use it (Bug#2689).
3361
1ff980ae
AS
33622012-02-05 Andreas Schwab <schwab@linux-m68k.org>
3363
3364 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
3365 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
3366
03988c98
CY
33672012-02-05 Chong Yidong <cyd@gnu.org>
3368
eeb6cc88
CY
3369 * cus-edit.el (custom-variable-value-create): For mismatched
3370 types, show the current value (Bug#7600).
3371
03988c98
CY
3372 * custom.el (defcustom): Doc fix.
3373
f8cdeef0
GM
33742012-02-05 Glenn Morris <rgm@gnu.org>
3375
3376 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
3377
0696d255
JB
33782012-02-05 Juanma Barranquero <lekktu@gmail.com>
3379
3380 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
3381 (pp-buffer): Use `ignore-errors', `looking-at-p'.
3382 (pp-last-sexp): Use `looking-at-p'.
3383
34c99998
GM
33842012-02-04 Glenn Morris <rgm@gnu.org>
3385
8f05da42
GM
3386 * files.el (revert-buffer):
3387 Doc fix (mention revert-buffer-in-progress-p).
3388
f160676e
GM
3389 * emacs-lisp/ert-x.el (ert-simulate-command):
3390 Check deferred-action-list (which is obsolete) is bound.
3391
c7291ad9
GM
3392 * subr.el (with-wrapper-hook): Doc fixes.
3393
34c99998
GM
3394 * simple.el (filter-buffer-substring-functions)
3395 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
3396
6283a7d3
LL
33972012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
3398
3399 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
3400 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
3401
e96e3013
LL
34022012-02-04 Leo Liu <sdl.web@gmail.com>
3403
3404 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
3405
8ded50f2
GM
34062012-02-04 Glenn Morris <rgm@gnu.org>
3407
82ff1d13
GM
3408 * image.el (image-extension-data): Add obsolete alias.
3409
987a0a16
GM
3410 * isearch.el (isearch-update): Doc fix.
3411
ea32ef46
GM
3412 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
3413
8ded50f2
GM
3414 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
3415
eea14f31
GM
34162012-02-03 Glenn Morris <rgm@gnu.org>
3417
3418 * image.el (image-animated-p): Doc fix. Use image-animated-types.
3419 (image-animate-timeout): Doc fix.
3420
3421 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
3422
12f381b7
GM
34232012-02-02 Glenn Morris <rgm@gnu.org>
3424
953cebf5
GM
3425 * server.el (server-auth-dir): Doc fix.
3426 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
3427
12f381b7
GM
3428 * subr.el (run-mode-hooks): Doc fix.
3429
953a8c3b
JL
34302012-02-02 Juri Linkov <juri@jurta.org>
3431
3432 * image-mode.el (image-toggle-display-image): Remove tautological
3433 `major-mode' from the `derived-mode-p' test.
3434
c5d3843c
KH
34352012-02-02 Kenichi Handa <handa@m17n.org>
3436
9f6e692e 3437 * composite.el (compose-region): Cancel previous change.
c5d3843c 3438
159462d4 34392012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
3440
3441 * composite.el (compose-region, compose-string): Signal error for
3442 a null string component (Bug#6988).
3443
9f562668
CY
34442012-02-01 Chong Yidong <cyd@gnu.org>
3445
e2cef717
CY
3446 * view.el (view-buffer-other-window, view-buffer-other-frame):
3447 Handle special modes like view-buffer (Bug#10650).
3448 (view-buffer): Simplify.
3449
9f562668
CY
3450 * frame.el (set-frame-font): Tweak meaning of third argument.
3451
9f6e692e
JB
3452 * dynamic-setting.el (font-setting-change-default-font):
3453 Use set-frame-font (Bug#9982).
9f562668 3454
781acb9f
GM
34552012-02-01 Glenn Morris <rgm@gnu.org>
3456
6035be52
GM
3457 * progmodes/compile.el (compilation-internal-error-properties):
3458 Respect compilation-first-column in the "*compilation*" buffer.
3459
781acb9f
GM
3460 * emacs-lisp/easy-mmode.el (define-minor-mode):
3461 Relax :variable's test for a named function.
3462
abbceb00
AM
34632012-01-31 Alan Mackenzie <acm@muc.de>
3464
3465 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
3466 off by one error.
3467
fce3fdeb
CY
34682012-01-31 Chong Yidong <cyd@gnu.org>
3469
3470 * frame.el (set-frame-font): New arg ALL-FRAMES.
3471
3472 * menu-bar.el (menu-set-font): Use set-frame-font.
3473
3474 * faces.el (face-spec-reset-face): Don't apply unspecified
3475 attribute values to the default face.
3476
47893581
JB
34772012-01-31 Juanma Barranquero <lekktu@gmail.com>
3478
3479 * progmodes/cwarn.el (cwarn): Remove dead link.
3480 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
3481 Remove * from defcustom docstrings.
3482 (turn-on-cwarn-mode): Make obsolete.
3483 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3484 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3485
e58e988a
GM
34862012-01-31 Glenn Morris <rgm@gnu.org>
3487
60dc2671 3488 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 3489 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 3490 Allow named functions to be used as the cdr of :variable.
e58e988a 3491
7a3f511d
GM
34922012-01-30 Glenn Morris <rgm@gnu.org>
3493
3494 * emacs-lisp/authors.el (authors-fixed-entries):
3495 Remove reference to deleted file rnewspost.el.
3496
cb882333
JB
34972012-01-29 Juanma Barranquero <lekktu@gmail.com>
3498
3499 * window.el (window-with-parameter): Remove unused variable `windows'.
3500 (window--side-check): Remove unused variable `code'.
3501 (window--resize-siblings): Remove unused variable `first'.
3502 (adjust-window-trailing-edge): Remove unused variable `failed'.
3503 (window-deletable-p, window--delete): Remove unused variable `buffer'.
3504 Use `let', not `let*'.
3505 (balance-windows-2): Remove unused variable `found'.
3506 (window--state-put-2): Remove unused variable `splits'.
3507 (window-state-put): Remove unused variable `selected'.
3508 (same-window-p): Use `string-match-p'.
3509 (display-buffer-assq-regexp): Remove unused variable `value'.
3510 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3511 Mark argument ALIST as ignored.
3512 (pop-to-buffer): Remove unused variable `old-window'.
3513
907201af
EZ
35142012-01-29 Eli Zaretskii <eliz@gnu.org>
3515
3516 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3517 and .lzma compressed files.
3518
ea162670
CY
35192012-01-29 Chong Yidong <cyd@gnu.org>
3520
5b95ee8a
CY
3521 * frame.el (window-system-default-frame-alist): Doc fix.
3522
ea162670
CY
3523 * dynamic-setting.el (font-setting-change-default-font): Don't
3524 change the default face if SET-FONT argument is non-nil (Bug#9982).
3525
d6e6f4b1
SB
35262012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3527
3528 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3529
0f29fa41 35302012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
3531
3532 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3533 breakpoints in files outside current directory (Bug#6098).
3534
db174434
CY
35352012-01-29 Chong Yidong <cyd@gnu.org>
3536
6b25e4e2
SE
3537 * progmodes/python.el: Require ansi-color at top-level.
3538
6df6ae42
JB
3539 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3540 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
3541 (lisp-mode-abbrev-table): Add doc.
3542 (lisp-mode-variables): Don't set local-abbrev-table.
3543 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3544
e70ee681
RW
35452012-01-28 Roland Winkler <winkler@gnu.org>
3546
3547 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3548
ace88aa2
RW
35492012-01-28 Roland Winkler <winkler@gnu.org>
3550
3551 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3552 (bibtex-set-dialect): Use it. Either set global values of
3553 dialect-dependent variables or bind these variables buffer-locally
3554 (Bug#10254).
3555 (bibtex-mode): Call bibtex-set-dialect via
3556 hack-local-variables-hook.
eb864a71
LM
3557 (bibtex-dialect): Update docstring.
3558 Add safe-local-variable predicate.
ace88aa2
RW
3559 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3560 bibtex-set-dialect.
3561 (bibtex-mode-map): Define menu for each dialect.
3562 (bibtex-entry): Fix docstring.
3563
93376c5b
CY
35642012-01-28 Chong Yidong <cyd@gnu.org>
3565
3566 * eshell/esh-arg.el (eshell-quote-argument): New function.
3567
3568 * eshell/esh-ext.el (eshell-invoke-batch-file):
3569 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3570 first arg to eshell-parse-command (Bug#10523).
3571
4372494f
DA
35722012-01-28 Drew Adams <drew.adams@oracle.com>
3573
3574 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3575 `default-directory' is non-nil.
3576
4d4ec1f8
EZ
35772012-01-28 Eli Zaretskii <eliz@gnu.org>
3578
3579 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3580 line that displays system-configuration-options. (Bug#9924)
3581
7c188927
DA
35822012-01-28 Drew Adams <drew.adams@oracle.com>
3583
3584 * descr-text.el (describe-char): Show information about POS, in
3585 addition to information about the character at POS. Improve and
3586 update the doc string. Change "code point" to "code point in
3587 charset", to avoid confusion with the character's Unicode code
3588 point shown above that. (Bug#10129)
3589
e0da685a
EZ
35902012-01-28 Eli Zaretskii <eliz@gnu.org>
3591
3592 * descr-text.el (describe-char): Show the raw character, not only
3593 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3594 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3595 for the reasons.
3596
70550acf
PH
35972012-01-28 Phil Hagelberg <phil@hagelb.org>
3598
eb864a71
LM
3599 * emacs-lisp/package.el (package-install):
3600 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 3601
0ce8e868
CY
36022012-01-28 Chong Yidong <cyd@gnu.org>
3603
cb882333
JB
3604 * emacs-lisp/package.el (package-maybe-load-descriptor):
3605 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
3606 (package-maybe-load-descriptor): Use it.
3607 (package-download-transaction): Fully load required packages
3608 inside the loop, so that `require' calls work (Bug#10593).
3609 (package-install): No need to call package-initialize now.
3610
2e7f3bea
CY
36112012-01-28 Chong Yidong <cyd@gnu.org>
3612
6e9bad14
CY
3613 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3614
f823b8ca
CY
3615 * tooltip.el (tooltip-mode): Doc fix.
3616 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3617
2680c309
CY
3618 * frame.el (set-cursor-color): Doc fix (Bug#352).
3619
d7a9e63b
CY
3620 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3621 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3622
2e7f3bea
CY
3623 * cus-edit.el (custom-buffer-create-internal): Fix search button
3624 action (Bug#10542).
2ae01800 3625 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 3626
fc4f7a23
EW
36272012-01-27 Eduard Wiebe <usenet@pusto.de>
3628
3629 * dired.el (dired-mark-files-regexp):
3630 Include any subdirectory components. (Bug#10445)
3631
7dd37071
ML
36322012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3633
3634 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3635 Handle [host]:port syntax. (Bug#10533)
3636
a268160b
AH
36372012-01-27 Alex Harsanyi <harsanyi@mac.com>
3638
3639 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3640
e43273ef
GM
36412012-01-26 Glenn Morris <rgm@gnu.org>
3642
3643 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3644 * term.el (term-raw-escape-map): Use Control-X-prefix.
3645 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3646
1edf595d
MR
36472012-01-25 Martin Rudalics <rudalics@gmx.at>
3648
3649 * window.el (window-state-get, window--state-get-1): Don't deal
3650 with fixed-sizeness of windows. Simplify code.
3651
fa8eafef
JC
36522012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
3653
6df6ae42
JB
3654 * window.el (window--state-get-1, window--state-put-2):
3655 Don't save and restore the mark.
fa8eafef 3656
0b21c100
CY
36572012-01-25 Chong Yidong <cyd@gnu.org>
3658
3659 * custom.el (custom-variable-p): Doc fix.
3660
5ae1a6c8
GM
36612012-01-25 Glenn Morris <rgm@gnu.org>
3662
40047858
GM
3663 * dired.el (dired-goto-file): Handle some of the more common
3664 characters that `ls -b' escapes. (Bug#10596)
3665
5ddce96c
GM
3666 * progmodes/compile.el (compilation-next-error-function):
3667 Respect compilation-first-column in the "*compilation*" buffer.
3668 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3669
5ae1a6c8
GM
3670 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3671
b559f1a9
GM
36722012-01-24 Glenn Morris <rgm@gnu.org>
3673
3674 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3675
6725d21a
JD
36762012-01-24 Julien Danjou <julien@danjou.info>
3677
3678 * color.el (color-rgb-to-hsl): Fix value computing.
3679 (color-hue-to-rgb): New function.
3680 (color-hsl-to-rgb): New function.
3681 (color-clamp, color-saturate-hsl, color-saturate-name)
3682 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3683 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3684
70df4bbe
GM
36852012-01-24 Glenn Morris <rgm@gnu.org>
3686
3687 * vc/vc-rcs.el (vc-rcs-create-tag):
3688 * vc/vc-sccs.el (vc-sccs-create-tag):
3689 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
3690
802a2ae2
ML
36912012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
3692
3693 * eshell/esh-util.el (eshell-read-hosts-file):
3694 Skip comment lines. (Bug#10549)
3695
d7128bb1
ML
3696 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
3697
d1a5c3b4
JB
36982012-01-23 Juanma Barranquero <lekktu@gmail.com>
3699
2724d9c7
JB
3700 * subr.el (display-delayed-warnings): Doc fix.
3701 (collapse-delayed-warnings): New function to collapse identical
3702 adjacent warnings.
3703 (delayed-warnings-hook): Add it.
d1a5c3b4 3704
a5509865
MA
37052012-01-22 Michael Albinus <michael.albinus@gmx.de>
3706
3707 * net/tramp.el (tramp-action-login): Set connection property "login-as".
3708
3709 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
3710 properties, when "login-as" is set.
3711
3712 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
3713 (tramp-default-user-alist): Don't add "pscp".
3714 (tramp-do-copy-or-rename-file-out-of-band): Use connection
3715 property "login-as", if set. (Bug#10530)
3716
cc6d5805
MA
37172012-01-21 Michael Albinus <michael.albinus@gmx.de>
3718
3719 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
3720 "plink1" and "psftp". (Bug#10530)
3721
37222012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
3723
3724 * international/mule-cmds.el (prefer-coding-system): Show a
3725 warning message if the default value of file-name-coding-system
3726 was not changed.
3727
f0960428
JC
37282012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3729
cb882333
JB
3730 * windmove.el (windmove-reference-loc):
3731 Fix windmove-reference-loc miscalculation.
f0960428 3732
dd6f2a63
JB
37332012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
3734
3735 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
3736 default unit.
3737
7b447e9b
GM
37382012-01-21 Glenn Morris <rgm@gnu.org>
3739
117a9ea1
GM
3740 * international/mule.el (auto-coding-alist): Add .tbz.
3741
7b447e9b
GM
3742 * files.el (local-enable-local-variables): Doc fix.
3743 (inhibit-local-variables-regexps): Rename from
3744 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
3745 Doc fix. Add some extensions from auto-coding-alist.
3746 (inhibit-local-variables-suffixes):
3747 Rename from inhibit-first-line-modes-suffixes. Doc fix.
3748 (inhibit-local-variables-p):
3749 New function, extracted from set-auto-mode-1.
3750 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
3751 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
3752 (hack-local-variables): Doc fix. Make the mode-only case
3753 respect enable-local-variables and friends.
3754 Respect inhibit-local-variables-regexps for file-locals, but
3755 not for directory-locals.
3756 (set-visited-file-name):
3757 Take account of inhibit-local-variables-regexps.
3758 Whether it applies may change as the file name is changed.
3759 * jka-cmpr-hook.el (jka-compr-install):
3760 * jka-compr.el (jka-compr-uninstall):
3761 Update for inhibit-first-line-modes-suffixes name change.
3762
dd6e3cdd
MR
37632012-01-20 Martin Rudalics <rudalics@gmx.at>
3764
3765 * help-macro.el (make-help-screen): Temporarily restore original
3766 binding for minor-mode-map-alist (Bug#10454).
3767
0d0deb38
JD
37682012-01-19 Julien Danjou <julien@danjou.info>
3769
3770 * color.el (color-name-to-rgb): Use the white color to find the max
3771 color component value and return correctly computed values.
3772 (color-name-to-rgb): Add missing float conversion for max value.
3773
34a02f46
MR
37742012-01-19 Martin Rudalics <rudalics@gmx.at>
3775
3776 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
3777 special state value for window-persistent-parameters.
3778 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
3779 (window--state-put-2): Reset all window parameters to nil before
3780 assigning values of persistent parameters.
3781
606c44c4
AM
37822012-01-18 Alan Mackenzie <acm@muc.de>
3783
3784 Eliminate sluggishness and hangs in fontification of "semicolon
3785 deserts".
3786
cb882333
JB
3787 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
3788 Change value 10000 -> 3000.
606c44c4
AM
3789 (c-state-safe-place): Reformulate so it doesn't stack up an
3790 infinite number of wrong entries in c-state-nonlit-pos-cache.
3791 (c-determine-limit-get-base, c-determine-limit): New functions to
3792 determine backward search limits disregarding literals.
3793 (c-find-decl-spots): Amend commenting.
3794 (c-cheap-inside-bracelist-p): New function which detects "={".
3795
3796 * progmodes/cc-fonts.el
3797 (c-make-font-lock-BO-decl-search-function): Give a limit to a
3798 backward search.
3799 (c-font-lock-declarations): Fix an occurrence of point being
3800 undefined. Check additionally for point being in a bracelist or
3801 near a macro invocation without a semicolon so as to avoid a
3802 fruitless time consuming search for a declarator. Give a more
3803 precise search limit for declarators using the new
3804 c-determine-limit.
3805
f3860cea
GM
38062012-01-18 Glenn Morris <rgm@gnu.org>
3807
3808 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
3809 (set-auto-mode): Doc fixes.
3810
1db03b16
GM
38112012-01-17 Glenn Morris <rgm@gnu.org>
3812
0e6038be
GM
3813 * isearch.el (search-nonincremental-instead): Fix doc typo.
3814
1db03b16
GM
3815 * dired.el (dired-insert-directory): Handle newlines in directory name.
3816 (dired-build-subdir-alist): Unescape newlines in directory name.
3817
4cb0aa75
MA
38182012-01-17 Michael Albinus <michael.albinus@gmx.de>
3819
3820 * net/tramp.el (tramp-local-end-of-line): New defcustom.
3821 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
3822 (tramp-action-terminal): Use it. (Bug#10530)
3823
1d00653d
SM
38242012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3825
3826 * minibuffer.el (completion--replace): Strip properties (bug#10062).
3827
6a6ee00d
MR
38282012-01-16 Martin Rudalics <rudalics@gmx.at>
3829
3830 * window.el (window-state-ignored-parameters): Remove variable.
3831 (window--state-get-1): Rename argument MARKERS to IGNORE.
3832 Handle persistent window parameters. Make copy of clone-of
3833 parameter only if requested. (Bug#10348)
3834 (window--state-put-2): Install a window parameter only if it has
3835 a non-nil value or an existing parameter shall be overwritten.
3836
97912def
MA
38372012-01-15 Michael Albinus <michael.albinus@gmx.de>
3838
3839 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
3840
688070a5
EZ
38412012-01-14 Eli Zaretskii <eliz@gnu.org>
3842
3843 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
3844 don't pass the (nil) value of `upnode' to string-match.
3845
301afadc
CY
38462012-01-14 Chong Yidong <cyd@gnu.org>
3847
3848 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 3849 Fix values recognized by the cursorBlink resource.
301afadc 3850
9e5788aa
PE
38512012-01-14 Paul Eggert <eggert@cs.ucla.edu>
3852
3853 * epg.el (epg--make-temp-file): Avoid permission race condition
3854 when running on old Emacs versions (bug#10403).
3855
3cdb7f5a
GM
38562012-01-14 Glenn Morris <rgm@gnu.org>
3857
3858 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
3859
8c82b1b4
AM
38602012-01-13 Alan Mackenzie <acm@muc.de>
3861
3862 Fix filling for when filladapt mode is enabled.
3863
3864 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
3865 c-mask-paragraph, pass in `fill-paragraph' rather than
3866 `fill-region-as-paragraph'. (This is a reversion of a previous
3867 change.)
eb864a71
LM
3868 * progmodes/cc-mode.el (c-basic-common-init):
3869 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 3870
e517eda4
GM
38712012-01-13 Glenn Morris <rgm@gnu.org>
3872
1498536e
GM
3873 * dired.el (dired-switches-escape-p): New function.
3874 (dired-insert-directory): Use dired-switches-escape-p.
3875 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
3876
e517eda4
GM
3877 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
3878
328f984d
GM
38792012-01-12 Glenn Morris <rgm@gnu.org>
3880
3881 * mail/sendmail.el (mail-mode): Update paragraph-separate for
3882 changes in adaptive-fill-regexp. (Bug#10276)
3883
2cc769a8
AM
38842012-01-11 Alan Mackenzie <acm@muc.de>
3885
3886 Fix Emacs bug #10463 - put `widen's around the critical spots.
3887
1d00653d 3888 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
3889 widen around each invocation of c-state-pp-to-literal. Remove an
3890 unused let variable.
3891
e52c37fa
GM
38922012-01-11 Glenn Morris <rgm@gnu.org>
3893
3894 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 3895 Doc fix.
e52c37fa 3896
96f8741e
CY
38972012-01-10 Chong Yidong <cyd@gnu.org>
3898
1d00653d
SM
3899 * net/network-stream.el (network-stream-open-starttls):
3900 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
3901 response to the capability command.
3902
b09a806e
GM
39032012-01-10 Glenn Morris <rgm@gnu.org>
3904
3905 * mail/unrmail.el (unrmail): Tweak previous change.
3906
7655cb66
CY
39072012-01-09 Chong Yidong <cyd@gnu.org>
3908
3909 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
3910
9d5a8f0b
AM
39112012-01-08 Alan Mackenzie <acm@muc.de>
3912
3913 Optimise font locking in long enum definitions.
3914
3915 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
3916 arm to a cond form to handle enums.
3917 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
3918 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
3919
9a0115ab 39202012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
3921
3922 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 3923 (Bug#10401)
6bb72cbd 3924
f186bb95
LMI
39252012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3926
29232a68
LMI
3927 * faces.el (set-face-attribute): Clarify the meaning of the nil
3928 frame (bug#10294).
3929
4e5d086d
LMI
3930 * subr.el (with-selected-frame): Mention that the selected frame
3931 is restored (bug#9980).
3932
8e66aebe
LMI
3933 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
3934 (bug#9759).
3935
cd394be1 3936 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
3937 (password-read): Don't autoload unused function.
3938
adf4e762
JB
39392012-01-07 Juanma Barranquero <lekktu@gmail.com>
3940
3941 * progmodes/which-func.el (which-func-mode): Turn into a
3942 non-interactive function and mark as obsolete (bug#10428).
3943
89bd9ccd
CY
39442012-01-06 Chong Yidong <cyd@gnu.org>
3945
3946 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
3947 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
3948 functions, along with 1 and -1.
3949
4afee9d5
EZ
39502012-01-06 Eli Zaretskii <eliz@gnu.org>
3951
3952 * time.el (display-time-load-average)
3953 (display-time-default-load-average): Doc fixes. See the thread
3954 starting at
3955 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
3956 for the details.
3957
536aea70
GM
39582012-01-06 Glenn Morris <rgm@gnu.org>
3959
665ae865
GM
3960 * mail/unrmail.el (unrmail): Give an explicit error if the input file
3961 has no messages. (Bug#10377)
3962
c869783d
GM
3963 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
3964 than Info-edit. (Bug#10385)
3965
2bb4227e
GM
3966 * time.el (display-time-load-average, display-time-next-load-average):
3967 Doc fixes.
3968
7d5944b9
GM
3969 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
3970 local setting of buffer-read-only to the input buffer. (Bug#10419)
3971
536aea70
GM
3972 * calendar/calendar.el (calendar-mode):
3973 Locally set scroll-margin to 0. (Bug#10379)
3974
7dccca16
UM
39752012-01-06 Ulrich Mueller <ulm@gentoo.org>
3976
3977 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
3978
afbb7930
GM
39792012-01-05 Glenn Morris <rgm@gnu.org>
3980
3981 * eshell/em-unix.el (diff-no-select): Autoload it.
3982 (eshell/diff): Use diff-no-select. (Bug#10420)
3983
04482335
CY
39842012-01-05 Chong Yidong <cyd@gnu.org>
3985
7baca3bc
CY
3986 * shell.el (shell-dynamic-complete-functions): Revert last change.
3987 (shell-command-completion-function): New function.
3988 (shell-completion-vars): Use it to implement
3989 shell-completion-execonly (Bug#10417).
3990
04482335
CY
3991 * custom.el (enable-theme): Don't set custom-safe-themes.
3992
1d00653d
SM
3993 * cus-theme.el (custom-theme-merge-theme):
3994 Ignore custom-enabled-themes and custom-safe-themes.
04482335 3995
bb5aa5d6
MM
39962012-01-05 Michael R. Mauger <mmaug@yahoo.com>
3997
3998 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
3999 first prompt in `sql-interacive-mode'.
4000 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 4001 keywords.
6df6ae42 4002 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
4003 (sql-product-interactive): Bug fix: Set `sql-buffer' in
4004 context of original buffer. Invoke `sql-login-hook'.
4005
a7183d7c
EZ
40062012-01-04 Eli Zaretskii <eliz@gnu.org>
4007
4008 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
4009 letters in cite-prefix.
4010
a1eacd1e
LMI
40112012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4012
4013 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
4014
787cdb34
CY
40152012-01-03 Chong Yidong <cyd@gnu.org>
4016
1d00653d
SM
4017 * shell.el (shell-dynamic-complete-functions):
4018 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
4019 comint-filename-completion first (Bug#10417).
4020
30710442
RS
40212012-01-02 Richard Stallman <rms@gnu.org>
4022
4023 * battery.el (battery-status-function):
4024 Detect when to use battery-yeeloong-sysfs.
4025 (battery-echo-area-format): Add string for Yeeloong.
4026 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
4027 (battery-yeeloong-sysfs): New function.
4028
f75bfc33
CY
40292012-01-02 Chong Yidong <cyd@gnu.org>
4030
4031 * dirtrack.el (dirtrack-list): Eliminate unused third element.
4032 (dirtrack): Merge code for handling relative filenames in prompt
4033 from shell-dir-cookie-watcher.
4034 (dirtrack-debug-message): New arg to avoid excess format calls.
4035
4036 * shell.el (shell-dir-cookie-re): Variable deleted.
4037 (shell-dir-cookie-watcher): Function deleted.
4038 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
4039 with dirtrack-mode.
4040
651e947e
EZ
40412012-01-01 Eli Zaretskii <eliz@gnu.org>
4042
1d00653d
SM
4043 * term/w32-win.el (dynamic-library-alist) <gnutls>:
4044 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
4045 libgnutls-26.dll.
4046
94d4c7dc
AS
40472011-12-31 Andreas Schwab <schwab@linux-m68k.org>
4048
4049 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
4050
8d43f3cd
EZ
40512011-12-31 Eli Zaretskii <eliz@gnu.org>
4052
4053 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
4054 headers of non-MIME messages, when rmail-enable-mime is non-nil.
4055
98c8795a
MA
40562011-12-29 Michael Albinus <michael.albinus@gmx.de>
4057
4058 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
4059 also for alternative shells.
4060 (tramp-open-connection-setup-interactive-shell): Check, whether
4061 the shell is a busybox.
4062 (tramp-send-command): Don't suppress multiple prompts for
4063 busyboxes, it hurts.
4064
51281b32
CY
40652011-12-28 Chong Yidong <cyd@gnu.org>
4066
4067 * progmodes/gdb-mi.el (gdb-get-source-file-list)
4068 (gdb-get-source-file): Move mode line update to
4069 gdb-get-source-file (Bug#10087).
4070
2170cb53
CY
40712011-12-25 Chong Yidong <cyd@gnu.org>
4072
4073 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
4074 gud-gdb-marker-filter without taking it as an argument.
4075 (gud-gdb-run-command-fetch-lines): Caller changed.
4076 (gud-gdb-completion-function): New variable.
4077 (gud-gdb-completion-at-point): Use it.
4078 (gud-gdb-completions-1): Split from gud-gdb-completions.
4079
4080 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
4081 function as separate arguments.
4082 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
4083 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
4084 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
4085 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
4086 (gdb-stopped, def-gdb-auto-update-trigger)
4087 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
4088 (gdb-get-changed-registers, gdb-get-main-selected-frame):
4089 Callers changed.
2170cb53
CY
4090 (gud-gdbmi-completions): New function.
4091 (gdb): Use it for generating the completion table.
4092
be8b11bb
AM
40932011-12-24 Alan Mackenzie <acm@muc.de>
4094
4095 Introduce a mechanism to widen the region used in context font
1d00653d 4096 locking. Use this to protect declarations from losing their contexts.
be8b11bb 4097
1d00653d
SM
4098 * progmodes/cc-langs.el (c-before-font-lock-functions):
4099 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 4100 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
4101 functions to be run just before context (etc.) font locking.
4102
4103 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 4104 New, functionality extracted from
be8b11bb 4105 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 4106 (c-in-after-change-fontification): New variable.
be8b11bb
AM
4107 (c-after-change): Set c-in-after-change-fontification.
4108 (c-set-fl-decl-start): Rejig its interface, so it can be called
4109 from both after-change and context fontifying.
b81d40f0
JB
4110 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
4111 New functions.
4112 (c-standard-font-lock-fontify-region-function): New variable.
4113 (c-font-lock-fontify-region): New function.
be8b11bb 4114
341cf6ac
JL
41152011-12-24 Juri Linkov <juri@jurta.org>
4116
4117 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
4118 (Bug#10348)
4119
bffcee0a
MA
41202011-12-23 Michael Albinus <michael.albinus@gmx.de>
4121
4122 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
4123 existence of source file. (Bug#10325)
4124
cb5e207c
AM
41252011-12-23 Alan Mackenzie <acm@muc.de>
4126
4127 Fix unstable fontification inside templates.
4128
b81d40f0
JB
4129 * progmodes/cc-langs.el (c-before-font-lock-functions):
4130 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
4131 additionally has c-set-fl-decl-start. The other languages (apart
4132 from AWK) have that as a single entry.
4133
b81d40f0
JB
4134 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4135 The functionality for "local" declarations has been extracted to
cb5e207c
AM
4136 c-set-fl-decl-start.
4137
b81d40f0
JB
4138 * progmodes/cc-mode.el (c-common-init, c-after-change):
4139 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
4140 (c-set-fl-decl-start): New function, extracted from
4141 c-font-lock-enclosing-decls and enhanced.
4142
60ff536c
JB
41432011-12-23 Juanma Barranquero <lekktu@gmail.com>
4144
4145 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
4146
1c4757d6
JL
41472011-12-22 Juri Linkov <juri@jurta.org>
4148
4149 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
4150
d031f2c7
CY
41512011-12-22 Chong Yidong <cyd@gnu.org>
4152
4153 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4154
bace743a
DA
41552011-12-21 Drew Adams <drew.adams@oracle.com>
4156
4157 * files.el (file-remote-p): Fix docstring. (Bug#10319)
4158
728a1f2b
JC
41592011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4160
4161 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
4162
0d373f73
TZ
41632011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
4164
fec0aaa4
TZ
4165 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
4166 highlighting and support. Fix up comments for capitalization.
4167 (cfengine-mode-debug): New var.
4168 (cfengine3-mode): Change the modeline indicator to "CFE3".
4169 (cfengine3-font-lock-keywords): Improve defun highlighting.
4170 (cfengine2-actions): Rename from `cfengine-actions'.
4171 (cfengine2-font-lock-keywords): Rename from
4172 `cfengine-font-lock-keywords'.
4173 (cfengine2-imenu-expression): Rename from
4174 `cfengine-imenu-expression'.
4175 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
4176 (cfengine2-beginning-of-defun): Rename from
4177 `cfengine-beginning-of-defun'.
4178 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
4179 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
4180 (cfengine2-mode): Rename from `cfengine-mode'. Change the
4181 modeline indicator to "CFE2".
4182 (cfengine-mode): Defalias to `cfengine-auto-mode'.
4183 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 4184
bc86f573
CY
41852011-12-21 Chong Yidong <cyd@gnu.org>
4186
4187 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
4188 filename argument.
4189
d45ba96b
MR
41902011-12-20 Martin Rudalics <rudalics@gmx.at>
4191
4192 * window.el (window-normalize-buffer-to-display): Remove.
4193 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
4194
a6198c90
CY
41952011-12-19 Chong Yidong <cyd@gnu.org>
4196
4197 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
4198 Don't signal an error in a predicate function; return non-nil.
4199 (vc-dir-mark-file): Move the error here.
4200 (vc-dir-mark-unmark): If acting on the region, keep going if one
4201 of the entries cannot be marked/unmarked.
4202 (vc-dir-mark-all-files): If current entry is a directory, mark
4203 only child files, as documented.
4204
34c5fb55
VB
42052011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
4206
4207 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
4208 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
4209 addition.
4210
c803b2b7
JD
42112011-12-18 Jan Djärv <jan.h.d@swipnet.se>
4212
4213 * term/ns-win.el (ns-get-selection-internal)
4214 (ns-store-selection-internal): Declare.
1154d12e
JB
4215 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
4216 Declare as obsolete.
4217 (ns-get-pasteboard, ns-paste-secondary):
4218 Use ns-get-selection-internal.
4219 (ns-set-pasteboard, ns-copy-including-secondary):
4220 Use ns-store-selection-internal.
c803b2b7 4221
9cff91f8 42222011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
4223
4224 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 4225 (vc-deduce-fileset): Doc fix.
99a289d9 4226
f16c898a
AS
42272011-12-16 Andreas Schwab <schwab@linux-m68k.org>
4228
4229 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
4230
763237c4
SS
42312011-12-13 Sam Steingold <sds@gnu.org>
4232
4233 * man.el (Man-getpage-in-background): When running under a
4234 window-system, ignore $MANWIDTH and $COLUMNS.
4235
5fc1c122
KH
42362011-12-15 Kenichi Handa <handa@m17n.org>
4237
4238 * language/ethio-util.el: Change coding tag to utf-8-emacs.
4239 (setup-ethiopic-environment-internal): Comment out key-binding for
4240 ethio-toggle-punctuation.
4241
13d49cbb
AM
42422011-12-13 Alan Mackenzie <acm@muc.de>
4243
898169a2
AM
4244 Add the switch statement to AWK Mode.
4245
7a71b18d 4246 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
4247 "default" to the keywords regexp.
4248
7a71b18d 4249 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 4250 expression as the rest.
1d00653d
SM
4251 (c-nonlabel-token-key): Allow string literals for AWK.
4252 Refactor for the other modes.
898169a2 4253
13d49cbb 4254 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 4255 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
4256 routines. Limit backward searching in c-font-lock-enclosing.decl.
4257
4258 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
4259 pp-state and literal type in addition to the limits.
1d00653d 4260 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 4261 (c-state-literal-at): Use the above new defun.
1d00653d
SM
4262 (c-slow-in-literal, c-fast-in-literal): Remove.
4263 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
4264
4265 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
4266 being in a literal. Add a limit for backward searching.
4267
4268 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
4269 c-slow-in-literal.
4270
15e0efc7
SM
42712011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4272
4273 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
4274
454592a6
MR
42752011-12-13 Martin Rudalics <rudalics@gmx.at>
4276
4277 * window.el (delete-other-windows): Use correct frame in call to
4278 window-with-parameter.
4279
87393f26
DP
42802011-12-12 Daniel Pfeiffer <occitan@t-online.de>
4281
4282 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
4283 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
4284 (makefile-gmake-statements, makefile-makepp-statements):
4285 Use it and add new makepp keywords.
4286 (makefile-makepp-font-lock-keywords): Add new patterns.
4287 (makefile-match-function-end): Match new [...] and [[...]].
4288
11636b22
JB
42892011-12-11 Juanma Barranquero <lekktu@gmail.com>
4290
4291 * ses.el (ses-call-printer-return, ses-cell-property-get)
4292 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
4293 (ses-create-cell-variable, ses-reset-header-string)
4294 (ses-cell-set-formula, ses-repair-cell-reference-all)
4295 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
4296 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
4297 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
4298 (ses-aset-with-undo, ses-load, ses-truncate-cell)
4299 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
4300 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
4301 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
4302 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
4303 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
4304 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
4305 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
4306 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
4307
cf018193
VB
43082011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
4309
4310 * ses.el: The overall change is to add cell renaming, that is
4311 setting fancy names for cell symbols other than name matching
4312 "\\`[A-Z]+[0-9]+\\'" regexp .
4313 (ses-create-cell-variable): New defun.
4314 (ses-relocate-formula): Relocate formulas only for cells the
4315 symbols of which are not renamed, i.e. symbols whose names do not
4316 match regexp "\\`[A-Z]+[0-9]+\\'".
4317 (ses-relocate-all): Relocate values only for cells the symbols of
4318 which are not renamed.
4319 (ses-load): Create cells variables as the (ses-cell ...) are read,
4320 in order to check row col consistency with cell symbol name only
4321 for cells that are not renamed.
4322 (ses-replace-name-in-formula): New defun.
4323 (ses-rename-cell): New defun.
4324
ee957461
CY
43252011-12-11 Chong Yidong <cyd@gnu.org>
4326
4327 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
4328 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
4329
9a9e9ef0
MR
43302011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
4331
4332 * window.el (other-window): Fix docstring.
4333
92a8eba5
EZ
43342011-12-10 Eli Zaretskii <eliz@gnu.org>
4335
4336 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
4337 `from' or `to' address before taking its substring.
4338 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
4339 encoded name is chopped in the middle of the encoded string, and
4340 thus displayed encoded.
4341
e152e577
JB
43422011-12-10 Juanma Barranquero <lekktu@gmail.com>
4343
4344 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
4345
e5d84bfe
EZ
43462011-12-10 Eli Zaretskii <eliz@gnu.org>
4347
4348 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
4349 to use texinfo-update-node and commands that call it if the
4350 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 4351 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
4352 (texinfo-all-menus-update, texinfo-master-menu)
4353 (texinfo-update-node, texinfo-every-node-update)
4354 (texinfo-multiple-files-update): Doc fix. Warn against updating
4355 all the @node lines.
4356 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
4357 argument is numeric. Explain better in the doc string what the
4358 function really does.
4359 (texinfo-insert-master-menu-list): Improve the error message
4360 displayed if there's no menu in the Top node.
4361 (Bug#2975) See also this thread:
e5d84bfe
EZ
4362 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
4363
1d84e9bb
MG
43642011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
4365
4366 * speedbar.el (speedbar-supported-extension-expressions):
4367 Add .adb and .ads, commonly used for Ada source code (bug#10256).
4368
382c953b
JB
43692011-12-09 Juanma Barranquero <lekktu@gmail.com>
4370
4371 * printing.el (pr-mode-alist):
4372 * simple.el (filter-buffer-substring-functions)
4373 (completion-list-insert-choice-function):
4374 * window.el (window-with-parameter, window-atom-root)
4375 (window-sides-slots, window-size-fixed, window-min-delta)
4376 (window-max-delta, window--resize-mini-window)
4377 (window--resize-child-windows-normal, window-tree)
4378 (delete-other-windows, quit-window, split-window)
4379 (display-buffer-record-window, special-display-buffer-names)
4380 (special-display-regexps, special-display-popup-frame)
4381 (same-window-p, split-window-sensibly)
4382 (display-buffer-overriding-action, display-buffer-alist)
4383 (display-buffer-base-action, display-buffer, switch-to-buffer)
4384 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
4385 (fit-window-to-buffer, recenter-positions)
4386 (mouse-autoselect-window-state, mouse-autoselect-window-select):
4387 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
4388 and remove unneeded backslashes in docstrings.
4389
39c9faef
SM
43902011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4391
98449af8
SM
4392 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
4393
39c9faef
SM
4394 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
4395 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
4396 end in ".mk".
4397 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
4398 when reading the makefile (bug#10116).
4399
86ed9fdc
SM
44002011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4401
4402 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
4403 (bug#10116).
4404
5580f89d
GM
44052011-12-06 Glenn Morris <rgm@gnu.org>
4406
4407 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
4408
28d3917c
CY
44092011-12-06 Chong Yidong <cyd@gnu.org>
4410
4411 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
4412
a98edce9
JB
44132011-12-06 Juanma Barranquero <lekktu@gmail.com>
4414
4415 * textmodes/table.el (table-shorten-cell): Fix typo.
4416
e65adfac
CG
44172011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
4418
4419 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
4420
71cc0b74
EZ
44212011-12-05 Eli Zaretskii <eliz@gnu.org>
4422
4423 * descr-text.el (describe-char): Fix display of strong
4424 right-to-left characters and directional embeddings and overrides.
4425
4426 * simple.el (what-cursor-position): Fix display of codepoints of
4427 strong right-to-left characters.
4428
315bc30d
CY
44292011-12-05 Chong Yidong <cyd@gnu.org>
4430
4431 * faces.el (read-color): Doc fix.
4432
58a70b94
GM
44332011-12-05 Glenn Morris <rgm@gnu.org>
4434
4435 * align.el (align--set-marker): Add doc-string.
4436 Don't try to move something that is not a marker. (Bug#10216)
4437
5158face
GM
44382011-12-04 Glenn Morris <rgm@gnu.org>
4439
4440 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
4441 overly zealous deletion of trailing whitespace.
4442
520fca41
JB
44432011-12-04 Juanma Barranquero <lekktu@gmail.com>
4444
4445 * server.el (server-delete-client): On Windows, do not try to delete
4446 the only terminal.
4447 (server-process-filter): On Windows, treat requests for a tty frame as
4448 if they were for a GUI frame if the running server is in GUI mode.
4449
5e605a2e
GM
44502011-12-03 Glenn Morris <rgm@gnu.org>
4451
4452 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
4453
5c3fe83f
SM
44542011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4455
6f5e57e7
SM
4456 * electric.el: Streamline electric-indent's hook.
4457 (electric-indent-chars): Revert to simple list.
4458 (electric-indent-functions): New var.
4459 (electric-indent-post-self-insert-function): Use it.
4460
5c3fe83f
SM
4461 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
4462 there's no inferior buffer (bug#10196).
4463 (prolog-consult-compile): Don't use toggle-read-only.
4464
6bdac736
MA
44652011-12-02 Michael Albinus <michael.albinus@gmx.de>
4466
4467 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4468 interrupt. (Bug#10187)
4469
6131ba7f
SM
44702011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4471
99c79fee
SM
4472 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
4473 (bug#9160).
4474
6131ba7f
SM
4475 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
4476 (bug#10191).
4477
cb0a02ea
JL
44782011-12-02 Juri Linkov <juri@jurta.org>
4479
4480 * info.el (Info-search): Display "end of manual" when Isearch
4481 reaches the end of single-file Info manual. (Bug#9918)
4482
66e0570c
EZ
44832011-12-02 Eli Zaretskii <eliz@gnu.org>
4484
4485 * isearch.el (isearch-message-prefix): Run the input method part
4486 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
4487
02b16839
JL
44882011-12-02 Juri Linkov <juri@jurta.org>
4489
4490 * isearch.el (isearch-occur): Use `word-search-regexp' for
4491 `isearch-word'.
4492 (isearch-search-and-update): Add condition for `isearch-word' and
4493 call `word-search-regexp'. (Bug#10145)
4494
0b950688
GM
44952011-12-01 Glenn Morris <rgm@gnu.org>
4496
4497 * eshell/em-hist.el (eshell-hist-initialize):
4498 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 4499 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 4500
9505c3c7
SM
45012011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4502
4503 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4504
1bbe96b2 45052011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 4506
a1beca85
SM
4507 * progmodes/verilog-mode.el (verilog-pretty-expr):
4508 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
4509 verilog, such as += *= and the like.
4510 (verilog-assignment-operator-re): Regular expression to find the
4511 assigment operator in a verilog assignment.
4512 (verilog-assignment-operation-re): Regular expression to find an
4513 assignment statement for pretty-expr.
4514 (verilog-in-attribute-p): Query returns true if point is in an
4515 attribute context; used to skip these for expression line up from
4516 pretty-expr.
4517 (verilog-in-parameter-p): Query returns true if point is in an
4518 parameter definition context; used to skip these for expression
4519 line up from pretty-expr.
4520 (verilog-in-parenthesis-p): Query returns true if point is in a
4521 parenthetical expression, specifically ( ) but not [ ] or { };
4522 used by pretty-expr.
4523 (verilog-just-one-space): If there is no space, don't add one.
4524 (verilog-get-lineup-indent-2): Specifically skip just attribute
4525 contexts for expression lineup, rather than skipping all
4526 parenthetical expressions.
4527 (verilog-calculate-indent): Fix comment, and fix indent.
4528 (verilog-do-indent): Indent declarations in lists (suggested by
4529 Joachim Lechner).
4530 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4531 skeleton items.
4532 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4533 by Alain Mellan).
4534
1bbe96b2 45352011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
4536
4537 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4538 parameters with embedded comments. Reported by Ray Stevens.
4539 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4540 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4541 Reported by Tim Holt.
4542 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4543 instantiated by upper module causing wrong expansion until AUTOed a
4544 second time. Reported by K C Buckenmaier.
4545 (verilog-diff-auto): Fix showing .* as a difference when
4546 `verilog-auto-star-save' off. Reported by Dan Dever.
4547 (verilog-auto-reset, verilog-read-always-signals)
4548 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4549 temporary signals in reset list if
4550 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
4551 style to each signal's assignment type, bug381.
4552 Reported by Thomas Esposito.
6288f0ca
WS
4553 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4554 (verilog-uvm-statement-re): Support UVM indentation and
4555 highlighting, with old OVM keywords only.
a1beca85 4556 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
4557 Support AUTOTIEOFF creating non-wire data types.
4558 Suggested by Jonathan Greenlaw.
6288f0ca
WS
4559 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4560 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4561 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
4562 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4563 Fix mismatching parenthesis inside commented out code when deleting
382c953b 4564 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
4565 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4566 non-numeric vector width. Reported by Alex Reed.
4567 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 4568 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
4569 (verilog-auto-delete-trailing-whitespace):
4570 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
4571 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4572 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4573 Fix verilog-scan-cache corruption when running user AUTO expansion
4574 hooks that call indentation routines.
4575 (verilog-simplify-range-expression): Fix typo ignoring lower case
4576 identifiers.
4577 (verilog-delete-auto): Fix delete-autos to also remove user created
4578 automatics, as long as they start with AUTO.
4579 (verilog-batch-diff-auto, verilog-diff-auto)
4580 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4581 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4582 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4583 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
4584 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4585 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
4586 is disabled and its cache will get corrupt, causing AUTOS not to
4587 expand. Instead use only -quick functions.
4588 (verilog-scan-region): Fix scanning over escaped quotes.
4589 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4590 (verilog-re-search-backward-quick)
4591 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4592 related functions now ignore strings, to fix misparsing of strings
4593 with magic comments embedded in them.
a1beca85
SM
4594 (verilog-read-auto-template):
4595 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4596 Reported by Brad Dobbie.
4597 (verilog-read-auto-template):
4598 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 4599 Reported by Brad Dobbie.
6288f0ca
WS
4600 (verilog-auto-inst, verilog-auto-inst-param)
4601 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4602 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4603 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
4604 debugging templates without merge conflicts, bug357.
4605 Reported by Brad Dobbie.
4606 (verilog-read-auto-template):
4607 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
4608 Reported by Brad Dobbie.
4609 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4610 abbrevs so user won't be asked to save.
4611 (verilog-read-auto-lisp-present): Fix to start at beginning of
4612 buffer in case called outside of verilog-auto.
4613 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4614 to "X-2". Reported by Matthew Myers.
4615 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4616 all inputs from module templates. Reported by Leith Johnson.
4617 (verilog-module-inside-filename-p): Fix locating programs as with
4618 modules.
4619 (verilog-auto-inst-port): Fix vl-width expressions when using
4620 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4621 (verilog-decls-get-regs, verilog-decls-get-signals,
4622 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4623 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4624 verilog-read-decls): Combine reg and wire structures into one var
4625 structure to represent SystemVerilog concepts.
4626 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4627 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
4628 (verilog-auto-wire-type, verilog-insert-definition):
4629 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
4630 SystemVerilog "logic" keyword instead of "wire"/"reg".
4631 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4632 to declares outputs that also have assignments (presumably in an
a1beca85
SM
4633 ifdef or generate if so there's not a driver conflict).
4634 Reported by Matthew Myers.
4635 (verilog-auto-declare-nettype, verilog-insert-definition):
4636 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
4637 `default_nettype none. Reported by Julian Gorfajn.
4638 (verilog-read-always-signals-recurse, verilog-read-decls)
4639 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4640 malformed end statement, bug325. Reported by Joshua Wise and
4641 Andrew Drake.
4642 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4643 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
4644 when expanding .* in interfaces, bug320.
4645 Reported by Pierre-David Pfister.
6288f0ca 4646 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
4647 name and open parenthesis, bug317.
4648 Reported by Pierre-David Pfister.
6288f0ca
WS
4649 (verilog-simplify-range-expression): Fix simplification of
4650 multiplications inside AUTOWIRE connections, bug303.
4651 (verilog-auto-inst-port): Support parameter expansion in
4652 multidimensional arrays.
4653 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4654 after "assert property". Reported by Julian Gorfajn.
4655 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4656 with multiplication, bug303.
4657 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4658 Reported by Jan Frode Lonnum.
4659
1bbe96b2
GM
46602011-11-30 Juanma Barranquero <lekktu@gmail.com>
4661
4662 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4663 (hfy-shell-file-name, hfy-shell):
4664 * international/fontset.el (x-decompose-font-name): Fix typos.
4665
46662011-11-29 Ken Brown <kbrown@cornell.edu>
4667
4668 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4669 (gdb-version): Remove defvar.
4670 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4671 (gdb-gud-context-command, gdb-non-stop-handler)
4672 (gdb-current-context-command, gdb-stopped): Use it.
4673 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
4674 (gdb-non-stop-handler): Don't enable pretty-printing here.
4675 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
4676 non-stop mode. Use the following.
4677 (gdb-check-target-async): New defun.
4678 (gud-watch, gdb-stopped): Fix whitespace.
4679 (gdb-get-source-file): Don't try to display the source file if
4680 `gdb-main-file' is nil.
4681
46822011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4683
4684 * align.el: Try to generate fewer markers (bug#10047).
4685 (align--set-marker): New macro.
4686 (align-region): Use it.
4687
c935221f
SM
46882011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4689
4690 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
4691
e70b5064
CY
46922011-11-29 Chong Yidong <cyd@gnu.org>
4693
4694 * indent.el (indent-for-tab-command, indent-according-to-mode):
4695 Doc fix.
4696 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
4697
f3af92b7
MA
46982011-11-29 Michael Albinus <michael.albinus@gmx.de>
4699
4700 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
4701 aware of remote file names. (Bug#10124)
4702
ed472be9
CY
47032011-11-29 Chong Yidong <cyd@gnu.org>
4704
4705 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
4706
24510c22
SM
47072011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4708
4709 * files.el (find-file): Don't use force-same-window (bug#10144).
4710 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
4711 use pop-to-buffer if the selected window can't be used.
4712 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
4713
c60c3703
EZ
47142011-11-28 Eli Zaretskii <eliz@gnu.org>
4715
4716 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
4717 special-mode-map.
4718
e95def75
CY
47192011-11-28 Chong Yidong <cyd@gnu.org>
4720
4721 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
4722
c3f1c606
NR
47232011-11-27 Nick Roberts <nickrob@snap.net.nz>
4724
4725 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
4726 gdb-get-source-file-list on gdb-create-source-file-list.
4727
00db469c
EZ
47282011-11-26 Eli Zaretskii <eliz@gnu.org>
4729
4730 * whitespace.el (whitespace-newline): Use a different foreground
4731 color for 16-color light-background displays.
4732
4ad3bc2a
CY
47332011-11-24 Chong Yidong <cyd@gnu.org>
4734
4735 * window.el (display-buffer--special-action): Doc fix.
4736
e9fce1ac
JB
47372011-11-25 Juanma Barranquero <lekktu@gmail.com>
4738
4739 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
4740 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
4741 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
4742 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
4743 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
4744 (avl-tree-stack-first):
4745 * emacs-lisp/cconv.el (cconv--analyse-use):
4746 * net/gnutls.el (gnutls-negotiate): Fix typos.
4747
cb825e5d
GM
47482011-11-24 Glenn Morris <rgm@gnu.org>
4749
3adbe224
GM
4750 * lpr.el (lpr-windows-system, lpr-lp-system):
4751 * mail/binhex.el (binhex-begin-line):
4752 * progmodes/grep.el (grep-history, grep-find-history):
4753 * textmodes/flyspell.el:
4754 * vc/pcvs-defs.el (cvs-global-menu):
4755 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
4756 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
4757 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
4758
321decc8
GM
4759 * net/tls.el: Fix case of "GnuTLS".
4760
420b63ad
GM
4761 * paths.el (rmail-file-name): Format doc-string for make-docfile.
4762
cb825e5d
GM
4763 * version.el (emacs-build-system): Give it a doc-string.
4764
a0649f08
JL
47652011-11-24 Juri Linkov <juri@jurta.org>
4766
4767 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
4768
c0bc0fd4
GM
47692011-11-24 Glenn Morris <rgm@gnu.org>
4770
4771 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
4772 if called on a non-mime message just toggle the headers. (Bug#8006)
4773
20db1522
JB
47742011-11-24 Juanma Barranquero <lekktu@gmail.com>
4775
4776 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
4777 (allout-lead-with-comment-string, allout-structure-deleted-hook)
4778 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
4779 (allout-rebullet-heading, allout-open-sibtopic)
4780 (allout-toggle-current-subtree-encryption)
4781 (allout-toggle-subtree-encryption, allout-encrypt-string)
4782 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
4783 (allout-distinctive-bullets-string, allout-auto-activation):
4784 * window.el (window-normalize-buffer-to-display):
4785 * progmodes/verilog-mode.el (verilog-batch-indent):
4786 * textmodes/bibtex.el (bibtex-field-braces-opt)
4787 (bibtex-field-strings-opt):
4788 * vc/cvs-status.el (cvs-tree-merge):
4789 Fix typos.
4790
7262a87c
MA
47912011-11-23 Michael Albinus <michael.albinus@gmx.de>
4792
4793 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
4794 `non-essential' to t, in order to avoid remote connections.
4795
283430a1
EZ
47962011-11-23 Eli Zaretskii <eliz@gnu.org>
4797
a1beca85
SM
4798 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4799 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
4800 case-insensitively.
4801
d2992a38
ML
48022011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4803
4804 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
4805
50419064
GM
48062011-11-23 Glenn Morris <rgm@gnu.org>
4807
da94eca1
GM
4808 * paths.el (rmail-file-name): Reformat the doc-string so that it
4809 is picked up.
4810
9aac4de2
GM
4811 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
4812 (rmail-auto-file): Ignore case in the "special" field names,
4813 as mail-fetch-field does for all others.
4814
8038d2d2
GM
4815 * mail/rmail.el (rmail-forward):
4816 * mail/rmailkwd.el (rmail-set-label):
4817 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
4818 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
4819
f3fe222a
GM
4820 * mail/rmail.el (rmail-current-message): Doc fix.
4821
50419064
GM
4822 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
4823
28109f49
SM
48242011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * server.el (server-eval-and-print): Allow C-g (bug#6585).
4827
394c65f1
GM
48282011-11-22 Glenn Morris <rgm@gnu.org>
4829
4830 * mail/rmailmm.el (test-rmail-mime-handler)
4831 (test-rmail-mime-bulk-handler)
4832 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
4833
f2a0aa3a
JL
48342011-11-21 Juri Linkov <juri@jurta.org>
4835
1154d12e
JB
4836 * calc/calc.el (calc-read-key-sequence):
4837 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 4838
9c34a344
LMI
48392011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4840
4841 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
4842 Tell the caller that the next line needs recomputation, even
4843 though it doesn't start a sexp (bug#10094).
4844
f04a3be9
SM
48452011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
4848
7978747f
SM
48492011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4850
f04a3be9
SM
4851 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4852 Use force-same-window.
7978747f 4853
fe7a3057
JB
48542011-11-20 Juanma Barranquero <lekktu@gmail.com>
4855
4856 * descr-text.el (describe-char-unicode-data):
4857 * json.el (json-string-escape):
4858 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
4859 (Footnote-unicode, Footnote-style-p):
4860 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
4861
24901d61
CY
48622011-11-20 Chong Yidong <cyd@gnu.org>
4863
4864 * window.el (replace-buffer-in-windows): Restore interactive spec.
4865
bac7ff22
SM
48662011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4867
24f3d7b9
SM
4868 * electric.el (electric-indent-mode): Fix last change (too optimistic).
4869
bac7ff22
SM
4870 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
4871 (byte-compile-global-not-obsolete-vars): New var.
4872 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
4873 Use it.
4874 (byte-compile-warn-obsolete): Align text with the one in *Help*.
4875
cd1181db
JB
48762011-11-20 Juanma Barranquero <lekktu@gmail.com>
4877
4878 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
4879 * progmodes/pascal.el (electric-pascal-equal):
4880 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
4881 * xml.el (xml-substitute-special): Fix typos.
4882
7fb18e9e
GM
48832011-11-20 Glenn Morris <rgm@gnu.org>
4884
4885 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
4886 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
4887 Doc fixes.
4888 (rmail-decode-mime-charset): Mark as obsolete.
4889
4890 * mail/rmailsum.el (rmail-message-regexp-p-1):
4891 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
4892 Before using mime functions, check they are set. (Bug#10077)
4893
d5a6b3ba
JL
48942011-11-19 Juri Linkov <juri@jurta.org>
4895
4896 * info.el (Info-finder-find-node): Use `package--builtins' instead
4897 of `package-alist'. Use node names formed by the pattern "Keyword "
4898 and the keyword name.
4899
e981b61f
AS
49002011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4901
1d00653d 4902 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 4903
3ffbc301
JL
49042011-11-19 Juri Linkov <juri@jurta.org>
4905
4906 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
4907 that calls `revert-buffer' on all Info buffers. (Bug#9915)
4908 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
4909 `old-history', `old-history-forward'. Add let-binding
4910 `window-selected'. Remove calls to `kill-buffer',
4911 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
4912 before calling `Info-find-node', so `Info-find-node-2' will reread
4913 the Info file. Restore window positions only when `window-selected'
4914 is non-nil.
4915
30c62133
JL
49162011-11-19 Juri Linkov <juri@jurta.org>
4917
4918 * isearch.el (isearch-lazy-highlight-new-loop):
4919 Remove condition `(not isearch-error)'. (Bug#9918)
4920
4921 * misearch.el (multi-isearch-search-fun): Add condition
4922 `(not bound)' to ignore lazy-highlighting search.
4923 Add the search-failed message "end of multi" when the end of
4924 multi-sequence is reached. Uncapitalize the search-failed
4925 message "Repeat for next buffer".
4926
4927 * info.el (Info-search): Add the search-failed message
4928 "end of the manual" when the end of the manual is reached
4929 in Isearch mode.
4930
645ca9cf
JL
49312011-11-19 Juri Linkov <juri@jurta.org>
4932
4933 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
4934 Use non-destructive `remove' instead of `delete' because
4935 `Info-history-list' stored to `Info-isearch-initial-history-list' in
4936 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
4937
df754f66
JL
49382011-11-19 Juri Linkov <juri@jurta.org>
4939
4940 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
4941 to nil instead of binding `search-ring' and `regexp-search-ring'.
4942 (Bug#9185)
4943
0e23d96a
EZ
49442011-11-19 Eli Zaretskii <eliz@gnu.org>
4945
4946 * simple.el (line-move): Force movement by logical lines for any
4947 hscrolled window, not only when auto-hscroll-mode is on.
4948 (line-move-visual): Update doc string to that effect. (Bug#10076)
4949
8a6ccb66
AS
49502011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4951
4952 * language/european.el (macintosh): Define as alias for mac-roman.
4953
49ae5b39
EZ
49542011-11-19 Eli Zaretskii <eliz@gnu.org>
4955
4956 * mail/rmailmm.el (rmail-mime-display-header)
4957 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
4958 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
4959 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
4960 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
4961 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
4962 of a raw aref.
4963 (rmail-mime-entity-segment): To get past the tagline, move forward
4964 2 more lines, to account for the 2 empty lines that precede and
4965 follow the line with the buttons.
4966 (rmail-mime-update-tagline): Move one more line, to get past the
4967 empty line that follows the buttons in the tagline. (Bug#9520)
4968
c56cad4a
MR
49692011-11-19 Martin Rudalics <rudalics@gmx.at>
4970
4971 * window.el (window-max-delta-1, window-min-delta-1)
4972 (window-min-size-1, window-state-get-1, window-state-put-1)
4973 (window-state-put-2): Use "window--" prefix.
4974
cbe71af3
SM
49752011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4976
2ad52c60
SM
4977 * emacs-lisp/smie.el: Improve warnings and conflict detection.
4978 (smie-warning-count): New var.
4979 (smie-set-prec2tab): Use it.
4980 (smie-bnf->prec2): Improve warnings. Add docstring.
4981 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
4982 (smie-bnf--set-class): New function.
4983 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
4984 corner case.
4985
6944dbc1
SM
4986 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
4987 (compilation-error-properties, compilation-move-to-column):
4988 Handle compilation-first-column while in the target buffer.
4989
c400c4d7
SM
4990 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
4991 Don't hardcode point-min==1.
4992
6dbe3e96
SM
4993 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
4994 (eshell-rewrite-for-command): Remove workaround.
4995 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
4996 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
4997 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
4998
cbe71af3
SM
4999 * files-x.el (modify-file-local-variable): Obey commenting conventions.
5000
a8e1496d
GM
50012011-11-17 Glenn Morris <rgm@gnu.org>
5002
5003 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5004 Ignore buffer-local generated-autoload-file if it is the same
5005 as the global value. (Bug#10049)
5006
df85d315
JB
50072011-11-17 Juanma Barranquero <lekktu@gmail.com>
5008
5009 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
5010 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
5011 (reftex-toc-previous-heading, reftex-toc-max-level)
5012 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
5013 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
5014 (reftex-toc-do-promote, reftex-toc-promote-prepare)
5015 (reftex-toc-promote-action, reftex-toc-extract-section-number)
5016 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
5017 (reftex-toc-rename-label, reftex-toc-visit-location)
5018 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
5019 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
5020 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
5021 leaving "*toc*" only for references to the buffer.
5022
a0c2d0ae
MR
50232011-11-17 Martin Rudalics <rudalics@gmx.at>
5024
5025 * window.el (window-resize, delete-window, split-window):
5026 Replace window-splits by window-combination-resize.
1d00653d 5027 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 5028
35c0bac8
GM
50292011-11-17 Glenn Morris <rgm@gnu.org>
5030
5031 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5032 Make bash entry derive from sh entry, not shell entry.
5033
d0c8fc8a
MA
50342011-11-16 Michael Albinus <michael.albinus@gmx.de>
5035
d0c8fc8a
MA
5036 * net/tramp-cache.el (tramp-flush-file-property): Flush also
5037 properties of linked files. (Bug#9879)
5038
7262a87c
MA
5039 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
5040 local file name.
5041
7877f373
JB
50422011-11-16 Juanma Barranquero <lekktu@gmail.com>
5043
5044 * menu-bar.el (menu-bar-file-menu):
5045 * printing.el (pr-ps-utility):
5046 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
5047 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
5048 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
5049 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
5050 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
5051 (icalendar--convert-cyclic-to-ical)
5052 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
5053 (icalendar--convert-ical-to-diary)
5054 (icalendar--convert-recurring-to-diary)
5055 (icalendar--convert-non-recurring-all-day-to-diary)
5056 (icalendar-import-format-sample):
5057 * progmodes/idlw-shell.el (idlwave-shell-mode):
5058 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
5059 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
5060 (vhdl-ps-print-init): Fix typos.
5061
10649b82
KM
50622011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
5063
9d0cfcd6
GM
5064 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
5065 FSF and collapse date sequence, obscure author/maintainer email address
5066 better, remove extra version line, track relocation of author's webpage.
10649b82 5067
9d0cfcd6
GM
5068 * progmodes/python.el (python-pdbtrack-input-prompt)
5069 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
5070 regular python pdb prompts. Adjustments shamelessly taken exactly as
5071 suggested in EmacsWiki page (tiny change):
5072 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 5073
58179cce
JB
50742011-11-16 Juanma Barranquero <lekktu@gmail.com>
5075
5076 * expand.el (expand-pos, expand-index, expand-point):
5077 Remove redundant info from docstring.
5078 (expand-add-abbrevs): Doc fix.
5079 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
5080 (expand-sample-perl-mode-expand-list): Fix typos.
5081
5082 * net/dbus.el (dbus-event-member-name):
5083 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
5084 * term/pc-win.el (msdos-create-frame-with-faces):
5085 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
5086
b6f67890
MR
50872011-11-16 Martin Rudalics <rudalics@gmx.at>
5088
5089 * window.el (split-window, window-state-get-1)
5090 (window-state-put-1, window-state-put-2): Rename occurrences of
5091 window-nest to window-combination-limit.
1d00653d 5092 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 5093
ce7ddba0
CY
50942011-11-16 Chong Yidong <cyd@gnu.org>
5095
5096 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
5097 regexp (Bug#10033).
5098
3ae704f4
SM
50992011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5100
5101 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
5102 `completing-read' will remove *Completions* and will preserve
5103 current-buffer for us.
5104 (tmm-add-prompt): Users of *Completions* will always (re)set its
5105 major mode.
5106 (tmm-old-comp-map): Remove.
5107
6ad1cdde
GM
51082011-11-16 Glenn Morris <rgm@gnu.org>
5109
5110 * mail/rmailedit.el: Require rmailmm when compiling.
5111 (rmail-old-mime-state): New declaration.
5112 (rmail-edit-current-message): If editing a mime message,
5113 edit the "raw" message from the mbox buffer.
5114 (rmail-cease-edit): Handle mime messages. (Bug#9840)
5115
d20faa20
GM
51162011-11-15 Glenn Morris <rgm@gnu.org>
5117
5118 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
5119 which wasn't being used. Add optional arg to force given state.
5120 (rmail-mime): Add optional arg to force given state.
5121
c7015153
JB
51222011-11-15 Juanma Barranquero <lekktu@gmail.com>
5123
5124 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5125 * frame.el (display-mm-dimensions-alist):
5126 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
5127 (outline-move-subtree-down):
5128 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
5129 (newsticker--treeview-do-get-node):
5130 * net/quickurl.el (quickurl-list-buffer-name):
5131 * progmodes/dcl-mode.el (dcl-mode):
5132 * progmodes/gdb-mi.el (gdb-mapcar*):
5133 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
5134
45261b50
GM
51352011-11-15 Glenn Morris <rgm@gnu.org>
5136
5137 * mail/rmail.el (rmail-file-coding-system): It's only ever used
5138 in a boolean sense, so just make it a boolean, and fix the doc.
5139 (rmail-show-mime-function, rmail-mime-feature)
5140 (rmail-require-mime-maybe): Doc fixes.
5141 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
5142
5143 * mail/rmailmm.el (rmail-show-mime): Doc fix.
5144
0d26e0b6
JB
51452011-11-15 Juanma Barranquero <lekktu@gmail.com>
5146
5147 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
5148 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5149 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
5150 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
5151
447f30f6
GM
51522011-11-15 Glenn Morris <rgm@gnu.org>
5153
672b871d
GM
5154 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
5155 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
5156 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
5157 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
5158 (rmail-mime, rmail-show-mime): Doc fixes.
5159
f6aa5bb1
GM
5160 * term/ns-win.el (mode-line-frame-identification):
5161 Leave it alone. (Bug#10051)
5162
947cd66b
GM
5163 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
5164
447f30f6
GM
5165 * mail/rmailout.el (rmail-output-to-rmail-buffer):
5166 Handle empty buffers. (Bug#9978)
5167
0b381c7e
JB
51682011-11-14 Juanma Barranquero <lekktu@gmail.com>
5169
5170 * international/mule.el (define-charset):
5171 * mail/rmailmm.el (rmail-mime-find-header-encoding):
5172 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
5173 * progmodes/verilog-mode.el (verilog-backward-token):
5174 * textmodes/ispell.el (lookup-words):
5175 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
5176
71e027ac
GM
51772011-11-14 Glenn Morris <rgm@gnu.org>
5178
56632ce4
GM
5179 * progmodes/executable.el
5180 (executable-make-buffer-file-executable-if-script-p):
5181 Handle file-modes returning nil.
5182
40500957
GM
5183 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
5184 message - not necessary, and causes problems. (Bug#9831)
5185
071c2340
GM
5186 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
5187
d3cfca60
GM
5188 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
5189
71e027ac
GM
5190 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
5191 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
5192 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
5193
89d61221
MR
51942011-11-12 Martin Rudalics <rudalics@gmx.at>
5195
5196 * window.el (window-resize, delete-window): Use window-splits
5197 variable instead of function.
5198 (window-state-get-1, window-state-put-2, window-state-put):
5199 Don't deal with windows' splits status.
5200
98282f6f
GM
52012011-11-12 Glenn Morris <rgm@gnu.org>
5202
5203 * apropos.el (apropos-do-all, apropos-library, apropos-value)
5204 (apropos-documentation): Doc fixes.
5205
40a8bdf6
JB
52062011-11-11 Juanma Barranquero <lekktu@gmail.com>
5207
5208 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
5209 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
5210
65bd19ff
SM
52112011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5212
5213 * electric.el (electric-indent-post-self-insert-function): Make it
5214 possible for a char to only indent in some circumstances.
5215 (electric-indent-mode): Simplify.
5216
54f9154c
MR
52172011-11-11 Martin Rudalics <rudalics@gmx.at>
5218
5219 * window.el (windows-with-parameter): Remove unused function.
5220 (windows-at-side): Rename to window-at-side-list.
5221 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
5222 (window-side-check, window-size-ignore, window-size-fixed-1)
5223 (window-in-direction-2): Prefix with "window--".
5224 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 5225
68cbc58b
GM
52262011-11-11 Glenn Morris <rgm@gnu.org>
5227
5228 * subr.el (eval-after-load): If FILE is already loaded,
5229 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
5230
b2621720
GM
52312011-11-10 Glenn Morris <rgm@gnu.org>
5232
9a4de110
GM
5233 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
5234 Call svn via vc-svn-command rather than vc-do-command.
5235 (vc-svn-command): Add --non-interactive. (Bug#9993)
5236 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
5237
b2621720
GM
5238 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5239 Add toggle-read-only. (Bug#7292)
5240 * files.el (toggle-read-only): Mention that it should only
5241 be used interactively. (Bug#10006)
5242
1dce7193
SM
52432011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5244
d9ac1a1e
SM
5245 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5246 Adjust regexp for OCaml warnings.
5247
0c325082
SM
5248 * electric.el (electric-pair-post-self-insert-function): Let user
5249 turn it off buffer-locally (bug#9932).
5250
90132c14
SM
5251 * progmodes/python.el (python-beginning-of-statement):
5252 Rewrite (bug#2703).
5253
1dce7193
SM
5254 * progmodes/compile.el: Better handle TABs (bug#9749).
5255 (compilation-internal-error-properties)
5256 (compilation-next-error-function): Obey the target buffer's
5257 compilation-error-screen-columns.
5258
c4e7c63a
JB
52592011-11-09 Juanma Barranquero <lekktu@gmail.com>
5260
5261 * progmodes/meta-mode.el: Remove obsolete comments.
5262 (meta-right-comment-regexp, meta-ignore-comment-regexp):
5263 Fix typos in docstrings.
5264
2cffd681
MR
52652011-11-09 Martin Rudalics <rudalics@gmx.at>
5266
5267 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 5268 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
5269 (window--resizable): New function. Make all callers of
5270 window-resizable call window--resizable instead.
5271 (window-resizable): Rewrite in terms of window--resizable.
5272
0edcba87
GM
52732011-11-08 Glenn Morris <rgm@gnu.org>
5274
5275 * progmodes/delphi.el (delphi-mode-syntax-table):
5276 Let define-derived-mode define a proper syntax table. (Bug#9994)
5277
4b0d61e3
SM
52782011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5279
5280 * window.el: Stay away from defsubst.
5281 (window-list-no-nils): Remove.
5282 (window-state-get-1, window-state-get): Use backquote instead.
5283
cd394be1 52842011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 5285
4b0d61e3 5286 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 5287 Fix incorrect use of default argument in `completing-read'.
5288
e1c2c6f2
MR
52892011-11-08 Martin Rudalics <rudalics@gmx.at>
5290
5291 * window.el (display-buffer-function, special-display-function):
5292 Mention display-buffer-record-window but do not mention
5293 help-setup parameter in doc-strings.
b3f4a882 5294 (window-min-delta): Fix doc-string typo.
e1c2c6f2 5295
105216ed
CY
52962011-11-08 Chong Yidong <cyd@gnu.org>
5297
5298 * window.el (window-total-height, window-total-width): Doc fix.
5299 (window-body-size): Move from C.
5300 (window-body-height, window-body-width): Move to C.
5301
0a9f9ab5
SM
53022011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * window.el: Make special-display like display-buffer-alist (bug#9532).
5305 (display-buffer--special-action): New function, morphed
5306 from display-buffer--special.
5307 (display-buffer): Use it to handle special-display-buffers at higher
5308 priority (just after display-buffer-alist).
5309 (display-buffer-fallback-action, display-buffer--other-frame-action)
5310 (pop-to-buffer-same-window): Remove display-buffer--special.
5311
a769dd15
GM
53122011-11-07 Glenn Morris <rgm@gnu.org>
5313
5314 * calendar/cal-menu.el (cal-menu-set-date-title):
5315 Do nothing if not in a calendar. (Bug#9976)
5316
05a61ee3
SM
53172011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5318
5319 * files.el (find-file): Always use selected-window.
5320
be7f5545
MR
53212011-11-07 Martin Rudalics <rudalics@gmx.at>
5322
5323 * window.el (window-combinations): Make WINDOW argument
5324 mandatory. Rewrite doc-string.
5325 (walk-window-subtree, window-atom-check, window-min-delta)
5326 (window-max-delta, window--resize-this-window)
5327 (window--resize-root-window-vertically, window-tree)
5328 (balance-windows, window-state-put): Rewrite doc-strings as to
5329 not mention the term "subwindow".
5330 (window--resize-subwindows-skip-p): Rename to
5331 window--resize-child-windows-skip-p.
5332 (window--resize-subwindows-normal): Rename to
5333 window--resize-child-windows-normal.
5334 (window--resize-subwindows): Rename to
5335 window--resize-child-windows.
5336 (window-or-subwindow-p): Rename to window--in-subtree-p.
5337
3c6702ef
ML
53382011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5339
5340 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
5341 Ensure that mbox format messages end in two newlines (Bug#9974).
5342
49745b39
CY
53432011-11-06 Chong Yidong <cyd@gnu.org>
5344
5345 * window.el (window-combination-p): Function deleted; its
5346 side-effect is not used in any existing code.
5347 (window-combinations, window-combined-p): Call window-*-child
5348 directly.
5349
24300f5f
CY
53502011-11-05 Chong Yidong <cyd@gnu.org>
5351
5352 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
5353 (window-size-ignore, window-state-get): Callers changed.
5354 (window-normalize-window): Rename from window-normalize-any-window.
5355 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 5356 (window-normalize-live-window): Delete.
447f16b8
CY
5357 (window-combination-p, window-combined-p, window-combinations)
5358 (walk-window-subtree, window-atom-root, window-min-size)
5359 (window-sizable, window-sizable-p, window-size-fixed-p)
5360 (window-min-delta, window-max-delta, window-resizable)
5361 (window-resizable-p, window-full-height-p, window-full-width-p)
5362 (window-current-scroll-bars, window-point-1, set-window-point-1)
5363 (window-at-side-p, window-in-direction, window-resize)
5364 (adjust-window-trailing-edge, maximize-window, minimize-window)
5365 (window-deletable-p, delete-window, delete-other-windows)
5366 (record-window-buffer, unrecord-window-buffer)
5367 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
5368 (quit-window, split-window, window-state-put)
5369 (set-window-text-height, fit-window-to-buffer)
5370 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 5371
89bd5ee1
EZ
53722011-11-04 Eli Zaretskii <eliz@gnu.org>
5373
53479029
EZ
5374 * mail/rmail.el (rmail-simplified-subject): Decode subject with
5375 rfc2047-decode-string.
5376 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
5377 warnings.
5378
89bd5ee1
EZ
5379 * window.el (window-body-height, window-body-width): Mention in
5380 the doc string that the return values are in frame's canonical
5381 units. (Bug#9949)
5382
bd17fdee
AM
53832011-11-03 Alan Mackenzie <acm@muc.de>
5384
5385 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
5386 change in cc-engine.el.
5387
acc825c5
SM
53882011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5389
5390 * window.el (switch-to-buffer): Use `force-same-window' interactively.
5391
1885e5b8
MR
53922011-11-02 Martin Rudalics <rudalics@gmx.at>
5393
5394 * window.el (quit-window): Call unrecord-window-buffer after
5395 showing another buffer in the window. (Bug#9937)
acc825c5 5396 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 5397
ebe06da9
JB
53982011-11-02 Juanma Barranquero <lekktu@gmail.com>
5399
5400 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
5401 Accept status with more than 9 shelves. (Bug#9935)
5402 Reported by Colin D Bennett <colin@gibibit.com>.
5403
4ee88440
MR
54042011-11-01 Martin Rudalics <rudalics@gmx.at>
5405
5406 * help.el (with-help-window): Don't reference
5407 temp-buffer-show-specifiers in doc-string.
5408
08e1d82c
AS
54092011-10-31 Andreas Schwab <schwab@linux-m68k.org>
5410
5411 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
5412 menu-item.
5413
84bd6e9e
VJL
54142011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5415
5416 * whitespace.el: New version 13.2.2.
5417 (whitespace-newline-mode): Disable properly. Reported by Sarah
5418 <EmacsWiki>.
5419
dba0634a
UJ
54202011-10-30 Ulf Jasper <ulf.jasper@web.de>
5421
5422 * net/newst-treeview.el: Remove "Time-stamp".
5423 (newsticker--group-manage-orphan-feeds): Do not call
5424 newsticker--treeview-tree-update.
db22a3c2
JB
5425 (newsticker-treeview-update, newsticker-treeview):
5426 Call newsticker--treeview-tree-update if necessary.
dba0634a 5427
3d8daefe
MR
54282011-10-30 Martin Rudalics <rudalics@gmx.at>
5429
5430 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
5431 (window-iso-combinations): Remove "iso-" infix.
5432 Suggested by Chong Yidong.
3d8daefe
MR
5433 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
5434 (window-max-delta-1, window-resize, window--resize-siblings)
5435 (window--resize-this-window, adjust-window-trailing-edge)
5436 (split-window, balance-windows-1)
5437 (shrink-window-if-larger-than-buffer):
5438 * calendar/calendar.el (calendar-generate-window):
db22a3c2 5439 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 5440
1bc4c3ae
SM
54412011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5442
5443 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
5444 in place (bug#9907).
5445 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
5446 (eshell-rewrite-if-command, eshell-rewrite-for-command)
5447 (eshell-structure-basic-command, eshell-rewrite-while-command)
5448 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
5449 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
5450 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
5451 (eshell-do-pipelines-synchronously, eshell-eval-command):
5452 Use backquotes and prefer setq to set.
5453 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
5454 (eshell-macrop): Use functionp.
c1e2f5fa 5455 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 5456
30b65d9c
CY
54572011-10-30 Chong Yidong <cyd@gnu.org>
5458
5459 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
5460 instead of set-mark (Bug#9810).
5461
2d197ffb
CY
54622011-10-30 Chong Yidong <cyd@gnu.org>
5463
5464 * window.el (split-window-below, split-window-right): Rename from
5465 split-window-above-each-other and split-window-side-by-side
5466 respectively. All callers changed.
5467 (split-window-sensibly, split-window-sensibly): Use them.
5468 (split-window-keep-point): Doc fix.
5469
5470 * isearch.el: Add isearch-scroll property to split-window-below
5471 and split-window-right.
5472
5473 * follow.el (follow-mode):
5474 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5475 * progmodes/ada-xref.el (ada-gdb-application):
5476 * emulation/vip.el (vip-buffer-in-two-windows):
5477 * image-dired.el (image-dired-dired-with-window-configuration):
5478 * dired-x.el (dired-do-find-marked-files):
5479 * dired.el (dired-pop-to-buffer):
5480 * bs.el (bs--show-with-configuration):
5481 * vc/emerge.el (emerge-setup-windows):
5482 * textmodes/two-column.el (2C-two-columns):
5483 * textmodes/reftex-toc.el (reftex-toc):
5484 * progmodes/gdb-mi.el (gdb-setup-windows):
5485 * progmodes/fortran.el (fortran-window-create):
5486 * net/newst-treeview.el (newsticker--treeview-window-init):
5487 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5488 * emulation/tpu-edt.el (tpu-gold-map):
5489 * emulation/crisp.el (crisp-mode-map):
5490 * calendar/calendar.el (calendar-basic-setup): Callers changed.
5491
38bb2ca8
CY
54922011-10-29 Chong Yidong <cyd@gnu.org>
5493
aa4de341
CY
5494 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5495
e1eb5385
CY
5496 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5497
5d2ece3c
CY
5498 * textmodes/flyspell.el (flyspell-word): Fix char offset for
5499 forged Ispell output (Bug#7904).
5500
38bb2ca8
CY
5501 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5502
d0af9f77
SM
55032011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 * doc-view.el: Avoid ugly errors about not finding nil.
5506 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5507 (doc-view-dvipdf-program, doc-view-unoconv-program)
5508 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5509 Avoid nil or absolute file name as default value.
5510 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5511
52bedd34
AM
55122011-10-28 Alan Mackenzie <acm@muc.de>
5513
db22a3c2 5514 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 5515
7e43cfa5
AM
55162011-10-28 Alan Mackenzie <acm@muc.de>
5517
5518 Amend the handling of c-beginning/end-of-defun in nested declaration
5519 scopes.
5520
52bedd34
AM
5521 * progmodes/cc-vars.el (c-defun-tactic): Move here from
5522 cc-langs.el. Change it to a defcustom.
7e43cfa5 5523
52bedd34
AM
5524 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5525 cc-vars.el.
7e43cfa5 5526
d0af9f77
SM
5527 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5528 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 5529
52bedd34 5530 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 5531 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
5532 (c-widen-to-enclosing-decl-scope): New function.
5533 (c-while-widening-to-decl-block): New macro.
5534 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5535 outward for defun boundaries, and correspondingly change symbol
5536 `respect-enclosure' to `go-outward'.
5537 (c-declaration-limits): Change algorithm to report only the "innermost"
5538 defun's boundaries.
5539
1a2ce9ee
DD
55402011-10-28 Deniz Dogan <deniz@dogan.se>
5541
5542 * net/rcirc.el (rcirc-mode): Use hard newlines.
5543
bc97a826
AM
55442011-10-28 Alan Mackenzie <acm@muc.de>
5545
5546 Amend to indent and fontify macros "which include their own semicolon"
5547 correctly, using the "virtual semicolon" mechanism.
5548
52bedd34 5549 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 5550
d0af9f77 5551 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 5552 Recode to scan one line at a time rather than having \n and \r
58179cce 5553 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 5554 (c-forward-label): Amend for virtual semicolons.
58179cce 5555 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 5556
52bedd34
AM
5557 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5558 of the new C macros.
bc97a826 5559
52bedd34 5560 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
5561 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5562 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
5563 (c-opt-cpp-macro-define): Make into a full language variable.
5564 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5565 AWK Mode (including \n, \r) removed, no longer needed.
5566
d0af9f77
SM
5567 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5568 Invoke c-make-macro-with-semi-re.
bc97a826 5569
52bedd34
AM
5570 * progmodes/cc-vars.el (c-macro-with-semi-re):
5571 (c-macro-names-with-semicolon): New variables.
58179cce 5572 (c-make-macro-with-semi-re): New function.
bc97a826 5573
7a6c0941
SM
55742011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5575
5576 * vc/log-edit.el: Fill empty field rather than adding new one.
5577 (log-edit-add-field): New function.
5578 (log-edit-insert-changelog): Use it.
5579
b0c4cdcf
ML
55802011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5581
5582 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5583
ee1f1da9
SM
55842011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5585
5586 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5587 (gdb--check-interpreter): New function.
5588 (gdb): Use it.
5589
51bc5f8b
GM
55902011-10-27 Glenn Morris <rgm@gnu.org>
5591
416a2c45
GM
5592 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5593 (least-positive-float, least-negative-float)
5594 (least-positive-normalized-float, least-negative-normalized-float)
5595 (float-epsilon, float-negative-epsilon):
5596 Remove unnecessary declarations.
5597
5598 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5599 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5600 (least-positive-float, least-negative-float)
5601 (least-positive-normalized-float, least-negative-normalized-float)
5602 (float-epsilon, float-negative-epsilon): Add doc-strings,
5603 based on those in cl.texi.
5604
51bc5f8b
GM
5605 * files.el (set-visited-file-name): If the major-mode changed,
5606 reload the local variables. (Bug#9796)
5607
15de15c6
CY
56082011-10-27 Chong Yidong <cyd@gnu.org>
5609
5610 * subr.el (change-major-mode-after-body-hook): New hook.
5611 (run-mode-hooks): Run it.
5612
ee1f1da9
SM
5613 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5614 Use change-major-mode-before-body-hook.
15de15c6
CY
5615
5616 * simple.el (fundamental-mode):
5617 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5618 change introducing fundamental-mode-hook.
5619
5430d399
JB
56202011-10-26 Juanma Barranquero <lekktu@gmail.com>
5621
acc825c5 5622 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 5623
ad74a69e
MA
56242011-10-26 Michael Albinus <michael.albinus@gmx.de>
5625
5626 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 5627 tramp.el explicitly. (Bug#7583)
ad74a69e 5628
71d4c2a5
SM
56292011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5630
5631 * progmodes/octave-mod.el:
5632 * progmodes/octave-inf.el: Update maintainer.
5633
b1f6fa26
CY
56342011-10-26 Chong Yidong <cyd@gnu.org>
5635
5636 * subr.el (with-wrapper-hook): Rewrite doc.
5637
3f04efd6
MA
56382011-10-25 Michael Albinus <michael.albinus@gmx.de>
5639
5640 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 5641 filenames "/method:foo:". (Bug#9793)
3f04efd6 5642
410488d3
SM
56432011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5644
5645 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5646 (bug#9865).
5647
c1ebb47e
GM
56482011-10-24 Glenn Morris <rgm@gnu.org>
5649
5650 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
5651
7f5c46c7
MA
56522011-10-24 Michael Albinus <michael.albinus@gmx.de>
5653
5654 * notifications.el: Add the requirement of a running D-Bus session
5655 bus to the Commentary.
5656
db2440b6
JL
56572011-10-24 Juri Linkov <juri@jurta.org>
5658
5659 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5660 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5661 (Bug#9364)
5662
feecf435
JL
56632011-10-24 Juri Linkov <juri@jurta.org>
5664
5665 * info.el (Info-following-node-name-re): Add newline to the list
5666 of allowed characters for leading space. (Bug#9824)
5667
a3839de2
SM
56682011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5669
acc825c5
SM
5670 * progmodes/octave-inf.el (inferior-octave-mode-map):
5671 Fix C-c C-h binding.
a3839de2
SM
5672 * progmodes/octave-mod.el (octave-help): Remove.
5673
09388e76
MA
56742011-10-23 Michael Albinus <michael.albinus@gmx.de>
5675
5676 Sync with Tramp 2.2.3.
5677
5678 * net/tramp-cache.el (top): Pacify byte-compiler using
5679 `init-file-user' and `site-run-file'.
5680
5681 * net/trampver.el: Update release number.
5682
86c60681
CY
56832011-10-23 Chong Yidong <cyd@gnu.org>
5684
5685 * files.el (toggle-read-only): Remove obsolete comment about
5686 version control.
5687
5688 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
5689 for toggle-read-only. Note that this hasn't called vc-next-action
5690 since 2008-05-02, though it wasn't documented at the time.
5691
a3839de2
SM
5692 * vc/ediff-init.el (ediff-toggle-read-only-function):
5693 Use toggle-read-only.
86c60681 5694
cd5495ff
AM
56952011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
5696
5697 Fix bug #9560, sporadic wrong indentation; improve instrumentation
5698 of c-parse-state.
5699
00b77525 5700 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 5701 correct faulty logical expression.
cd5495ff
AM
5702 (c-parse-state-state, c-record-parse-state-state):
5703 (c-replay-parse-state-state): New defvar/defuns.
5704 (c-debug-parse-state): Use new functions.
5705
42ee24ed
MR
57062011-10-22 Martin Rudalics <rudalics@gmx.at>
5707
5708 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 5709 last fix. Use window-in-direction correctly.
42ee24ed 5710
a7dee7e7
CY
57112011-10-21 Chong Yidong <cyd@gnu.org>
5712
5713 * progmodes/idlwave.el (idlwave-mode):
5714 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
5715 require-final-newline; that's done in prog-mode.
5716 Suggested by Stefan Monnier.
a7dee7e7 5717
e07b9a6d
MR
57182011-10-21 Martin Rudalics <rudalics@gmx.at>
5719
5720 * mouse.el (mouse-drag-window-above)
5721 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
5722 (mouse-drag-mode-line-1, mouse-drag-header-line)
5723 (mouse-drag-vertical-line-rightward-window): Remove.
5724 (mouse-drag-line): New function.
5725 (mouse-drag-mode-line, mouse-drag-header-line)
5726 (mouse-drag-vertical-line): Call mouse-drag-line.
5727 * window.el (window-at-side-p, windows-at-side): New functions.
5728
7e1361d9
UM
57292011-10-21 Ulrich Mueller <ulm@gentoo.org>
5730
5731 * tar-mode.el (tar-grind-file-mode):
5732 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
5733
30fcaf3a
CY
57342011-10-21 Chong Yidong <cyd@gnu.org>
5735
5736 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
5737 * progmodes/vera-mode.el (vera-mode):
5738 Use mode-require-final-newline.
30fcaf3a 5739
516eddb0
GM
57402011-10-20 Glenn Morris <rgm@gnu.org>
5741
db22a3c2 5742 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 5743
10d5f513
CS
57442011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
5745
5746 * emulation/cua-base.el (cua-set-mark): Fix case of string.
5747
ac6c8639
CY
57482011-10-20 Chong Yidong <cyd@gnu.org>
5749
5750 * emulation/cua-base.el (cua-mode):
5751 * mail/footnote.el (footnote-mode):
5752 * mail/mailabbrev.el (mail-abbrevs-mode):
5753 * net/xesam.el (xesam-minor-mode):
5754 * progmodes/bug-reference.el (bug-reference-mode):
5755 * progmodes/cap-words.el (capitalized-words-mode):
5756 * progmodes/compile.el (compilation-minor-mode)
5757 (compilation-shell-minor-mode):
5758 * progmodes/gud.el (gud-tooltip-mode):
5759 * progmodes/hideif.el (hide-ifdef-mode):
5760 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5761 * progmodes/subword.el (subword-mode):
5762 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5763 * progmodes/which-func.el (which-function-mode):
5764 * term/tvi970.el (tvi970-set-keypad-mode):
5765 * term/vt100.el (vt100-wide-mode):
5766 * textmodes/flyspell.el (flyspell-mode):
5767 * textmodes/ispell.el (ispell-minor-mode):
5768 * textmodes/nroff-mode.el (nroff-electric-mode):
5769 * textmodes/paragraphs.el (use-hard-newlines):
5770 * textmodes/refill.el (refill-mode):
5771 * textmodes/reftex.el (reftex-mode):
5772 * textmodes/rst.el (rst-minor-mode):
5773 * textmodes/sgml-mode.el (html-autoview-mode)
5774 (sgml-electric-tag-pair-mode):
5775 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
5776 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
5777 * emulation/crisp.el (crisp-mode):
5778 * emacs-lisp/eldoc.el (eldoc-mode):
5779 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
5780 minor mode behavior.
5781
aa42ab43
JL
57822011-10-19 Juri Linkov <juri@jurta.org>
5783
5784 * descr-text.el (describe-char): Add #x2010 and #x2011 to
5785 the list of hard-coded chars with escape-glyph face.
5786
89400f1d
SM
57872011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
5790
305c07f6
MA
57912011-10-19 Michael Albinus <michael.albinus@gmx.de>
5792
5793 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
5794 running process.
5795
13754b54
GM
57962011-10-19 Glenn Morris <rgm@gnu.org>
5797
5798 * vc/vc-bzr.el (vc-bzr-after-dir-status):
5799 Ignore ignored files. (Bug#9726)
5800
06e21633
CY
58012011-10-19 Chong Yidong <cyd@gnu.org>
5802
5803 Doc fix for minor modes, stating that an omitted argument enables
5804 the mode unconditionally when called from Lisp.
5805
5806 * abbrev.el (abbrev-mode):
5807 * allout.el (allout-mode):
5808 * autoinsert.el (auto-insert-mode):
5809 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5810 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5811 (global-auto-revert-mode):
5812 * battery.el (display-battery-mode):
5813 * composite.el (global-auto-composition-mode)
5814 (auto-composition-mode):
5815 * delsel.el (delete-selection-mode):
5816 * desktop.el (desktop-save-mode):
5817 * dired-x.el (dired-omit-mode):
5818 * dirtrack.el (dirtrack-mode):
5819 * doc-view.el (doc-view-minor-mode):
5820 * double.el (double-mode):
5821 * electric.el (electric-indent-mode, electric-pair-mode):
5822 * emacs-lock.el (emacs-lock-mode):
5823 * epa-hook.el (auto-encryption-mode):
5824 * follow.el (follow-mode):
5825 * font-core.el (font-lock-mode):
5826 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
5827 * help.el (temp-buffer-resize-mode):
5828 * hilit-chg.el (highlight-changes-mode)
5829 (highlight-changes-visible-mode):
5830 * hi-lock.el (hi-lock-mode):
5831 * hl-line.el (hl-line-mode, global-hl-line-mode):
5832 * icomplete.el (icomplete-mode):
5833 * ido.el (ido-everywhere):
5834 * image-file.el (auto-image-file-mode):
5835 * image-mode.el (image-minor-mode):
5836 * iswitchb.el (iswitchb-mode):
5837 * jka-cmpr-hook.el (auto-compression-mode):
5838 * linum.el (linum-mode):
5839 * longlines.el (longlines-mode):
5840 * master.el (master-mode):
5841 * mb-depth.el (minibuffer-depth-indicate-mode):
5842 * menu-bar.el (menu-bar-mode):
5843 * minibuf-eldef.el (minibuffer-electric-default-mode):
5844 * mouse-sel.el (mouse-sel-mode):
5845 * msb.el (msb-mode):
5846 * mwheel.el (mouse-wheel-mode):
5847 * outline.el (outline-minor-mode):
5848 * paren.el (show-paren-mode):
5849 * recentf.el (recentf-mode):
5850 * reveal.el (reveal-mode, global-reveal-mode):
5851 * rfn-eshadow.el (file-name-shadow-mode):
5852 * ruler-mode.el (ruler-mode):
5853 * savehist.el (savehist-mode):
5854 * scroll-all.el (scroll-all-mode):
5855 * scroll-bar.el (scroll-bar-mode):
5856 * server.el (server-mode):
5857 * shell.el (shell-dirtrack-mode):
5858 * simple.el (auto-fill-mode, transient-mark-mode)
5859 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
5860 (line-number-mode, column-number-mode, size-indication-mode)
5861 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
5862 * strokes.el (strokes-mode):
5863 * time.el (display-time-mode):
5864 * t-mouse.el (gpm-mouse-mode):
5865 * tool-bar.el (tool-bar-mode):
5866 * tooltip.el (tooltip-mode):
5867 * type-break.el (type-break-mode-line-message-mode)
5868 (type-break-query-mode):
5869 * view.el (view-mode):
5870 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5871 (global-whitespace-mode, global-whitespace-newline-mode):
5872 * xt-mouse.el (xterm-mouse-mode): Doc fix.
5873
a3839de2
SM
5874 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5875 Fix autogenerated docstring.
06e21633 5876
5214e501
JL
58772011-10-19 Juri Linkov <juri@jurta.org>
5878
5879 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
5880 by checking environment variables "DESKTOP_SESSION" and
5881 "XDG_CURRENT_DESKTOP". (Bug#9779)
5882
195f8db9
JL
58832011-10-19 Juri Linkov <juri@jurta.org>
5884
5885 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
5886 (browse-url-chromium-program, browse-url-chromium-arguments):
5887 New defcustoms.
5888 (browse-url-default-browser): Check for `browse-url-chromium' and
5889 call `browse-url-chromium-program'.
5890 (browse-url-chromium): New command. (Bug#9779)
5891
343a34ff
JB
58922011-10-18 Juanma Barranquero <lekktu@gmail.com>
5893
5894 * facemenu.el (list-colors-duplicates): On Windows, detect more
5895 duplicates by assuming that only colors matching "^System" are
5896 special "system colors". (Bug#9722)
5897
6978a151
SM
58982011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5899
5900 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
5901 to distinguish the author from the committer.
5902
6a80b297
MA
59032011-10-18 Michael Albinus <michael.albinus@gmx.de>
5904
5905 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
5906
b31a5677
JK
59072011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
5908
5909 * international/mule.el (sgml-html-meta-auto-coding-function):
5910 Add support for detecting encoding in HTML5 specified only as
5911 <meta charset="UTF-8">. Implementation just makes http-equiv and
5912 content-type parts from HTML4 encoding string optional. (Bug#9716)
5913
80c6d77f
GM
59142011-10-18 Glenn Morris <rgm@gnu.org>
5915
5916 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
5917
08b0fee8
CY
59182011-10-18 Chong Yidong <cyd@gnu.org>
5919
5920 * faces.el (cursor): Doc fix.
5921
67e729a5
CY
59222011-10-17 Chong Yidong <cyd@gnu.org>
5923
5924 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
5925
343a34ff 59262011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
5927
5928 * dirtrack.el (dirtrack): Support shell buffers with path
5929 prefixes, e.g. tramp-based remote shells. (Bug#9647)
5930
0bc06380
TZ
59312011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
5932
5933 * json.el: Bump version to 1.3 and note change in History.
5934 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
5935
8b79f3e0
SM
59362011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5937
5a7c536b
SM
5938 * comint.el (comint-insert-input, comint-send-input)
5939 (comint-get-old-input-default, comint-backward-matching-input)
5940 (comint-next-prompt): Use nil instead of `input' for field property of
5941 past user input (bug#114).
5942
96a8a0df
SM
5943 * minibuffer.el (completion--replace): Inherit surrounding properties
5944 (bug#114).
5945 (minibuffer-complete-and-exit): Use it.
5946
8b79f3e0
SM
5947 * comint.el (comint--table-subvert): Quote the all-completions output
5948 (bug#9160).
5949
b8f7ff0d
MR
59502011-10-17 Martin Rudalics <rudalics@gmx.at>
5951
8b79f3e0 5952 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 5953
b8f7ff0d 5954 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 5955 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
5956 entries and separate them from frame entries.
5957
c235b555
GM
59582011-10-15 Glenn Morris <rgm@gnu.org>
5959
5960 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
5961 Doc fixes.
5962
6bbfa6e1
CY
59632011-10-15 Chong Yidong <cyd@stupidchicken.com>
5964
8b79f3e0
SM
5965 * net/network-stream.el (network-stream-open-starttls):
5966 Improve detection of failure due to lack of TLS support.
ec5c990d 5967
6bbfa6e1
CY
5968 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
5969 putting the input text in front and in bold.
5970
98488977
SM
59712011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5972
3d1337be
SM
5973 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
5974
ee0b45e4
SM
5975 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
5976 empty buffer.
5977
98488977
SM
5978 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
5979 unread-command-events rather than pushing yet-another event.
5980
186f4720
EZ
59812011-10-14 Eli Zaretskii <eliz@gnu.org>
5982
5983 * mail/sendmail.el (sendmail-query-once): Improve the wording of
5984 the explanation of the possible choices. Make the options passed
5985 to completing-read shorter.
5986
8b7a997c
AM
59872011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5988
5989 * textmodes/flyspell.el (flyspell-large-region): Make sure
5990 extended character mode is used if defined (Bug#1339).
5991
12587bbb
EZ
59922011-10-13 Eli Zaretskii <eliz@gnu.org>
5993
5994 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
5995 character info for LRE, LRO, RLE, and RLO characters by appending
5996 an invisible PDF.
12587bbb 5997
bad41229
SM
59982011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5999
6000 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
6001 even in case of error; add debug spec; simplify data flow.
6002 (with-timeout-handler): Remove.
6003
28dbc92f
MA
60042011-10-12 Michael Albinus <michael.albinus@gmx.de>
6005
6006 Fix Bug#6019, Bug#9315.
6007
6008 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
6009 complete `buffer-file-name', the local file name part could look
6010 remotely (for example on VMS).
6011
6012 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
6013 `tramp-run-real-handler'.
6014 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
6015 already quoted by '"'.
6016
6017 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
6018 Let `file-name-handler-alist' be nil, the local file name part
6019 could look remotely (for example on VMS).
6020
e1b0b23a
SM
60212011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6022
6023 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
6024 from here...
6025 (flyspell-post-command-hook): ...to here.
6026
a120bde9
SM
60272011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6028
6029 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
6030 if not needed.
6031 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
6032 using completion. Protect against "slow" callers.
6033 Remove the "message hack".
6034
7ce7717b
JL
60352011-10-11 Juri Linkov <juri@jurta.org>
6036
6037 * isearch.el (isearch-lazy-highlight-word): New variable.
6038 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6039 Use it. (Bug#9727)
6040
c02ee9d6
GM
60412011-10-11 Glenn Morris <rgm@gnu.org>
6042
6043 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
6044 like f90-previous-statement does.
6045
93e616fd 60462011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6047
1f190e73 6048 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
6049 only in interactive use, to avoid error.
6050
af7b6078
SM
60512011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6052
6053 * minibuffer.el (completion-file-name-table): Fix last change,
6054 i.e. ignore normal errors but not the other ones.
6055
0563dae9
MR
60562011-10-10 Martin Rudalics <rudalics@gmx.at>
6057
6058 * window.el (special-display-buffer-names)
6059 (special-display-regexps): Remove some remnants of earlier
6060 changes from doc-strings.
366ca7f3
MR
6061 (quit-windows-on): New function.
6062
6063 * vc/vc.el (vc-revert, vc-rollback):
6064 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
6065 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 6066 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 6067
49677495
MR
60682011-10-09 Martin Rudalics <rudalics@gmx.at>
6069
6070 * window.el (frame-auto-hide-function): Add version tag.
6071 (Bug#9699)
6072
56f2d1e1
MA
60732011-10-09 Michael Albinus <michael.albinus@gmx.de>
6074
6075 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
6076 condition.
6077
112a6592
LL
60782011-10-09 Leo Liu <sdl.web@gmail.com>
6079
6080 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
6081 (Bug#9701)
6082
0812589b
GM
60832011-10-08 Glenn Morris <rgm@gnu.org>
6084
6085 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
6086 before the first code statement zero indent. (Bug#9690)
6087
b2b0776e
CY
60882011-10-08 Chong Yidong <cyd@stupidchicken.com>
6089
6090 * simple.el (count-words-region): Always count in the region.
6091 Report the number of lines and characters too.
6092 (count-words): New command, which counts in the buffer if the
6093 region is inactive, as count-words-region used to.
6094 (count-words--message): New function. Handle plurals.
6095 (count-lines-region): Make it an alias for count-words-region.
6096
6097 * bindings.el (esc-map): Replace count-lines-region with
6098 count-words-region.
6099
c557cd6b
MR
61002011-10-08 Martin Rudalics <rudalics@gmx.at>
6101
6102 * window.el (window--delete): Delete dedicated frame
6103 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 6104 (switch-to-buffer): Fix doc-string typo.
c557cd6b 6105
61a57ef4 61062011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6107
3a7d293b 6108 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 6109
c3833279
CY
61102011-10-07 Chong Yidong <cyd@stupidchicken.com>
6111
6112 * bindings.el ([M-left],[M-right]): Bind to left-word and
6113 right-word respectively.
6114
21ce8245
GM
61152011-10-07 Glenn Morris <rgm@gnu.org>
6116
6117 * cus-start.el (debug-on-quit): Fix custom type.
6118
6d823bb2
LMI
61192011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6120
0181e193
LMI
6121 * subr.el (define-key-after): Clarify that the function is not
6122 useful for non-menu keymaps.
6123
6d823bb2
LMI
6124 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
6125
8e3459ce 61262011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6127
21ce8245 6128 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 6129 in current minibuffer (Fix bug with recursive minibuffers).
6130
a1c2d21e
CY
61312011-10-06 Chong Yidong <cyd@stupidchicken.com>
6132
6133 * progmodes/gdb-mi.el (gdb): Doc fix.
6134
5a4cf282
MR
61352011-10-05 Martin Rudalics <rudalics@gmx.at>
6136
6137 * window.el (frame-auto-hide-function): New option replacing
6138 frame-auto-delete. Suggested by Stefan Monnier.
6139 (window--delete): Call frame-auto-hide-function instead of
6140 investigating frame-auto-delete.
c96111ea
MR
6141 (window-point-1, set-window-point-1): New functions.
6142 (window-in-direction, record-window-buffer, window-state-get-1)
6143 (display-buffer-record-window): Use window-point-1 instead of
6144 window-point.
6145 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 6146
9854542e
SM
61472011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6148
6149 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
6150
8943cfb0
GM
61512011-10-05 Glenn Morris <rgm@gnu.org>
6152
6153 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
6154 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
6155
647ab967
LL
61562011-10-05 Leo Liu <sdl.web@gmail.com>
6157
6158 * subr.el (read-char-choice): Fix argument to buffer-live-p which
6159 works with buffer object.
6160
3ddfbced
SM
61612011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6162
6163 * mpc.el (mpc-tool-bar-map): Add labels.
6164
bdfa5dd2
GM
61652011-10-04 Glenn Morris <rgm@gnu.org>
6166
6167 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6168
0e2070b5
MR
61692011-10-04 Martin Rudalics <rudalics@gmx.at>
6170
6171 * window.el (window--delete): New function.
6172 (frame-auto-delete): Resuscitate option.
6173 (bury-buffer, replace-buffer-in-windows)
6174 (quit-window): Rewrite using window--delete.
6175 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6176 Pass display-buffer-mark-dedicated to window--display-buffer-2
6177 (Bug#9639).
6178
3dc61a09
SM
61792011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6180
915a9b64
SM
6181 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
6182 returns a list (bug#9554). Add remote file name completion.
6183 * comint.el (comint--table-subvert): Curry and get quote&unquote
6184 functions as arguments.
6185 (comint--complete-file-name-data): Adjust call accordingly.
6186 * pcomplete.el (pcomplete--table-subvert): Remove.
6187 (pcomplete-completions-at-point): Use comint--table-subvert instead.
6188
3dc61a09
SM
6189 * minibuffer.el (completion-table-case-fold): Use currying.
6190 (completion--styles-type, completion--cycling-threshold-type):
6191 New constants.
6192 (completion-styles, completion-category-overrides)
6193 (completion-cycle-threshold): Use them.
6194 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
6195 completion-table-case-fold.
6196
8ea0a993
SB
61972011-10-03 Stephen Berman <stephen.berman@gmx.net>
6198
6199 * minibuffer.el (completion-category-overrides): Fix type of styles
6200 and add more user friendly tags (bug#9660).
6201
8c24b7f6
SM
62022011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6203
6204 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
6205 (mule-input-method-string): New widget.
6206 (default-input-method, language-info-custom-alist): Use it.
6207
428fe61a
SM
62082011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6209
32c1fffd
SM
6210 * pcomplete.el: Require comint.
6211 (pcomplete--common-suffix): Remove.
6212 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
6213 (pcomplete--table-subvert): Sync with comint--table-subvert.
6214 (pcomplete--entries): Use comint-completion-file-name-table.
6215 * comint.el (comint-unquote-filename): Simplify.
6216 (comint-completion-file-name-table): New function (bug#9616).
6217 (comint--complete-file-name-data): Use it.
6218
428fe61a
SM
6219 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
6220 (pcmpl-gnu-tar-buffer): Remove.
6221 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
6222 around. Make sure pcomplete-suffix-list is only changed temporarily.
6223 Don't look inside the tar's file if it's too large.
428fe61a 6224
04c52e2f
CY
62252011-10-01 Chong Yidong <cyd@stupidchicken.com>
6226
ce3cefcc
CY
6227 * cus-edit.el (custom-mode-map):
6228 * epa.el (epa-key-list-mode-map):
6229 * man.el (Man-mode-map):
6230 * startup.el (splash-screen-keymap):
6231 * simple.el (special-mode-map): Use scroll-up-command and
6232 scroll-down-command.
6233
6234 * progmodes/idlw-help.el (idlwave-help-mode-map):
6235 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
6236 * net/newst-plainview.el (newsticker-mode-map):
6237 * emulation/ws-mode.el (wordstar-mode-map):
6238 * emulation/vi.el (vi-com-map):
6239 * calc/calc-graph.el (calc-graph-show-dumb):
6240 * term/sun.el (terminal-init-sun):
6241 * term/ns-win.el (global-map):
6242 * progmodes/grep.el (grep-mode-map):
6243 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
6244 * mail/rmail.el (rmail-mode-map):
6245 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
6246
04c52e2f
CY
6247 * custom.el (custom-safe-themes, load-theme): Treat value of t for
6248 custom-safe-themes as special.
6249
79adf8c8
JD
62502011-10-01 Julien Danjou <julien@danjou.info>
6251
6252 * notifications.el (notifications-notify): Fix docstring.
6253
63bd50d3
PS
62542011-10-01 Per Starbäck <per@starback.se>
6255
6256 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
6257
199e4c7e
MR
62582011-09-30 Martin Rudalics <rudalics@gmx.at>
6259
6260 * startup.el (command-line-1): Fix last fix by inserting
6261 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 6262 (Bug#9605) and (Bug#9636)
199e4c7e 6263
fe5f08dd
EZ
62642011-09-29 Eli Zaretskii <eliz@gnu.org>
6265
6266 * simple.el (line-move): If auto-hscroll-mode is disabled and the
6267 window is hscrolled, move by logical lines. (Bug#9607)
6268 (line-move-visual): Update the doc string to the above effect.
6269
b5516bbd
MR
62702011-09-29 Martin Rudalics <rudalics@gmx.at>
6271
ccee00c0
MR
6272 * window.el (display-buffer-record-window): When WINDOW is the
6273 selected window use `point' instead of `window-point'. (Bug#9626)
6274
b5516bbd
MR
6275 * startup.el (command-line-1): Use insert-before-markers when
6276 inserting initial-scratch-message. (Bug#9605)
ccee00c0 6277
b5516bbd
MR
6278 * help.el (help-window): Remove variable.
6279
52aa0014
GM
62802011-09-29 Glenn Morris <rgm@gnu.org>
6281
6282 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
6283
df9a7357
JB
62842011-09-29 Juanma Barranquero <lekktu@gmail.com>
6285
6286 * descr-text.el (describe-char-categories): Accept category
6287 descriptions more than one line long.
6288
a8406c20
SM
62892011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6290
88d9610c
SM
6291 * simple.el (delete-trailing-whitespace): Fix last change.
6292
a5daf810
SM
6293 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6294 Don't confuse "y => 3" as the beginning of a `y' operation.
6295
a8406c20
SM
6296 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
6297 object has more than 4 slots (bug#9613).
6298
a239d4e9
JB
62992011-09-28 Juanma Barranquero <lekktu@gmail.com>
6300
6301 * subr.el (with-output-to-temp-buffer):
6302 * net/quickurl.el (quickurl, quickurl-browse-url):
6303 Fix typos in docstrings.
6304
693fbdb6
EZ
63052011-09-27 Eli Zaretskii <eliz@gnu.org>
6306
6307 * minibuffer.el (completion-styles)
6308 (completion-category-overrides): Cross reference each other in doc
6309 strings.
6310
8b457e28
GM
63112011-09-27 Glenn Morris <rgm@gnu.org>
6312
6313 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
6314 to split-string. (Bug#9606)
6315
85a16208
LMI
63162011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6317
6318 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
6319 (bug#9615).
6320
502f9ebd
CY
63212011-09-27 Chong Yidong <cyd@stupidchicken.com>
6322
6323 * emacs-lisp/package.el (list-packages): Fix echo area message.
6324
7690bdea
LL
63252011-09-27 Leo Liu <sdl.web@gmail.com>
6326
6327 * ido.el (ido-read-internal): Accept cons cell HIST arg.
6328
e2ee6f30
MA
63292011-09-25 Michael Albinus <michael.albinus@gmx.de>
6330
6331 * net/dbus.el (dbus-unregister-object): Don't release services for
6332 registered signals. (Bug#9581)
6333
f3f98342
TZ
63342011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6335
6336 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
6337 function that picks between cfengine 2 and 3 support
6338 automatically. Update docs accordingly.
6339
dd7aa8dd
KH
63402011-09-22 Kenichi Handa <handa@m17n.org>
6341
6342 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
6343 ZERO.
6344 (indian-itrans-v5-table-for-tamil): New variable.
6345 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
6346
3f2b07f8
KM
63472011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
6348
6349 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
6350 that's true if the current command involved collapsing of text.
6351 It's reset to false at the beginning of the next command.
6352 (allout-post-command-business): Move the cursor to the beginning
6353 of entry if the cursor is hidden and collapsing activity just
6354 happened.
6355
371d6a61
CY
63562011-09-24 Chong Yidong <cyd@stupidchicken.com>
6357
6358 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
6359 tracking (Bug#9541).
6360
2ac2721a
UJ
63612011-09-24 Ulf Jasper <ulf.jasper@web.de>
6362
6363 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
6364 (newsticker-show-news): Automatically load html rendering package
6365 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
6366 because w3m-fill-column is let-bound" and the error "Symbol's value
6367 as variable is void: w3m-fill-column".
2ac2721a 6368
fac7ae53
MA
63692011-09-24 Michael Albinus <michael.albinus@gmx.de>
6370
6371 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
6372 Release services only if they are defined. (Bug#9581)
6373
e08b633b
RS
63742011-09-23 Richard Stallman <rms@gnu.org>
6375
e488d29c
RS
6376 * textmodes/paragraphs.el (forward-sentence): For backwards case,
6377 distinguish start of paragraph from start of its text.
6378
19c38752
RS
6379 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
6380
e08b633b
RS
6381 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
6382 (rmail-generate-viewer-buffer): Put that hook on view buffer.
6383 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
6384
0a39f27e
AS
63852011-09-23 Andreas Schwab <schwab@linux-m68k.org>
6386
6387 * international/mule-diag.el (mule-diag): Insert a newline after
6388 each fontset description.
6389
db4e950d
SM
63902011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6391
6392 * simple.el (delete-trailing-whitespace):
6393 Document last change; simplify.
6394
eca3f3ea
PW
63952011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
6396
d68e189a
PW
6397 * simple.el (delete-trailing-whitespace): Also delete
6398 extra newlines at the end of the buffer.
6399
eca3f3ea
PW
6400 * textmodes/picture.el: Make motion commands obey shift-select-mode.
6401 (picture-newline): Use forward-line so as to ignore fields.
6402
01c157cc
SM
64032011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6404
6405 * subr.el (with-wrapper-hook): Fix edebug spec.
6406
022de23e
LMI
64072011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6408
6409 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
6410 (bug#4538).
6411
91683089
MA
64122011-09-23 Michael Albinus <michael.albinus@gmx.de>
6413
eca3f3ea
PW
6414 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6415 Fix nasty bug using wrong cached values.
91683089 6416
5bdd6fa4
AM
64172011-09-23 Alan Mackenzie <acm@muc.de>
6418
6419 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
6420
97adfb97
CY
64212011-09-23 Chong Yidong <cyd@stupidchicken.com>
6422
6423 * window.el (pop-to-buffer): Ensure right window is selected if we
6424 chose another frame.
6425
d4ef2b50
EZ
64262011-09-22 Eli Zaretskii <eliz@gnu.org>
6427
6428 * simple.el (what-cursor-position): Use get-char-property-change
6429 and next-single-char-property-change, to be able to show display
6430 properties that come from overlays as well as text properties.
6431
72258fe5
CY
64322011-09-22 Chong Yidong <cyd@stupidchicken.com>
6433
6434 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
6435
6436 * cmuscheme.el (run-scheme, switch-to-scheme):
6437 * cus-edit.el (customize-group, custom-buffer-create)
6438 (customize-browse):
6439 * info.el (info):
6440 * shell.el (shell):
6441 * mail/sendmail.el (mail):
6442 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
6443
8f098516
RS
64442011-09-22 Richard Stallman <rms@gnu.org>
6445
6446 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
6447 move back only to line beg, don't move back over blank lines.
6448
e74f1bb6
MA
64492011-09-22 Michael Albinus <michael.albinus@gmx.de>
6450
6451 * files.el (copy-directory): Set directory attributes only in case
6452 they could be retrieved from the source directory. (Bug#9565)
6453
bfeef8b6
DK
64542011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
6455
6456 * progmodes/hideshow.el (hs-looking-at-block-start-p)
6457 (hs-find-block-beginning, hs-hide-level-recursive):
6458 Ignore strings as well as comments. (Bug#9502)
6459
7e423bb8
AS
64602011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
6461
6462 * progmodes/sql.el (sql-comint-postgres):
6463 Convert port number to a string. (Bug#9566)
6464
b4d72fcf
MR
64652011-09-22 Martin Rudalics <rudalics@gmx.at>
6466
6467 * window.el (quit-window): Undedicate window when switching to
6468 previous buffer. Reported by Thierry Volpiatto
6469 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
6470 (special-display-popup-frame): When popping up a new frame reset
6471 its previous buffers to nil. Simplify code.
b4d72fcf 6472
a7b88dc6
MA
64732011-09-21 Michael Albinus <michael.albinus@gmx.de>
6474
6475 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
6476 and process filter, as done also in `shell-command'.
6477
cf4eacfd
MR
64782011-09-21 Martin Rudalics <rudalics@gmx.at>
6479
eca3f3ea 6480 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
6481 Call set-window-start with NOFORCE argument t.
6482 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
6483 (quit-window): Reword doc-string. Handle new format of
6484 quit-restore parameter. Don't delete window if it has a
6485 previous buffer we can show instead of the present one.
6486 (display-buffer-record-window): Rewrite using a new format for
6487 the quit-restore window parameter
6488 (special-display-popup-frame, display-buffer-same-window)
6489 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6490 (display-buffer-pop-up-window, display-buffer-use-some-window):
6491 Adapt symbol passed to display-buffer-record-window.
6492 * help.el (help-window-setup): Handle new format of quit-restore
6493 parameter.
6494
8d28cb95
SM
64952011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6496
94ab793f
SM
6497 * faces.el (face-list): Fix docstring (bug#9564).
6498
8d28cb95
SM
6499 * window.el (display-buffer--action-function-custom-type):
6500 Don't include internal functions in the Custom interface.
6501
3820edeb
JL
65022011-09-20 Juri Linkov <juri@jurta.org>
6503
6504 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6505 (Info-forward-node, Info-backward-node, Info-next-preorder)
6506 (Info-last-preorder): Use it. (Bug#9528)
6507
5147931d
JL
65082011-09-20 Juri Linkov <juri@jurta.org>
6509
6510 * info.el (Info-last-preorder): Visit last menu item only when
6511 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6512
cf499a1a
JD
65132011-09-20 Julien Danjou <julien@danjou.info>
6514
6515 * password-cache.el (password-cache-remove): Remove entries even if the
6516 value is nil, so that password with a nil value (negative caching) is
6517 possible to invalidate.
6518
f84e2fe2
LM
65192011-09-20 Lawrence Mitchell <wence@gmx.li>
6520
6521 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6522 all whitespace around breakpoint. (Bug#9553)
6523 (f90-find-breakpoint): Only break at whitespace inside a comment.
6524
78054a46
SM
65252011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6526
6527 * minibuffer.el (completion-file-name-table): Keep track of errors.
6528 (completion-table-with-predicate): Handle the case where pred1 is nil.
6529 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6530
345083b2
SM
65312011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6532
e24e27be
SM
6533 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6534 (debugger-return-value): Signal an error if the debugging context does
6535 not await any return value.
6536
345083b2
SM
6537 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6538 * image-mode.el (image-toggle-display-text)
6539 (image-toggle-display-image): Stay away from evil `intangible'.
6540
08d355e3
LL
65412011-09-19 Leo Liu <sdl.web@gmail.com>
6542
6543 * replace.el (occur-revert-arguments): Make it permanent-local.
6544 (occur-mode): Don't call font-lock-defontify.
6545
f01da43f
CY
65462011-09-19 Chong Yidong <cyd@stupidchicken.com>
6547
6548 * net/ldap.el (ldap-search-internal): Don't push empty search
6549 result (Bug#9508).
6550
b6072fa6
SM
65512011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6552
6553 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6554
443d6696
MA
65552011-09-19 Michael Albinus <michael.albinus@gmx.de>
6556
6557 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6558 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6559
7cc6e154
JL
65602011-09-18 Juri Linkov <juri@jurta.org>
6561
6562 * buff-menu.el (Buffer-menu-mode-map):
6563 * dired.el (dired-mode-map):
6564 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6565 (lisp-interaction-mode-map):
6566 * emacs-lisp/package.el (package-menu-mode-map):
6567 * epa.el (epa-key-list-mode-map):
6568 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6569 (menu-bar-options-menu):
6570 * outline.el (outline-mode-menu-bar-map):
6571 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6572 * vc/vc-dir.el (vc-dir-menu-map):
6573 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6574 Capitalize non-function content words in menu item strings.
6575
6576 * dired.el (dired-mode-map): Add menu item for
6577 `image-dired-dired-toggle-marked-thumbs'.
6578
80302a81
JL
65792011-09-18 Juri Linkov <juri@jurta.org>
6580
6581 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6582 to `isearch-case-fold-search' and restore its original value
6583 after the `isearch-mode' call.
6584
46c5cf66
JL
65852011-09-18 Juri Linkov <juri@jurta.org>
6586
6587 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6588 because `zgrep' returns 1 for successful matches (bug#9226).
6589
d18b513b
JL
65902011-09-18 Juri Linkov <juri@jurta.org>
6591
6592 * info.el (Info-extract-menu-node-name): Check the second match
6593 for empty string (second test-case of bug#9528).
6594 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6595 intermediate nodes to the history (first test-case of bug#9528).
6596
72753f87
JL
65972011-09-18 Juri Linkov <juri@jurta.org>
6598
6599 * info.el (Info-mode-syntax-table): New variable.
1154d12e 6600 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 6601
c9384295
JL
66022011-09-18 Juri Linkov <juri@jurta.org>
6603
1154d12e
JB
6604 * info.el (Info-file-supports-index-cookies):
6605 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6606 outputs one more line for long file names (bug#4142).
c9384295 6607
d473dce8
CY
66082011-09-18 Chong Yidong <cyd@stupidchicken.com>
6609
6610 * newcomment.el (comment-normalize-vars): If prompting for
6611 comment-start, set comment-start-skip too (Bug#8424).
6612
2176854d
JB
66132011-09-18 Johan Bockgård <bojohan@gnu.org>
6614
6615 * icomplete.el: Fix previous fix of Bug#5849.
6616 (icomplete-mode): Don't set completion-show-inline-help.
6617 (icomplete-minibuffer-setup): Set completion-show-inline-help
6618 locally during icompletion.
6619
3aace4e4
CY
66202011-09-18 Chong Yidong <cyd@stupidchicken.com>
6621
c940224f
CY
6622 * woman.el (woman2-process-escapes): Don't delete unrecognized
6623 escapes (Bug#7843).
6624
3aace4e4
CY
6625 * files.el (inhibit-first-line-modes-regexps): Add image files.
6626 (hack-local-variables-prop-line): Return nil for malformed
6627 prop-lines (Bug#9044).
6628
710dec63
MA
66292011-09-18 Michael Albinus <michael.albinus@gmx.de>
6630
6631 * net/tramp.el (top): Don't require 'shell.
6632 (tramp-methods): Fix docstring.
6633 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
6634 Return complete remote file name. Handle "smb" case.
6635 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
6636 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6637
6638 * net/tramp-compat.el (top): Require 'shell.
6639
6640 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6641 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6642 `tramp-current-host'.
6643 (tramp-get-remote-tmpdir): Remove.
6644
6645 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6646 `tramp-tmpdir' entries.
6647 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6648 (tramp-smb-handle-file-attributes): Ignore errors.
6649 (tramp-smb-wait-for-output): Check also for process end.
6650
5d5ac8ec
LMI
66512011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6652
6653 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6654 when sending QUIT (bug#9312).
6655
8c0f49f0
CY
66562011-09-17 Chong Yidong <cyd@stupidchicken.com>
6657
6658 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6659 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6660 occur-mode-display-occurrence.
6661 (occur-edit-mode): Add usage message.
6662 (occur-cease-edit): New command.
6663 (occur-after-change-function): Use text properties to find the
6664 position of the prefix text.
6665 (occur-engine): Set stickiness of prefix text properties.
6666
8f1383f7
GM
66672011-09-17 Glenn Morris <rgm@gnu.org>
6668
6669 * progmodes/etags.el (complete-tag):
6670 Fix call to completion-in-region. (Bug#9526)
6671
744ba0e3
JL
66722011-09-17 Juri Linkov <juri@jurta.org>
6673
6674 * textmodes/ispell.el (ispell-word): Add to the error message
6675 the word, ispell program name and current dictionary (bug#9121).
6676 (ispell-tex-arg-end): Capitalize "error" in the error message.
6677
d9bbf400
AS
66782011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6679
6680 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6681 check. (Bug#4251)
6682
8da11505
JL
66832011-09-17 Juri Linkov <juri@jurta.org>
6684
6685 * window.el (window-safe-min-height, window-safe-min-width):
6686 Fix typos (followup to bug#9522).
6687
a91adc7e
SJ
66882011-09-17 Sven Joachim <svenjoac@gmx.de>
6689
6690 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
6691
064f328a
EZ
66922011-09-16 Eli Zaretskii <eliz@gnu.org>
6693
6694 * simple.el (line-move): If goal-column is set, move by logical
6695 lines, not by display lines. (Bug#971)
6696 (next-line, previous-line, goal-column, line-move-visual): Doc fix
6697 to reflect the above change.
6698
e69df516
SM
66992011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6700
6701 * image.el (imagemagick-register-types): Use regexp-opt.
6702
cbb0f9ab
CY
67032011-09-15 Chong Yidong <cyd@stupidchicken.com>
6704
6705 * window.el (display-buffer-base-action): Rename from
6706 display-buffer-default-action. Make default value empty.
6707 (display-buffer-overriding-action): Convert to defvar.
6708 (display-buffer-fallback-action): New var.
6709
25322144
CY
67102011-09-15 Chong Yidong <cyd@stupidchicken.com>
6711
6712 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
6713 declaration.
6714 (package--add-to-archive-contents): If there is a duplicate entry
6715 with an older version, remove it.
6716 (package-menu-mark-delete, package-menu-mark-install)
6717 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
6718 (package-menu-mark-obsolete-for-deletion):
6719 Use package-menu-get-status instead of a regexp search.
25322144
CY
6720 (package-menu-get-status): Use tabulated-list-entry.
6721 (package-menu-mark-upgrades): New command.
d770725a 6722 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
6723 (package-menu-execute): Do installation before deletion.
6724 (package-menu-refresh, package-menu-execute): Use derived-mode-p
6725 instead of checking major-mode.
6726 (package-menu--find-upgrades): New function.
6727
7520339c
LMI
67282011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6729
6730 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
6731 passwords in the log buffer.
65a046c4
LMI
6732 (smtpmail-process-filter): Update the process marker so that the
6733 "broken by peer" status message is inserted in the right place.
7520339c 6734
d3c30954
SM
67352011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6736
3fe48822
SM
6737 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
6738 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
6739 bibtex-completion-at-point-function.
6740 (bibtex-completion-at-point-function): Use them.
6741
1b8b3954
SM
6742 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
6743
d3c30954
SM
6744 * mpc.el (mpc-constraints-tag-lookup): New function.
6745 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
6746 also to browser "album|playlist".
6747
72779976
JL
67482011-09-14 Juri Linkov <juri@jurta.org>
6749
6750 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
6751 (isearch-edit-string): Use length of `isearch-string' when
6752 `isearch-fail-pos' returns nil.
6753 (isearch-message): Remove duplicate code and call
6754 `isearch-fail-pos' with arg `t'.
6755
a0bf2bcd
CY
67562011-09-14 Chong Yidong <cyd@stupidchicken.com>
6757
17bb0a2d
CY
6758 * replace.el (occur-mode-goto-occurrence): Don't force using other
6759 window (Bug#9499).
6760
a0bf2bcd
CY
6761 * dired-aux.el (dired-do-chmod): Don't provide initial input.
6762
f678e0b6
MR
67632011-09-14 Martin Rudalics <rudalics@gmx.at>
6764
6765 * window.el (display-buffer-window): Remove.
6766 (display-buffer-record-window): Use help-setup window parameter
6767 instead of variable display-buffer-window.
6768 (display-buffer-function, special-display-buffer-names)
6769 (special-display-function): Mention help-setup parameter instead
6770 of display-buffer-window in doc-string.
d3c30954
SM
6771 * help.el (help-window-setup): New argument help-window.
6772 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
6773 Reword some messages.
6774 (with-help-window): Pass window used for displaying the buffer
6775 to help-window-setup. Don't set display-buffer-window.
6776
8e39b2e8
GM
67772011-09-13 Glenn Morris <rgm@gnu.org>
6778
6779 * emacs-lisp/debug.el (debugger-make-xrefs):
6780 Preserve point. (Bug#9462)
6781
85e9c04b
CY
67822011-09-13 Chong Yidong <cyd@stupidchicken.com>
6783
6784 * window.el (window-deletable-p): Use next-frame.
6785
1b36ed6a
MR
67862011-09-13 Martin Rudalics <rudalics@gmx.at>
6787
6788 * window.el (window-auto-delete): Remove.
6789 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 6790 dedication and previous buffers.
1b36ed6a
MR
6791 (switch-to-prev-buffer): Don't delete window.
6792 (delete-windows-on): Delete a window's frame if and only if the
6793 window is dedicated.
6794 (replace-buffer-in-windows): Delete buffer's window or frame if
6795 and only if window is dedicated.
6796 (quit-window): Handle quit-restore as before last change.
4d61f28d 6797 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 6798
ef8ef9fb
CY
67992011-09-13 Chong Yidong <cyd@stupidchicken.com>
6800
6801 * window.el (window-deletable-p): Never delete the last frame on a
6802 given terminal.
6803
b2cba41e
GM
68042011-09-13 Glenn Morris <rgm@gnu.org>
6805
6806 * help.el (describe-key-briefly): Copy previous standard-output change.
6807
51553db6 68082011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
6809
6810 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
6811
b7556719
GM
68122011-09-13 Glenn Morris <rgm@gnu.org>
6813
6814 * emacs-lisp/lisp-mode.el (lisp-indent-function):
6815 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
6816
64b51947
CY
68172011-09-12 Chong Yidong <cyd@stupidchicken.com>
6818
6819 * dired-aux.el (dired-mark-read-string): Don't return default
6820 value on empty input (Bug#9361).
6821 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
6822 Omit initial minibuffer contents.
6823 (dired-do-chmod): Signal an error on empty input.
6824 (dired-mark-read-string): Don't return default on empty input.
6825
6826 * files.el (file-modes-symbolic-to-number): Doc fix.
6827
393a301e
SM
68282011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6829
6830 * international/mule-cmds.el (ucs-completions): Remove.
6831 (read-char-by-name): Use complete-with-action instead; add metadata.
6832
fa5660f9
CY
68332011-09-11 Chong Yidong <cyd@stupidchicken.com>
6834
6835 * window.el (display-buffer--action-function-custom-type)
6836 (display-buffer--action-custom-type): New vars.
6837 (display-buffer-alist, display-buffer-default-action)
6838 (display-buffer-overriding-action): Add defcustom types.
6839
4a592f66
CY
6840 * frame.el (delete-other-frames): Doc fix (Bug#276).
6841
73d56dbd
LMI
68422011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6843
6844 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
6845
37ac18a3
CY
68462011-09-11 Chong Yidong <cyd@stupidchicken.com>
6847
6848 Change modes that used same-window-* vars to use switch-to-buffer.
6849
6850 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
6851 Use switch-to-buffer.
6852
6853 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
6854 (customize-browse, custom-buffer-create-other-window):
6855 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
6856
6857 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
6858 (Info-prev, Info-up, Info-speedbar-goto-node)
6859 (info-display-manual): Use switch-to-buffer.
6860 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
6861
6862 * mail/sendmail.el (mail): Use switch-to-buffer.
6863 (mail-recover): Use switch-to-buffer-other-window.
6864
6865 * cmuscheme.el (run-scheme, switch-to-scheme):
6866 * ielm.el (ielm):
6867 * shell.el (shell):
6868 * net/rlogin.el (rlogin):
6869 * net/telnet.el (telnet, rsh):
6870 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
6871
10195bd6
AS
68722011-09-11 Andreas Schwab <schwab@linux-m68k.org>
6873
6874 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
6875
b322f63a
LMI
68762011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6877
39d7fed6
LMI
6878 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
6879 so don't mention it (bug#9301).
ba5a81f1 6880 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 6881
ee0e9f11
LMI
6882 * faces.el (face-spec-set-match-display): Make `(type graphic)'
6883 match `x', `w32' and `ns', like the manual says (bug#9029).
6884
0b1c89c1 6885 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
6886 (process-kill-buffer-query-function): Mention the buffer name in
6887 the query.
0b1c89c1 6888
77549ea8
LMI
6889 * image-mode.el (image-next-line): The line parameter is mandatory
6890 (bug#9258).
6891
803ef892
LMI
6892 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
6893 which can be useful (bug#9301).
6894
12980837
LMI
6895 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
6896
91054f8f
LMI
6897 * subr.el (match-string): Mention that the current buffer should
6898 be the same as the search was done in (bug#9282).
6899
b322f63a
LMI
6900 * facemenu.el: Disable the remove-* commands if the mark isn't
6901 active (bug#9162).
6902
3199b96f
CY
69032011-09-10 Chong Yidong <cyd@stupidchicken.com>
6904
6905 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
6906 of display-buffer.
6907 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
6908
6909 * replace.el (occur-mode-goto-occurrence)
6910 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
6911 and display-buffer.
6912
6913 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
6914 display-buffer.
6915
6916 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
6917 special-display and same-window variables.
6918 (mail-other-window): Use switch-to-buffer-other-window.
6919 (mail-other-frame): USe switch-to-buffer-other-frame.
6920
393a301e
SM
6921 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
6922 Use display-buffer-other-frame.
3199b96f
CY
6923 (gdb-display-gdb-buffer): Use pop-to-buffer.
6924
6925 * progmodes/gud.el (gud-goto-info): Use info-other-window.
6926
6927 * progmodes/python.el: Don't set same-window-buffer-names.
6928
6929 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
6930
6931 * window.el (display-buffer-alist): Add *Python*.
6932
8319e0bf
CY
69332011-09-10 Chong Yidong <cyd@stupidchicken.com>
6934
6935 * window.el (display-buffer-alist): Add entry for buffers
6936 previously handled same-window-*.
6937 (display-buffer-alist, display-buffer-default-action)
6938 (display-buffer-overriding-action): Mark as risky.
6939 (display-buffer-alist): Document action function changes.
6940 (display-buffer--same-window-action)
6941 (display-buffer--other-frame-action): New variables.
6942 (switch-to-buffer, display-buffer-other-frame): Use them.
6943 (display-buffer): Rename reuse-frame entry to reusable-frames.
6944 (display-buffer-reuse-selected-window): Function deleted.
6945 (display-buffer-reuse-window): Handle reusable-frames alist entry.
6946 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
6947 (display-buffer-special): New function.
6948 (display-buffer--maybe-pop-up-frame-or-window): Rename from
6949 display-buffer-reuse-or-pop-window. Split off special-display
6950 part into display-buffer-special.
6951 (display-buffer-use-some-window): Don't perform any special
6952 pop-up-frames handling.
6953 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 6954 (display-buffer--maybe-same-window): Rename from
0d3ff375 6955 display-buffer-maybe-same-window.
8319e0bf 6956
919a69aa
CY
6957 * info.el: Don't set same-window-regexps.
6958 (info-setup): New function.
6959 (info-other-window, info): Call it.
6960
6961 * cus-edit.el: Don't set same-window-regexps.
6962 (customize-group): New argument.
6963 (customize-group-other-window): Use it.
6964 (customize-face, customize-face-other-window): Likewise.
6965 (custom-buffer-create-other-window): Use pop-to-buffer directly.
6966
8319e0bf
CY
6967 * net/rlogin.el:
6968 * net/telnet.el:
6969 * progmodes/gud.el: Don't set same-window-regexps.
6970
6971 * cmuscheme.el:
6972 * ielm.el:
6973 * shell.el:
6974 * mail/sendmail.el:
6975 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
6976
25173000
JL
69772011-09-10 Juri Linkov <juri@jurta.org>
6978
6979 * isearch.el (isearch-edit-string): Remove obsolete mention of
6980 `C-w' (`isearch-yank-word-or-char') from docstring.
6981 (isearch-query-replace): Fix typo in docstring (bug#9466).
6982
056e44ef
JL
69832011-09-10 Juri Linkov <juri@jurta.org>
6984
6985 * paren.el (show-paren-function): Don't show escaped parens.
6986 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
6987
c3760c17
EZ
69882011-09-10 Eli Zaretskii <eliz@gnu.org>
6989
6990 * mail/sendmail.el (mml-to-mime, mml-attach-file)
6991 (mm-default-file-encoding): Remove autoload forms, they are
6992 replaced with autoload cookies in mml.el and mm-encode.el.
6993 (mail-add-attachment): New command.
6994 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
6995 (mail-mode): Mention mail-insert-file and mail-add-attachment in
6996 the doc string.
6997 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
6998
fece895e
RT
69992011-09-10 Reuben Thomas <rrt@sc3d.org>
7000
e69df516
SM
7001 * simple.el (count-words-region): Use buffer if there's no region
7002 (bug#9429).
fece895e 7003
5e68ce4a
JL
70042011-09-09 Juri Linkov <juri@jurta.org>
7005
7006 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
7007 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
7008 (wdired-isearch-filter-read-only): New function. (Bug#6362)
7009
0a6b9622
AM
70102011-09-09 Alan Mackenzie <acm@muc.de>
7011
7012 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
7013 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
7014
14a29deb
EZ
70152011-09-09 Eli Zaretskii <eliz@gnu.org>
7016
7017 Fix for Savannah bug#9392.
7018 * simple.el (mail-encode-mml): New defvar.
7019
7020 * mail/rmail.el (mail-encode-mml): Add a defvar.
7021 (rmail-enable-mime-composing): Default to t.
7022 (rmail-forward): Use MIME method of forwarding only if both
7023 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
7024 Set mail-encode-mml non-nil if the MIME method was used.
7025
7026 * mail/sendmail.el (mml-to-mime): Add autoload form.
7027 (mail-encode-mml): Add a defvar.
7028 (mail-mode): Make mail-encode-mml buffer-local and initialize it
7029 to nil.
7030 (mail-send): If mail-encode-mml is non-nil, run the outgoing
7031 message through mml-to-mime, and reset mail-encode-mml to nil.
7032
28c45130
GM
70332011-09-09 Glenn Morris <rgm@gnu.org>
7034
7035 * woman.el (woman-if-body): When processing an .el block,
7036 do not delete the next .el block as well. (Bug#9447)
69f4b618 7037 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 7038
9b1c252e
MR
70392011-09-08 Martin Rudalics <rudalics@gmx.at>
7040
7041 * window.el (window-deletable-p): Make sure window is live before
7042 invoking window-prev-buffers.
7043
567457e3
LL
70442011-09-08 Leo Liu <sdl.web@gmail.com>
7045
7046 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
7047
97f05794
JL
70482011-09-08 Juri Linkov <juri@jurta.org>
7049
7050 * progmodes/compile.el (compilation-environment): Make it
7051 a defcustom (bug#8340).
7052
8b0874b5
MR
70532011-09-08 Martin Rudalics <rudalics@gmx.at>
7054
7055 * window.el (frame-auto-delete): Rename to window-auto-delete.
7056 Make it control auto-deletion of windows and/or frames.
7057 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 7058 for deleting window/frame. (Bug#9419)
8b0874b5
MR
7059 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
7060 Rewrite handling of case when window/frame can be deleted.
7061 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 7062 argument t. (Bug#9456)
8b0874b5 7063
4feb6e73
CY
70642011-09-07 Chong Yidong <cyd@stupidchicken.com>
7065
7066 * help-mode.el (help-mode): Restore autoload.
7067
91ab9c13
JL
70682011-09-07 Juri Linkov <juri@jurta.org>
7069
7070 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
7071 `compilation-environment'. Set buffer-local
7072 `compilation-environment' to `thisenv' later after (funcall mode).
7073 (Bug#8340)
7074
7075 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
7076 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
7077 instead of replacing its value. (Bug#8340)
7078
0527e251
JL
70792011-09-07 Juri Linkov <juri@jurta.org>
7080
7081 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
7082 based on text properties put by `grep-filter' instead of matching
7083 escape sequences.
7084 (grep-mode): Set buffer-local `compilation-error-screen-columns'
7085 to the value of `grep-error-screen-columns' (bug#9438).
7086
249f792c
JL
70872011-09-07 Juri Linkov <juri@jurta.org>
7088
7089 * simple.el (next-error-highlight, next-error-highlight-no-select):
7090 Doc fix (bug#9432).
7091
ff7271b9
OT
70922011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7093
7094 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7095 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
7096
183fc730
LL
70972011-09-07 Leo Liu <sdl.web@gmail.com>
7098
7099 * net/rcirc.el (rcirc-mode): Conditionally initialize
7100 rcirc-input-ring.
7101
77694924
SM
71022011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7103
7104 * emacs-lisp/find-func.el (find-function-C-source): Only set
7105 find-function-C-source-directory after checking that we found a source
7106 file there (bug#9440).
7107
d809b8eb
AM
71082011-09-06 Alan Mackenzie <acm@muc.de>
7109
7110 * isearch.el (isearch-other-meta-char): Wherever a key list is
7111 unread, "unread" the prefix arg, too. This fixes bug #8901.
7112
453de99f
OG
71132011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7114
7115 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
7116
90439906
JL
71172011-09-05 Juri Linkov <juri@jurta.org>
7118
7119 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
7120
f62bd846
JL
71212011-09-05 Juri Linkov <juri@jurta.org>
7122
7123 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
7124 keeping point where processing of grep matches begins, and
7125 continue to delete remaining escape sequences from the same point.
7126 (grep-filter): Make leading zero optional in "0?1;31m" because
7127 git-grep emits "\033[1;31m" escape sequences unlike expected
7128 "\033[01;31m" as GNU Grep does (bug#9408).
7129 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
7130
045820ec
JL
71312011-09-05 Juri Linkov <juri@jurta.org>
7132
7133 * subr.el (y-or-n-p): Capitalize "yes".
7134
f5e29b9b
MA
71352011-09-04 Michael Albinus <michael.albinus@gmx.de>
7136
7137 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
7138 `tramp-cache-unload-hook' where appropriate.
7139 (tramp-methods): Rename `tramp-remote-sh' to
7140 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
7141 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
7142
7143 * net/tramp-sh.el (top): Don't require 'shell.
7144 (tramp-methods): Add `tramp-remote-shell' and
7145 `tramp-remote-shell-args' entries.
7146 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
7147 (tramp-sh-handle-shell-command): Remove.
7148 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7149 Use `tramp-remote-shell'.
7150
2784c434
CY
71512011-09-03 Chong Yidong <cyd@stupidchicken.com>
7152
393a301e 7153 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
7154 (sendmail-query-once): Save directly to send-mail-function.
7155 Update message-send-mail-function too.
7156
7157 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
7158
464cdf56
CS
71592011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7160
7161 * progmodes/python.el (python-mode-map): Use correct function to
7162 start python interpreter from menu-bar (as reported by Geert
7163 Kloosterman).
7164 (inferior-python-mode-map): Fix typo.
393a301e 7165 (python-shell-map): Remove.
464cdf56 7166
d37e5c87
DD
71672011-09-03 Deniz Dogan <deniz@dogan.se>
7168
7169 * net/rcirc.el (rcirc-print): Simplify code for
7170 rcirc-scroll-show-maximum-output. There is no need to walk
7171 through all windows to find the right one.
7172
f3ada0ee
CS
71732011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7174
7175 * help.el (help-return-method): Doc fix.
7176
1f3c99ca
MR
71772011-09-03 Martin Rudalics <rudalics@gmx.at>
7178
7179 * window.el (window-deletable-p): Don't return a non-nil value
7180 when there's a buffer that was shown in the window before.
7181 (Bug#9419)
393a301e
SM
7182 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7183 Set window's previous buffers to nil.
1f3c99ca 7184
a3cf097f
EZ
71852011-09-03 Eli Zaretskii <eliz@gnu.org>
7186
7187 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
7188 newline before and after the tag line, so it doesn't interfere
7189 with determining the paragraph direction of bidirectional text.
7190
3d03de90
LL
71912011-09-03 Leo Liu <sdl.web@gmail.com>
7192
7193 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
7194
c3313451
CY
71952011-09-02 Chong Yidong <cyd@stupidchicken.com>
7196
393a301e 7197 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
7198 (pop-to-buffer): Change interactive spec. Pass second argument
7199 directly to display-buffer.
7200 (display-buffer): Fix interactive spec. Use functionp to
7201 distinguish between a function and a list of functions.
7202
7203 * abbrev.el (edit-abbrevs):
7204 * arc-mode.el (archive-extract):
7205 * autoinsert.el (auto-insert):
7206 * bookmark.el (bookmark-bmenu-list):
7207 * files.el (find-file):
7208 * view.el (view-buffer):
7209 * progmodes/compile.el (compilation-goto-locus):
7210 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
7211
89894cd8
CY
72122011-09-02 Chong Yidong <cyd@stupidchicken.com>
7213
7214 * window.el (display-buffer-alist): Doc fix.
7215 (display-buffer): Add docstring. Don't treat
7216 display-buffer-default specially.
7217 (display-buffer-reuse-selected-window)
7218 (display-buffer-same-window, display-buffer-maybe-same-window)
7219 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7220 (display-buffer-pop-up-window)
7221 (display-buffer-reuse-or-pop-window)
7222 (display-buffer-use-some-window): New functions.
7223 (display-buffer-default-action): Use them.
393a301e 7224 (display-buffer-default): Delete.
89894cd8
CY
7225 (pop-to-buffer-1): Fix choice of actions.
7226
ae0bc9fb
SM
72272011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7228
7229 * minibuffer.el (completion--insert-strings): Don't get confused by
7230 completion entries that end with an LF char.
7231
e9d90883
EZ
72322011-09-01 Eli Zaretskii <eliz@gnu.org>
7233
7234 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
7235
437014c8
CY
72362011-09-01 Chong Yidong <cyd@stupidchicken.com>
7237
7238 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
7239 (display-buffer-same-window, display-buffer-other-window):
7240 New functions.
437014c8
CY
7241 (pop-to-buffer-1): New function. Use the above.
7242 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 7243 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
7244
7245 * view.el (view-buffer-other-window, view-buffer-other-frame):
7246 Just use pop-to-buffer.
7247
a5e063d5
TV
72482011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7249
7250 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
7251
793d32bb
WH
72522011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
7253
7254 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
7255
d65e4c15
RS
72562011-08-31 Richard Stallman <rms@gnu.org>
7257
7258 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
7259 of the separation of rmail-view-buffer from rmail-buffer.
7260 If you say no to "replace original", the decrypt is in the
7261 view buffer. If you say yes, the decrypt goes into the
7262 rmail buffer also.
7263
f818cd2a
MR
72642011-08-31 Martin Rudalics <rudalics@gmx.at>
7265
7266 * window.el (display-buffer-window): Rewrite doc-string.
7267 (display-buffer-record-window): New function.
7268 (display-buffer-macro-specifiers)
7269 (display-buffer-even-window-sizes, display-buffer-set-height)
7270 (display-buffer-set-width, display-buffer-in-window)
7271 (display-buffer-reuse-window, display-buffer-split-specifiers)
7272 (display-buffer-side-specifiers, display-buffer-split-window-1)
7273 (display-buffer-split-window, display-buffer-split-atom-window)
7274 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7275 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
7276 (display-buffer-other-window-means-other-frame)
7277 (display-buffer-normalize-special)
7278 (display-buffer-normalize-default)
7279 (display-buffer-normalize-argument)
7280 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
7281 (display-buffer-normalize-specifiers, display-buffer-frame)
7282 (display-buffer-same-window, display-buffer-same-frame)
7283 (display-buffer-other-window)
7284 (display-buffer-same-frame-other-window)
7285 (display-buffer-other-frame, pop-to-buffer-same-window)
7286 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
7287 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
7288 (switch-to-buffer-same-frame)
7289 (switch-to-buffer-other-window-same-frame)
7290 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
7291 (display-buffer-alist-set-1, display-buffer-alist-set-2)
7292 (display-buffer-alist-set): Remove.
7293 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
7294 (special-display-regexps, special-display-function):
7295 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
7296 parameter.
7297 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
7298 (special-display-frame-alist, special-display-popup-frame)
7299 (same-window-buffer-names, same-window-regexps, same-window-p)
7300 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7301 (split-window-preferred-function, split-height-threshold)
7302 (split-width-threshold, window-splittable-p)
7303 (split-window-sensibly, window--try-to-split-window)
7304 (window--frame-usable-p, even-window-heights)
7305 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
7306 (window--display-buffer-2, display-buffer-other-frame):
7307 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
7308 (display-buffer-default, display-buffer-assq-regexp): New functions.
7309 (display-buffer-alist): Rewrite doc-string.
7310 (display-buffer-default-action)
7311 (display-buffer-overriding-action): New variables.
7312 (display-buffer, switch-to-buffer): Rewrite.
7313 (pop-to-buffer): Restore Emacs 23 behavior but use
7314 window-normalize-buffer-to-display.
7315 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7316 Restore Emacs 23 behavior but use
7317 window-normalize-buffer-to-switch-to.
7318 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
7319 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
7320 Rewrite using Emacs 23 options.
f818cd2a 7321
5bc3b51d
MA
73222011-08-31 Michael Albinus <michael.albinus@gmx.de>
7323
7324 * net/tramp.el (tramp-root-regexp): Remove.
7325 (tramp-completion-file-name-regexp-unified)
7326 (tramp-completion-file-name-regexp-separate)
7327 (tramp-completion-file-name-regexp-url): Don't use leading volume
7328 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
7329 (tramp-drop-volume-letter): Simplify definition.
7330 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 7331
b1a4f8e1
SM
73322011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7333
7334 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
7335 (bug#9356).
7336
5664fa7b
RT
73372011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
7338
b1a4f8e1 7339 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 7340
9a45d6c3
JL
73412011-08-29 Juri Linkov <juri@jurta.org>
7342
7343 * isearch.el (isearch-done): Don't display message "Mark saved"
7344 when arg `edit' is non-nil to prevent its flicker in the echo area.
7345
fb87e0fb
CY
73462011-08-28 Chong Yidong <cyd@stupidchicken.com>
7347
7348 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
7349 obsolete packages for deletion.
7350
09ac1c2a
CS
73512011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
7352
7353 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 7354 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
7355 view-mode from help-mode.
7356 (help-xref-override-view-map): Remove.
7357 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
7358 view-mode is not used anymore.
7359
7a1ff57f
CY
73602011-08-28 Chong Yidong <cyd@stupidchicken.com>
7361
7362 * server.el (server-port): Doc fix.
7363
b9696605
CY
7364 * cus-theme.el (custom-theme-choose-mode): Inherit from
7365 special-mode (Bug#9124).
7366 (custom-theme-choose-mode-map): Add special-mode to parent.
7367
ef8cdf8c
AM
73682011-08-28 Alan Mackenzie <acm@muc.de>
7369
7370 * progmodes/cc-fonts.el
7371 (c-make-font-lock-BO-decl-search-function): New function.
7372 (c-basic-matchers-after - "Fontify the clauses after various
7373 keywords"): Extract the three keyword lists for the 3 erroneous
7374 constructs from the list of four, and use the new function above
7375 in place of an old one.
7376
27de4e20
DD
73772011-08-28 Deniz Dogan <deniz@dogan.se>
7378
7379 * net/rcirc.el (rcirc-insert-prev-input)
7380 (rcirc-insert-next-input): Remove unused argument.
7381
356a3681
SM
73822011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7383
7384 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
7385
3fc9b218
AM
73862011-08-27 Alan Mackenzie <acm@muc.de>
7387
7388 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
7389 handle function pointer parameters properly.
7390
538a061c
MR
73912011-08-27 Martin Rudalics <rudalics@gmx.at>
7392
7393 * window.el (display-buffer-reuse-window): Fix case where
7394 selected window was reused with non-nil OTHER-WINDOW argument.
7395 (Bug#9381)
7396
35b1c40c
DD
73972011-08-27 Deniz Dogan <deniz@dogan.se>
7398
7399 * net/rcirc.el (rcirc-check-auth-status): Adding support for
7400 oftc's NickServ messages.
7401
2f6a3e79
GM
74022011-08-27 Glenn Morris <rgm@gnu.org>
7403
7404 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
7405
7254299e
CY
74062011-08-26 Chong Yidong <cyd@stupidchicken.com>
7407
7408 * emacs-lisp/package.el (package-install): Call package-initialize
7409 if called interactively.
7410
f8ccf167
LL
74112011-08-26 Leo Liu <sdl.web@gmail.com>
7412
7413 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
7414
3e8cd5ce
JL
74152011-08-25 Juri Linkov <juri@jurta.org>
7416
7417 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7418 `search-whitespace-regexp' (bug#9364).
7419
93eb7113
JL
74202011-08-25 Juri Linkov <juri@jurta.org>
7421
7422 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
7423 `regexp-search-ring' to their global values to protect from
7424 updating by `read-from-minibuffer' (bug#9185).
7425
f65d1611
JL
74262011-08-25 Juri Linkov <juri@jurta.org>
7427
7428 * textmodes/ispell.el (ispell-command-loop): Add newline
7429 at the end of the "Use option `i'..." line.
7430
f1cf7a31
JL
74312011-08-25 Juri Linkov <juri@jurta.org>
7432
7433 * battery.el (display-battery-mode): If `battery-status-function'
7434 or `battery-mode-line-format' is nil, display the message and set
7435 `display-battery-mode' to nil (bug#9363).
7436
0c95fcf7
EZ
74372011-08-25 Eli Zaretskii <eliz@gnu.org>
7438
7439 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
7440 bidi-string-mark-left-to-right; they are unnecessary now.
7441
a2ebe600
DD
74422011-08-25 Deniz Dogan <deniz@dogan.se>
7443
7444 * net/quickurl.el: Documentation typo fixes.
7445
e4ed06f1
CY
74462011-08-25 Chong Yidong <cyd@stupidchicken.com>
7447
7448 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
7449
e5f1c99e
GM
74502011-08-25 Glenn Morris <rgm@gnu.org>
7451
b2948976
GM
7452 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7453
e5f1c99e
GM
7454 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
7455 (smtpmail-via-smtp): Handle nil response from smtp.
7456
f22f4808
JL
74572011-08-24 Juri Linkov <juri@jurta.org>
7458
7459 * proced.el (proced-marked): Inherit from `error' instead of
7460 `font-lock-warning-face'.
7461
7462 * ibuffer.el (ibuffer-marked-face): Change default face from
7463 `font-lock-warning-face' to `warning'.
7464 (ibuffer-deletion-face): Change default face from
7465 `font-lock-type-face' to `error'.
7466
7467 * battery.el (battery-update): Use the face `error' instead of
7468 `font-lock-warning-face' (bug#6117).
7469
6a93965e
JL
74702011-08-24 Juri Linkov <juri@jurta.org>
7471
7472 * faces.el (success): Change face color from "Green3" to
7473 "ForestGreen" on light background (bug#9353).
7474
1ed43b09
CY
74752011-08-24 Chong Yidong <cyd@stupidchicken.com>
7476
5664fa7b
RT
7477 * window.el (quit-window): Rename from quit-restore-window.
7478 Use same arglist as old quit-window.
1ed43b09
CY
7479 (frame-auto-delete): Doc fix.
7480
7481 * view.el (view-mode-exit): Use quit-window.
7482
11dcdbb2
JL
74832011-08-24 Juri Linkov <juri@jurta.org>
7484
7485 * isearch.el (isearch-ring-adjust1): Start visiting previous
7486 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7487 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7488 for empty search string (when the last search string is reused
7489 automatically) to adjust the isearch ring to the last element and
7490 prepare the correct index for further M-p commands (bug#9185).
7491
de62b4df
KH
74922011-08-24 Kenichi Handa <handa@m17n.org>
7493
7494 * international/ucs-normalize.el: If decomposition property of
7495 CHAR is the default one (i.e. a list of CHAR itself), treat it as
7496 nil.
7497 (nfd, nfkd): Likewise.
7498
963b492b
SM
74992011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7502 from process filters aren't reliably transmitted to the surrounding
7503 accept-process-output.
7504 (mpc-proc-check): New function.
7505 (mpc-proc-sync): Use it (bug#8293)
7506
93b6b5e1
SM
75072011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7508
7509 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7510 Add compatibility functions (bug#9313).
7511
bca633fb
EZ
75122011-08-23 Eli Zaretskii <eliz@gnu.org>
7513
b177498a
EZ
7514 * cus-start.el (all): Add entry for bidi-paragraph-direction.
7515
6df6ae42 7516 * international/uni-bidi.el: Regenerate.
bca633fb 7517
0902a04e
KH
75182011-08-23 Kenichi Handa <handa@m17n.org>
7519
7520 * international/charprop.el:
7521 * international/uni-bidi.el:
7522 * international/uni-category.el:
7523 * international/uni-combining.el:
7524 * international/uni-comment.el:
7525 * international/uni-decimal.el:
7526 * international/uni-decomposition.el:
7527 * international/uni-digit.el:
7528 * international/uni-lowercase.el:
7529 * international/uni-mirrored.el:
7530 * international/uni-name.el:
7531 * international/uni-numeric.el:
7532 * international/uni-old-name.el:
7533 * international/uni-titlecase.el:
7534 * international/uni-uppercase.el: Regenerate.
7535
3bbf23bc
MR
75362011-08-23 Martin Rudalics <rudalics@gmx.at>
7537
7538 * help.el (help-window-setup): Fix message displayed when other
7539 window is reused. (Bug#9341)
7540
b3fd59bd
SM
75412011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7542
1802e444
SM
7543 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7544 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7545
b3fd59bd
SM
7546 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7547 Mark obsolete.
7548 * shell.el (shell-parse-pcomplete-arguments): New function.
7549 (shell-completion-vars): Use it instead (bug#9160).
7550
4eb61348
SM
75512011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7552
867cab74
SM
7553 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7554 strings and comments (bug#9333).
7555
4eb61348
SM
7556 * emacs-lisp/debug.el (debug-arglist): New function.
7557 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7558 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7559
262a1439
JL
75602011-08-22 Juri Linkov <juri@jurta.org>
7561
56ee679c
JL
7562 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7563 Revert regexp that highlights output switches to its old
7564 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7565
262a1439
JL
7566 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7567 to check for empty output (bug#9226).
7568
f13f86fb
CY
75692011-08-22 Chong Yidong <cyd@stupidchicken.com>
7570
7571 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7572 symbol-constituent as the default, as that stops font-lock from
7573 working properly (Bug#8843).
7574
c65c9622
LMI
75752011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7576
7577 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7578 `coding-system-for-*' around the process open call to avoid
7579 auth-source side effects.
e7f2c178 7580 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
7581 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7582 probe hangs.
c65c9622 7583
23a8a5ab
CY
75842011-08-21 Chong Yidong <cyd@stupidchicken.com>
7585
ff98b2dd
CY
7586 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7587
23a8a5ab
CY
7588 * emacs-lisp/find-func.el (find-function-noselect): New arg
7589 lisp-only.
7590
7591 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7592 signal an error for built-in functions (Bug#6664).
7593
f5e3c598
LMI
75942011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7595
7596 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7597 (smtpmail-try-auth-methods): Use it.
7598
a3f2468a
CY
75992011-08-21 Chong Yidong <cyd@stupidchicken.com>
7600
2c34e8da
CY
7601 * font-lock.el (font-lock-fontify-region)
7602 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7603 (font-lock-default-unfontify-buffer)
7604 (font-lock-default-fontify-region)
7605 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7606
b3fd59bd
SM
7607 * progmodes/compile.el (compilation-error-properties):
7608 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
7609 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7610 `ant' regexp.
ee31aabc 7611
a3f2468a
CY
7612 * net/browse-url.el (browse-url-firefox): Don't call
7613 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7614
8e999f70
GM
76152011-08-20 Glenn Morris <rgm@gnu.org>
7616
c21a496a
GM
7617 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7618
59ee0542
GM
7619 * tutorial.el (tutorial--default-keys): Update some default bindings.
7620
8e999f70
GM
7621 * files.el (hack-local-variables): Fully ignore case for "mode:".
7622
e3715033
AM
76232011-08-20 Alan Mackenzie <acm@muc.de>
7624
7625 Resolve invalid use of a regexp in regexp-opt.
7626
4d61f28d
JB
7627 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7628 detection for a java annotation.
e3715033 7629
4d61f28d 7630 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
7631 detection for a java annotation.
7632
4d61f28d
JB
7633 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7634 handling for java.
e3715033
AM
7635 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7636
04ed2e9c
CY
76372011-08-20 Chong Yidong <cyd@stupidchicken.com>
7638
7639 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7640 (Bug#9274).
7641
826cee64
AM
76422011-08-20 Alan Mackenzie <acm@muc.de>
7643
58179cce 7644 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
7645 such a construct. Mainly for when jit-lock etc. starts a chunk
7646 here.
7647
58179cce 7648 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 7649 variable.
58179cce 7650 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
7651 c-make-font-lock-search-function.
7652 (c-make-font-lock-search-function): Use the above function.
7653 (c-make-font-lock-context-search-function): New function.
7654 (c-cpp-matchers): Enhance the preprocessor expression case with
7655 the above function
7656 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7657 which takes an expression.
7658
7659 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7660
13009bd8
MR
76612011-08-20 Martin Rudalics <rudalics@gmx.at>
7662
7663 * window.el (display-buffer-reuse-window)
7664 (display-buffer-pop-up-window): Don't reuse or split a side
7665 window.
7666
9234ff7f
GM
76672011-08-19 Glenn Morris <rgm@gnu.org>
7668
7669 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 7670 Downcase "Mode:". (Bug#9331)
9234ff7f 7671
f635daa1
CY
76722011-08-18 Chong Yidong <cyd@stupidchicken.com>
7673
7674 * international/characters.el: Add L and R categories.
7675
7676 * subr.el (bidi-string-mark-left-to-right): Rename from
7677 string-mark-left-to-right. Use category search.
7678
7679 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7680
bc987f8b
JL
76812011-08-18 Juri Linkov <juri@jurta.org>
7682
7683 * faces.el (error, warning, success): New faces with definitions
7684 copied from old default values of `font-lock-warning-face',
7685 `compilation-warning', `compilation-info' (bug#6117).
7686
7687 * font-lock.el (font-lock-warning-face): Inherit from `error'.
7688
7689 * progmodes/compile.el (compilation-error): Inherit from `error'.
7690 (compilation-warning): Inherit from `warning'.
7691 (compilation-info): Inherit from `success'.
7692
7693 * dired.el (dired-marked): Inherit from `warning'.
7694 (dired-flagged): Inherit from `error'.
7695
57173b96
LMI
76962011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7697
3e79eb87
LMI
7698 * mail/smtpmail.el (auth-source): Require to avoid problems with
7699 binding variables (bug#9298). Also clean up some unused
7700 autoloads.
7701
b3fd59bd
SM
7702 * net/network-stream.el (network-stream-open-starttls):
7703 Support using starttls.el without using gnutls-cli.
57173b96 7704
02b404de
JL
77052011-08-17 Juri Linkov <juri@jurta.org>
7706
7707 * progmodes/grep.el (rgrep): Handle the case when
7708 `grep-find-command' is a cons cell (bug#9278).
7709
8c9177f2
MR
77102011-08-17 Martin Rudalics <rudalics@gmx.at>
7711
7712 * window.el (display-buffer-pop-up-frame): Run frame creation
7713 function with BUFFER current (as special-display-popup-frame
7714 does). Reported by Drew Adams.
7715
3644a0ab
DU
77162011-08-17 Daiki Ueno <ueno@unixuser.org>
7717
7718 * epa-mail.el: Simplify GnuPG group expansion using
7719 epg-expand-group.
7720 (epa-mail-group-alist, epa-mail-group-modtime)
7721 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
7722 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
7723 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
7724 Remove.
7725
5e617bc2 77262011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
7727
7728 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
7729
9c4aeabf
AM
77302011-08-16 Alan Mackenzie <acm@muc.de>
7731
7732 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
7733 Correct, to avoid the inside of macros.
7734
3a99bf64
RS
77352011-08-16 Richard Stallman <rms@gnu.org>
7736
04963aa8
RS
7737 * epa-mail.el: Handle GnuPG group definitions.
7738 (epa-mail-group-alist, epa-mail-group-modtime)
7739 (epa-mail-gnupg-conf-file): New variables.
7740 (epa-mail-parse-groups, epa-mail-sync-groups)
7741 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
7742 (epa-mail-expand-recipients): New functions.
7743 (epa-mail-encrypt): Call epa-mail-expand-recipients.
7744
177549d0
RS
7745 * mail/rmail.el (rmail-epa-decrypt): New command.
7746
fe38beef
RS
7747 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
7748 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
7749 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
7750 (epa-decrypt-armor-in-region): Make error message clearer.
7751
934eacb9
SM
77522011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7753
7754 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
7755 and "a2b" to "ab" for `prefix'.
7756
d024fb4e
CY
77572011-08-14 Chong Yidong <cyd@stupidchicken.com>
7758
7759 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
7760 filter groups.
de148fee
CY
7761 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
7762 Fourquet (Bug#8804).
d024fb4e 7763
62f1ca49
JB
77642011-08-12 Juanma Barranquero <lekktu@gmail.com>
7765
7766 * startup.el (argi): Declare as global variable (bug#9275).
7767
9ccaaa4b
CY
77682011-08-12 Chong Yidong <cyd@stupidchicken.com>
7769
7770 * subr.el (string-mark-left-to-right): Search the entire string
7771 for RTL script, not just the terminating character. Doc fix.
7772
a3dae87a
SM
77732011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7774
6cd18349
SM
7775 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
7776 New function.
7777 (js--regexp-literal, js-syntax-propertize-function): Remove.
7778 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
7779 (js-mode-map): Don't rebind electric keys.
7780 (js-insert-and-indent): Remove.
7781 (js-mode): Setup electric-layout and electric-indent instead.
7782
a3dae87a
SM
7783 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
7784
9d5cb631
DU
77852011-08-12 Daiki Ueno <ueno@unixuser.org>
7786
7787 * epa.el (epa-progress-callback-function): Fix the logic of
7788 displaying progress.
7789 * epa-file.el (epa-file-insert-file-contents): Make progress
7790 display more user-friendly.
7791 (epa-file-write-region): Ditto.
7792
3e26a4a2
CY
77932011-08-10 Chong Yidong <cyd@stupidchicken.com>
7794
7795 * subr.el (string-mark-left-to-right): New function.
7796
7797 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
7798 Use string-mark-left-to-right.
7799 (list-buffers-noselect): Caller changed.
7800
a3dae87a
SM
7801 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7802 Use string-mark-left-to-right.
3e26a4a2
CY
7803 (tabulated-list-print): Recenter after moving point.
7804
ac8cf6e6
JL
78052011-08-10 Juri Linkov <juri@jurta.org>
7806
7807 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
7808 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
7809 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
7810
8d96c9a4
CY
78112011-08-09 Chong Yidong <cyd@stupidchicken.com>
7812
7813 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
7814 (Bug#7554).
7815
7be1c708 78162011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
7817
7818 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
7819 character. (Bug#6594)
7820
37e11a63
CY
78212011-08-08 Chong Yidong <cyd@stupidchicken.com>
7822
839dde57
CY
7823 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
7824 (image-dired--with-db-file): New macro.
7825 (image-dired-write-tags, image-dired-remove-tag)
7826 (image-dired-create-gallery-lists, image-dired-write-comments)
7827 (image-dired-get-comment, image-dired-mark-tagged-files)
7828 (image-dired-list-tags, image-dired-gallery-generate): Use it.
7829 (image-dired-gallery-generate): Use insert-file-contents.
7830
37e11a63
CY
7831 * time.el (display-time-world-list, display-time-world-display):
7832 * time-stamp.el (time-stamp-string):
7833 * vc/add-log.el (add-change-log-entry): Use setenv instead of
7834 set-time-zone-rule (Bug#7337).
7835
0b4946c4
DU
78362011-08-08 Daiki Ueno <ueno@unixuser.org>
7837
7838 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
7839 (epg-error-to-string, epg-errors-to-string): New function.
7840 (epg-wait-for-completion): Reverse errors list.
7841 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
7842 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
7843 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
7844 (epg-sign-keys, epg-generate-key-from-file)
7845 (epg-generate-key-from-string): Format errors by using
7846 epg-errors-to-string (bug#9255).
7847 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
7848
75bfc667
JL
78492011-08-07 Juri Linkov <juri@jurta.org>
7850
7851 * faces.el (list-faces-display): Remove extra angle bracket
7852 from `help-mode-map'.
7853
7854 * info.el (Info-history-toc-nodes): Doc fix.
7855
7856 * longlines.el (longlines-mode): Doc fix.
7857
673e08bb
SM
78582011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7859
4640dd88
SM
7860 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
7861 of statements and in a few more cases (bug#9183).
7862
673e08bb
SM
7863 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
7864 New functions.
7865 (cl-transform-lambda): Use them (bug#9239).
7866
89b3f019
MR
78672011-08-05 Martin Rudalics <rudalics@gmx.at>
7868
7869 * window.el (display-buffer-same-window)
7870 (display-buffer-same-frame, display-buffer-other-window)
7871 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7872 (pop-to-buffer-other-window)
7873 (pop-to-buffer-same-frame-other-window)
7874 (pop-to-buffer-other-frame): Make them defuns.
7875 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
7876
640c8776
SM
78772011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7878
7879 * subr.el (make-composed-keymap): Move from C. Change calling
7880 convention, and improve docstring to bring attention to a subtle point.
7881 * minibuffer.el (completing-read-default): Adjust accordingly.
7882
63648a95
MA
78832011-08-03 Michael Albinus <michael.albinus@gmx.de>
7884
7885 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7886 (tramp-open-shell): Use `tramp-shell-quote-argument'.
7887
7888 * net/trampver.el: Update release number.
7889
b796c9b7
SM
78902011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7891
7892 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
7893 "in" (bug#9190).
7894
2239d7d5
LMI
78952011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7896
e07dd7c3
LMI
7897 * mail/sendmail.el (sendmail-query-once): Restore the current
7898 buffer after querying (bug#9074).
7899
0e6a2bd7
LMI
7900 * dired.el (dired-flagged): Use different faces for marked and
7901 flagged files (bug#6117).
7902
ce887515
LMI
7903 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
7904 (bug#4433).
7905
92f2affc
LMI
7906 * ido.el (ido-mode): Switch off the message if called
7907 non-interactively.
7908
57d5aff0
LMI
7909 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
7910 before 587, since it appears that that's more likely to work for
7911 more people.
7912
98cd6c18 7913 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 7914 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
7915 exist.
7916
b96dec83
LMI
7917 * info.el: Remove the `Info-beginning-of-buffer' function
7918 (bug#8325).
7919
b796c9b7
SM
7920 * net/network-stream.el (network-stream-open-starttls):
7921 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 7922
d90e2ea0
MR
79232011-08-01 Martin Rudalics <rudalics@gmx.at>
7924
7925 * window.el (display-buffer-in-window): Don't set dedicated status
7926 of window here (Bug#9215).
7927 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7928 (display-buffer-pop-up-side-window)
b796c9b7 7929 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 7930
cca09170
SM
79312011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7932
7933 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
7934 before binding generated-autoload-file.
7935
027b979c
DD
79362011-08-01 Deniz Dogan <deniz@dogan.se>
7937
7938 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
7939
3c7ee4f3
MA
79402011-07-30 Michael Albinus <michael.albinus@gmx.de>
7941
7942 Sync with Tramp 2.2.2.
7943
7944 * net/trampver.el: Update release number.
7945
2cc8e51a
JL
79462011-07-30 Juri Linkov <juri@jurta.org>
7947
7948 * dired-aux.el (dired-touch-initial): Remove function.
7949 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
7950 current time, and `default' to the last modification time of the
7951 current marked file (bug#6887).
7952
a514d856
JM
79532011-07-28 Jose E. Marchesi <jemarch@gnu.org>
7954
7955 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 7956 numeric argument to read-number (bug#9163).
a514d856 7957
8a7eddd7
MA
79582011-07-27 Michael Albinus <michael.albinus@gmx.de>
7959
7960 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
7961 connection process, it could be nil.
7962
1ddd96f5
LL
79632011-07-27 Leo Liu <sdl.web@gmail.com>
7964
7965 Simplify url handling in rcirc-mode.
7966
7967 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
7968 (rcirc-browse-url-at-mouse): Remove.
7969 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
7970
b248a85d
AM
79712011-07-26 Alan Mackenzie <acm@muc.de>
7972
7973 Fontify bitfield declarations properly.
7974
7975 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
7976 (c-symbol-chars): Now exported as a lang variable.
7977 (c-not-primitive-type-keywords): New lang variable.
7978
7979 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
7980 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 7981 parsed as a bitfield declaration.
b248a85d 7982
b796c9b7
SM
7983 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7984 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
7985 (c-punctuation-in): New function.
7986 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
7987 declarations properly.
7988
68575ab0
UJ
79892011-07-26 Ulf Jasper <ulf.jasper@web.de>
7990
7991 * calendar/icalendar.el (icalendar--all-events): Take care of
7992 multiple vcalendars in a single file.
b796c9b7 7993 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 7994
0f0a88b9
DD
79952011-07-25 Deniz Dogan <deniz@dogan.se>
7996
7997 * image.el (insert-image): Clarifying docstring.
7998
0b3f36df
MA
79992011-07-24 Michael Albinus <michael.albinus@gmx.de>
8000
8001 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
8002 `tramp-send-command-and-check' if there is no error.
8003 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
8004
a9901f61
AM
80052011-07-22 Alan Mackenzie <acm@muc.de>
8006
8007 Prevent cc-langs.elc being loaded at run time.
8008
8009 * progmodes/cc-mode.el: Remove two autoload forms which loaded
8010 cc-langs.
8011
4d61f28d 8012 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
8013 "(require 'cc-langs)". Quote a form so it will evaluate at
8014 (cc-mode's) compilation time.
8015
11d074b2
MA
80162011-07-22 Michael Albinus <michael.albinus@gmx.de>
8017
8018 * net/tramp.el (tramp-file-name-handler): Avoid recursive
8019 loading. (Bug#9114)
8020
938b94c8
MR
80212011-07-21 Martin Rudalics <rudalics@gmx.at>
8022
8023 * window.el (display-buffer-pop-up-window)
8024 (display-buffer-pop-up-side-window)
8025 (display-buffer-in-side-window): Call display-buffer-set-height
8026 and display-buffer-set-width after setting the new window's
b796c9b7 8027 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 8028
bfa4f190
SS
80292011-07-20 Sam Steingold <sds@gnu.org>
8030
8031 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
8032 (etags-tags-included-tables): Call `convert-standard-filename' on
8033 the file names contained in TAGS so that windows Emacs can handle
8034 TAGS files created by cygwin ctags.
8035
8ca42262
LMI
80362011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8037
8038 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
8039 which apparently didn't work.
8040
5db2afd2 80412011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 8042
5db2afd2
RW
8043 * proced.el (proced-send-signal): For *Marked Processes* buffer
8044 put point at beginning of buffer.
8045
92e15d10
SB
80462011-07-19 Stephen Berman <stephen.berman@gmx.net>
8047
8048 * proced.el (proced-format): Make header lines align with the text
8049 (bug#1779).
8050
1bfd59e5
LMI
80512011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8052
8053 * view.el (view-buffer): Allow running in `special' modes if we're
8054 visiting a file (bug#8615).
8055
f5aae37c
MR
80562011-07-19 Martin Rudalics <rudalics@gmx.at>
8057
8058 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
8059 (display-buffer-alist-set-1, display-buffer-alist-set-2):
8060 New functions.
f5aae37c
MR
8061 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
8062 more accurately.
8063
bf2c1571
AM
80642011-07-18 Alan Mackenzie <acm@muc.de>
8065
8066 Fontify declarators properly when, e.g., a jit-lock chunk begins
8067 inside a declaration.
8068
8069 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
8070
b796c9b7
SM
8071 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8072 New function.
bf2c1571
AM
8073 (c-complex-decl-matchers): Insert reference to
8074 c-font-lock-enclosing-decls.
8075
8076 * progmodes/cc-engine.el (c-backward-single-comment):
8077 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
8078 to nil around calls to (forward-comment -1).
8079
4e190b80
LMI
80802011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8081
12dc863d
LMI
8082 * image.el (put-image): Doc typo fix.
8083
a762e966
LMI
8084 * progmodes/etags.el (tags-search): Doc typo fix.
8085
4e190b80
LMI
8086 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
8087 password if we get errors 550 to 554.
8088
f019fb21
LMI
80892011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8090
b796c9b7 8091 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 8092
81746738
LMI
8093 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
8094 indentation character (bug#6380).
8095
3ee3a1b5
LMI
8096 * files.el (buffer-offer-save): Made permanently local (bug#6241).
8097
c82f64de
LMI
8098 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
8099 to clarify what the problem is (bug#4291).
8100
f019fb21
LMI
8101 * simple.el (current-kill): Clarify what
8102 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
8103 (auto-fill-mode): Document `auto-fill-function' in relation to
8104 `auto-fill-mode' (bug#2470).
f019fb21 8105
0794775d
LM
81062011-07-16 Lawrence Mitchell <wence@gmx.li>
8107
8108 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
8109 method if slot is read-only (bug#9035).
8110
be39b8cc
MR
81112011-07-16 Martin Rudalics <rudalics@gmx.at>
8112
b796c9b7 8113 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 8114 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
8115 selected before, see discussion of (Bug#8615), (Bug#6954).
8116 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 8117
6ccf7859
GM
81182011-07-15 Glenn Morris <rgm@gnu.org>
8119
8120 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 8121 Respect help-form.
6ccf7859 8122
87e86684
LM
81232011-07-09 Lawrence Mitchell <wence@gmx.li>
8124
8125 * net/gnutls.el (gnutls-min-prime-bits): New variable.
8126 (gnutls-negotiate): Use it.
8127
d6066239
LMI
81282011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8129
b796c9b7
SM
8130 * net/gnutls.el (gnutls-negotiate):
8131 Upcase `gnutls-algorithm-priority'.
d6066239 8132
bd23ebc0
GM
81332011-07-15 Glenn Morris <rgm@gnu.org>
8134
c65bca65
GM
8135 * jka-compr.el (jka-compr-verbose): Move from here...
8136 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
8137 Add missing :version tag.
8138 * info.el: No need to require jka-compr when compiling.
bd23ebc0 8139
478615cc
LMI
81402011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8141
7b41decb
LMI
8142 * net/gnutls.el (gnutls-algorithm-priority): New variable.
8143 (gnutls-negotiate): Use it.
8144
dbc44fcd
LMI
8145 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
8146
06789f97
LMI
8147 * info.el (Info-beginning-of-buffer): New command.
8148 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
8149 announcing `b' as the key (bug#8325).
ab896c37 8150 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 8151
c39da690
LMI
8152 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
8153
3aa5f34b
LMI
8154 * international/mule-cmds.el
8155 (describe-specified-language-support): Make the error message
8156 clearer (bug#8905).
8157
4bf0979f
LMI
8158 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
8159
478615cc
LMI
8160 * isearch.el (isearch-barrier): Add a doc string, since it's
8161 mentioned in a function doc string (bug#8678).
8162
75c68aa1
MR
81632011-07-15 Martin Rudalics <rudalics@gmx.at>
8164
8165 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
8166 buffer argument (Bug#9083) and self-identifying label argument.
8167
a7c33da2
GM
81682011-07-15 Glenn Morris <rgm@gnu.org>
8169
8170 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
8171
2f5c6024
LMI
81722011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8173
8174 * man.el (Man-fontify-manpage): Fix message when formatting the
8175 man page (bug#7929).
8176
0bb23927 81772011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
8178
8179 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
8180 argument LRM; if non-nil, append an invisible LRM character to the
8181 buffer name.
8182 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
8183 last argument non-nil, when formatting buffer names.
0bb23927
EZ
8184 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
8185 paragraph direction.
cce4b0a7 8186
621ef9ab
LMI
81872011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8188
d1583c48
LMI
8189 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
8190 the man page name (bug#7929).
8191
6a57fb5f
LMI
8192 * image.el (put-image): Mention the `put-image' overlay property
8193 (bug#7834).
8194
d7956b14
LMI
8195 * scroll-bar.el (set-scroll-bar-mode): Mention that
8196 `scroll-bar-mode' lists the values (bug#7772).
8197
5b2d4a66
LMI
8198 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
8199 command (bug#7729).
8200
7509a874
LMI
8201 * rect.el (apply-on-rectangle): Return the point after the last
8202 operation.
8203 (string-rectangle): Go to the point after the last operation
8204 (bug#7522).
8205
4fe74b19
LMI
8206 * printing.el (pr-toggle-region): Clarify the documentation
8207 slightly (bug#7493).
8208
b796c9b7
SM
8209 * time.el (display-time-update):
8210 Allow `display-time-mail-function' to return nil (bug#7158).
8211 Fix suggested by Detlev Zundel.
ab283561 8212
fc233c9d
LMI
8213 * vc/diff.el (diff): Clarify the order the file names are read
8214 (bug#7111).
8215
43f5740b
LMI
8216 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
8217 the doc string (bug#7015).
8218
f2182a76
LMI
8219 * font-lock.el (font-lock-maximum-decoration): Mention what
8220 numeric levels mean (bug#6935).
8221
621ef9ab
LMI
8222 * startup.el (initial-buffer-choice): Don't mention the `none'
8223 selection, which is against policy.
8224
adc47434
MR
82252011-07-14 Martin Rudalics <rudalics@gmx.at>
8226
b796c9b7
SM
8227 * window.el (display-buffer-normalize-special):
8228 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 8229
7e5bfb8f
EZ
82302011-07-14 Eli Zaretskii <eliz@gnu.org>
8231
8232 * subr.el (version<, version<=, version=): Mention "-CVS" and
8233 "-12345" alpha version numbers.
8234
27fa387a
CY
82352011-07-14 Chong Yidong <cyd@stupidchicken.com>
8236
8237 * bindings.el: Add advertised binding for set-mark-command
8238 (Bug#5772).
8239
8bdfa064
CY
82402011-07-14 Chong Yidong <cyd@stupidchicken.com>
8241
8242 * bindings.el (mode-line-other-buffer):
8243 * bookmark.el (bookmark-bmenu-2-window):
8244 * bs.el (bs-cycle-next, bs-cycle-previous):
8245 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
8246 switch-to-buffer.
8247
8248 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 8249 Delete.
8bdfa064 8250
5eba16a3
JB
82512011-07-14 Juanma Barranquero <lekktu@gmail.com>
8252
8253 * follow.el (follow-debug-message, follow-redisplay):
8254 * jka-cmpr-hook.el (with-auto-compression-mode):
8255 Fix typos in docstrings.
8256
15853710
LMI
82572011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8258
a28e4607
LMI
8259 * subr.el (with-silent-modifications): Clarify somewhat what the
8260 macro inhibits (bug#6525).
8261
15853710
LMI
8262 * simple.el (eval-expression): Note what it does if called
8263 interactively (bug#6495).
8264
bee0fcef
CY
82652011-07-13 Chong Yidong <cyd@stupidchicken.com>
8266
b796c9b7
SM
8267 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
8268 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
8269
8270 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8271 Remove switch-to-buffer.
8272
58274504
LMI
82732011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8274
bd2fcc8d
LMI
8275 * files.el (make-directory): Clarify that an error will be raised
8276 if there's an error (bug#6397).
8277
0f04b32c
LMI
8278 * startup.el (initial-buffer-choice): Add `none' as a choice
8279 (bug#6234).
8280
465c5fc8
LMI
8281 * subr.el (add-hook): Clarify section about buffer-local hooks
8282 (bug#6218).
8283
58274504
LMI
8284 * dired.el (dired-flagged): Clarify doc string (bug#6117).
8285
bead9a43
JB
82862011-07-13 Juanma Barranquero <lekktu@gmail.com>
8287
8288 * tabify.el (untabify): Preserve the current column so that point
8289 doesn't move (bug#6032).
8290
3af98a7b
LMI
82912011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8292
b796c9b7
SM
8293 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
8294 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 8295
6240145a
GM
82962011-07-13 Glenn Morris <rgm@gnu.org>
8297
8298 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
8299 (dired-insert-directory): Give a message the first time
8300 if ls is found not to support --dired.
8301
1d8c2ccc
LMI
83022011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8303
8304 * simple.el (toggle-truncate-lines): Clarify what is toggled
8305 (bug#5580). Text by Drew Adams.
8306
5fc4038e
CY
83072011-07-13 Chong Yidong <cyd@stupidchicken.com>
8308
8309 * simple.el (blink-matching-open): Make the error message from the
8310 last change less verbose.
8311
bf6012e5
DN
83122011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8313
8314 * font-lock.el (font-lock-comment-face): Use the high contrast
8315 "yellow" color for font-lock-comment-face on low color terminals
8316 using a dark background color (bug#4221).
8317
343c3b5a
LMI
83182011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8319
7e9505c5
LMI
8320 * dired.el (dired-insert-set-properties): Make the doc string
8321 reflect what it does now (bug#5325).
8322
c26fdcf5
LMI
8323 * simple.el (blink-matching-open): Say that we were unable to find
8324 the match within the limit, if we're limited (bug#5122).
8325
bb388cc5
LMI
8326 * international/mule-cmds.el (prefer-coding-system): Add an
8327 example (bug#4869).
8328
343c3b5a
LMI
8329 * progmodes/etags.el (tags-search): Document `file-list-form'
8330 (bug#4731).
8331
2a517d45
LM
83322011-07-13 Lawrence Mitchell <wence@gmx.li>
8333
8334 * net/browse-url.el (browse-url-default-browser)
8335 (browse-url-browser-function): Make the default browser choice a
8336 bit more logical (bug#4300). Also clean up the doc string.
8337
b6c78ef2
JB
83382011-07-13 Juanma Barranquero <lekktu@gmail.com>
8339
8340 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
8341 binary endings (bug#4440).
8342
1c4dd947
LMI
83432011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8344
a2014063
LMI
8345 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
8346 which can be pretty annoying (bug#8971).
8347
9c9c2d88
LMI
8348 * jka-compr.el (jka-compr-verbose): New variable, and use
8349 throughout (bug#8971).
8350
1c4dd947
LMI
8351 * info.el (Info-find-file): Fall back on the installation
8352 directory if we can't find the info node anywhere else.
8353
a1c9f41b
SO
83542011-07-13 Sergei Organov <osv@javad.com> (tiny change)
8355
8356 * vc/vc.el (vc-revert-file):
8357 Don't set file time-stamp in the past. (Bug#5181)
8358
536f3d36
LMI
83592011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8360
7152b011
LMI
8361 * files.el (after-find-file): Give a better error message when
8362 trying to find a symlink that points to a file that doesn't exist
8363 (bug#4398).
8364
536f3d36
LMI
8365 * progmodes/cc-vars.el: Remove (probably) misleading comment
8366 (bug#4396).
8367
460c0fba
JB
83682011-07-12 Johan Bockgård <bojohan@gnu.org>
8369
8370 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
8371
7a6bda45
CY
83722011-07-12 Chong Yidong <cyd@stupidchicken.com>
8373
8374 * mouse-sel.el: Hack restoring functionality, while keeping
8375 compatibility with 2010-07-03 changes to mouse selection.
8376 (mouse-sel-primary-overlay): New var.
8377 (mouse-sel-selection-alist): Use it.
8378 (mouse-sel-mode): Doc fix; remove points that are default features
8379 of mouse.el.
8380
c79598ef
JB
83812011-07-12 Johan Bockgård <bojohan@gnu.org>
8382
8383 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8384 Fix previous fix (bug#2490).
8385
ff8be6ef
RW
83862011-07-12 Roland Winkler <winkler@gnu.org>
8387
b796c9b7
SM
8388 * textmodes/bibtex.el (bibtex-initialize):
8389 Use pop-to-buffer-same-window.
ff8be6ef
RW
8390 (bibtex-search-entries): Fix interactive call.
8391
296ba3ee
LMI
83922011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8393
f5242a02 8394 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
8395 Fontise bytecomp Error lines more correctly (bug#2490).
8396 Fix suggested by Johan Bockgård.
f5242a02 8397
296ba3ee
LMI
8398 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
8399
8400 * dired-x.el (dired-guess-default): Use `delete-dups'.
8401
f69fd0d2
CY
84022011-07-12 Chong Yidong <cyd@stupidchicken.com>
8403
8404 * dired.el (dired-mark-prompt):
8405 * dired-aux.el (dired-read-shell-command): Doc fix.
8406
eab5dc07
LMI
84072011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8408
b796c9b7
SM
8409 * mail/sendmail.el (sendmail-query-once):
8410 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
8411 emacs -Q.
8412
8413 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8414
eab5dc07
LMI
8415 * cus-edit.el (custom-file): Take an optional no-error variable.
8416 (customize-save-variable): Set the variable, and give a warning if
8417 running under "emacs -q".
8418
a1e65d42
JB
84192011-07-11 Juanma Barranquero <lekktu@gmail.com>
8420
8421 * loadhist.el (unload-feature-special-hooks):
8422 Add `auto-coding-functions', `fill-nobreak-predicate' and
8423 `find-directory-functions' (bug#5327).
8424
1d52da10
LMI
84252011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8426
be958f1d
LMI
8427 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
8428
5bedb26c
LMI
8429 * cus-edit.el (custom-guess-name-alist): -alist variables should
8430 use the `alist' type (bug#3120). Suggested by Drew Adams.
8431
1d52da10
LMI
8432 * printing.el: Add documentation to all the `pr-toggle-' commands.
8433
cd394be1 84342011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
8435
8436 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
8437 backends where it makes sense (bug#2623).
8438
dcc88d8a
LMI
84392011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8440
c3de9feb
LMI
8441 * dired-x.el (dired-guess-default): Remove duplicate shell command
8442 entries (bug#2028).
8a93078b 8443 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 8444 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 8445
dcc88d8a
LMI
8446 * subr.el (remove-duplicates): New conveniency function.
8447
505e3645
LMI
84482011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8449
8450 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
8451 (bug#1526).
8452
84532011-07-10 Martin Rudalics <rudalics@gmx.at>
8454
8455 * window.el (display-buffer-normalize-default): Don't invert
8456 meaning of even-window-heights. Reported by Eli Zaretskii
8457 <eliz@gnu.org>.
8458
455e4fa1
BR
84592011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
8460
8461 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
8462
8e0bc3e9
CY
84632011-07-10 Chong Yidong <cyd@stupidchicken.com>
8464
8465 * window.el (display-buffer): Fix arguments to
8466 display-buffer-reuse-window in last change.
8467
fa7c3228
CY
8468 * faces.el (link): Use a less saturated blue on light backgrounds.
8469
8470 * startup.el (fancy-startup-text, fancy-about-text)
8471 (fancy-startup-tail): Use font-lock faces, for background safety.
8472
c0a7f300
BN
84732011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
8474
b796c9b7
SM
8475 * emulation/viper-cmd.el (viper-change-state-to-vi):
8476 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 8477
4dc2a129
MR
84782011-07-09 Martin Rudalics <rudalics@gmx.at>
8479
8480 * window.el (display-buffer-default-specifiers): Remove.
8481 (display-buffer-macro-specifiers): Remove default specifiers.
8482 (display-buffer-alist): Default to nil.
b796c9b7 8483 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
8484 (display-buffer-pop-up-window): Allow splitting internal
8485 windows. Check whether a live window was created.
8486 (display-buffer-other-window-means-other-frame)
8487 (display-buffer-normalize-arguments): Rename to
8488 display-buffer-normalize-argument and rewrite. Set the
8489 other-window specifier.
8490 (display-buffer-normalize-special): New function.
8491 (display-buffer-normalize-options): Rename to
8492 display-buffer-normalize-default and rewrite.
8493 (display-buffer-normalize-options-inhibit): Remove.
8494 (display-buffer-normalize-specifiers): Rewrite.
8495 (display-buffer): Process other-window specifier and call
8496 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
8497 more faithfully.
b796c9b7 8498 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 8499 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
8500 (display-buffer-in-window, display-buffer-alist-set):
8501 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
8502 <tassilo@member.fsf.org>.
8503
2d43b8c9
LL
85042011-07-09 Leo Liu <sdl.web@gmail.com>
8505
8506 * register.el (insert-register): Restore accidental change on
8507 2011-06-26. (Bug#9028)
8508
7f9b7c53
GM
85092011-07-09 Glenn Morris <rgm@gnu.org>
8510
8511 * subr.el (remq): Handle the empty list. (Bug#9024)
8512
f042cfd8
AS
85132011-07-08 Andreas Schwab <schwab@linux-m68k.org>
8514
8515 * mail/sendmail.el (send-mail-function): No longer delay custom
8516 initialization.
8517 * custom.el (custom-initialize-delay): Doc fix.
8518
856b2f11
SM
85192011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8520
8521 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8522
afae1d68
MA
85232011-07-08 Michael Albinus <michael.albinus@gmx.de>
8524
8525 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8526 human-friendly prompt.
8527
0757af94
SM
85282011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8529
8530 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8531 provided by a particular plugin.
8532
d760b731
LMI
85332011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8534
8535 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8536 save customizations (with "emacs -Q"), just set the variable
8537 instead of erroring out.
8538
8539 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8540
cd79ce90
JL
85412011-07-08 Juri Linkov <juri@jurta.org>
8542
8543 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8544 (archive-zip-update-case): Use 7z if found by `executable-find'.
8545 The order of searching the available programs is the same as in
8546 `archive-zip-extract' (bug#8968).
8547
14cc04aa
CY
85482011-07-07 Chong Yidong <cyd@stupidchicken.com>
8549
8550 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8551 (menu-bar-options-menu): Tweak descriptions.
8552
0a1848ec
LMI
85532011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8554
8555 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8556 menu items into verb phrases (bug#1421). Also refill to fit under
8557 80 columns.
8558
f5bd0689
CY
85592011-07-07 Chong Yidong <cyd@stupidchicken.com>
8560
538e85c6
CY
8561 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8562 (Info-read-node-name): Doc fix (Bug#1084).
8563
f5bd0689
CY
8564 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8565 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8566 (end-of-sexp, beginning-of-sexp)
8567 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8568 (forward-symbol, forward-same-syntax, word-at-point)
8569 (sentence-at-point): Doc fix (Bug#1144).
8570
56ec5115
LMI
85712011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8572
f3f8e37f
LMI
8573 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8574 should cover it (bug#1281).
8575
0757af94 8576 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 8577
e9fce1ac 8578 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
8579 negotiation fails, then possibly try again with a non-encrypted
8580 connection (bug#9017).
8581
56ec5115
LMI
8582 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8583 be used.
8584
c2f9aec8
RS
85852011-07-07 Richard Stallman <rms@gnu.org>
8586
8587 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8588 property, and handle its changed format.
8589 Look for the correct line number.
8590 Use file's line contents (but not past first =) to find
8591 correct line in message.
8592
ef7b981d 85932011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
8594
8595 * international/characters.el (build-unicode-category-table):
8596 Delete it.
0757af94 8597 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 8598
0757af94 8599 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
8600 to src/chartab.c.
8601 (get-char-code-property): Call unicode-property-table-internal to
8602 load a file. Call get-unicode-property-internal where necessary.
8603 (put-char-code-property): Call unicode-property-table-internal to
8604 load a file. Call put-unicode-property-internal where necessary.
8605 put-unicode-property-internal where necessary.
0757af94
SM
8606 (char-code-property-description):
8607 Call unicode-property-table-internal to load a file.
c805dec0
KH
8608
8609 * international/charprop.el:
8610 * international/uni-bidi.el:
8611 * international/uni-category.el:
8612 * international/uni-combining.el:
8613 * international/uni-comment.el:
8614 * international/uni-decimal.el:
8615 * international/uni-decomposition.el:
8616 * international/uni-digit.el:
8617 * international/uni-lowercase.el:
8618 * international/uni-mirrored.el:
8619 * international/uni-name.el:
8620 * international/uni-numeric.el:
8621 * international/uni-old-name.el:
8622 * international/uni-titlecase.el:
8623 * international/uni-uppercase.el: Regenerate.
8624
8625 * loadup.el: Load international/charprop.el before
8626 international/characters.
8627
e14b388a
CY
86282011-07-07 Chong Yidong <cyd@stupidchicken.com>
8629
8630 * window.el (next-buffer, previous-buffer): Signal an error if
8631 called from a minibuffer window.
8632
8633 * bindings.el: Revert 2011-07-04 change.
8634
354cf0ba
RS
86352011-07-06 Richard Stallman <rms@gnu.org>
8636
8637 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8638 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8639 Treat markers like ints.
8640 (rmail-mime-entity): Doc fix.
8641
a48868a7
LMI
86422011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8643
4906cd3d
LMI
8644 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8645 defcustom again for backwards compatibility.
8646
e0457abe
LMI
8647 * simple.el (shell-command-on-region): Fill.
8648
d67f7e1f
LMI
8649 * dired-aux.el (dired-kill-line): Add a doc string.
8650
fe204702
LMI
8651 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8652 to "\\sw\\|\\s_" (bug#358).
8653
a48868a7
LMI
8654 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8655 (dired-unmark-backward): Ditto.
8656 (dired-flag-backup-files): Ditto.
8657
8658 * dired-x.el (dired-mark-sexp): Ditto.
8659
aa8a705c
RS
86602011-07-06 Richard Stallman <rms@gnu.org>
8661
8662 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8663 (rmail-mime-entity): New arg TRUNCATED.
8664 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8665 New functions.
8666 (rmail-mime-save): Warn if entity is truncated.
8667 (rmail-mime-toggle-hidden): Likewise, for showing.
8668 (rmail-mime-process-multipart): Record when an entity is truncated.
8669
a9a936b9
RS
8670 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8671 if ENTITY is a string.
8672
1f2b92cb
LMI
86732011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8674
f4f73198 8675 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
8676 of faces when `M-C-x'-ing their definitions (bug#8378).
8677 Also clean up the code slightly.
f4f73198 8678
12b16734 8679 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 8680 because that makes the colors go away.
12b16734 8681
f0691d22
LMI
8682 * mail/sendmail.el (send-mail-function): Change the default to
8683 `sendmail-query-once'.
9e87df06 8684 (sendmail-query-once): Add an autoload cookie.
f0691d22 8685
1f2b92cb
LMI
8686 * net/network-stream.el (network-stream-open-starttls): Try using
8687 a plain connection even if the server offered STARTTLS, and we
8688 kinda wanted to use it, if Emacs doesn't have any STARTTLS
8689 capability. This should make smtpmail.el work in slightly more
8690 configurations.
8691
1cdd2a1b
MA
86922011-07-06 Michael Albinus <michael.albinus@gmx.de>
8693
8694 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8695 New defun.
8696 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
8697
fbcc67e2
MM
86982011-07-06 Michael R. Mauger <mmaug@yahoo.com>
8699
8700 * progmodes/sql.el: Version 3.0
0757af94 8701 (sql-product-alist): Add product :completion-object,
fbcc67e2 8702 :completion-column, and :statement attributes.
0757af94 8703 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 8704 (sql-mode-syntax-table): Mark all punctuation.
0757af94 8705 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
8706 ansi keywords.
8707 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 8708 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
8709 (sql-oracle-show-reserved-words): New function for development.
8710 (sql-product-font-lock): Simplify for source code buffers.
8711 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
8712 New functions.
8713 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
8714 (sql-mode-map): Add statement movement functions.
8715 (sql-ansi-statement-starters, sql-oracle-statement-starters):
8716 New variable.
fbcc67e2
MM
8717 (sql-statement-regexp, sql-beginning-of-statement)
8718 (sql-end-of-statement, sql-signum): New functions.
0757af94 8719 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
8720 (sql-show-sqli-buffer): Bug fix.
8721 (sql-interactive-mode): Store connection data as buffer local.
0757af94 8722 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
8723 with sql-interactive-mode.
8724 (sql-save-connection): Save buffer local settings.
0757af94 8725 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
8726 (sql-product-interactive): Bug fix.
8727 (sql-preoutput-hold): New variable.
8728 (sql-interactive-remove-continuation-prompt): Bug fixes.
8729 (sql-debug-redirect): New variable.
8730 (sql-str-literal): New function.
8731 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 8732 Redesign.
fbcc67e2
MM
8733 (sql-oracle-save-settings, sql-oracle-restore-settings)
8734 (sql-oracle-list-all, sql-oracle-list-table): New functions.
8735 (sql-completion-object, sql-completion-column)
8736 (sql-completion-sqlbuf): New variables.
8737 (sql-build-completions-1, sql-build-completions)
8738 (sql-try-completion): New functions.
8739 (sql-read-table-name): Use them.
8740 (sql-contains-names): New buffer local variable.
8741 (sql-list-all, sql-list-table): Use it.
8742 (sql-oracle-completion-types): New variable.
8743 (sql-oracle-completion-object, sql-sqlite-completion-object)
8744 (sql-postgres-completion-object): New functions.
8745
d4eaeab1
GM
87462011-07-06 Glenn Morris <rgm@gnu.org>
8747
8748 * window.el (pop-to-buffer): Doc fix.
8749
322b7dab 87502011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
8751
8752 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
8753
322b7dab 87542011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 8755
322b7dab 8756 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 8757
322b7dab 8758 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 8759
605dd5bf
CY
87602011-07-05 Chong Yidong <cyd@stupidchicken.com>
8761
8762 * button.el (button): Inherit from link face. Suggested by Dan
8763 Nicolaescu.
8764
7dbfa719
SM
87652011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8766
3db614b0
SM
8767 * progmodes/gdb-mi.el: Fit in 80 columns.
8768 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
8769 switch-to-buffer.
8770
7dbfa719
SM
8771 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
8772 if imenu is simply not configured (bug#8941).
8773
919d884a
KM
87742011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
8775
8776 * allout.el (allout-post-undo-hook): New allout outline-change
8777 event hook to signal undo activity.
8778 (allout-post-command-business): Run allout-post-undo-hook if an
8779 undo just occurred.
7dbfa719
SM
8780 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
8781 * allout-widgets.el (allout-widgets-after-undo-function):
8782 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
8783 in the vicinity of an undo.
8784 (allout-widgets-mode): Include allout-widgets-after-undo-function
8785 on the new allout-post-undo-hook.
8786
450a0f09
SM
87872011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8788
8789 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
8790 Let define-derived-mode define it.
8791 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
8792 cycles of abbrev-table inheritance (bug#8998).
8793
2de69e00
RW
87942011-07-05 Roland Winkler <winkler@gnu.org>
8795
8796 * textmodes/bibtex.el: Add support for biblatex.
8797 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
8798 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
8799 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
8800 (bibtex-entry-alist, bibtex-field-alist): New variables.
8801 (bibtex-entry-field-alist): Obsolete alias for
8802 bibtex-BibTeX-entry-alist.
8803 (bibtex-entry-alist, bibtex-field-alist): New widgets.
8804 (bibtex-set-dialect): New command.
8805 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
8806 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
8807 Bind via bibtex-set-dialect.
2de69e00
RW
8808 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
8809 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
8810 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
8811 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
8812 Define via bibtex-set-dialect.
450a0f09
SM
8813 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
8814 Obey bibtex-no-opt-remove-re.
2de69e00
RW
8815 (bibtex-vec-push, bibtex-vec-incr): New functions.
8816 (bibtex-format-entry, bibtex-field-list)
8817 (bibtex-print-help-message, bibtex-validate)
8818 (bibtex-search-entries): Use new format of bibtex-entry-alist.
8819
2dcdbdd9
SM
88202011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8821
8822 * progmodes/compile.el (compilation-goto-locus):
8823 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8824 * bs.el (bs-cycle-next, bs-cycle-previous):
8825 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
8826 * bindings.el (mode-line-other-buffer):
8827 * autoinsert.el (auto-insert):
8828 * arc-mode.el (archive-extract):
8829 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
8830
b27640fe
JB
88312011-07-05 Juanma Barranquero <lekktu@gmail.com>
8832
8833 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
8834 Fix check of `emacs-lock-unlockable-modes'.
8835 Coerce true values of `emacs-lock--try-unlocking' to t.
8836
53bbe3ad
JB
88372011-07-05 Juanma Barranquero <lekktu@gmail.com>
8838
8839 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
8840 * emacs-lock.el: New file.
8841
1d3cdbc7
JD
88422011-07-05 Julien Danjou <julien@danjou.info>
8843
8844 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
8845 than `boundp' to check if face is set.
8846
9173deec
JB
88472011-07-05 Juanma Barranquero <lekktu@gmail.com>
8848
8849 * register.el (registerv-make):
8850 * window.el (window-min-height): Fix typos in docstrings.
8851
869795d6
JD
88522011-07-05 Jan Djärv <jan.h.d@swipnet.se>
8853
9173deec 8854 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
8855 Update doc string.
8856
b768cdcd
JB
88572011-07-04 Juanma Barranquero <lekktu@gmail.com>
8858
8859 * server.el (server-execute): Catch quit and call
8860 `server-return-error' to pass the error back to emacsclient and
8861 close the connection (bug#8942).
8862
13aa217b
KM
88632011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
8864
8865 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
8866 insecure exception for current topic. Also note that auto-saves
8867 are handled differently.
8868
5d3385a0 8869 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
8870 State variables for tracking auto-save inhibition situation.
8871
8872 (allout-write-contents-hook-handler): Rename from
8873 'allout-write-file-hook-handler', and describe how it depends on
8874 write-contents-functions sensitivity to non-nil value to prevent
8875 file write.
8876
8877 (allout-auto-save-hook-handler): Remove. auto-save does not check
8878 this in individual buffers, only in the starting buffer, so this
8879 is not the right way for us to inhibit auto-save in a buffer
8880 according to its condition.
8881
8882 (allout-mode): Use new allout-write-contents-hook-handler, and
8883 only with write-contents-functions. Remove auto-save provisions -
8884 they're implemented elsewhere.
8885
8886 (allout-before-change-handler): If undo is in progress, note that
8887 for attention of allout-post-command-business.
8888
8889 (allout-post-command-business): If the command we're following was
8890 an undo, check for change in the status of encrypted items and
8891 adjust auto-save inhibitions accordingly.
8892
8893 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
8894 according to whether there are or aren't any plain-text topics
8895 pending encryption.
8896
2dcdbdd9 8897 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
8898 Adjust buffer-saved-size and some allout state to inhibit auto-saves
8899 if there are plain-text topics pending encryption.
13aa217b
KM
8900
8901 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
8902 buffer-saved-size and some allout state to not inhibit auto-saves
8903 if there are no longer any plain-text topics pending encryption.
8904
0757af94
SM
8905 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
8906 No longer provide for exemption of the current topic.
13aa217b 8907
ac89b32c
JL
89082011-07-04 Juri Linkov <juri@jurta.org>
8909
8910 Add 7z operations to delete and save changed members (bug#8968).
8911 * arc-mode.el (archive-7z-expunge, archive-7z-update):
8912 New defcustoms.
8913 (archive-7z-write-file-member): New function.
8914 (archive-7z-summarize): Fix the number of dashes in the
8915 listing output.
8916
8fa39615
SM
89172011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8918
8919 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
8920 (bug#8958).
8921
2f11b3f1
CY
89222011-07-04 Chong Yidong <cyd@stupidchicken.com>
8923
d66fef2b
CY
8924 * bindings.el: Ignore next-buffer and previous-buffer in
8925 minibuffer-local-map.
8926
2f11b3f1
CY
8927 * font-lock.el (font-lock-builtin-face): Change light background
8928 color to dark slate blue (Bug#6693).
8929
f932a347
WD
89302011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
8931
8932 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
8933
c8af70e1
SM
89342011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8935
8936 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
8937 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8938 Add switch-to-buffer.
8939
f158badc
LMI
89402011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8941
8942 * isearch.el (isearch-search-fun-function): Clarify further the
8943 meaning of the function returned.
8944
6d95bd46
MA
89452011-07-04 Michael Albinus <michael.albinus@gmx.de>
8946
8947 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
8948
8949 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
8950 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
8951 Use it.
8952 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
8953 `tramp-default-remote-path' does not exist.
8954 (tramp-send-command-and-read): New optional argument NOERROR.
8955 (tramp-open-connection-setup-interactive-shell)
8956 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
8957 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
8958 (tramp-process-sentinel): Flush also process' connection property.
8959 (tramp-sh-handle-start-file-process): Do not set process
8960 sentinel. It is done now ...
8961 (tramp-maybe-open-connection): ... here. (Bug#8929)
8962
909e6b67
MK
89632011-07-04 MON KEY <monkey@sandpframing.com>
8964
8965 * play/animate.el (animate-string): Doc fixes and allow changing
8966 the buffer name (bug#5417).
8967
89682011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8969
c8af70e1 8970 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 8971
f34755dc
PE
89722011-07-04 Paul Eggert <eggert@cs.ucla.edu>
8973
396cec72
PE
8974 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
8975 This is simpler and helps future-proof the code.
8976 (timer-until): Use time-subtract and float-time.
08235028 8977 (timer--time-less-p): Use time-less-p.
f34755dc 8978
56e6cc31
JB
89792011-07-04 Juanma Barranquero <lekktu@gmail.com>
8980
3abb79e5
JB
8981 * type-break.el (timep): Use the value of `float-time' to avoid a
8982 byte-compiler warning.
8983
56e6cc31
JB
8984 * server.el (server-eval-and-print): Return any result, even nil.
8985
7b9430b4
PE
89862011-07-03 Paul Eggert <eggert@cs.ucla.edu>
8987
8988 * type-break.el: Accept time formats that the builtins accept.
8989 (timep, type-break-time-difference): Accept any format that
8990 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
8991 This is simpler and helps future-proof the code.
8992 (type-break-time-difference): Round rather than ignoring
8993 subseconds components.
8994
3034e9e7
LMI
89952011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8996
8997 * info.el (Info-apropos-matches): Make non-interactive, since it
8998 doesn't seem to do anything useful as a command (bug#8829).
8999
1485f4c0
CY
90002011-07-03 Chong Yidong <cyd@stupidchicken.com>
9001
9002 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 9003 Move from faces.el.
1485f4c0
CY
9004 (frame-default-terminal-background): New function.
9005
9006 * custom.el (custom-push-theme): Don't record faces in `changed'
9007 theme; this doesn't work correctly for per-frame face settings.
9008 (disable-theme): Use face-set-after-frame-default to reset faces.
9009 (custom--frame-color-default): New function.
9010
9fa3dd45
LMI
90112011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9012
c8af70e1 9013 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
9014 (bug#8769).
9015
6cbbc20c
KR
90162011-03-29 Kevin Ryde <user42@zip.com.au>
9017
9018 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9019 `perl-Test2' extend to match possible "fail #N" rep count
9020 (bug#8377).
9021
c7f98048
LMI
90222011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9023
65676592
LMI
9024 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
9025 `smtpmail-via-smtp' now returns the error instead of nil.
9026
c7f98048
LMI
9027 * isearch.el (isearch-search-fun-function): Clarify the doc string
9028 (bug#8101).
9029
56e6cc31 90302011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
9031
9032 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
9033 unnecessary spaces (bug#8987).
9034
2b216704
LMI
90352011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9036
9037 * net/network-stream.el (open-network-stream): Use the
9038 :end-of-capability command thoughout.
9039
90402011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9041
9042 * net/network-stream.el (open-network-stream): Add the
9043 :end-of-capability command parameter, used by pop3.el.
9044
36adf6ce
LMI
90452011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9046
1ca0da0e
LMI
9047 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
9048
fc00f69c
LMI
9049 * fringe.el (fringe-query-style): Remove redundant text " (type ?
9050 for list)" (bug#6475).
9051
28fd8759 9052 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 9053 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
9054 an error (bug#6297).
9055
0dd8b6da
LMI
9056 * man.el (Man-reference-regexp): Allow matching possible
9057 word-wrapped references (bug#6289).
9058
ce1438d6
LMI
9059 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
9060 for consistency with the other vc buffers (bug#6197).
9061 (vc-checkin): Ditto.
9062
9063 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
9064
36adf6ce
LMI
9065 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
9066
e83cc1f7
LMI
90672011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9068
8a20ca4c
LMI
9069 * custom.el (defcustom): Clarify that :set is only used in the
9070 Customize user interface (bug#6089).
9071
83319045
LMI
9072 * progmodes/flymake.el (flymake-mode): If the buffer isn't
9073 associated with a file, refuse to run instead of erroring out
9074 (bug#6084).
9075
a8392169
LMI
9076 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
9077 the doc string, since it appears that using `fill-column' always
9078 controls the width (bug#7845).
9079
e83cc1f7
LMI
9080 * simple.el (shell-command-on-region): Say where the error output
9081 went if `shell-command-default-error-buffer' is set (bug#6857).
9082
e47ca23b
KM
90832011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
9084
9085 * allout.el (allout-yank-processing): Adjust cursor position for
9086 backwards-deleted space.
9087
9088 (allout-rebullet-heading): Register changes with
9089 allout-exposure-changed-hook, so the modified topic is properly
9090 decorated.
9091
5cf56143
LMI
90922011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9093
08549772
LMI
9094 * minibuffer.el (completion-in-region): Document PREDICATE
9095 (bug#7136).
9096
48e96771
LMI
9097 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
9098 of keyword/argument pairs (bug#6904).
9099
c8af70e1
SM
9100 * replace.el (multi-occur):
9101 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 9102
e17d05e2
LMI
91032011-07-02 Drew Adams <drew.adams@oracle.com>
9104
9105 * dired.el (dired-mark-if): Make the message about whether it's
9106 marking or unmarking clearer (bug#8523).
9107
063b0e45
LMI
91082011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9109
9110 * disp-table.el (display-table-print-array): New function.
9111 (describe-display-table): Use it to print the vectors more pretty
9112 (Bug#8859).
9113
28545e04
MR
91142011-07-02 Martin Rudalics <rudalics@gmx.at>
9115
9116 * window.el (window-state-get-1): Don't assign clone numbers.
9117 Add clone-of item to list of window parameters.
9118 (window-state-put-2): Don't process clone numbers.
9119 (display-buffer-alist): Fix doc-string.
9120
3349e122
SM
91212011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9122
9123 * subr.el (remq): Don't allocate if it's not needed.
9124 (keymap--menu-item-binding, keymap--menu-item-with-binding)
9125 (keymap--merge-bindings): New functions.
9126 (keymap-canonicalize): Use them to refine the canonicalization.
9127 * minibuffer.el (minibuffer-local-completion-map)
9128 (minibuffer-local-must-match-map): Move initialization from C.
9129 (minibuffer-local-filename-completion-map): Move initialization from C;
9130 don't inherit from anything here.
9131 (minibuffer-local-filename-must-match-map): Make obsolete.
9132 (completing-read-default): Use make-composed-keymap to combine
9133 minibuffer-local-filename-completion-map with either
9134 minibuffer-local-must-match-map or
9135 minibuffer-local-filename-completion-map.
9136
d224ac83
GM
91372011-07-01 Glenn Morris <rgm@gnu.org>
9138
3de63bf8
GM
9139 * type-break.el (type-break-time-sum): Use dolist.
9140
d224ac83
GM
9141 * textmodes/flyspell.el (flyspell-word-search-backward):
9142 Replace CL function.
9143
1a1e3f32
SM
91442011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9145
fe3f64d5
SM
9146 * mouse.el (mouse--strip-first-event): New function.
9147 (function-key-map): Use it to map fringe clicks to normal clicks
9148 by default.
9149
eb604e34
SM
9150 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
9151 (vc-bzr-revision-completion-table): Add support for annotate and date.
9152
1a1e3f32
SM
9153 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
9154 inherit from parent.
9155
5bd35902
LMI
91562011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9157
ace6c69c 9158 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 9159 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 9160
191e2bed
LMI
9161 * dired.el (dired-mode): Fix up the doc string as suggested by
9162 Drew Adams (bug#8817).
9163
5bd35902
LMI
9164 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
9165 cookie, since the manual says that it should be possible to add
9166 this function to `find-file-hook' (bug#8709).
9167
eee8207a
TZ
91682011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9169
9170 * progmodes/cfengine.el: Moved all cfengine3.el functionality
9171 here. Noted Ted Zlatanov as the maintainer.
9172 (cfengine-common-settings, cfengine-common-syntax): New functions
9173 to set up common things between `cfengine-mode' and
9174 `cfengine3-mode'.
9175 (cfengine3-mode): New mode.
9176 (cfengine3-defuns cfengine3-defuns-regex
9177 (cfengine3-class-selector-regex cfengine3-category-regex)
9178 (cfengine3-vartypes cfengine3-font-lock-keywords)
9179 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 9180 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 9181
36b148cf
MA
91822011-07-01 Michael Albinus <michael.albinus@gmx.de>
9183
9184 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
9185
9186 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
9187
0bf4ba9a
MR
91882011-07-01 Martin Rudalics <rudalics@gmx.at>
9189
9190 * window.el (same-window-buffer-names, same-window-regexps)
9191 (same-window-p, special-display-frame-alist)
9192 (special-display-popup-frame, special-display-function)
9193 (special-display-buffer-names, special-display-regexps)
9194 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
9195 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9196 (split-window-preferred-function, split-height-threshold)
9197 (split-width-threshold, even-window-heights)
9198 (display-buffer-mark-dedicated, window-splittable-p)
9199 (split-window-sensibly, window-safely-shrinkable-p):
9200 Un-obsolete.
9201 (display-buffer): Don't spread args with function specifier
9202 because special-display-popup-frame won't like it.
9203
35837f51
PE
92042011-07-01 Paul Eggert <eggert@cs.ucla.edu>
9205
d0672f86
PE
9206 Time-stamp simplifications and fixes.
9207 These improve accuracy slightly, and future-proof the code
9208 against some potential changes to current-time format.
9209
b9444d97
PE
9210 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
9211 by using time-since and float-time.
9212
0ef923dc
PE
9213 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
9214 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
9215 + NNN microseconds".
9216
2f81380d
PE
9217 * type-break.el (type-break-time-sum): Rewrite using time-add.
9218
845b5c3e
PE
9219 * play/hanoi.el (hanoi-current-time-float): Remove.
9220 All uses replaced by float-time.
9221
ee6f1be0
PE
9222 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
9223 This yields a more-accurate answer.
9224 (rng-time-to-float): Remove; no longer needed.
9225
fe955043
PE
9226 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
9227
5777162a
PE
9228 * calendar/timeclock.el (timeclock-seconds-to-time):
9229 Defalias to seconds-to-time, since they're the same thing.
9230
3103f8b6 9231 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 9232 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
9233 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
9234
0e61a35f
SM
92352011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9236
9237 * window.el (bury-buffer): Don't iconify the only frame.
9238 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
9239 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
9240
ddd63a1e
CY
92412011-07-01 Chong Yidong <cyd@stupidchicken.com>
9242
0e61a35f
SM
9243 * eshell/em-smart.el (eshell-smart-display-navigate-list):
9244 Add mouse-yank-primary.
ddd63a1e 9245
055f4923
TZ
92462011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9247
9248 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
9249
6a2fb145
SM
92502011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9251
9252 * emacs-lisp/find-func.el (find-library--load-name): New fun.
9253 (find-library-name): Use it to find relative load names when provided
9254 absolute file name (bug#8803).
9255
fd4983f2
LMI
92562011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9257
887d14ad
LMI
9258 * textmodes/flyspell.el (flyspell-word): Consider words that
9259 differ only in case as potential doublons (bug#5687).
9260
c53dc7fc
LMI
9261 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
9262 Remove two rather uninteresting debugging-like messages to make
9263 debbugs.el more silent.
9264
fd4983f2
LMI
9265 * comint.el (comint-password-prompt-regexp): Accept "Response" as
9266 a password-like phrase.
9267
7a71b18d 92682011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
9269
9270 * progmodes/cc-guess.el: New file.
9271
6a2fb145 9272 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
9273
9274 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
9275 derived from `c-basic-common-init'.
9276
9277 * progmodes/cc-mode.el (top-level): Require cc-guess.
9278 (c-basic-common-init): Use `cc-choose-style-for-mode'.
9279
1fa280a3
LM
92802011-06-30 Lawrence Mitchell <wence@gmx.li>
9281
9282 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
9283
e6597158
AM
92842011-06-30 Alan Mackenzie <acm@muc.de>
9285
1fa280a3
LM
9286 * progmodes/cc-engine.el (c-guess-continued-construct):
9287 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
9288 lock is disabled. Name this case as "CASE G".
9289
68ba37fb
KM
92902011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
9291
9292 * allout.el (allout-yank-processing): Fix injection of extra space
9293 between bullet and non-whitespace character in first topic when
9294 pasting, ensuring that the actual spacing in the pasted topic
9295 following the bullet char is preserved. This extra space was
9296 causing pasted encrypted topics to get a decrypted status even
9297 when the content was actually still encrypted. Now the decryption
9298 status from before the paste is preserved.
9299
9300 (allout-flag-region): Set all allout overlays so they evaporate
9301 when reduced to zero length (evanescent), to prevent overlay
9302 leakage.
9303
887a0b34
GM
93042011-06-30 Glenn Morris <rgm@gnu.org>
9305
94b9acce
GM
9306 * w32-fns.el (w32-charset-info-alist): Declare.
9307
1d9b46d4
GM
9308 * find-dired.el (find-grep-options): Simplify.
9309
cc232200
GM
9310 * term/ns-win.el (ns-set-resource): Declare.
9311
28e77c46
GM
9312 * ses.el (row, col): Declare dynamic variables honestly.
9313
887a0b34
GM
9314 * textmodes/reftex-parse.el (index-tags): Declare.
9315
658d8eb8
CY
93162011-06-30 Chong Yidong <cyd@stupidchicken.com>
9317
9318 * cus-edit.el (customize-push-and-save): New function.
9319
9320 * files.el (hack-local-variables-confirm): Use it.
9321
1fa280a3
LM
9322 * custom.el (load-theme): New arg NO-CONFIRM.
9323 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
9324 (custom-enabled-themes): Doc fix.
9325
9326 * cus-theme.el (customize-create-theme)
9327 (custom-theme-merge-theme): Callers to load-theme changed.
9328
bb617717
LMI
93292011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9330
d61bdd5d
LMI
9331 * thingatpt.el (thing-at-point-short-url-regexp): Require that
9332 short URLs have at least one dot in them (bug #7614).
9333
bb617717
LMI
9334 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
9335 nil, because using a pty is apparently too slow (bug #895).
9336
2f31f37a
LMI
93372011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9338
9339 * mail/sendmail.el (sendmail-query-once): New function.
9340 (sendmail-query-once-function): New variable.
9341
3076b24e
GM
93422011-06-29 Glenn Morris <rgm@gnu.org>
9343
faf2a174
GM
9344 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
9345
3076b24e
GM
9346 * ses.el (top-level): Require cl when compiling.
9347 (ses-set-localvars): Fix error statement.
9348 Call it at compile time to silence a storm of warnings.
9349
5386012d
MR
93502011-06-29 Martin Rudalics <rudalics@gmx.at>
9351
9352 * window.el (normalize-live-buffer): Rename to
9353 window-normalize-buffer.
9354 (normalize-live-frame): Rename to window-normalize-frame.
9355 (normalize-any-window): Rename to window-normalize-any-window.
9356 (normalize-live-window): Rename to window-normalize-live-window.
9357 (make-window-atom): Rename to window-make-atom.
9358 (window-resize-reset): Rename to window--resize-reset.
9359 (window-resize-reset-1): Rename to window--resize-reset-1.
9360 (resize-mini-window): Rename to window--resize-mini-window.
9361 (resize-subwindows-skip-p): Rename to
9362 window--resize-subwindows-skip-p.
9363 (resize-subwindows-normal): Rename to
9364 window--resize-subwindows-normal.
9365 (resize-subwindows): Rename to window--resize-subwindows.
9366 (resize-other-windows): Rename to window--resize-siblings.
9367 (resize-this-window): Rename to window--resize-this-window.
9368 (resize-root-window): Rename to window--resize-root-window.
9369 (resize-root-window-vertically): Rename to
9370 window--resize-root-window-vertically.
9371 (normalize-buffer-to-display): Rename to
9372 window-normalize-buffer-to-display.
9373 (normalize-buffer-to-switch-to): Rename to
9374 window-normalize-buffer-to-switch-to.
9375 Correspondingly update all callers of the functions listed
9376 above.
9377 (display-buffer-alist, display-buffer-normalize-arguments)
9378 (display-buffer-normalize-options, display-buffer)
9379 (display-buffer-alist-set): Use "function" instead of
9380 "fun-with-args".
9381
1176868d
CY
93822011-06-28 Chong Yidong <cyd@stupidchicken.com>
9383
9384 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
9385 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
9386 debbugs.gnu.org. Mention acknowledgment email.
9387
20a7a65f
LMI
93882011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9389
9390 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
9391 buffer multibyteness, since it shouldn't matter.
9392
5f45cca5
MR
93932011-06-28 Martin Rudalics <rudalics@gmx.at>
9394
9395 * window.el (display-buffer-in-side-window): Handle dedicated
9396 windows as in display-buffer-reuse-window.
9397 (display-buffer-normalize-alist): Use value of override
9398 specifier.
9399 (display-buffer-normalize-specifiers): Use value of
9400 other-window-means-other-frame specifier.
9401 (display-buffer-alist): Rewrite some texts in widgets.
9402 (display-buffer): Spread arguments when calling function
9403 specified by fun-with-args.
9404
ad85fe1f
DD
94052011-06-28 Deniz Dogan <deniz@dogan.se>
9406
1fa280a3
LM
9407 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9408 Unnest `let'.
da68c4c8 9409
ad85fe1f
DD
9410 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
9411 selectors (Bug#5732).
ec49bd31 9412 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 9413
a08cc025
JA
94142011-06-27 Jari Aalto <jari.aalto@cante.net>
9415
9416 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
9417 (eshell-ls-date-format): New defcustom.
9418 (eshell-ls-file): Use it.
9419
e2b551c5
SM
94202011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9421
9422 * help-fns.el (describe-variable): Fix message for terminal-local vars.
9423
8982b231
KY
94242011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
9425
9426 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
9427 (ange-ftp-make-tmp-name): New arg.
9428 (ange-ftp-file-local-copy): Use it.
9429
36c9fa27
J
94302011-06-27 Jambunathan K <kjambunathan@gmail.com>
9431
9432 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
9433 no-conversion (Bug#8870).
9434
d68443dc
MR
94352011-06-27 Martin Rudalics <rudalics@gmx.at>
9436
9437 * window.el (window-right, window-left, window-child)
9438 (window-child-count, window-last-child)
9439 (window-iso-combination-p, walk-window-tree-1)
9440 (window-atom-check-1, window-tree-1, delete-window)
9441 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
9442 new naming conventions - window-vchild, window-hchild,
9443 window-next and window-prev are now called window-top-child,
9444 window-left-child, window-next-sibling and window-prev-sibling
9445 respectively.
d615d6d2
MR
9446 (resize-window-reset): Rename to window-resize-reset.
9447 (resize-window-reset-1): Rename to window-resize-reset-1.
9448 (resize-window): Rename to window-resize.
9449 (window-min-height, window-min-width)
9450 (resize-mini-window, resize-this-window, resize-root-window)
9451 (resize-root-window-vertically, adjust-window-trailing-edge)
9452 (enlarge-window, shrink-window, maximize-window)
9453 (minimize-window, delete-window, quit-restore-window)
9454 (split-window, balance-windows, balance-windows-area-adjust)
9455 (balance-windows-area, window-state-put-2)
9456 (display-buffer-even-window-sizes, display-buffer-set-height)
9457 (display-buffer-set-width, set-window-text-height)
9458 (fit-window-to-buffer): Rename all "resize-window" prefixed
9459 calls to use the "window-resize" prefix convention.
9460 (display-buffer-alist): Fix symbol for label specifier.
9461 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
9462 corresponding specifier.
9463 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 9464
b6458526
VB
94652011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9466
9467 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
9468 convention.
9469 (ses-call-printer): Does not pass an empty string to formatter when the
9470 cell is empty to keep from barking printer Calc math-format-value.
9471
d31fd9ac
RS
94722011-06-27 Richard Stallman <rms@gnu.org>
9473
43d5bf84
RS
9474 * battery.el (battery-mode-line-limit): New variable.
9475 (battery-update): Handle it.
9476
d31fd9ac
RS
9477 * mail/rmailmm.el (rmail-mime-process-multipart):
9478 Handle truncated messages.
9479
819a6054
GM
94802011-06-27 Glenn Morris <rgm@gnu.org>
9481
9482 * progmodes/flymake.el (flymake-err-line-patterns):
9483 Allow for column numbers in the ant/javac pattern. (Bug#8866)
9484
cedc73f2
VB
94852011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9486
819a6054 9487 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
9488 (ses--clean-!, ses--clean-_): New functions.
9489 (ses-range): Add configurability of readout order, and conversion
9490 to Calc vector.
9491
5e5d49b6
VB
9492 * ses.el (ses-repair-cell-reference-all): New function.
9493 (ses-cell-symbol): Set macro as safe, so that it can be used in
9494 formulas.
9495
56e6cc31 9496 * ses.el: Update cycle detection algorithm.
90ca8b49 9497 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 9498 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
9499 (ses-set-localvars): New function.
9500 (ses-make-cell): Add property-list as a cell element.
9501 (ses-cell-property-get-fun, ses-cell-property-get)
9502 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
9503 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9504 New functions.
90ca8b49
VB
9505 (ses-cell-property-set, ses-cell-property-pop)
9506 (ses-cell-property-get-handle): New macro.
9507 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9508 New aliases, used for code readability.
9509 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9510 cycle detection.
9511 (ses-self-reference-early-detection): New defcustom.
fac916bf 9512 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
9513 (ses-mode): Use ses-set-localvars.
9514 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9515 before lauching the update processing.
9516 (ses-initialize-Dijkstra-attempt): New function.
9517 (ses-recalculate-cell): Update for cycle detection based on
9518 Dijkstra algorithm.
9519
2bb63e81
VB
9520 * ses.el: Fix commenting and indenting convention.
9521
c9d29fb8
SM
95222011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9523
9524 * bs.el (bs-cycle-next): Complete last change.
9525
d8e4b68b
JB
95262011-06-27 Drew Adams <drew.adams@oracle.com>
9527
9528 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9529
40098786
LMI
95302011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9531
c9d29fb8
SM
9532 * net/network-stream.el (network-stream-open-starttls):
9533 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
9534 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9535
40098786
LMI
9536 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9537 to binary to possibly avoid line encoding issues on Windows (among
9538 other things).
9539
468d09d4
LMI
95402011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9541
9542 * net/network-stream.el (open-network-stream): Return an :error
9543 saying what the problem was, if possible.
9544
9545 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9546 server.
9547
9548 * net/network-stream.el (network-stream-open-starttls): If we
9549 wanted to use STARTTLS, and the server offered it, but we weren't
9550 able to because we had no STARTTLS support, then close the connection.
9551 (open-network-stream): Return an :error element, if present.
9552
16f07dd7
CY
95532011-06-26 Chong Yidong <cyd@stupidchicken.com>
9554
88821ca0
CY
9555 * hl-line.el (hl-line-sticky-flag): Doc fix.
9556 (global-hl-line-sticky-flag): New option (Bug#8323).
9557 (global-hl-line-highlight): Obey it.
9558
16f07dd7
CY
9559 * vc/vc.el (vc-revert-show-diff): Default to t.
9560
6b5ccddf
KM
95612011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9562
c9d29fb8
SM
9563 * allout-widgets.el (allout-widgets-post-command-business):
9564 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
9565 undecorated when an isearch is continued past, and isearch
9566 automatically collapses them. This leads to "widget leaks", where
9567 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
9568 hidden widgets can slow down cursor travel, substantially.
9569 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
9570 so we're doing without this nicety.
9571
9572 (allout-widgets-tally-string): Don't try to do a hash-table-count
9573 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9574 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9575 *Messages* when allout-widgets-maintain-tally is t.
9576
355f2e07
MR
95772011-06-26 Martin Rudalics <rudalics@gmx.at>
9578
9579 * window.el (display-buffer-normalize-argument): Rename to
9580 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
9581 LABEL argument. Respect special-display-function when popping up
9582 a new frame. Fix code searching for a window showing the buffer
9583 on another frame.
c9d29fb8
SM
9584 (display-buffer-normalize-specifiers):
9585 Call display-buffer-normalize-arguments.
355f2e07
MR
9586 (display-buffer-in-window): Don't undedicate the window if its
9587 buffer remains the same.
9588 Reported by Drew Adams <drew.adams@oracle.com>.
9589 (display-buffer-alist): Add choice for same-window macro
9590 specfier.
9591 (display-buffer): Mention special meaning of LABEL argument in
9592 doc-string. Fix quoting. Don't pop up a new frame even as
9593 fallback.
9594
7ca8fc42
JB
95952011-06-26 Juanma Barranquero <lekktu@gmail.com>
9596
9597 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9598 avoid deleting the current window in some cases (bug#8911).
9599
bc312254
AS
96002011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9601
9602 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9603 (Bug#8934)
9604
2db18f3f
LMI
96052011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9606
c9d29fb8
SM
9607 * net/network-stream.el (network-stream-open-starttls):
9608 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
9609 (network-stream-open-tls): Ditto.
9610
6302e0d3
LL
96112011-06-26 Leo Liu <sdl.web@gmail.com>
9612
9613 * register.el (registerv): New struct.
9614 (registerv-make): New function.
c9d29fb8
SM
9615 (jump-to-register, describe-register-1, insert-register):
9616 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
9617 struct. (Bug#8415)
9618
5fdd4046
CY
96192011-06-26 Chong Yidong <cyd@stupidchicken.com>
9620
2afef60a
CY
9621 * vc/vc.el (vc-revert-show-diff): New defcustom.
9622 (vc-diff-internal): New arg specifying diff buffer.
9623 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9624 reuse an existing *vc-diff* buffer (Bug#8927).
9625
5fdd4046
CY
9626 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9627
e93db24a
GM
96282011-06-26 Glenn Morris <rgm@gnu.org>
9629
9630 * progmodes/f90.el (f90-critical-indent): New option.
9631 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9632 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9633 (f90-mode): Doc fix.
9634 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9635 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9636 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9637 (f90-match-end): Handle block, critical.
9638
eefff499
GM
96392011-06-25 Glenn Morris <rgm@gnu.org>
9640
f6ba4cc9
GM
9641 * calendar/diary-lib.el (diary-included-files): Doc fix.
9642 (diary-include-files): New function, extracted from
9643 diary-include-other-diary-files and diary-mark-included-diary-files.
9644 (diary-include-other-diary-files, diary-mark-included-diary-files):
9645 Just call diary-include-files.
9646 (diary-mark-entries): Reset diary-included-files on first call.
9647
16712304
GM
9648 * calendar/diary-lib.el (diary-mark-entries)
9649 (diary-mark-included-diary-files):
9650 Visit included diary-files in temp buffers.
9651
5d8e0d43
GM
9652 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9653 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9654 (f90-start-block-re, f90-imenu-generic-expression)
9655 (f90-looking-at-program-block-start, f90-no-block-limit):
9656 Add support for submodules.
9657
ccf7a5d5
GM
9658 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9659 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 9660
11fdef7d 96612011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
9662
9663 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9664 buffer-file-type before setting its value, to avoid disastrous
eefff499 9665 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 9666
74f53697
JB
96672011-06-25 Juanma Barranquero <lekktu@gmail.com>
9668
9669 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9670
9671 * ses.el (ses-unload-function):
9672 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9673
9674 * proced.el (proced-unload-function):
9675 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9676
18a4ce5e
AR
96772011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9678
9679 * server.el (server-create-window-system-frame): Add parameters arg.
9680 (server-process-filter): Doc fix. Handle frame-parameters.
9681
519d22cc
JB
96822011-06-25 Juanma Barranquero <lekktu@gmail.com>
9683
9684 Fix bug#8730, bug#8781.
9685
9686 * loadhist.el (unload--set-major-mode): New function.
9687 (unload-feature): Use it.
9688
9689 * progmodes/python.el (python-after-info-look): Add autoload cookie.
9690 (python-unload-function): New function.
9691
c206f5b0
SM
96922011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
9695
f9ad64f3
GS
96962011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
9697
9698 * net/browse-url.el (browse-url-firefox-program): Add icecat to
9699 the candidates list.
9700
7d0da90e
JB
97012011-06-24 Juanma Barranquero <lekktu@gmail.com>
9702
9703 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
9704
14b4e83d
RS
97052011-06-23 Richard Stallman <rms@gnu.org>
9706
9707 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
9708 (rmail-variables): Set next-error-move-function.
9709 (rmail-what-message): Take argument POS.
9710 (rmail-next-error-move): New function.
9711
273d2baf
SM
97122011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9713
9714 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
9715 messages for adjacent non-terminals.
9716
56c2cc9a
RS
97172011-06-23 Richard Stallman <rms@gnu.org>
9718
9719 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 9720 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
9721 (rmail-start-mail): Don't specify use of rmail-mail-return;
9722 that's done by mail-bury now.
9723 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 9724
d59eb518
MA
97252011-06-23 Michael Albinus <michael.albinus@gmx.de>
9726
9727 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
9728 SIZE is a number.
9729
02cfc6d6
MR
97302011-06-23 Martin Rudalics <rudalics@gmx.at>
9731
9732 * window.el (get-lru-window, get-mru-window)
9733 (get-largest-window): Never return a minibuffer window.
9734 (display-buffer-pop-up-window): Fix a bug that could lead to
9735 reusing the minibuffer window.
9736 (display-buffer): Pass original specifier argument to
9737 display-buffer-function instead of the normalized one.
9738 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9739
4e323265
LL
97402011-06-22 Leo Liu <sdl.web@gmail.com>
9741
9742 * minibuffer.el (completing-read-function)
9743 (completing-read-default): Move from minibuf.c
9744
7a70468f
RS
97452011-06-22 Richard Stallman <rms@gnu.org>
9746
50718fc2
RS
9747 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
9748 to Rmail even if not started by a special Rmail command.
9749
7a70468f
RS
9750 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
9751 Copy the buffer currently showing just one message.
9752
297dde5a
RW
97532011-06-22 Roland Winkler <winkler@gnu.org>
9754
9755 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
9756 (bibtex-clean-entry): First delete the old key so that a
9757 customized algorithm for generating the new key does not get
9758 confused by the old key.
9759 (bibtex-url): Obey regexp of first step.
9760 (bibtex-search-entries): Do not use add-to-list with local
9761 list-var.
9762
97bb1093
LMI
97632011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9764
9765 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
9766 stored a user name, then query for the password first, instead of
9767 waiting for SMTP to give an error message and the trying again.
9768
1c0f1a19
JD
97692011-06-22 Lawrence Mitchell <wence@gmx.li>
9770
9771 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
9772 BUFFER in call-process.
9773
396f7c9d
LMI
97742011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9775
9776 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
9777 QUIT twice.
ddb7ffee
LMI
9778 (smtpmail-try-auth-methods): Require user name and password from
9779 auth-source.
396f7c9d 9780
8998d1b3
MR
97812011-06-22 Martin Rudalics <rudalics@gmx.at>
9782
9783 * window.el (display-buffer-default-specifiers)
9784 (display-buffer-alist): Remove entries for pop-up-frame-alist.
9785 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 9786 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
9787
9788 * frame.el (pop-up-frame-alist, pop-up-frame-function)
9789 (special-display-frame-alist, special-display-popup-frame):
9790 Remove duplicate declarations. These are now in window.el.
9791
4ea31e07
LMI
97922011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9793
c9d29fb8
SM
9794 * mail/smtpmail.el (smtpmail-via-smtp):
9795 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
9796 server supports it. SMTP servers that support STARTTLS commonly
9797 require it.
9798
9799 * net/network-stream.el (network-stream-open-starttls): Support
9800 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 9801 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 9802
95f41d9a
LMI
9803 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
9804 upgrades with `open-network-stream', and rely solely on
9805 auth-source for all credentials. Big changes throughout the file,
9806 but in particular:
c9d29fb8
SM
9807 (smtpmail-auth-credentials): Remove.
9808 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
9809 (smtpmail-via-smtp): Check for servers saying they want AUTH after
9810 MAIL FROM, too.
95f41d9a 9811
c9d29fb8
SM
9812 * net/network-stream.el (network-stream-open-starttls):
9813 Provide support for client certificates both for external and built-in
4ea31e07
LMI
9814 STARTTLS.
9815 (auth-source): Require.
9816 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
9817 (network-stream-certificate): Change cert-cert to cert and
9818 cert-key to key.
4ea31e07 9819
065ec2c7
MA
98202011-06-21 Michael Albinus <michael.albinus@gmx.de>
9821
9822 * net/tramp-cache.el (top): Don't load the persistency file when
9823 "emacs -Q" has been called.
9824
cd93b359
DR
98252011-06-21 Tim Harper <timcharper@gmail.com>
9826
d8e4b68b
JB
9827 * term/ns-win.el (ns-initialize-window-system):
9828 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
9829 resource to NO as it is not yet supported by the NS port.
9830
ae9c0411
JB
98312011-06-21 Juanma Barranquero <lekktu@gmail.com>
9832
9833 * misc.el (list-dynamic-libraries--refresh): Compute header here...
9834 (list-dynamic-libraries): ...not here.
9835
7f3f739f
LL
98362011-06-21 Leo Liu <sdl.web@gmail.com>
9837
9838 * subr.el (sha1): Implement sha1 using secure-hash.
9839
327c8fb1
MR
98402011-06-21 Martin Rudalics <rudalics@gmx.at>
9841
9842 * window.el (display-buffer-alist): In default value do not
9843 enforce searching a window on any but the selected frame.
9844 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9845 (display-buffer-select-window): Remove function.
9846 (display-buffer-in-window): When a window on another frame gets
9847 reused, do not select it any more but just raise its frame if
9848 necessary (Bug#8851) and (Bug#8856).
9849 (display-buffer-normalize-options): Handle pop-up-frames related
9850 options more faithfully.
9851 (pop-to-buffer): Don't rely on `display-buffer' selecting the
9852 window if it is on another frame.
c9d29fb8
SM
9853 (display-buffer-alist, display-buffer-default-specifiers):
9854 Don't make new frame unsplittable by default.
9e9de014
MR
9855 (display-buffer-normalize-argument): Fix doc-string typo and use
9856 'same-frame-other-window instead of 'other-window when associating
9857 with display-buffer-macro-specifiers.
327c8fb1 9858
7cf3f556
VB
98592011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
9860
9861 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
9862 New functions.
9863 (5x5-mode-map, 5x5-mode-menu): Bind them.
9864 (5x5-draw-grid): Tweak the solver's rendering.
9865
60a406cf
SM
98662011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9867
9868 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
9869 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
9870
d8e4b68b 98712011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
9872
9873 * menu-bar.el: Use function variable instead of switch-to-buffer.
9874 (menu-bar-select-buffer-function): New variable.
60a406cf 9875 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 9876
478d6f95
SM
98772011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9878
9879 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
9880 variable's status.
9881
ca530739
JD
98822011-06-20 Jan Djärv <jan.h.d@swipnet.se>
9883
9884 * x-dnd.el (x-dnd-version-from-flags)
9885 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
9886 and long as number (Bug#8899).
9887 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
9888
bcd70d97
SM
98892011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9890
60a406cf 9891 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
9892 (completion-try-completion, completion-all-completions): Compute the
9893 metadata argument if it's missing; make it optional (bug#8795).
9894
60a406cf 9895 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
9896 (widget-complete): Use new :completion-function property.
9897 (widget-completions-at-point): New function.
9898 (default): Use :completion-function instead of :complete.
60a406cf
SM
9899 (widget-default-completions): Rename from widget-default-complete;
9900 Rewrite.
bcd70d97
SM
9901 (widget-string-complete, widget-file-complete, widget-color-complete):
9902 Remove functions.
9903 (file, symbol, function, variable, coding-system, color):
9904 * international/mule-cmds.el (default-input-method, charset)
9905 (language-info-custom-alist):
9906 * cus-edit.el (face): Use new property :completions.
9907
9908 * progmodes/pascal.el (pascal-completions-at-point): New function.
9909 (pascal-mode): Use it.
9910 (pascal-mode-map): Use completion-at-point.
9911 (pascal-toggle-completions): Make obsolete.
9912 (pascal-complete-word, pascal-show-completions):
9913 * progmodes/octave-mod.el (octave-complete-symbol):
9914 Redefine as obsolete alias.
9915 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
9916 Signal absence of completion info for old Octave,
9917 (inferior-octave-complete): Redefine as obsolete alias.
9918 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
9919 (meta-completions-at-point): Rename from meta-complete-symbol and
9920 adapt it for use on completion-at-point-functions.
9921 (meta-common-mode): Use it.
9922 (meta-looking-at-backward, meta-match-buffer): Remove.
9923 (meta-complete-symbol): Redefine as obsolete alias.
9924 (meta-common-mode-map): Use completion-at-point.
9925 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
9926 (makefile-mode-map): Use completion-at-point.
9927 (makefile-completions-at-point): Rename from makefile-complete and
9928 adapt it for use on completion-at-point-functions.
9929 (makefile-mode): Use it.
9930 (makefile-complete): Redefine as obsolete alias.
9931
aebf69c8
DD
99322011-06-20 Deniz Dogan <deniz@dogan.se>
9933
9934 * net/rcirc.el: Delete trailing whitespaces once and for all.
9935
bfbbb27d
DC
99362011-06-20 Daniel Colascione <dan.colascione@gmail.com>
9937
9938 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
9939
d264a46b
CY
99402011-06-19 Chong Yidong <cyd@stupidchicken.com>
9941
4ca009e5
CY
9942 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
9943
d264a46b
CY
9944 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
9945
fbf5b3ce
MR
99462011-06-19 Martin Rudalics <rudalics@gmx.at>
9947
9948 * window.el (display-buffer-other-window-means-other-frame):
9949 Call display-buffer-normalize-alist.
9950 (display-buffer-normalize-specifiers-1): Rename to
9951 display-buffer-normalize-argument. New argument other-frame.
9952 Rewrite.
9953 (display-buffer-normalize-specifiers-2): Rename to
9954 display-buffer-normalize-options.
9955 (display-buffer-normalize-alist-1): New function.
9956 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
9957 display-buffer-normalize-alist.
9958 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
9959 (display-buffer-normalize-options-inhibit): New variable.
9960 (display-buffer-normalize-specifiers): Rewrite calling
9961 display-buffer-normalize-alist,
9962 display-buffer-normalize-argument, and
9963 display-buffer-normalize-options. Don't call the latter if
9964 display-buffer-normalize-options-inhibit is non-nil.
9965 (frame-auto-delete): New option.
9966 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
9967 (window-list-no-nils, window-state-ignored-parameters)
9968 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
9969 (window-state-put-1, window-state-put-2, window-state-put):
9970 New functions.
9a028c23
MR
9971 (display-buffer-normalize-options): Move special-display-p group
9972 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 9973
6d10d800
CY
99742011-06-18 Chong Yidong <cyd@stupidchicken.com>
9975
6420d28b
CY
9976 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
9977 groups (Bug#8776).
9978 (rx-submatch-n): New function.
9979 (rx): Document it.
9980
ddb8b596
CY
9981 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
9982 (Bug#8768).
9983
9984 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
9985
77080289
CY
9986 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
9987
61dfb316
CY
9988 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
9989 anytime existing face settings are present (Bug#8889).
9990
6d10d800
CY
9991 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
9992 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
9993 Remove unused argument.
9994
be3fb2b8
MR
99952011-06-18 Martin Rudalics <rudalics@gmx.at>
9996
bcd70d97
SM
9997 * window.el (display-buffer-default-specifiers):
9998 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
9999 pop-up-window-min-width, and another reuse-window specifier
10000 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
10001 (display-buffer-normalize-specifiers-2):
10002 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
10003 pop-up-windows is unset. Add a reuse-window specifier for the
10004 case popping up a new window fails.
10005 (special-display-popup-frame): Remove double quoting.
28dec25a 10006 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 10007
1c6d8c76
SM
100082011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10009
10010 * shell.el (shell-completion-vars): Set pcomplete-termination-string
10011 according to comint-completion-addsuffix.
10012
10013 * pcomplete.el: Convert to lexical binding and fix bug#8819.
10014 (pcomplete-suffix-list): Mark as obsolete.
10015 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
10016 pcomplete-seen in the closure.
10017 (pcomplete-comint-setup): Setup completion-at-point as well.
10018 (pcomplete--entries): New function.
10019 (pcomplete--env-regexp): New var.
10020 (pcomplete-entries): Rewrite to work with partial-completion and
10021 without relying on pcomplete-suffix-list.
10022 (pcomplete-pare-list): Remove, unused.
10023
25aef8b8
MR
100242011-06-17 Martin Rudalics <rudalics@gmx.at>
10025
10026 * window.el (display-buffer-alist): Set pop-up-window-min-height
10027 and pop-up-window-min-width in default value. Reported by
10028 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
10029 other-window-means-other-frame.
10030 (display-buffer-macro-specifiers): Comment out entry for
10031 other-window specifier.
10032 (display-buffer-other-window-means-other-frame): New function.
10033 (display-buffer-normalize-specifiers-1): New arguments
10034 buffer-name and label. Treat other-window case specially.
10035 (display-buffer-normalize-specifiers-2): Treat other-window case
10036 specially.
10037 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
10038 (display-buffer-normalize-specifiers):
10039 Call display-buffer-normalize-specifiers-3.
25aef8b8 10040
dbad4f69
MR
100412011-06-17 Martin Rudalics <rudalics@gmx.at>
10042
10043 * window.el (same-window-p): Fix two typos introduced when
10044 adding with-no-warnings.
d1067961
MR
10045 (display-buffer-normalize-specifiers-1): Don't check
10046 pop-up-frames for 'unset initialization.
10047 (display-buffer-normalize-specifiers-2): Major rewrite using
10048 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
10049 (pop-up-frames, display-buffer-reuse-frames)
10050 (display-buffer-mark-dedicated): Don't initialize to 'unset.
10051 Suggested by David Engster <deng@randomsample.de>.
10052 (even-window-heights): Initialize to 'unset.
10053 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
10054 (display-buffer-macro-specifiers): Don't pop up a new frame in the
10055 other window case.
dbad4f69 10056
9b9c9e3a
MR
100572011-06-16 Martin Rudalics <rudalics@gmx.at>
10058
bcd70d97
SM
10059 * window.el (display-buffer-normalize-specifiers-1):
10060 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 10061 second argument of display-buffer (Bug#8865).
981d5c09
MR
10062 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
10063 (switch-to-buffer-other-window-same-frame)
10064 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
10065 Adams (Bug#8875).
9c2755e9
MR
10066 (display-buffer): Don't check noninteractive when calling
10067 display-buffer-pop-up-frame.
10068 (display-buffer-pop-up-frame): Never pop up a frame in
10069 noninteractive mode (Bug#8857).
67222e1d
MR
10070 (enlarge-window, shrink-window): Don't report an error when the
10071 window can't be resized as requested (Bug#8862).
9b9c9e3a 10072
2b75be67
SM
100732011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10074
9ffdd3ba
SM
10075 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
10076
cb581a67
SM
10077 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
10078
2b75be67
SM
10079 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
10080
8c0e3589
AM
100812011-06-15 Alan Mackenzie <acm@muc.de>
10082
cb581a67
SM
10083 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
10084 for declarators, disable knr checking to speed up for normal files.
10085 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 10086
b96e6cde
LMI
100872011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10088
4bba86e6
LMI
10089 * net/network-stream.el (open-network-stream): Add the keyword
10090 :always-query-capabilities for the case where you want to force a
10091 `plain' network connection, but the protocol still requires the
10092 capabilitiy command (i.e., SMTP and EHLO).
10093
2b75be67 10094 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
10095 consistency with other `-live-p' functions.
10096
efdcdbf8
SM
100972011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10098
10099 * window.el (same-window-buffer-names, same-window-regexps)
10100 (special-display-frame-alist, special-display-popup-frame)
10101 (special-display-function, special-display-buffer-names)
10102 (special-display-regexps, pop-up-frame-alist)
10103 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
10104 (pop-up-windows, split-window-preferred-function)
10105 (split-height-threshold, split-width-threshold, even-window-heights)
10106 (display-buffer-mark-dedicated): Don't encourage the use of
10107 display-buffer-alist from Elisp code.
10108
c5cde042
DN
101092011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10110
10111 * progmodes/python.el (python-mode): Derive from prog-mode.
10112 * progmodes/ps-mode.el (ps-mode):
10113 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 10114 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
10115 * progmodes/ld-script.el (ld-script-mode): Likewise.
10116
baa1c9ab
MR
101172011-06-15 Martin Rudalics <rudalics@gmx.at>
10118
10119 * window.el (display-buffer-alist): Trim default value to avoid
10120 popping up a new frame (Bug#8857) or reusing an arbitrary window
10121 on another frame.
10122 (display-buffer): Do not fall back on popping up a new frame in
10123 batch mode (Bug#8857).
10124
c5dd5a51
CY
101252011-06-14 Chong Yidong <cyd@stupidchicken.com>
10126
10127 * cus-theme.el (describe-theme-1): Use custom-theme-p.
10128 (custom-theme-summary): New function.
10129 (customize-themes): Use it.
10130
d647b7c4
GM
101312011-06-13 Glenn Morris <rgm@gnu.org>
10132
10133 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
10134
9481c002
MR
101352011-06-13 Martin Rudalics <rudalics@gmx.at>
10136
357f93d2
MR
10137 * help.el (help-window): Remove variable.
10138 (help-window-point-marker, temp-buffer-max-height)
10139 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
10140 (help-print-return-message): Don't set help-window.
10141 (resize-temp-buffer-window): Rewrite cod eand doc-string.
10142 (help-window-setup-finish): Remove.
10143 (help-window-display-message, help-window-setup)
10144 (with-help-window): Major rewrite based on new
10145 display-buffer-window variable.
10146
10147 * help-mode.el (help-mode-finish): Remove help-window related
10148 code.
10149
10150 * view.el (view-exits-all-viewing-windows): Remove reference to
10151 view-return-to-alist in doc-string.
10152 (view-return-to-alist): Make obsolete.
10153 (view-buffer): Call pop-to-buffer-same-window and remove
10154 undo-window code.
10155 (view-buffer-other-window): Call pop-to-buffer-other-window and
10156 simplify code. Ignore second argument.
10157 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
10158 simplify code. Ignore second argument.
10159 (view-return-to-alist-update): Make obsolete.
10160 (view-mode-enter): Rename second argument to QUIT-RESTORE.
10161 Rewrite using quit-restore window parameters.
2b75be67
SM
10162 (view-mode-exit): Rename second argument to EXIT-ONLY.
10163 Rewrite using quit-restore-window.
357f93d2
MR
10164 (View-exit, View-exit-and-edit, View-leave, View-quit)
10165 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
10166 appropriate arguments.
10167 (view-end-message): Use quit-restore window parameter.
10168
9481c002
MR
10169 * window.el (display-buffer-function): Rewrite doc-string.
10170 (display-buffer-window, display-buffer-alist): New variables.
10171 (display-buffer-split-specifiers)
10172 (display-buffer-side-specifiers)
10173 (display-buffer-macro-specifiers): New constants.
10174 (display-buffer-even-window-sizes, display-buffer-set-height)
10175 (display-buffer-set-width, display-buffer-select-window)
10176 (display-buffer-in-window, display-buffer-reuse-window)
10177 (display-buffer-split-window-1, display-buffer-split-window)
10178 (display-buffer-split-atom-window, display-buffer-pop-up-window)
10179 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
10180 (display-buffer-in-side-window, normalize-buffer-to-display)
10181 (display-buffer-normalize-specifiers-1)
10182 (display-buffer-normalize-specifiers-2)
2b75be67
SM
10183 (display-buffer-normalize-specifiers, display-buffer-frame):
10184 New functions.
9481c002
MR
10185 (display-buffer): Major rewrite.
10186 (display-buffer-other-window, display-buffer-other-frame)
10187 (pop-to-buffer, switch-to-buffer-other-window)
10188 (switch-to-buffer-other-frame): Rewrite.
10189 (display-buffer-same-window, display-buffer-same-frame)
10190 (display-buffer-same-frame-other-window)
10191 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10192 (pop-to-buffer-other-window)
10193 (pop-to-buffer-same-frame-other-window)
10194 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
10195 (switch-to-buffer-other-window-same-frame): New functions.
10196 (same-window-p, special-display-p): Rewrite disabling warnings.
10197 Make obsolete.
10198 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10199 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
10200 Make obsolete
10201 (same-window-buffer-names, same-window-regexps)
10202 (special-display-frame-alist, special-display-popup-frame)
10203 (special-display-function, special-display-buffer-names)
10204 (special-display-regexps, pop-up-frame-alist)
10205 (pop-up-frame-function, split-window-preferred-function)
10206 (split-height-threshold, split-width-threshold)
10207 (even-window-heights): Make obsolete.
10208
9db51aca
GM
102092011-06-12 Glenn Morris <rgm@gnu.org>
10210
10211 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 10212 Misc simplifications.
9db51aca 10213
39cffb44
MR
102142011-06-12 Martin Rudalics <rudalics@gmx.at>
10215
10216 * window.el (window-safely-shrinkable-p): Restore function which
10217 was inadvertently removed in change from 2011-06-11. Declare as
10218 obsolete.
10219
2b75be67
SM
10220 * calendar/calendar.el (calendar-generate-window):
10221 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
10222 window-safely-shrinkable-p.
10223
a8955be7
GM
102242011-06-12 Glenn Morris <rgm@gnu.org>
10225
10226 * progmodes/fortran.el (fortran-mode-syntax-table):
10227 * progmodes/f90.el (f90-mode-syntax-table):
10228 Set % to punctuation. (Bug#8820)
10229 (f90-find-tag-default): Remove, no longer needed.
10230
f0d4059d
DC
102312011-06-12 Daniel Colascione <dan.colascione@gmail.com>
10232
10233 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
10234
1100a63c
CY
102352011-06-11 Chong Yidong <cyd@stupidchicken.com>
10236
10237 * image.el (image-animated-p): Return animation delay in seconds.
10238 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
10239 (image-animate-timeout): Remove DELAY argument. Don't assume
10240 every subimage has the same delay; get it from image-animated-p.
10241 (image-animate): Caller changed.
10242
def722bf
MA
102432011-06-11 Michael Albinus <michael.albinus@gmx.de>
10244
10245 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
10246 to ignored backtrace functions.
10247
0a2bb1a9
GM
102482011-06-11 Glenn Morris <rgm@gnu.org>
10249
10250 * calendar/appt.el (appt-disp-window-function): Doc fix.
10251 (appt-check): Handle overlapping appointments. (Bug#8337)
10252
6198ccd0
MR
102532011-06-11 Martin Rudalics <rudalics@gmx.at>
10254
10255 * window.el (window-tree-1, window-tree): New functions, moving
10256 the latter to window.el.
10257 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10258 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10259 (bw-refresh-edges): Remove.
10260 (balance-windows-1, balance-windows-2): New functions.
10261 (balance-windows): Rewrite in terms of window tree functions,
10262 balance-windows-1 and balance-windows-2.
10263 (bw-adjust-window): Remove.
10264 (balance-windows-area-adjust): New function with functionality of
10265 bw-adjust-window but using resize-window.
2b75be67
SM
10266 (set-window-text-height): Rewrite doc-string.
10267 Use normalize-live-window and resize-window.
10268 (enlarge-window-horizontally, shrink-window-horizontally):
10269 Rename argument to DELTA.
6198ccd0
MR
10270 (window-buffer-height): New function.
10271 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
10272 Rewrite using new window resize routines.
2b75be67
SM
10273 (kill-buffer-and-window, mouse-autoselect-window-select):
10274 Use ignore-errors instead of condition-case.
6198ccd0
MR
10275 (quit-window): Call delete-frame instead of delete-windows-on
10276 for the only buffer on frame.
10277
9397e56f
MR
102782011-06-10 Martin Rudalics <rudalics@gmx.at>
10279
10280 * loadup.el (top-level): Load window before files for the sake
10281 of replace-buffer-in-windows.
10282
10283 * files.el (read-buffer-to-switch)
10284 (switch-to-buffer-other-window)
2b75be67
SM
10285 (switch-to-buffer-other-frame, display-buffer-other-frame):
10286 Move to window.el.
9397e56f
MR
10287
10288 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
10289 (previous-buffer): Move to window.el.
10290
10291 * bindings.el (unbury-buffer): Move to window.el.
10292
10293 * window.el (delete-other-windows-vertically): Move after
10294 definition of delete-other-windows.
10295 (other-window, delete-windows-on, replace-buffer-in-windows):
10296 Move here from window.c.
10297 (record-window-buffer, unrecord-window-buffer)
10298 (set-window-buffer-start-and-point, switch-to-prev-buffer)
10299 (switch-to-next-buffer): New functions.
10300 (get-next-valid-buffer, last-buffer, next-buffer): Move here
10301 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
10302 (previous-buffer): Move here from simple.el.
10303 Call switch-to-prev-buffer.
9397e56f
MR
10304 (bury-buffer): Move here from buffer.c. Switch to previous
10305 buffer when window cannot be deleted.
10306 (unbury-buffer): Move here from bindings.el.
10307 (ctl-x-map): Move binding for other-window from window.c to
10308 here.
10309 (read-buffer-to-switch, switch-to-buffer-other-window)
10310 (switch-to-buffer-other-frame): Move here from files.el.
10311 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
10312 (switch-to-buffer): Move here from buffer.c.
10313 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 10314
562dd5e9
MR
103152011-06-10 Martin Rudalics <rudalics@gmx.at>
10316
10317 * window.el (window-min-height, window-min-width): Move here
10318 from window.c. Add defcustoms and rewrite doc-strings.
10319 (resize-mini-window, resize-window): New functions.
10320 (adjust-window-trailing-edge, enlarge-window, shrink-window):
10321 Move here from window.c.
10322 (maximize-window, minimize-window): New functions.
10323 (delete-window, delete-other-windows, split-window): Move here
10324 from window.c.
10325 (window-split-min-size): New function.
10326 (split-window-keep-point): Mention split-window-above-each-other
10327 instead of split-window-vertically.
2b75be67 10328 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
10329 Rename split-window-vertically to split-window-above-each-other
10330 and provide defalias for old definition.
10331 (split-window-side-by-side, split-window-horizontally):
10332 Rename split-window-horizontally to split-window-side-by-side
10333 and provide defalias for the old definition.
562dd5e9
MR
10334 (ctl-x-map): Move bindings for delete-window,
10335 delete-other-windows and enlarge-window here from window.c.
10336 Replace bindings for split-window-vertically and
10337 split-window-horizontally by bindings for
10338 split-window-above-each-other and split-window-side-by-side.
10339
10340 * cus-start.el (all): Remove entries for window-min-height and
10341 window-min-width. Add entries for window-splits and
10342 window-nest.
10343
f0da764a
GM
103442011-06-09 Glenn Morris <rgm@gnu.org>
10345
80675c21
GM
10346 * calendar/appt.el (appt-mode-line): New function.
10347 (appt-check, appt-disp-window): Use it.
10348
f0da764a
GM
10349 * files.el (hack-one-local-variable-eval-safep):
10350 Allow minor-modes with explicit +/-1 arguments.
10351
59f623b7
TZ
103522011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
10353
10354 * term/xterm.el (xterm): Add defgroup.
10355 (xterm-extra-capabilities): Add defcustom to supply known xterm
10356 capabilities, skip querying them, or query them (default).
10357 (terminal-init-xterm): Use it.
10358 (terminal-init-xterm-modify-other-keys): New function to set up
10359 modifyOtherKeys support to simplify `terminal-init-xterm'.
10360
9aab8e0d
MR
103612011-06-09 Martin Rudalics <rudalics@gmx.at>
10362
10363 * window.el (resize-window-reset, resize-window-reset-1)
10364 (resize-subwindows-skip-p, resize-subwindows-normal)
10365 (resize-subwindows, resize-other-windows, resize-this-window)
10366 (resize-root-window, resize-root-window-vertically)
10367 (window-deletable-p, window-or-subwindow-p)
10368 (frame-root-window-p): New functions.
10369
e8b08aee
GM
103702011-06-09 Glenn Morris <rgm@gnu.org>
10371
10372 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
10373 (ange-ftp-get-files): Use it.
10374
254c37a5
AK
103752011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10376
10377 * mail/sendmail.el (mail-recover-1, mail-recover):
10378 * files.el (recover-file, recover-session):
10379 Handle dired-listing-switches not being just a single short option.
10380
35d7dbd3
GM
103812011-06-09 Glenn Morris <rgm@gnu.org>
10382
10383 * calendar/appt.el (appt-display-message, appt-disp-window):
10384 Handle lists of appointments.
10385
387522b2
MR
103862011-06-08 Martin Rudalics <rudalics@gmx.at>
10387
2b75be67
SM
10388 * window.el (one-window-p): Move down in code.
10389 Rewrite doc-string.
10390 (window-current-scroll-bars): Rewrite doc-string.
10391 Normalize live window argument.
387522b2
MR
10392 (walk-windows, get-window-with-predicate, count-windows):
10393 Rewrite doc-string. Use window-list-1.
10394 (window-in-direction-2, window-in-direction, get-mru-window):
10395 New functions.
10396
d8e4b68b 103972011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
10398
10399 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
10400 Doc fix (Bug#8713).
10401
104022011-06-08 Chong Yidong <cyd@stupidchicken.com>
10403
10404 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
10405
104062011-06-08 Juanma Barranquero <lekktu@gmail.com>
10407
10408 * loadhist.el (unload-feature-special-hooks):
10409 Add `comint-output-filter-functions'.
10410
0de12c52
IK
104112011-06-08 Ivan Kanis <gnu@kanis.fr>
10412
10413 * calendar/appt.el (appt-check): Move some initializations into the let.
10414
f3d1777e
MR
104152011-06-08 Martin Rudalics <rudalics@gmx.at>
10416
10417 * window.el (window-height): Defalias to window-total-height.
10418 (window-width): Defalias to window-body-width.
10419
18af70d0
CY
104202011-06-07 Chong Yidong <cyd@stupidchicken.com>
10421
10422 * image-mode.el (image-toggle-animation): New command.
10423 (image-mode-map): Bind it to RET.
10424 (image-mode): Update message.
10425 (image-toggle-display-image): Avoid a spurious cache flush.
10426 (image-transform-rotation): Doc fix.
10427 (image-transform-properties): Return quickly in the normal case.
10428 (image-animate-loop): Rename from image-animate-max-time.
10429
2b75be67 10430 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
10431 (create-animated-image): Remove unnecessary function.
10432 (image-animate): Rename from image-animate-start. New arg.
2b75be67 10433 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
10434 (image-animate-timer): Use car-safe.
10435 (image-animate-timeout): Rename argument.
10436
190b47e6
MR
104372011-06-07 Martin Rudalics <rudalics@gmx.at>
10438
10439 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
10440 window.c. Rename first argument to ALL-FRAMES.
10441 Rephrase doc-strings.
10442 (get-buffer-window-list): Rewrite using window-list-1.
10443 Rephrase doc-string.
a1511caf
MR
10444 (window-safe-min-height, window-safe-min-width): New constants.
10445 (window-size-ignore, window-min-size, window-min-size-1)
10446 (window-sizable, window-sizable-p, window-size-fixed-1)
10447 (window-size-fixed-p, window-min-delta-1, window-min-delta)
10448 (window-max-delta-1, window-max-delta, window-resizable)
10449 (window-resizable-p, window-total-height, window-total-width)
10450 (window-body-width): New functions.
10451 (window-full-height-p, window-full-width-p): Rewrite using
10452 window-total-size.
10453 (window-body-height): Rewrite using window-body-size.
190b47e6 10454
85cc1f11
MR
104552011-06-06 Martin Rudalics <rudalics@gmx.at>
10456
10457 * window.el (window-right, window-left, window-child)
10458 (window-child-count, window-last-child, window-any-p)
10459 (normalize-live-buffer, normalize-live-frame)
10460 (normalize-any-window, normalize-live-window)
10461 (window-iso-combination-p, window-iso-combined-p)
10462 (window-iso-combinations)
10463 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
10464 (windows-with-parameter, window-with-parameter)
10465 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
10466 (window-atom-check, window-side-check, window-check):
10467 New functions.
85cc1f11
MR
10468 (ignore-window-parameters, window-sides, window-sides-vertical)
10469 (window-sides-slots): New variables.
10470 (window-size-fixed): Move down in code. Minor doc-string fix.
10471
e7156492
AS
104722011-06-05 Andreas Schwab <schwab@linux-m68k.org>
10473
10474 * comint.el (comint-dynamic-complete-as-filename)
10475 (comint-dynamic-complete-filename): Correctly call
10476 completion-in-region.
10477
7e821d0d
DD
104782011-06-05 Deniz Dogan <deniz@dogan.se>
10479
10480 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
10481 in last change.
10482
ac09b8a1
DD
104832011-06-05 Deniz Dogan <deniz@dogan.se>
10484
10485 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10486 (rcirc): Use it to prompt for encryption.
10487
34699b85
RW
104882011-06-05 Roland Winkler <winkler@gnu.org>
10489
10490 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10491 (bibtex-search-entries): New command bound to C-c C-a.
10492 (bibtex-display-entries): New function.
10493
004dedd3
RW
104942011-06-05 Roland Winkler <winkler@gnu.org>
10495
10496 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10497 (bibtex-insert-kill): After yanking insert newline if necessary.
10498 (bibtex-initialize): Call bibtex-string-files-init only once.
10499 (bibtex-mode): Do not call easy-menu-add.
10500 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10501 (bibtex-yank): Set arg properly if nil.
10502
022fe7ce
RW
105032011-06-05 Roland Winkler <winkler@gnu.org>
10504
2b75be67
SM
10505 * textmodes/bibtex.el (bibtex-search-entry-globally):
10506 New variable.
022fe7ce
RW
10507 (bibtex-search-entry): Use it.
10508
b7c3692a
RW
105092011-06-05 Roland Winkler <winkler@gnu.org>
10510
10511 * textmodes/bibtex.el (bibtex-entry-format): New option
10512 sort-fields.
10513 (bibtex-format-entry, bibtex-reformat): Honor this option.
10514 (bibtex-parse-entry): Return fields in proper order.
10515
8eda563d
JB
105162011-06-05 Juanma Barranquero <lekktu@gmail.com>
10517
10518 * doc-view.el (doc-view-remove-if): Move computation of result out
10519 of `dolist' to silence misleading lexical-binding warning.
10520
7dbe3dbc
CY
105212011-06-04 Chong Yidong <cyd@stupidchicken.com>
10522
10523 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10524 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10525
0c33dd17
MA
105262011-06-04 Michael Albinus <michael.albinus@gmx.de>
10527
10528 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10529 "SunOS 5.10".
10530
f8f91c2b
MA
105312011-06-04 Michael Albinus <michael.albinus@gmx.de>
10532
10533 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10534 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10535 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10536 (tramp-parse-putty):
10537 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10538 (tramp-completion-function-alist-ssh)
10539 (tramp-completion-function-alist-telnet)
10540 (tramp-completion-function-alist-su)
10541 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10542 cookie.
10543
10544 * net/tramp-ftp.el:
10545 * net/tramp-sh.el:
10546 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10547 load "tramp.el" `tramp-set-completion-function'.
10548
e17d9003
SM
105492011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10550
10551 * shell.el: Require and use pcomplete.
10552 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10553 (shell-completion-vars): Set pcomplete-default-completion-function.
10554
6c4cab03
DD
105552011-06-04 Deniz Dogan <deniz@dogan.se>
10556
10557 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10558 `memq' (Bug#8799).
10559
ea9fafe0
SM
105602011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10561
10562 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10563
b3e945d3
JB
105642011-06-02 Juanma Barranquero <lekktu@gmail.com>
10565
10566 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10567 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10568 * vc/log-view.el (log-view-beginning-of-defun):
10569 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10570 (smerge-refine-forward, smerge-refine-chopup-region):
10571 Silence warning for unused `dotimes' counter variables.
10572
7d520089
SM
105732011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10574
10575 * net/tramp.el (tramp-with-progress-reporter): Rename from
10576 with-progress-reporter. Use `declare'.
10577 * net/tramp-smb.el:
10578 * net/tramp-sh.el:
10579 * net/tramp-gvfs.el: Update all uses.
10580
a1c2400f
JB
105812011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10582
10583 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10584 buffer isn't killed before making it current.
10585
2403c841
SM
105862011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10587
10588 Silence various byte-compiler warnings.
10589 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10590 `access-type' and new obsolescence format.
10591 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10592 new format.
10593 (byte-compile-check-variable): New `access-type' argument.
10594 Only warn if the access-type is obsolete.
10595 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10596 (byte-compile-variable-set): Adjust callers.
10597 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10598 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10599 setting it as obsolete.
10600 * simple.el (minibuffer-completing-symbol):
10601 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10602 access as obsolete.
10603 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10604 obsolete yet.
10605 * international/quail.el (quail-mouse-choose-completion): Remove unused
10606 code referring to obsolete var.
10607 (quail-choose-completion-string): Remove.
10608 * server.el (server-clients-with, server-kill-buffer-query-function)
10609 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10610 * proced.el (proced-send-signal):
10611 * emacs-lisp/lisp.el (lisp-complete-symbol):
10612 Replace completion-annotate-function with completion-extra-properties.
10613
2462470b
SM
106142011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10615
fb5b2591
SM
10616 * simple.el (goto-line): Use read-number.
10617 (overriding-map-is-bound): Remove.
10618 (saved-overriding-map): Change default.
10619 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10620 Take the map as argument.
10621 (universal-argument, negative-argument, digit-argument): Use it.
10622 (restore-overriding-map): Adjust.
10623 (do-auto-fill): Use fill-forward-paragraph.
10624 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10625
fd6fa53f
SM
10626 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10627 (minibuffer-inactive-mode): New major mode.
10628 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10629 the *Messages* buffer" hack.
10630 (mouse-popup-menubar): Don't burp if the event is a normal key.
10631
2462470b
SM
10632 Miscellaneous tweaks.
10633 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10634 lexical scoping as in subr.el's dolist and dotimes.
10635 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10636 Silence compiler warning.
10637 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10638 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10639 * international/ccl.el (ccl-compile): Trivial simplification.
10640 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10641 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10642 `printflag' argument.
10643 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10644 Purecopy the whole obsolescence data.
10645
108bf785
LL
106462011-06-01 Leo Liu <sdl.web@gmail.com>
10647
10648 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10649 improve doc-string as suggested by Marco Pessotto
10650 <melmothx@gmail.com>.
10651 (rcirc-print): Fix last change.
10652
30a23501
SM
106532011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10654
10655 * minibuffer.el (complete-with-action): Return nil for the metadata and
10656 boundaries of non-functional tables.
10657 (completion-table-dynamic): Return nil for the metadata.
10658 (completion-table-with-terminator): Add default case, using
10659 complete-with-action.
10660 (completion--metadata): New function.
10661 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10662 to try and avoid pathological performance problems.
10663 (completion--embedded-envvar-table): Return `category' metadata.
10664
bcd54f83
LMI
106652011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10666
10667 * subr.el (process-alive-p): New tiny convenience function.
10668
e227544d
SM
106692011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10670
10671 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10672 content but also its previous major mode.
10673
e8296fdc
HE
106742011-05-31 Helmut Eller <eller.helmut@gmail.com>
10675
4d61f28d 10676 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
10677 *Backtrace* buffer when we exit with C-M-c.
10678
620c53a6
SM
106792011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10680
10681 * minibuffer.el: Add metadata method to completion tables.
10682 (completion-category-overrides): New defcustom.
10683 (completion-metadata, completion--field-metadata)
10684 (completion-metadata-get, completion--styles)
10685 (completion--cycle-threshold): New functions.
10686 (completion-try-completion, completion-all-completions):
10687 Add `metadata' argument to choose completion-styles.
10688 (completion--do-completion): Use metadata to choose cycling.
10689 (completion-all-sorted-completions): Use metadata for sorting.
10690 Remove :completion-cycle-penalty which is not needed any more.
10691 (completion--try-word-completion): Add `metadata' argument.
10692 (minibuffer-completion-help): Check metadata for annotation function
10693 and sorting.
10694 (completion-file-name-table): Return `category' metadata.
10695 (minibuffer-completing-file-name): Make obsolete.
10696 * simple.el (minibuffer-completing-symbol): Make obsolete.
10697 * icomplete.el (icomplete-completions): Pass new `metadata' param to
10698 completion-try-completion.
10699
1257e755
SM
107002011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10701
10702 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
10703
3767e706
LL
107042011-05-30 Leo Liu <sdl.web@gmail.com>
10705
10706 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
10707 (rcirc-print): Decode all incoming messages (bug#8744).
10708 (rcirc-decode-coding-system): Allow value nil for automatic coding
10709 system detection.
3767e706 10710
d1a5d56a
GM
107112011-06-01 Glenn Morris <rgm@gnu.org>
10712
10713 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
10714
e8cbec34
CY
107152011-05-29 Chong Yidong <cyd@stupidchicken.com>
10716
10717 * image.el (image-animate-max-time): Allow nil and t values.
10718 Default to nil.
10719 (create-animated-image): Doc fix.
10720 (image-animate-start): Remove second arg; just use
10721 image-animate-max-time.
10722 (image-animate-timeout): Doc fix. Args changed.
10723
10724 * image-mode.el (image-toggle-display-image): Ensure that the
10725 image spec passed to the animate timer is the same object as in
58179cce 10726 the buffer's display property (Bug#6981).
e8cbec34
CY
10727 (image-transform-properties): Doc fix.
10728
10729 * image.el (image-animate-max-time): Default to nil.
10730
159daf87
MR
107312011-05-29 Martin Rudalics <rudalics@gmx.at>
10732
10733 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
10734 entire buffer list (Bug#8184).
10735
d66c4c7c
CY
107362011-05-29 Chong Yidong <cyd@stupidchicken.com>
10737
10738 * image.el (imagemagick-types-inhibit)
10739 (imagemagick-register-types): Doc fix.
10740
80aec780
DD
107412011-05-29 Deniz Dogan <deniz@dogan.se>
10742
10743 * net/rcirc.el (rcirc): Use the user's stored encryption method by
10744 default.
10745
1dd3c2d9
CY
107462011-05-29 Chong Yidong <cyd@stupidchicken.com>
10747
10748 * select.el: Don't perform clipboard-manager saving in hooks;
10749 leave the hooks empty.
10750
60e56523
LL
107512011-05-28 Leo Liu <sdl.web@gmail.com>
10752
10753 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
10754 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
10755 (occur-edit-mode): New major mode (Bug#8463).
10756 (occur-after-change-function): New function.
10757 (occur-engine): Give Occur tags a read-only property.
10758
2b1e1a22
KR
107592011-05-28 Kevin Ryde <user42@zip.com.au>
10760
10761 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
10762
5d344e88
CY
107632011-05-28 Chong Yidong <cyd@stupidchicken.com>
10764
8e6ca83d
CY
10765 * bindings.el (help-echo): Make the initial non-indicator dash
10766 empty on graphical terminals (Bug#7295).
10767
5d344e88
CY
10768 * files.el (auto-mode-alist): Move config rule after the
10769 in-stripping one (Bug#8547).
10770
bfbbace7
CY
10771 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
10772
fbeba6e2
CY
10773 * startup.el (normal-splash-screen): Remove gratuitous mode-line
10774 setting (Bug#8740).
10775
60ed8c72
AA
107762011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
10777
4ac619f0
AA
10778 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
10779 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
10780 (Bug#8539).
60ed8c72 10781
23db196e
CY
107822011-05-28 Chong Yidong <cyd@stupidchicken.com>
10783
10784 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
10785
5012f24c
DK
107862011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
10787
10788 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
10789 (hs-hide-block-at-point, hs-find-block-beginning)
10790 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
10791 (Bug#8279).
10792
6a639b16
GM
107932011-05-28 Glenn Morris <rgm@gnu.org>
10794
10795 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
10796
d43eaf2c
CY
107972011-05-28 Chong Yidong <cyd@stupidchicken.com>
10798
5199bde1
CY
10799 * help-fns.el (describe-function-1): If the function is a derived
10800 major mode, print the parent mode.
10801
d43eaf2c
CY
10802 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
10803 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
10804
423428a8
SM
108052011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10806
0ff8e1ba 10807 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 10808 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
10809 * progmodes/etags.el (tags-completion-at-point-function):
10810 * info-look.el (info-lookup-completions-at-point): Mark as
10811 non-exclusive.
10812 (info-complete): Adjust accordingly.
10813
423428a8
SM
10814 * info-look.el: Convert to lexical-binding and completion-at-point.
10815 (info-lookup-completions-at-point): New function.
10816 (info-complete): Use it and completion-in-region.
10817
b74aa22b
DA
108182011-05-28 Drew Adams <drew.adams@oracle.com>
10819
10820 * isearch.el: Let M-e start with point at the first mismatched char.
10821 (isearch-fail-pos): New function.
10822 (isearch-edit-string): Use it.
10823
66e2e71d
DK
108242011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10825
10826 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10827
b1890b0f 108282011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
10829
10830 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
10831 traversal functions for avl-trees.
10832 (avl-tree--stack): New struct.
10833 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
10834 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
10835 (avl-tree--do-enter): Add optional `updatefun' arg.
10836 Change return value.
eb95d01d 10837 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
10838 (avl-tree--do-delete): Add `test' and `nilflag' args.
10839 Change return value.
eb95d01d
TC
10840 (avl-tree-member): Add optional `nilflag'
10841 (avl-tree-member-p): New function.
10842 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
10843 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
10844 (avl-tree-stack-empty-p): New functions.
10845
3769ddcf
TC
10846 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
10847 avl-tree--del-balance1 and make it work both ways.
10848 (avl-tree--del-balance2): Remove.
10849 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
10850 make it work both ways.
10851 (avl-tree--enter-balance2): Remove.
10852 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
10853 New macros.
10854 (avl-tree--mapc, avl-tree-map): Add direction argument.
10855
eb95d01d 108562011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
10857
10858 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
10859
a9f737ee
CY
108602011-05-27 Chong Yidong <cyd@stupidchicken.com>
10861
10862 * select.el: Support clipboard managers with built-in function
10863 x-clipboard-manager-save, via delete-frame-functions and
10864 kill-emacs-hook.
10865 (xselect-convert-to-targets): Add MULTIPLE target to list.
10866 (xselect-convert-to-save-targets): New function.
10867
c92a1e54
KH
108682011-05-27 Kenichi Handa <handa@m17n.org>
10869
10870 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
10871 let-binding rfc2047-encode-encoded-words to nil.
10872
e145f188
GM
108732011-05-27 Glenn Morris <rgm@gnu.org>
10874
5ec8a862
GM
10875 * mail/emacsbug.el: Don't require url-util.
10876
4b29d9fb
GM
10877 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
10878
e145f188
GM
10879 * files.el (set-auto-mode):
10880 Also respect mode: entries at the end of the file. (Bug#8586)
10881
7d15102b
GM
108822011-05-26 Glenn Morris <rgm@gnu.org>
10883
98f593b8
GM
10884 * files.el (hack-local-variables-prop-line, hack-local-variables):
10885 Downcase mode names, as seems to be traditional.
27b48e63 10886 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 10887
7d15102b
GM
10888 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
10889 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
10890
51d5b4ec
JD
108912011-05-25 Julien Danjou <julien@danjou.info>
10892
10893 * textmodes/rst.el (rst-define-level-faces): Do not define face
10894 symbol if it is already defined.
10895
91513f63
VB
108962011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
10897
10898 * play/5x5.el (5x5-new-game, 5x5-randomize):
10899 Reset 5x5-solver-output to nil when a new grid is cast.
10900 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
10901 these debugging traces, as defmacro breaks the compiled code.
10902
4d90d6d0
DK
109032011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10904
10905 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10906
e1b90ef6
LL
109072011-05-24 Leo Liu <sdl.web@gmail.com>
10908
10909 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
10910 (vc-bzr-sha1): Adapt.
10911
d8e4b68b 10912 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
10913
10914 * bindings.el: Provide sha1 feature.
10915
db0406bb 109162011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
10917
10918 * mail/sendmail.el: Require `rfc2047'.
10919 (mail-insert-from-field): Do not perform RFC2047 encoding.
10920 (mail-encode-header): New function.
10921 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
10922 buffer to the return value of select-message-coding-system.
10923 Call mail-encode-header.
b8d747b9
KH
10924
10925 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
10926
db0406bb 109272011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 10928
4d90d6d0
DK
10929 * mail/supercite.el (sc-default-cite-frame):
10930 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 10931
eb8a5e9b
GM
109322011-05-24 Glenn Morris <rgm@gnu.org>
10933
f8630703
GM
10934 * progmodes/python.el (brm-menu): Declare.
10935
8831bbed
GM
10936 * emulation/viper.el (viper-set-hooks): Declare.
10937
eb8a5e9b
GM
10938 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
10939 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
10940 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
10941 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
10942 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
10943 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
10944
a2a25d24
SM
109452011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10946
10947 Add an :exit-function for completion-at-point.
10948
10949 * minibuffer.el (completion--done): New fun.
10950 (completion--do-completion): Use it. New arg `expect-exact'.
10951 (minibuffer-complete, minibuffer-complete-word): Don't output message,
10952 since completion--do-completion does it for us now.
10953 (minibuffer-force-complete): Use completion--done and
10954 completion--replace. Handle sole-completion case with more care.
10955 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
10956 (completion-extra-properties): New var.
10957 (completion-annotate-function): Make obsolete.
10958 (minibuffer-completion-help): Adjust accordingly.
10959 Use completion-list-insert-choice-function.
10960 (completion-at-point, completion-help-at-point):
10961 Bind completion-extra-properties.
10962 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
10963 * simple.el (completion-list-insert-choice-function): New var.
10964 (completion-setup-function): Preserve it.
10965 (choose-completion): Pay attention to it, shuffle the code a bit.
10966 (choose-completion-string): New arg `insert-function'.
10967
10968 * textmodes/bibtex.el: Convert to lexical binding.
10969 (bibtex-mode-map): Use completion-at-point.
10970 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
10971 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
10972 (bibtex-complete): Define as obsolete alias.
10973 (bibtex-complete-internal): Remove.
10974 (bibtex-format-entry): Remove unused sub-group in regexp.
10975 * shell.el (shell--command-completion-data)
10976 (shell-environment-variable-completion):
10977 * pcomplete.el (pcomplete-completions-at-point):
10978 * comint.el (comint--complete-file-name-data): Use :exit-function
10979 instead of completion-table-with-terminator so it also works for
10980 choose-completion.
10981
e44e373d
SM
109822011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10983
4f91a816
SM
10984 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
10985
782fc819
SM
10986 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
10987 (bug#8710).
10988
e44e373d
SM
10989 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
10990
381987c3
KM
109912011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
10992
10993 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
10994 customization variable and implement: If non-nil, auto-fill will
10995 be inhibited while on topic's header line.
10996
b776bc70
VB
109972011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
10998
10999 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 11000 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
11001 always have a solution in grid size = 5 cases.
11002 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
11003 (5x5-solver-output, 5x5-log-buffer): New vars.
11004 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
11005 Make these variables buffer local to achieve 5x5 multi-session-ness.
11006 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
11007 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
11008 (5x5-solve-suggest): New funs.
11009 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
11010 randomize a grid so that we ensure that there is always a solution.
11011 (5x5-make-random-grid): Allow other movement than flipping.
11012
7de88b6e
KR
110132011-05-23 Kevin Ryde <user42@zip.com.au>
11014
11015 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 11016 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
11017 advice and passes PREDICATE.
11018
b1ef1257
SM
110192011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11020
bbca48fe
SM
11021 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
11022 byte-compile-lambda if it's actually a lambda.
11023
b1ef1257
SM
11024 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
11025 Fix function quoting. Use backquote better.
11026
92a9cc65
YS
110272011-05-22 Yuanle Song <sylecn@gmail.com>
11028
11029 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
11030 matching (Bug#8516).
11031
f0fb8059
JA
110322011-01-22 Jari Aalto <jari.aalto@cante.net>
11033
11034 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
11035 different face (Bug#8178).
11036
d5b44c93
CY
110372011-05-22 Chong Yidong <cyd@stupidchicken.com>
11038
11039 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
11040 defface (Bug#8144).
11041
79106a44
SM
110422011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11043
9c848d8a
SM
11044 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
11045 funcall as well (bug#8712). Warn when performing those conversions.
11046 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
11047
79106a44
SM
11048 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
11049
88dfa756
GM
110502011-05-22 Glenn Morris <rgm@gnu.org>
11051
11052 * files.el (hack-local-variables-prop-line): Small simplifications.
11053 (hack-local-variables, hack-local-variables-prop-line):
11054 If MODE-ONLY, return the mode, rather than just `t'.
11055
b7cf2c79
SM
110562011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11057
11058 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
11059
3f1a8558
GM
110602011-05-21 Glenn Morris <rgm@gnu.org>
11061
7e4ccca3
GM
11062 * files.el (hack-local-variables-prop-line, hack-local-variables):
11063 If only interested in the mode, don't bother doing the other stuff.
11064
637d46ca
GM
11065 * image-mode.el (image-after-revert-hook):
11066 Redraw all frames on which the image is visible. (Bug#8567)
11067
973d955b
GM
11068 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
11069
3f1a8558
GM
11070 * wid-edit.el (widget-checklist-match-inline):
11071 Fix 2011-04-19 change. (Bug#8649)
11072
96479927
SM
110732011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11074
1dcf791f
SM
11075 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11076 Also allow singlespace after single-letter capitals followed by a dot.
11077
96479927
SM
11078 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
11079 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
11080
35fd0881
N
110812011-05-20 Nix <nix@esperi.org.uk>
11082
11083 * files.el (basic-save-buffer-2):
11084 Fix handling of break-hardlink-on-save with non-existent files.
11085
82745640
DD
110862011-05-19 Deniz Dogan <deniz@dogan.se>
11087
11088 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 11089 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 11090
4a720484
GM
110912011-05-19 Glenn Morris <rgm@gnu.org>
11092
d1f21341
GM
11093 * progmodes/f90.el (f90-type-def-re):
11094 Handle "type, bind(c)". (Bug#8691)
11095
4a720484
GM
11096 * emacs-lisp/autoload.el (batch-update-autoloads):
11097 Set autoload-excludes by parsing loadup.el rather than Makefiles.
11098
2fb0a219
MA
110992011-05-18 Michael Albinus <michael.albinus@gmx.de>
11100
11101 * net/tramp.el (tramp-process-actions): Set "first-password-request"
11102 property for the correct connection in case of multihops.
11103
e565dd37
GM
111042011-05-18 Glenn Morris <rgm@gnu.org>
11105
c2571358 11106 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
11107 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
11108
e565dd37
GM
11109 Rationalize calendar handling of day and month abbrev-arrays.
11110 * calendar/calendar.el (calendar-customized-p): New function.
11111 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
11112 (calendar-day-name-array, calendar-month-name-array): Doc fix.
11113 Add :set function.
11114 (calendar-abbrev-length, calendar-day-abbrev-array)
11115 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
11116 (calendar-day-abbrev-array, calendar-month-abbrev-array):
11117 Elements may no longer be nil.
11118 (calendar-day-name, calendar-month-name):
11119 Update for changed nature of abbrev arrays.
11120 * calendar/diary-lib.el (diary-name-pattern):
11121 Update for changed nature of abbrev arrays.
11122 (diary-mark-entries-1): Update calendar-make-alist calls.
11123 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
11124 * calendar/cal-html.el (cal-html-day-abbrev-array):
11125 Simply inherit from calendar-day-abbrev-array.
11126
1d99a745
SM
111272011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11128
11129 * progmodes/grep.el (grep-mode): Disable default
11130 compilation-directory-matcher setting (bug#8684).
11131
7c1d9aa0
MA
111322011-05-17 Michael Albinus <michael.albinus@gmx.de>
11133
11134 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
11135 instead of "head" and "tail". There were problems with SunOS 5.9,
11136 and it performs better.
11137
3952e9d8
GM
111382011-05-17 Glenn Morris <rgm@gnu.org>
11139
2dd12e7f
GM
11140 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
11141
e4157b9c
GM
11142 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
11143 Replace obsolete function.
11144
8e249bbd
GM
11145 * shell.el (pcomplete-parse-arguments-function): Declare.
11146
3952e9d8
GM
11147 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
11148 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
11149 (appt-check): Doc fixes.
11150 (appt-disp-window-function, appt-delete-window-function):
11151 Remove needless special case in custom :type.
11152 (appt-display-count): Default to 0, not nil.
11153 (appt-check): Reset appt-display-count to 0, not nil.
11154
c71a0d48 111552011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 11156
c71a0d48
GM
11157 * progmodes/python.el (python-font-lock-keywords):
11158 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 11159
31d55be9
SM
111602011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11161
11162 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
11163
3bfacb2f
KR
111642011-05-16 Kevin Ryde <user42@zip.com.au>
11165
11166 * info-look.el (makefile-automake-mode): New setups, looking in
11167 automake manual, then makefile-mode.
11168 (makefile-mode): Remove automake manual, have it just in
11169 makefile-automake-mode since there's various things different or
11170 not relevant to plain make.
11171 (makefile-mode): Remove "other-modes" non-existent automake-mode,
11172 believe a hypothetical automake-mode would go to makefile-mode,
11173 not the other way around.
11174
c8e83751
CY
111752011-05-15 Chong Yidong <cyd@stupidchicken.com>
11176
5e9e35cd
CY
11177 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
11178 hunk-end tags (Bug#8672).
11179
c8e83751
CY
11180 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
11181 vc-annotate-show-diff-revision-at-line (Bug#8671).
11182
50b23e5a
GM
111832011-05-14 Glenn Morris <rgm@gnu.org>
11184
7210a739
GM
11185 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
11186 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
11187 (change-log-font-lock-keywords): Also handle multiple author lines
11188 with leading tabs. (Bug#8644)
7210a739 11189
4691905a
GM
11190 * calendar/appt.el (appt-check): Rename some local variables.
11191 Some simplification/reordering.
11192
50b23e5a
GM
11193 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
11194 (feedmail-sendmail-f-doesnt-sell-me-out)
11195 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11196 (feedmail-debug-sit-for, feedmail-queue-express-hook)
11197 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
11198 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
11199 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
11200 (feedmail-binmail-gnulinuxish-template):
11201 Rename from feedmail-binmail-linuxish-template.
11202 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
11203 Use insert-buffer-substring.
11204
215cda7c
BC
112052011-05-14 Bill Carpenter <bill@carpenter.org>
11206
11207 * mail/feedmail.el (feedmail-patch-level): Increase.
11208 (feedmail-debug): New custom group.
11209 (feedmail-confirm-outgoing-timeout)
11210 (feedmail-sendmail-f-doesnt-sell-me-out)
11211 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11212 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
11213 (feedmail-sender-line, feedmail-from-line)
11214 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 11215 (feedmail-spray-this-address)
215cda7c
BC
11216 (feedmail-spray-address-fiddle-plex-list)
11217 (feedmail-queue-use-send-time-for-date)
11218 (feedmail-queue-use-send-time-for-message-id)
11219 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
11220 (feedmail-buffer-eating-function):
11221 Doc fixes.
11222 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
11223 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
11224 (feedmail-message-action-scroll-down): New functions.
11225 (feedmail-queue-directory, feedmail-queue-draft-directory):
11226 Use expand-file-name.
11227 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
11228 Remove C-v help entry.
11229 (feedmail-queue-buffer-file-name): New variable.
11230 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
11231 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
11232 (feedmail-message-action-send-strong, feedmail-message-action-edit)
11233 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
11234 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
11235 (feedmail-message-action-toggle-spray)
11236 (feedmail-run-the-queue-no-prompts)
11237 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
11238 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
11239 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
11240 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
11241 (feedmail-envelope-deducer, feedmail-fiddle-from)
11242 (feedmail-fiddle-sender, feedmail-default-date-generator)
11243 (feedmail-fiddle-date, feedmail-fiddle-message-id)
11244 (feedmail-fiddle-spray-address)
11245 (feedmail-fiddle-list-of-spray-fiddle-plexes)
11246 (feedmail-fiddle-list-of-fiddle-plexes)
11247 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
11248 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
11249 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
11250 Change default. Doc fix.
11251 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
11252 (feedmail-binmail-linuxish-template): New constant.
11253 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
11254 Respect feedmail-sendmail-f-doesnt-sell-me-out.
11255 (feedmail-send-it): Add debug call.
11256 Use feedmail-queue-buffer-file-name, and
11257 feedmail-send-it-immediately-wrapper.
11258 (feedmail-message-action-send): Add debug call.
11259 Use feedmail-send-it-immediately-wrapper.
11260 (feedmail-queue-express-to-queue): Add debug call.
11261 Run feedmail-queue-express-hook.
11262 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
11263 (feedmail-message-action-help-blat):
11264 Rename from feedmail-queue-send-edit-prompt-help-first.
11265 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
11266 Check line-endings. Handle errors better.
11267 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
11268 Doc fix. Add debug call.
11269 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
11270 Use feedmail-queue-send-edit-prompt-inner.
11271 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
11272 (feedmail-queue-send-edit-prompt-inner): New function, extracted
11273 from feedmail-queue-send-edit-prompt.
11274 (feedmail-queue-send-edit-prompt-help)
11275 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
11276 (feedmail-tidy-up-slug): Add debug call.
11277 Respect feedmail-queue-slug-suspect-regexp.
11278 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
11279 (feedmail-dump-message-to-queue): Add debug call.
11280 Expand queue-directory.
11281 (feedmail-dump-message-to-queue): Change message slightly.
11282 Use feedmail-say-chatter.
11283 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
11284 (feedmail-send-it-immediately-wrapper): New function.
11285 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
11286 Insert empty string rather than newline. Handle full-frame case.
11287 Use catch/throw. Use feedmail-say-chatter.
11288 (feedmail-fiddle-from): Try mail-host-address.
11289 (feedmail-default-message-id-generator): Doc fix.
11290 Bind system-time-locale. Handle missing end.
11291 (feedmail-fiddle-x-mailer): Add debug call.
11292 Handle feedmail-x-mailer-line being nil.
11293 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
11294 Add debug call. Use buffer-substring-no-properties.
11295 (feedmail-say-debug, feedmail-say-chatter): New functions.
11296 (feedmail-find-eoh): Give an explicit error.
11297
42c7e61e
UJ
112982011-05-13 Ulf Jasper <ulf.jasper@web.de>
11299
c2571358 11300 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 11301 family from helvetica to sans.
c2571358 11302 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11303 etc/images/newsticker.
11304
c2571358 11305 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
11306 family from helvetica to sans.
11307
11308 * net/newst-plainview.el (newsticker-new-item-face)
11309 (newsticker-old-item-face, newsticker-immortal-item-face)
11310 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 11311 (newsticker-statistics-face): Change default family from
42c7e61e 11312 helvetica to sans.
c2571358 11313 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11314 etc/images/newsticker.
11315
5d3385a0
JB
11316 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
11317 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
11318 auto-marking.
11319
8497a297
DV
113202011-05-13 Didier Verna <didier@xemacs.org>
11321
11322 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
11323 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
11324 TODO entries.
8497a297
DV
11325 (lisp-lambda-list-keyword-parameter-indentation)
11326 (lisp-lambda-list-keyword-parameter-alignment)
11327 (lisp-lambda-list-keyword-alignment): New customizable user options.
11328 (lisp-indent-defun-method): Improve docstring.
11329 (extended-loop-p): Fix comment.
11330 (lisp-indent-lambda-list-keywords-regexp): New variable.
11331 (lisp-indent-lambda-list): New function.
11332 (lisp-indent-259): Use it.
11333 (lisp-indent-defmethod): Support for more than one
11334 method qualifier and properly indent methods lambda-lists.
11335 (defgeneric): Provide a missing common-lisp-indent-function property.
11336
f278f87f
SM
113372011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11338
11339 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
11340 bounds for the empty string (bug#8667).
11341
5233edd7
GM
113422011-05-13 Glenn Morris <rgm@gnu.org>
11343
5237a44f
GM
11344 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
11345
8340026c 11346 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 11347 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 11348
5233edd7 11349 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 11350 (appt-time-msg-list): Doc fix.
a5464014 11351 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 11352
92d10796
AS
113532011-05-12 Andreas Schwab <schwab@linux-m68k.org>
11354
11355 * progmodes/ld-script.el (ld-script-keywords)
11356 (ld-script-builtins): Update keywords list.
11357
914a0ae1
SM
113582011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11359
c89be45f
SM
11360 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
11361
914a0ae1
SM
11362 * shell.el (shell-completion-vars): New function.
11363 (shell-mode):
11364 * simple.el (read-shell-command): Use it.
11365 (blink-matching-open): No need for " [...]" in minibuffer-message.
11366
98dc3df3
GM
113672011-05-12 Glenn Morris <rgm@gnu.org>
11368
11369 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
11370 (appt-check): Simplify.
11371
d2fc7e3d 113722011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 11373
4d61f28d 11374 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
11375 literal "/dev/null".
11376
d2fc7e3d 113772011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
11378
11379 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
11380 Fix typo.
11381
d2fc7e3d 113822011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 11383
3f254caa
SM
11384 * progmodes/which-func.el (which-function):
11385 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
11386 which might not be defined (Bug#8260).
11387
d45885f7
GM
113882011-05-12 Glenn Morris <rgm@gnu.org>
11389
11390 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11391 Let byte-compile-initial-macro-environment always take precedence.
11392
488086f4
SM
113932011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11394
11395 * net/rcirc.el: Add support for SSL/TLS connections.
11396 (rcirc-server-alist): New field `encryption'.
11397 (rcirc): Check `encryption' settings.
11398 (rcirc-connect): New arg `encryption'. Use open-network-stream.
11399 Merge make-local-variable into `set'.
11400 (rcirc--connection-open-p): New function.
11401 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
11402 the process is not a network process (e.g. running gnutls-cli).
11403 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11404 Make rcirc-(en|de)code-coding-system local here.
11405 (rcirc-mode): Merge make-local-variable into `set'.
11406 (rcirc-parent-buffer): Make permanent buffer-local.
11407 (rcirc-multiline-minor-mode): Don't do it here.
11408 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
11409 there's no server buffer.
11410
7d3b9d44
GM
114112011-05-11 Glenn Morris <rgm@gnu.org>
11412
f64049c6
GM
11413 * newcomment.el (comment-kill): Prefix "unused" local.
11414
93c9df73
GM
11415 * term/w32console.el (get-screen-color): Declare.
11416
7d3b9d44
GM
11417 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11418 Handle symbol elements of byte-compile-initial-macro-environment.
11419
9e2dd53f
LL
114202011-05-10 Leo Liu <sdl.web@gmail.com>
11421
488086f4
SM
11422 * bookmark.el (bookmark-bmenu-mode-map):
11423 Bind bookmark-bmenu-search to `/'.
8b340240 11424
9e2dd53f 11425 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
11426 (footnote-unicode-string, footnote-unicode-regexp): New variable.
11427 (Footnote-unicode): New function.
11428 (footnote-style-alist): Add unicode style to the list.
11429 (footnote-style): Doc fix.
9e2dd53f 11430
79b70037
GM
114312011-05-10 Jim Meyering <meyering@redhat.com>
11432
11433 Fix doubled-word typos.
11434 * international/quail.el (quail-insert-kbd-layout): and and -> and
11435 * kermit.el: and and -> and
11436 * net/ldap.el (ldap-search-internal): to to -> to
11437 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
11438 * progmodes/js.el (js-mode): and and -> and
11439 * textmodes/artist.el (artist-move-to-xy): at at -> at
11440 (artist-draw-region-trim-line-endings): if if -> if
11441 And Safetyc -> Safety.
11442 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
11443
b8f82dc1 114442011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 11445 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
11446
11447 * files.el (hack-one-local-variable-eval-safep):
11448 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
11449
4f99f44b
GM
114502011-05-10 Glenn Morris <rgm@gnu.org>
11451
11452 * calendar/diary-lib.el (diary-list-entries-hook)
11453 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
11454 (diary-nongregorian-marking-hook, diary-list-entries)
11455 (diary-include-other-diary-files, diary-mark-entries)
11456 (diary-mark-included-diary-files): Doc fixes.
11457
84f29e6b
JB
114582011-05-09 Juanma Barranquero <lekktu@gmail.com>
11459
11460 * misc.el: Require tabulated-list.el during compilation.
11461
9bedd73a
CY
114622011-05-09 Chong Yidong <cyd@stupidchicken.com>
11463
488086f4
SM
11464 * progmodes/compile.el (compilation-start):
11465 Run compilation-filter-hook for the async case too.
9bedd73a
CY
11466 (compilation-filter-hook): Doc fix.
11467
797c735c
DD
114682011-05-09 Deniz Dogan <deniz@dogan.se>
11469
11470 * wdired.el: Remove outdated installation comment. Fix usage
11471 comment.
11472
5f4b1dfe
JB
114732011-05-09 Juanma Barranquero <lekktu@gmail.com>
11474
11475 * misc.el: Implement new command `list-dynamic-libraries'.
11476 (list-dynamic-libraries--loaded-only-p): New variable.
11477 (list-dynamic-libraries--refresh): New function.
11478 (list-dynamic-libraries): New command.
11479
4c44026c
CY
114802011-05-09 Chong Yidong <cyd@stupidchicken.com>
11481
488086f4
SM
11482 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11483 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
11484 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
11485 higher priority to avoid clobbering by gnu.
11486
027f966d
CY
114872011-05-08 Chong Yidong <cyd@stupidchicken.com>
11488
11489 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11490 if the face has existing theme settings (Bug#8454).
11491
085f5d7d
CY
114922011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
11493
488086f4
SM
11494 * progmodes/perl-mode.el (perl-imenu-generic-expression):
11495 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 11496
2a86a00c
RS
11497 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11498 special file names `.' and `..' (Bug#8259).
11499
d9c54a06
CY
115002011-05-08 Chong Yidong <cyd@stupidchicken.com>
11501
488086f4
SM
11502 * progmodes/grep.el (grep-mode-font-lock-keywords):
11503 Remove buffer-changing entries.
d9c54a06
CY
11504 (grep-filter): New function.
11505 (grep-mode): Add it to compilation-filter-hook.
11506
11507 * progmodes/compile.el (compilation-filter-hook)
11508 (compilation-filter-start): New defvars.
11509 (compilation-filter): Call compilation-filter-hook prior to
11510 updating the process mark.
11511
c4662635
SM
115122011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11513
11514 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11515
b0512a1d
EZ
115162011-05-07 Eli Zaretskii <eliz@gnu.org>
11517
605c9376
EZ
11518 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11519 mailclient-send-it even if window-system is nil. (Bug#8595)
11520
c4662635
SM
11521 * term/w32console.el (terminal-init-w32console):
11522 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
11523 background-mode. (Bug#8597)
11524
d1dc2cc2
SM
115252011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11526
11527 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11528 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11529 New functions.
11530 (defgeneric, eieio--defmethod): Use them.
11531 (eieio-defgeneric): Remove.
11532 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11533
915d1300
GM
115342011-05-07 Glenn Morris <rgm@gnu.org>
11535
a3961c3e
GM
11536 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11537 Use let rather than let*.
11538 (timeclock-find-discrep): Remove unused local.
11539
314347b9
GM
11540 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11541
915d1300
GM
11542 * calendar/appt.el (appt-time-msg-list): Doc fix.
11543
275b59b0
NF
115442011-05-06 Noah Friedman <friedman@splode.com>
11545
11546 * apropos.el (apropos-print-doc): Only use
11547 emacs-lisp-docstring-fill-column when it is bound to an integer,
11548 per that variable's documentation.
11549
6c19f744
SM
115502011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11551
11552 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 11553 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 11554
60f884b2
GM
115552011-05-06 Glenn Morris <rgm@gnu.org>
11556
5006e634
GM
11557 * calendar/appt.el (appt-message-warning-time): Doc fix.
11558 (appt-warning-time-regexp): New option.
11559 (appt-make-list): Respect appt-message-warning-time.
11560
548d0a63
GM
11561 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11562 New options.
11563 (diary-add-to-list): Strip comments from the displayed string.
11564 (diary-mode): Set comment-start and comment-end.
11565
60f884b2
GM
11566 * vc/diff-mode.el (smerge-refine-subst): Declare.
11567 (diff-refine-hunk): Don't require smerge-mode when compiling.
11568
989681bb
JB
115692011-05-06 Juanma Barranquero <lekktu@gmail.com>
11570
11571 * simple.el (list-processes): Return nil as the docstring says.
11572
a6bc05e1
MA
115732011-05-05 Michael Albinus <michael.albinus@gmx.de>
11574
11575 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11576 to "".
11577 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11578 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11579 determining of binary transfer. (Bug#7383)
11580
23c22e9a
MA
115812011-05-05 Michael Albinus <michael.albinus@gmx.de>
11582
c4662635
SM
11583 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11584 Fix port computation bug. (Bug#8618)
23c22e9a 11585
0bff894f
GM
115862011-05-05 Glenn Morris <rgm@gnu.org>
11587
b8296902
GM
11588 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11589
1f522ce8
GM
11590 * simple.el (shell-dynamic-complete-functions)
11591 (comint-dynamic-complete-functions): Declare.
11592
cf5bee67
GM
11593 * net/network-stream.el (gnutls-negotiate):
11594 * simple.el (tabulated-list-print): Fix declarations.
11595
11596 * progmodes/gud.el (syntax-symbol, syntax-point):
11597 Remove unnecessary and incorrect declarations.
11598
0bff894f
GM
11599 * emacs-lisp/check-declare.el (check-declare-scan):
11600 Handle byte-compile-initial-macro-environment in bytecomp.el
11601
9869b3ae
SM
116022011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11603
11604 Fix earlier half-done eieio-defmethod change (bug#8338).
11605 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11606 Streamline and change calling convention.
11607 (defmethod): Adjust accordingly and simplify.
11608 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11609 new eieio--defmethod.
11610 (slot-boundp): Minor CSE simplification.
11611
9c1d5ac5
MZ
116122011-05-05 Milan Zamazal <pdm@zamazal.org>
11613
11614 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11615 (glasses-make-readable): Use glasses-separate-capital-groups.
11616
455c834e
JB
116172011-05-05 Juanma Barranquero <lekktu@gmail.com>
11618
11619 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11620 (warning-series): Doc fix.
11621 (display-warning): Don't try to create the buffer if we just found it.
11622
9ed7c8cb
CY
116232011-05-04 Chong Yidong <cyd@stupidchicken.com>
11624
11625 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11626 (autoload-find-generated-file): New function.
11627 (generate-file-autoloads): Bind generated-autoload-file to
11628 buffer-file-name.
9869b3ae
SM
11629 (update-file-autoloads, update-directory-autoloads):
11630 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
11631 output file (Bug#7989).
11632 (batch-update-autoloads): Doc fix.
11633
0898ca10
JB
116342011-05-04 Juanma Barranquero <lekktu@gmail.com>
11635
11636 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11637
31dfb76c
GM
116382011-05-04 Glenn Morris <rgm@gnu.org>
11639
f330b642
GM
11640 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11641 function, so it follows changes in calendar-date-style.
11642 (diary-fancy-date-matcher): New function.
11643 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11644 (diary-fancy-font-lock-fontify-region-function):
11645 Use diary-fancy-date-pattern as a function.
11646
31dfb76c
GM
11647 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11648 non-numbers for `year' etc pseudo-variables. (Bug#8583)
11649
48e79d6a
TZ
116502011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
11651
11652 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11653 instead of positional arguments. Allow :keylist and :crlfiles
11654 arguments.
11655 (open-gnutls-stream): Call it.
11656
11657 * net/network-stream.el (network-stream-open-starttls): Adjust to
11658 call `gnutls-negotiate' with :process and :hostname arguments.
11659
dd5a5ee0
SM
116602011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11661
ef80fc09
SM
11662 * minibuffer.el (completion--message): New function.
11663 (completion--do-completion, minibuffer-complete)
11664 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11665 (completion--do-completion): Don't ignore completion-auto-help when in
11666 icomplete-mode.
11667
dd5a5ee0
SM
11668 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11669 internal encoding (e.g. tibetan zero is not whitespace).
11670 (global-whitespace-mode): Prefer save-current-buffer.
11671 (whitespace-trailing-regexp): Remove useless save-match-data.
11672 (whitespace-empty-at-bob-regexp): Minor simplification.
11673
b7d22a83
CY
116742011-05-03 Chong Yidong <cyd@stupidchicken.com>
11675
11676 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11677
5192af46
AM
116782011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11679
11680 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 11681 Use `concat' to create string for insertion.
5192af46 11682
5767d190
SM
116832011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11684
11685 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
11686 Avoid open-line which runs post-self-insert-hook.
11687 (bibtex-fill-entry): Remove unused `end' var.
11688
bf242939
AM
116892011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
11690
5767d190
SM
11691 * textmodes/ispell.el (ispell-add-per-file-word-list):
11692 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 11693
25666126
LL
116942011-05-03 Leo Liu <sdl.web@gmail.com>
11695
11696 * isearch.el (isearch-yank-pop): New command.
5767d190 11697 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
11698 (isearch-forward): Mention it.
11699
52d3c2d0
SM
117002011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11701
1bcace58
SM
11702 * simple.el (minibuffer-complete-shell-command): Remove.
11703 (minibuffer-local-shell-command-map): Use completion-at-point.
11704 (read-shell-command): Setup completion vars here instead.
11705 (read-expression-map): Bind TAB to symbol completion.
11706
52d3c2d0
SM
11707 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
11708 error directly rather via storing it into `results'.
11709
35813471
LL
117102011-05-02 Leo Liu <sdl.web@gmail.com>
11711
11712 * vc/diff.el: Fix description.
11713
e793a940
LMI
117142011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11715
11716 * server.el (server-eval-at): New function.
11717
8de66e05
LMI
117182011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11719
11720 * net/network-stream.el (open-network-stream): Take a :nowait
11721 parameter and pass it on to `make-network-process'.
11722 (network-stream-open-plain): Ditto.
11723
dcb79f20
AS
117242011-04-30 Andreas Schwab <schwab@linux-m68k.org>
11725
11726 * faces.el (face-spec-set-match-display): Don't match toolkit
11727 options on terminal frames.
11728
14a7fbd8
SM
117292011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11730
7eabc1be
SM
11731 * progmodes/pascal.el: Use lexical binding.
11732 (pascal-mode-map): Remove author preferences.
11733
14a7fbd8
SM
11734 * pcomplete.el (pcomplete-std-complete): Don't abuse
11735 completion-at-point.
11736
50f84510
JB
117372011-04-28 Juanma Barranquero <lekktu@gmail.com>
11738
6e087a44
JB
11739 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
11740 removing code that has been dead since 1991 or so.
11741
50f84510
JB
11742 * startup.el (command-line): When warning about "_emacs", use a
11743 delayed warning to allow the user to filter it out.
11744
0ba690bd
DD
117452011-04-28 Deniz Dogan <deniz@dogan.se>
11746
11747 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
11748 user has not joined.
11749
08abfaad
SM
117502011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11751
11752 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
11753 aren't any completions at point.
11754
638f053a
JB
117552011-04-28 Juanma Barranquero <lekktu@gmail.com>
11756
11757 * subr.el (display-delayed-warnings): New function.
11758 (delayed-warnings-hook): New variable.
11759
8fff8daa
SM
117602011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11761
08abfaad
SM
11762 * minibuffer.el (completion-at-point, completion-help-at-point):
11763 Don't presume that a given completion-at-point-function will always
11764 use the same calling convention.
11765
8fff8daa
SM
11766 * pcomplete.el (pcomplete-completions-at-point):
11767 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
11768 pcomplete-seen is non-nil.
11769 (pcomplete-comint-setup): Also recognize the new comint/shell
11770 completion functions.
11771 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
11772 pcomplete-seen is non-nil.
11773
841a1577 117742011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 11775
841a1577 11776 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 11777 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 11778 the first character in the entry. This allows for code to add its
211ec907
UJ
11779 own uid to the entry.
11780 (icalendar--convert-float-to-ical): Add export of
11781 `diary-float'-entries save for those with the optional DAY
11782 argument.
11783
2a782793
DC
117842011-04-27 Daniel Colascione <dan.colascione@gmail.com>
11785
11786 * subr.el (shell-quote-argument): Use alternate escaping strategy
11787 when we spot a variable reference in a string.
11788
0438ce91
DC
117892011-04-26 Daniel Colascione <dan.colascione@gmail.com>
11790
11791 * cus-start.el (all): Define customization for debug-on-event.
11792
841a1577 117932011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
11794
11795 * subr.el (shell-quote-argument): Escape correctly under Windows.
11796
d090ed6c
SM
117972011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11798
11799 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
11800
bfd31217
MA
118012011-04-25 Michael Albinus <michael.albinus@gmx.de>
11802
d090ed6c
SM
11803 * net/tramp.el (tramp-process-actions): Add POS argument.
11804 Delete region between POS and (pos).
bfd31217 11805
d090ed6c
SM
11806 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11807 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
11808 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
11809
11810 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
11811 position in `tramp-process-actions' call.
11812
11813 * net/trampver.el: Update release number.
11814
e92f3bd3
SM
118152011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11816
850256b5
SM
11817 * custom.el (defcustom): Obey lexical-binding.
11818
e92f3bd3
SM
11819 Fix octave-inf completion problems reported by Alexander Klimov.
11820 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
11821 Inherit from octave-mode-syntax-table.
11822 (inferior-octave-mode): Set info-lookup-mode.
11823 (inferior-octave-completion-at-point): New function.
11824 (inferior-octave-complete): Use it and completion-in-region.
11825 (inferior-octave-dynamic-complete-functions): Use it as well, and use
11826 comint-filename-completion.
11827 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
11828 symbol elements which shouldn't be word elements.
11829 (octave-font-lock-keywords, octave-beginning-of-defun)
11830 (octave-function-header-regexp): Adjust regexps accordingly.
11831 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
11832
cd22b309
JB
118332011-04-25 Juanma Barranquero <lekktu@gmail.com>
11834
11835 * net/gnutls.el (gnutls-errorp): Declare before first use.
11836
8b492194
TZ
118372011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
11838
11839 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
11840 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 11841 default trustfile exists before going to use it. Add missing
5a5fa834 11842 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
11843 Reported by Claudio Bley <claudio.bley@gmail.com>.
11844 (open-gnutls-stream): Add usage example.
11845
11846 * net/network-stream.el (network-stream-open-starttls): Give host
11847 parameter to `gnutls-negotiate'.
11848 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 11849 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 11850
841a1577 118512011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 11852
cd22b309
JB
11853 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11854 Use correct match group (bug#8438).
05842630 11855
3ba7869c
CY
118562011-04-24 Chong Yidong <cyd@stupidchicken.com>
11857
512e3ae1
CY
11858 * emacs-lisp/package.el (package-built-in-p): Fix typo.
11859 (package-menu--generate): New arg specifying packages to show.
11860 (package-menu-refresh, package-menu-execute, list-packages):
11861 Callers changed.
11862 (package-show-package-list): New function, replacing deleted
11863 package--list-packages (renamed because it is non-internal).
11864
11865 * finder.el (finder-list-matches): Use package-show-package-list
11866 instead of deleted package--list-packages.
11867
e92f3bd3
SM
11868 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
11869 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
11870 (vc-annotate-mode-map): Bind it to RET.
11871
7031be6d
UR
118722011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
11873
11874 * progmodes/etags.el (next-file): Don't use set-buffer to change
11875 buffers (Bug#8478).
11876
4ef177aa
CY
118772011-04-24 Chong Yidong <cyd@stupidchicken.com>
11878
c8d173eb
CY
11879 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
11880
4ef177aa
CY
11881 * apropos.el (apropos-label-face): Avoid variable-pitch face.
11882 (apropos-accumulator): Doc fix.
11883 (apropos-function, apropos-macro, apropos-command)
11884 (apropos-variable, apropos-face, apropos-group, apropos-widget)
11885 (apropos-plist): Add face property.
11886 (apropos-symbols-internal): Fix indentation.
11887 (apropos-print): Simplify help, and recognize apropos-multi-type.
11888 (apropos-print-doc): Use button-type-get to extract the button's
11889 face property. Fill docstring (Bug#8352).
11890
4ffd0d6b 118912011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
11892
11893 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
11894
c6c32125 11895 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 11896 (mpuz-mode-map): Use mapc.
c6c32125
JB
11897 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
11898 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
11899 Fix typos in docstrings.
11900
58d468b4
JB
11901 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
11902 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
11903
6470c3c6
JB
11904 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
11905
4ffd0d6b 119062011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
11907
11908 * minibuffer.el (completion--do-completion): Avoid the "Next char
11909 not unique" prompt if icomplete-mode is enabled (Bug#5849).
11910
3ad8bad0
CY
11911 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
11912 mouse-2 into unread-command-events, it is interpreted correctly.
11913
71d73c9c 11914 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 11915 (image-toggle-display): Doc fix.
71d73c9c 11916
841a1577 119172011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 11918
4ffd0d6b
GM
11919 * textmodes/page.el (what-page): Use line-number-at-pos to
11920 calculate line number (Bug#6825).
6e1dbaa9 11921
c2fb1b60
JB
119222011-04-22 Juanma Barranquero <lekktu@gmail.com>
11923
11924 * eshell/esh-mode.el (find-tag-interactive): Declare function.
11925 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
11926 Pass argument NO-DEFAULT to `find-tag-interactive'.
11927
e02f48d7
JB
119282011-04-22 Juanma Barranquero <lekktu@gmail.com>
11929
11930 Lexical-binding cleanup.
11931
11932 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
11933 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
11934 * progmodes/ada-prj.el (ada-prj-initialize-values)
11935 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
11936 (ada-prj-show-value):
11937 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
11938 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
11939 (antlr-invalidate-context-cache, antlr-options-menu-filter)
11940 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
11941 * progmodes/bug-reference.el (bug-reference-push-button):
11942 * progmodes/fortran.el (fortran-line-length):
11943 * progmodes/glasses.el (glasses-change):
11944 * progmodes/octave-mod.el (octave-fill-paragraph):
11945 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
11946 (python-pdbtrack-grub-for-buffer, python-sentinel):
11947 * progmodes/sql.el (sql-save-connection):
11948 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
11949 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
11950 Mark unused parameters.
11951
11952 * progmodes/compile.el (compilation--flush-directory-cache)
11953 (compilation--flush-parse, compile-internal): Mark unused parameters.
11954 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
11955 (compilation-next-error-function): Remove unused variable `timestamp'.
11956
11957 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
11958 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
11959
11960 * progmodes/dcl-mode.el (dcl-end-of-command):
11961 Remove unused variable `start'.
11962 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
11963 (dcl-option-value-basic, dcl-option-value-offset)
11964 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
11965 Mark unused parameters.
11966 (dcl-save-local-variable): Remove unused variable `val'.
11967 (mode): Declare.
11968
11969 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
11970 Mark unused parameters.
11971 (delphi-ignore-changes): Move before first use.
11972 (delphi-charset-token-at): Remove unused variable `start'.
11973 (delphi-else-start): Remove unused variable `if-count'.
11974 (delphi-comment-block-start, delphi-comment-block-end):
11975 Remove unused variable `kind'.
11976 (delphi-indent-line): Remove unused variable `new-point'.
11977
11978 * progmodes/ebrowse.el (ebrowse-files-list)
11979 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
11980 Mark unused parameters. Don't quote `lambda'.
11981 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
11982 Don't quote `lambda'.
11983 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
11984 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
11985 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
11986 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
11987 Use `ignore-errors'.
11988 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
11989 (ebrowse-view/find-file-and-search-pattern)
11990 (ebrowse-view/find-member-declaration/definition):
11991 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
11992 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
11993 Rename parameter PREFIX-ARG to PREFIX.
11994 (ebrowse-tags-read-name): Remove unused variables `start' and
11995 `member-info'.
11996 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
11997 to `tags-file'.
11998
11999 * progmodes/etags.el (local-find-tag-hook): Declare.
12000 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
12001 Mark unused parameters.
12002
12003 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
12004 (executable-interpret): Mark unused parameter.
12005
12006 * progmodes/flymake.el (flymake-process-sentinel)
12007 (flymake-after-change-function)
12008 (flymake-create-temp-with-folder-structure)
12009 (flymake-get-include-dirs-dot): Mark unused parameters.
12010 (flymake-safe-delete-directory): Remove unused variable `err'.
12011
12012 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
12013 (speedbar-timer-fn, speedbar-line-text)
12014 (speedbar-change-expand-button-char, speedbar-delete-subblock)
12015 (speedbar-center-buffer-smartly): Declare functions.
12016 (gdb-find-watch-expression): Remove unused variable `array'.
12017 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
12018 (gdb-starting): Mark unused parameters.
12019 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
12020 (gdb-table-string): Remove unused variable `res'.
12021 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
12022 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
12023 (gdb-display-buffer): Remove unused variable `cur-size'.
12024
12025 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
12026 allow lexical-binding compilation.
12027 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
12028 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
12029 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
12030 Mark unused parameters.
12031 (gud-gdb-marker-filter): Remove unused variable `match'.
12032 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
12033 lambda expressions and funcall them, instead of using `fset'.
12034
12035 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
12036 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
12037
12038 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
12039 variable `header-beg'; use `let'.
12040
12041 * progmodes/icon.el (indent-icon-exp): Remove unused variables
12042 `restart', `last-sexp' and `at-do'.
12043
12044 * progmodes/js.el (js--debug): Mark unused parameter.
12045 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
12046 (js--splice-into-items): Remove unused variable `item'.
12047 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
12048
12049 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
12050 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
12051 (makefile-complete): Remove unused variable `try'.
12052 (makefile-fill-paragraph, makefile-match-function-end):
12053 Mark unused parameters.
12054
12055 * progmodes/octave-inf.el (inferior-octave-complete):
12056 Remove unused variable `proc'.
12057 (inferior-octave-output-digest): Mark unused parameter.
12058
12059 * progmodes/perl-mode.el (perl-calculate-indent):
12060 Remove unused variable `err'.
12061
12062 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
12063 (prolog-indent-line): Mark unused parameters.
12064 (prolog-indent-line): Remove unused variable `beg'.
12065
12066 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
12067 (reporter-dont-compact-list): Declare.
12068
12069 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
12070 Remove unused variable `char'.
12071 (sh-debug): Mark unused parameter.
12072 (sh-get-indent-info): Remove unused variable `start'.
12073 (sh-calculate-indent): Remove unused variable `var'.
12074
12075 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
12076 (simula-electric-keyword): Remove unused variable `null'.
12077 (simula-search-backward, simula-search-forward): Remove unused
12078 variables `begin' and `end'.
12079
12080 * progmodes/vera-mode.el (vera-guess-basic-syntax):
12081 Remove unused variable `pos'.
12082 (vera-electric-tab, vera-comment-uncomment-region):
12083 Mark unused parameters.
12084 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
12085
7ede3b65
CY
120862011-04-22 Chong Yidong <cyd@stupidchicken.com>
12087
12088 * emacs-lisp/package.el (package--builtins, package-alist)
12089 (package-load-descriptor, package-built-in-p, package-activate)
12090 (define-package, package-installed-p)
12091 (package-compute-transaction, package-buffer-info)
12092 (package--push): Doc fix. Distinguish more clearly between
12093 version strings and version lists.
12094
121656e9
JB
120952011-04-21 Juanma Barranquero <lekktu@gmail.com>
12096
12097 Lexical-binding cleanup.
12098
12099 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
12100 (5x5-make-mutate-best):
12101 * play/fortune.el (fortune-in-buffer):
12102 * play/gomoku.el (gomoku-init-display):
12103 * play/solitaire.el (solitaire, solitaire-do-check):
12104 * play/tetris.el (tetris-default-update-speed-function):
12105 Mark unused parameters.
12106
12107 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
12108 (bubbles--shift): Remove unused variable `char-org'.
12109 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
12110 (bubbles--show-images): Remove unused variable `char'.
12111
12112 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
12113 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
12114 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
12115 (decipher-analyze-buffer): Use ?\s.
12116 (decipher-make-checkpoint): Remove unused variable `mapping'.
12117
12118 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
12119
12120 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12121 Remove unused variable `result'; use `let'.
12122
12123 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
12124 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
12125 (gametree-children-shown-p, gametree-compute-reduced-score):
12126 Use `ignore-errors'.
12127
12128 * play/handwrite.el (ps-lpr-switches): Declare.
12129 (handwrite): Remove unused variables `pmin' and `lastp'.
12130
12131 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
12132
12133 * play/landmark.el (landmark-init-display)
12134 (landmark-update-naught-weights): Mark unused parameters.
12135 (landmark-y): Remove unused variable `noise'. Simplify.
12136 (landmark-human-plays): Remove unused variable `score'.
12137
12138 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
12139 (mpuz-try-proposal): Remove unused variable `game'.
12140
12141 * play/zone.el (life-patterns): Declare.
12142
80f499c7
JB
121432011-04-20 Juanma Barranquero <lekktu@gmail.com>
12144
12145 * vc/vc.el (ediff-vc-internal): Declare function.
12146
024ff170
SM
121472011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12148
c0a193ea
SM
12149 * shell.el: Use lexical-binding and std completion UI.
12150 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
12151 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
12152 comint-preoutput-filter-functions rather than on
12153 comint-output-filter-functions.
12154 (shell-command-completion, shell--command-completion-data)
12155 (shell-filename-completion, shell-environment-variable-completion)
12156 (shell-c-a-p-replace-by-expanded-directory): New functions.
12157 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
12158 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
12159 (shell-dynamic-complete-environment-variable): Use them.
12160 (shell-dynamic-complete-as-environment-variable)
12161 (shell-dynamic-complete-as-command): Remove.
12162 (shell-match-partial-variable): Match past point.
12163 * comint.el: Clean up use of completion-at-point-functions.
12164 (comint-completion-at-point): New function.
12165 (comint-mode): Use it completion-at-point-functions.
12166 (comint-dynamic-complete): Make it obsolete.
12167 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
12168 (comint-c-a-p-replace-by-expanded-history): New function.
12169 (comint-dynamic-complete-functions)
12170 (comint-replace-by-expanded-history): Use it.
12171 * minibuffer.el (completion-table-with-terminator): Allow dynamic
12172 termination strings. Try harder to avoid second try-completion.
12173 (completion-in-region-mode-map): Disable bindings that don't work yet.
12174
2dbaa080
SM
12175 * comint.el: Use lexical-binding. Require CL.
12176 (comint-dynamic-complete-functions): Use comint-filename-completion.
12177 (comint-completion-addsuffix): Tweak custom type.
12178 (comint-filename-completion, comint--common-suffix)
12179 (comint--common-quoted-suffix, comint--table-subvert)
12180 (comint--complete-file-name-data): New functions.
12181 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
12182 (comint-dynamic-list-filename-completions): Use them.
12183 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 12184
2dbaa080
SM
12185 * minibuffer.el (completion-in-region-mode):
12186 Keep completion-in-region-mode--predicate global.
12187 (completion-in-region--postch):
12188 Assume completion-in-region-mode--predicate is not null.
12189
c79a6f38
SM
12190 * progmodes/flymake.el (flymake-start-syntax-check-process):
12191 Obey `dir'. Simplify.
12192
024ff170
SM
12193 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
12194 we're in VC after all.
12195
1c6c854e
CS
121962011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
12197
12198 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 12199 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
12200 (vc-version-diff): Use vc-diff-build-argument-list-internal.
12201
bed7f140
SM
122022011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12203
332e62ab
SM
12204 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
12205 add sanity check.
12206
bed7f140
SM
12207 * obsolete/erc-hecomplete.el: Make obsolete.
12208 * obsolete/: Standardize obsolescence info in the header.
12209
f195c582
GM
122102011-04-20 Glenn Morris <rgm@gnu.org>
12211
12212 * calendar/solar.el (solar-horizontal-coordinates):
12213 Use the longitude argument rather than `calendar-longitude'.
12214 (solar-date-next-longitude): Remove unused locals.
12215
cb79b8c0
VJL
122162011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12217
12218 * whitespace.el: New version 13.2.1.
12219
122202011-04-20 felix <EmacsWiki> (tiny change)
12221
d8e4b68b 12222 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
12223 switching between major modes on a file.
12224
602ea69d
SM
122252011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12226
12227 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
12228 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
12229 multi-line comments as well.
12230
06b60517
JB
122312011-04-19 Juanma Barranquero <lekktu@gmail.com>
12232
12233 Lexical-binding cleanup.
12234
12235 * arc-mode.el (archive-mode-revert):
12236 * cmuscheme.el (scheme-interactively-start-process):
12237 * custom.el (custom-initialize-delay):
12238 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
12239 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
12240 * emacs-lock.el (emacs-lock-clear-sentinel):
12241 * ezimage.el (defezimage):
12242 * follow.el (follow-avoid-tail-recenter):
12243 * fringe.el (set-fringe-mode-1):
12244 * generic-x.el (bat-generic-mode-compile):
12245 * help-mode.el (help-info-variable, help-do-xref)
12246 (help-mode-revert-buffer):
12247 * help.el (view-emacs-todo):
12248 * iswitchb.el (iswitchb-completion-help):
12249 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
12250 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
12251 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
12252 * locate.el (locate-update):
12253 * longlines.el (longlines-encode-region)
12254 (longlines-after-change-function):
12255 * outline.el (outline-isearch-open-invisible):
12256 * ps-def.el (declare-function, charset-dimension, char-width)
12257 (encode-char):
12258 * ps-mule.el (ps-mule-plot-string):
12259 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
12260 (recentf-edit-list-select, recentf-edit-list-validate)
12261 (recentf-open-files-action):
12262 * rect.el (delete-whitespace-rectangle-line)
12263 (rectangle-number-line-callback):
12264 * register.el (window-configuration-to-register)
12265 (frame-configuration-to-register):
12266 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
12267 * select.el (xselect-convert-to-string, xselect-convert-to-length)
12268 (xselect-convert-to-targets, xselect-convert-to-delete)
12269 (xselect-convert-to-filename, xselect-convert-to-charpos)
12270 (xselect-convert-to-lineno, xselect-convert-to-colno)
12271 (xselect-convert-to-os, xselect-convert-to-host)
12272 (xselect-convert-to-user, xselect-convert-to-class)
12273 (xselect-convert-to-name, xselect-convert-to-integer)
12274 (xselect-convert-to-atom, xselect-convert-to-identity):
12275 * subr.el (declare, ignore, process-kill-without-query)
12276 (text-clone-maintain):
12277 * terminal.el (te-get-char, te-tic-sentinel):
12278 * tool-bar.el (tool-bar-make-keymap):
12279 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
12280 * type-break.el (type-break-mode, type-break-noninteractive-query):
12281 * view.el (View-back-to-mark):
12282 * wid-browse.el (widget-browse-action, widget-browse-widget)
12283 (widget-browse-widgets, widget-browse-sexp):
12284 * widget.el (define-widget-keywords):
12285 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
12286 Mark unused parameters.
12287
12288 * align.el (align-adjust-col-for-rule): Mark unused parameter.
12289 (align-areas): Remove unused variable `look'.
12290 (align-region): Remove unused variables `real-end' and `pos-list'.
12291
12292 * apropos.el (apropos-score-doc): Remove unused variable `i'.
12293
12294 * bindings.el (mode-line-modified, mode-line-remote):
12295 Mark unused parameters.
12296 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
12297
12298 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
12299 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
12300
12301 * comint.el (comint-history-isearch-pop-state)
12302 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
12303 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
12304 (comint-substitute-in-file-name): Doc fix.
12305
12306 * completion.el (cmpl-statistics-block): Mark unused parameter.
12307 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
12308 (save-completions-to-file, load-completions-from-file):
12309 Remove unused local variable `e'.
12310
12311 * composite.el (compose-chars): Remove unused variable `len'.
12312 (lgstring-insert-glyph): Remove unused variable `g'.
12313 (compose-glyph-string): Remove unused variables `ascent',
12314 `descent', `lbearing' and `rbearing'.
12315 (compose-glyph-string-relative): Remove unused variables
12316 `lbearing', `rbearing' and `wadjust'.
12317 (compose-gstring-for-graphic): Remove unused variables `header',
12318 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
12319 (compose-gstring-for-terminal): Remove unused variables `header'
12320 and `nchars'. Use `let', not `let*'.
12321
12322 * cus-edit.el (Custom-set, Custom-save, custom-reset)
12323 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
12324 (Custom-buffer-done, custom-buffer-create-internal)
12325 (custom-browse-visibility-action, custom-browse-group-tag-action)
12326 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
12327 (widget-magic-mouse-down-action, custom-toggle-parent)
12328 (custom-add-parent-links, custom-toggle-hide-variable)
12329 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
12330 (custom-toggle-hide-face, face, hook, custom-group-link-action)
12331 (custom-face-menu-create, custom-variable-menu-create, get)
12332 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
12333 (custom-reset-standard-save-and-update): Remove unused variable `value'.
12334 (customize-apropos): Remove unused variable `tests'.
12335 (custom-group-value-create): Remove unused variable `hidden-p'.
12336 (sort-fold-case): Declare.
12337
12338 * cus-theme.el (custom-reset-standard-faces-list)
12339 (custom-reset-standard-variables-list): Declare.
12340 (customize-create-theme, custom-theme-revert, custom-theme-write)
12341 (custom-theme-choose-mode, customize-themes, custom-theme-save):
12342 Mark unused parameters.
12343
12344 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
12345
12346 * delim-col.el (delimit-columns-max): Move defvar before first use.
12347
12348 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 12349 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
12350
12351 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
12352 (auto-insert): Declare.
12353 (desktop-restore-file-buffer): Rename desktop-* parameters;
12354 mark unused ones.
12355 (desktop-create-buffer): Rename desktop-* parameters and bind them.
12356 (desktop-buffer): Rename desktop-* parameters.
12357
12358 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
12359 (dframe-reposition-frame-xemacs, dframe-help-echo)
12360 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
12361 Mark unused parameters.
12362
12363 * dired-aux.el (backup-extract-version-start, overwrite-query)
12364 (overwrite-backup-query, rename-regexp-query)
12365 (rename-non-directory-query): Declare.
12366 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
12367 (dired-add-entry): Remove unused variable `orig-file-name'.
12368 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
12369 Use parameter PRESERVE-TIME instead of accessing dynamic variable
12370 `dired-copy-preserve-time' directly.
12371 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
12372 (dired-insert-subdir-newpos): Rename unused variable `pos'.
12373
12374 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
12375 (dired-virtual-revert, dired-make-relative-symlink):
12376 Mark unused parameters.
12377 (manual-program): Declare.
12378 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
12379 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
12380 wrapped in `with-no-warnings' to avoid replacing one warning by another.
12381
12382 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
12383
12384 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
12385
12386 * echistory.el (electric-history-in-progress, Helper-return-blurb):
12387 Declare.
12388
12389 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
12390
12391 * electric.el (Electric-command-loop): Rename parameter
12392 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
12393
12394 * expand.el (expand-in-literal): Remove unused variable `here'.
12395
12396 * facemenu.el (facemenu-add-new-color):
12397 Remove unused variable `docstring'.
12398
12399 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
12400 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
12401 (face-attr-construct): Mark unused parameter. Doc fix.
12402 (read-color): Remove unused variable `hex-string'.
12403
12404 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
12405 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
12406 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
12407 (display-buffer-other-frame): Remove unused variable `old-window'.
12408 (kill-buffer-hook): Declare.
12409 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
12410 Mark unused parameters.
12411 (after-find-file): Pass 1 to `auto-save-mode', not t.
12412
12413 * files-x.el (auto-insert): Declare.
12414 (modify-file-local-variable-prop-line): Remove unused variable `val'.
12415
12416 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 12417 variable `buf'. Mark unused parameter.
06b60517
JB
12418 (find-lisp-insert-directory): Mark unused parameter.
12419
12420 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
12421 (format-encode-region): Remove unused variables `cur-buf' and `result'.
12422 (format-common-tail): Remove, unused.
12423 (format-deannotate-region): Remove unused variable `loc'.
12424 (format-annotate-region): Remove unused variable `p'.
12425 (format-annotate-single-property-change): Remove unused variables
12426 `default' and `tail'.
12427
12428 * forms.el (read-file-filter): Declare.
12429 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
12430
12431 * frame.el (frame-creation-function-alist): Mark unused parameter.
12432 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
12433
12434 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
12435 Remove unused parameters.
12436 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
12437 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
12438
12439 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
12440 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
12441 (hfy-prepare-tag-map): Mark unused parameters.
12442 (htmlfontify-buffer): Use `called-interactively-p'.
12443
12444 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
12445 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
12446 (ibuffer-do-occur): Mark unused parameters.
12447 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
12448 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
12449
12450 * ibuffer.el: Don't quote `lambda'.
12451 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
12452 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
12453 Mark unused parameters.
12454
12455 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
12456 (ido-completing-read): Mark unused parameters.
12457 (ido-copy-current-word): Mark unused parameters;
12458 remove unused variable `name'.
12459 (ido-sort-merged-list): Remove unused parameter `dirs'.
12460
12461 * ielm.el (ielm-input-sender): Mark unused parameter.
12462 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
12463 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
12464 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
12465 `ielm-string' as a dynamic variable accessible from the IELM prompt.
12466 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
12467
12468 * image-dired.el (image-dired-display-thumbs): Remove unused
12469 variables `curr-file' and `count'.
12470 (image-dired-remove-tag): Remove unused variable `start'.
12471 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
12472 variable `curr-file'
12473 (image-dired-rotate-original): Remove unused variable `temp-file'.
12474 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
12475 Remove unused variable `file'.
12476 (image-dired-gallery-generate): Remove unused variable `curr'.
12477 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
12478
12479 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
12480
12481 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12482
12483 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12484
12485 * isearch.el (minibuffer-history-symbol): Declare.
12486 (isearch-edit-string): Remove unused variable `err'.
12487 (isearch-message-prefix, isearch-message-suffix):
12488 Mark unused parameters.
12489
12490 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12491
12492 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12493
12494 * makesum.el (double-column): Remove unused variable `cnt'.
12495
12496 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12497 (ido-ignore-item-temp-list): Declare.
12498
12499 * mouse-drag.el (mouse-drag-throw): Remove unused variables
12500 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12501 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12502 (mouse-drag-drag): Remove unused variables `mouse-delta' and
12503 `mouse-col-delta'.
12504
12505 * mouse-sel.el (mouse-extend-internal):
12506 Remove unused variable `orig-window-frame'.
12507
12508 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12509 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12510 Move declarations before first use.
12511 (pcomplete-opt): Mark unused parameters; doc fix.
12512
12513 * proced.el (proced-revert): Mark unused parameter.
12514 (proced-send-signal): Remove unused variable `err'.
12515
12516 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12517 Rename parameter PREFIX-ARG to ARG.
12518 (ps-basic-plot-string, ps-basic-plot-whitespace):
12519 Mark unused parameters.
12520
12521 * replace.el (replace-count): Define.
12522 (occur-revert-function): Mark unused parameters.
12523 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12524 (isearch-case-fold-search, isearch-string): Declare.
12525 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12526 bind `case-fold-search'. Remove unused variables `beg' and `end',
12527 and simplify.
12528 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12529 COUNT and bind `replace-count'.
12530 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12531 to COUNT.
12532
12533 * savehist.el (print-readably, print-string-length): Declare.
12534
12535 * shadowfile.el (shadow-expand-cluster-in-file-name):
12536 Remove unused variable `cluster'.
12537 (shadow-copy-file): Remove unused variable `i'.
12538 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12539 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12540 (shadow-define-literal-group, shadow-define-regexp-group)
12541 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12542
12543 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12544 (shell): Use `called-interactively-p'.
12545 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12546
12547 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12548 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12549 (delete-backward-char): Remove unused variable `ocol'.
12550 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12551 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12552 (event-apply-hyper-modifier, event-apply-shift-modifier)
12553 (event-apply-control-modifier, event-apply-meta-modifier):
12554 Mark unused parameters.
12555 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12556 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12557
12558 * speedbar.el (speedbar-ignored-directory-expressions)
12559 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12560 (speedbar-find-file, speedbar-dir-follow)
12561 (speedbar-directory-buttons-follow, speedbar-tag-find)
12562 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12563 (speedbar-buffers-line-directory, speedbar-buffer-click):
12564 Mark unused parameters.
12565 (speedbar-tag-file): Remove unused variable `mode'.
12566 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12567
12568 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12569
12570 * talk.el (talk): Remove unused variable `display'.
12571
12572 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12573 (tar-write-region-annotate): Mark unused parameter.
12574
12575 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12576 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12577 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12578 warning by another.
12579
12580 * time-stamp.el (time-stamp-string-preprocess):
12581 Remove unused variable `require-padding'.
12582
12583 * tree-widget.el (widget-glyph-enable): Declare.
12584 (tree-widget-action): Mark unused parameter.
12585
12586 * w32-fns.el (x-get-selection): Mark unused parameter.
12587 (autoload-make-program, generated-autoload-file): Declare.
12588
12589 * wdired.el (wdired-revert): Mark unused parameters.
12590 (wdired-xcase-word): Remove unused variable `err'.
12591
12592 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12593 (whitespace-help-scroll): Remove unused variable `data-help'.
12594
12595 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12596 (widget-image-insert, widget-after-change, default)
12597 (widget-default-format-handler, widget-default-notify)
12598 (widget-default-prompt-value, widget-info-link-action)
12599 (widget-url-link-action, widget-function-link-action)
12600 (widget-variable-link-action, widget-file-link-action)
12601 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12602 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12603 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12604 (widget-insert-button-action, widget-delete-button-action, visibility)
12605 (widget-documentation-link-action, widget-documentation-string-action)
12606 (widget-const-prompt-value, widget-regexp-match, symbol)
12607 (widget-coding-system-prompt-value)
12608 (widget-key-sequence-value-to-external, sexp)
12609 (widget-sexp-value-to-internal, character, vector, cons)
12610 (widget-choice-prompt-value, widget-boolean-prompt-value)
12611 (widget-color--choose-action): Mark unused parameters.
12612 (widget-item-match-inline, widget-choice-match-inline)
12613 (widget-checklist-match, widget-checklist-match-inline)
12614 (widget-group-match): Rename parameter VALUES to VALS.
12615 (widget-field-value-set): Remove unused variable `size'.
12616 (widget-color-action): Remove unused variables `value' and `start'.
12617
12618 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 12619 variable `dir'. Doc fix.
06b60517
JB
12620 (windmove-find-other-window): Don't pass it.
12621
12622 * window.el (count-windows): Mark unused parameter.
12623 (bw-adjust-window): Remove unused variable `err'.
12624
12625 * woman.el (woman-file-name): Remove unused variable `default'.
12626 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12627 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12628 (global-font-lock-mode): Declare.
12629 (woman-decode-region): Mark unused parameter.
12630 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12631
12632 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12633 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12634 (x-dnd-handle-moz-url): Remove unused variable `title'.
12635 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12636
12637 * xml.el (xml-parse-tag, xml-parse-attlist):
12638 Remove unused variable `pos'.
12639
bc4f7f3d
GM
126402011-04-19 Glenn Morris <rgm@gnu.org>
12641
12642 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12643 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12644 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12645 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12646 * calendar/cal-html.el (cal-html-insert-minical):
12647 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12648 (calendar-mark-date-pattern):
12649 Prefix "unused" locals.
12650
12651 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12652 optional argument `style'.
12653
12654 * calendar/appt.el (appt-make-list):
12655 * calendar/cal-china.el (calendar-chinese-date-string):
12656 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12657 (diary-hebrew-yahrzeit):
12658 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12659 * calendar/calendar.el (calendar-generate-window):
12660 * calendar/time-date.el (time-to-days):
12661 Remove unused local variables.
12662
16a43933
CY
126632011-04-18 Chong Yidong <cyd@stupidchicken.com>
12664
12665 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12666 glyphless-char-display table.
12667 (tabulated-list-glyphless-char-display): New var.
12668
7eed1860
SS
126692011-04-18 Sam Steingold <sds@gnu.org>
12670
12671 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12672 to acknowledgments.
12673
4d2d1ccd
GM
126742011-04-17 Glenn Morris <rgm@gnu.org>
12675
12676 * calendar/diary-lib.el (diary-sexp-entry):
12677 * calendar/holidays.el (holiday-sexp):
12678 Set debug-on-error rather than the removed stack-trace-on-error.
12679
239da61d
GM
126802011-04-16 Glenn Morris <rgm@gnu.org>
12681
12682 * progmodes/f90.el: Use lexical-binding.
12683 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
12684
8b05752a
SM
126852011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12686
daca8ba5
SM
12687 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
12688 (mail-mode): Setup mailalias completion here instead.
12689 * mail/mailalias.el: Use lexical-binding.
12690 (pattern, mailalias-done): Declare dynamic.
12691 (mail-completion-at-point-function): New function, from mail-complete.
12692 (mail-complete): Use it.
12693 (mail-completion-expand): New function.
12694 (mail-get-names): Use it.
12695 (mail-directory, mail-directory-process, mail-directory-stream):
12696 Don't use `pattern' for lexically bound arg.
12697
6f542485
SM
12698 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
12699
037e7c3f
SM
12700 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
12701 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
12702 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
12703
8b05752a
SM
12704 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
12705 (byte-save-window-excursion, byte-temp-output-buffer-setup)
12706 (byte-interactive-p): Define them again, for use when inlining
12707 old code.
12708
49093f60
JB
127092011-04-15 Juanma Barranquero <lekktu@gmail.com>
12710
12711 * loadup.el: Use `string-to-number', not `string-to-int'.
12712
b5b8e7de
SM
127132011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12714
12715 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
12716 gud-gdb-complete-command.
12717 (gud-gdb-completions): New function, from gud-gdb-complete-command.
12718 (gud-gdb-completion-at-point): New function.
12719 (gud-gdb-completions): Remove.
12720
f42efeb5
MA
127212011-04-14 Michael Albinus <michael.albinus@gmx.de>
12722
49093f60
JB
12723 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
12724 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
12725 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
12726 whether `executable-find' is bound.
f42efeb5
MA
12727
12728 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
12729
e240cc21
SM
127302011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12731
12732 * minibuffer.el (completion-in-region-mode-predicate)
12733 (completion-in-region-mode--predicate): New vars.
12734 (completion-in-region, completion-in-region--postch)
12735 (completion-in-region-mode): Use them.
12736 (completion--capf-wrapper): Also return the hook function.
12737 (completion-at-point, completion-help-at-point):
12738 Adjust and provide a predicate.
c2bd2ab0
SM
12739
12740 Preserve arg names for advice of subr and lexical functions (bug#8457).
12741 * help-fns.el (help-function-arglist): Consolidate the subr and
12742 new-byte-code cases. Add argument `preserve-names' to extract names
12743 from the docstring when needed.
12744 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
12745 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
12746 (ad-arglist): Use help-function-arglist's new arg.
12747 (ad-definition-type): Use cond.
12748
c183f693
JB
127492011-04-13 Juanma Barranquero <lekktu@gmail.com>
12750
06641a47
JB
12751 * autorevert.el (auto-revert-handler):
12752 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
12753 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
12754 Don't quote lambda.
12755
c183f693
JB
12756 * image-mode.el (image-transform-set-scale):
12757 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
12758
1e3b6001
G
127592011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12760
12761 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 12762 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
12763 Upgrades via gnutls-cli are too slow to be done opportunistically.
12764
2d6af8dd
JB
127652011-04-12 Juanma Barranquero <lekktu@gmail.com>
12766
12767 * dframe.el (dframe-current-frame): Remove spurious quote.
12768
c0749a51
GM
127692011-04-12 Glenn Morris <rgm@gnu.org>
12770
088d0d61
GM
12771 * calendar/cal-tex.el (cal-tex-end-document):
12772 Try to automatically use latin1 input if needed.
12773
c0749a51
GM
12774 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
12775 Don't try to cons a mark onto an empty element.
12776
5c90fde0
LL
127772011-04-11 Leo Liu <sdl.web@gmail.com>
12778
12779 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
12780 buffers.
12781 (ido-kill-buffer-at-head): Support killing virtual buffers.
12782
369e974d
CY
127832011-04-10 Chong Yidong <cyd@stupidchicken.com>
12784
12785 * minibuffer.el (completion-show-inline-help): New var.
12786 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
12787 (minibuffer-force-complete, minibuffer-complete-word):
12788 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
12789
12790 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
12791 to avoid interference from inline help (Bug#5849).
12792
37f1c930
LL
127932011-04-10 Leo Liu <sdl.web@gmail.com>
12794
099c39a4
JB
12795 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12796 Fix typo.
37f1c930 12797
a32d4040
CY
127982011-04-09 Chong Yidong <cyd@stupidchicken.com>
12799
12800 * image-mode.el (image-toggle-display-image): Signal an error if
12801 not in Image mode.
12802 (image-transform-mode, image-transform-resize)
12803 (image-transform-set-rotation): Doc fix.
daca8ba5 12804 (image-transform-set-resize): Delete.
a32d4040
CY
12805 (image-transform-set-scale, image-transform-fit-to-height)
12806 (image-transform-fit-to-width): Handle image-toggle-display-image
12807 and image-transform-resize directly.
12808
099c39a4 128092011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
12810
12811 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
12812 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
12813 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
12814 (doc-view-mode-map): Add bindings for the new functions.
12815
099c39a4 128162011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 12817
4d61f28d 12818 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
12819 Fix typo in docstring.
12820
3726838a
EZ
128212011-04-08 Eli Zaretskii <eliz@gnu.org>
12822
04f33f1e
EZ
12823 * files.el (file-size-human-readable): Produce one digit after
12824 decimal, like "ls -lh" does.
12825
12826 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
12827 the file size representation.
12828
3726838a
EZ
12829 * simple.el (list-processes): If async subprocesses are not
12830 available, error out with a clear error message.
12831
cbb59342
CY
128322011-04-08 Chong Yidong <cyd@stupidchicken.com>
12833
12834 * help.el (help-form-show): New function, to be called from C.
12835 Put help-form output in a buffer named differently than *Help*.
12836
e3971c44
EZ
128372011-04-08 Eli Zaretskii <eliz@gnu.org>
12838
12839 * files.el (file-size-human-readable): New function.
12840
12841 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
12842 computing the representation inline. Don't require `cl'.
12843
12544bbe
GM
128442011-04-08 Glenn Morris <rgm@gnu.org>
12845
a1de6c6a
GM
12846 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
12847
3c4671f4
GM
12848 * net/browse-url.el (browse-url-firefox):
12849 Test system-type, not system-configuration.
12850
b605679c
GM
12851 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
12852 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
12853 Use log-edit-empty-buffer-p. (Bug#7598)
12854
56442f0c
GM
12855 * net/rlogin.el (rlogin-process-connection-type): Simplify.
12856 (rlogin-mode-map): Initialize in the defvar.
12857 (rlogin): Use ignore-errors.
12858
12544bbe
GM
12859 * replace.el (occur-mode-map): Some fixes for menu items.
12860
eb237b0f
AH
128612011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12862
12863 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
12864
7d668f2c
CY
128652011-04-06 Chong Yidong <cyd@stupidchicken.com>
12866
e67a13ab
CY
12867 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
12868 issuing unused warnings.
12869
12870 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
12871 macro directly.
12872
7d668f2c
CY
12873 * simple.el: Lisp reimplement of list-processes. Based on an
12874 earlier reimplementation by Leo Liu, but using tabulated-list.el.
12875 (process-menu-mode): New major mode.
12876 (list-processes--refresh, list-processes):
12877 (process-menu-visit-buffer): New functions.
12878
12879 * files.el (save-buffers-kill-emacs): Don't assume any return
12880 value of list-processes, which is undocumented anyway.
12881
a83ec3c9
CY
128822011-04-06 Chong Yidong <cyd@stupidchicken.com>
12883
12884 * emacs-lisp/tabulated-list.el: New file.
12885
e91a96fe
CY
12886 * emacs-lisp/package.el: Use Tabulated List mode.
12887 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
12888 (package-menu-mode): Derive from tabulated-list-mode. Set up the
12889 table format using Tabulated List mode variables.
12890 (package--push): New macro, replacing package-list-maybe-add.
12891 (package-menu--generate): Use package--push. Renamed from
12892 package--generate-package-list.
12893 (package-menu-refresh, list-packages): Use it.
daca8ba5 12894 (package-menu--print-info): Rename from package-print-package.
e91a96fe 12895 Return insertion data instead of inserting it directly.
099c39a4
JB
12896 (package-menu-describe-package, package-menu-execute):
12897 Use tabulated-list-get-id.
e91a96fe
CY
12898 (package-menu-mark-delete, package-menu-mark-install)
12899 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
12900 (package-menu-mark-obsolete-for-deletion):
12901 Use tabulated-list-put-tag.
e91a96fe
CY
12902 (package--list-packages, package-menu-revert)
12903 (package-menu-get-package, package-menu-get-version)
12904 (package-menu-sort-by-column): Functions deleted.
12905 (package-menu-package-list, package-menu-sort-key): Vars deleted.
12906 (package-menu--status-predicate, package-menu--version-predicate)
12907 (package-menu--name-predicate)
12908 (package-menu--description-predicate): Handle arguments in the
12909 Tabulated List format.
12910 (package-list-packages-no-fetch): Call list-packages.
12911
3e214b50
JB
129122011-04-06 Juanma Barranquero <lekktu@gmail.com>
12913
12914 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 12915 (after-find-file): Don't bind it.
3e214b50
JB
12916 (revert-buffer-in-progress-p): New variable.
12917 (revert-buffer): Bind it.
12918 Pass nil for `after-find-file-from-revert-buffer'.
12919
12920 * saveplace.el (save-place-find-file-hook): Use new variable
12921 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
12922
3f0f1700
GM
129232011-04-06 Glenn Morris <rgm@gnu.org>
12924
c0274801
GM
12925 * Makefile.in (AUTOGEN_VCS): New variable.
12926 (autoloads): Use $AUTOGEN_VCS.
12927
3f0f1700
GM
12928 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
12929 * calendar/calendar.el (calendar-mode-map):
12930 Check for toolkit scroll bars. (Bug#8305)
12931
41ea9e48
CY
129322011-04-05 Chong Yidong <cyd@stupidchicken.com>
12933
12934 * minibuffer.el (completion-in-region--postch)
12935 (completion-in-region-mode): Remove unnecessary messages.
12936
6194c800
JB
129372011-04-05 Juanma Barranquero <lekktu@gmail.com>
12938
33256f14
JB
12939 * font-lock.el (font-lock-refresh-defaults):
12940 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
12941 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
12942
6194c800
JB
12943 * info.el (Info-directory-list, Info-read-node-name-2)
12944 (Info-split-parameter-string): Doc fixes.
12945 (Info-virtual-nodes): Reflow docstring.
12946 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
12947 (Info-apropos-toc-nodes, info-finder, Info-get-token)
12948 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
12949 Fix typos in docstrings.
12950 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
12951 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
12952 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
12953 (Info-restore-desktop-buffer): Mark unused parameters.
12954 (Info-directory-find-file, Info-directory-find-node)
12955 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
12956 (Info-virtual-index-find-node, Info-apropos-find-file)
12957 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 12958 Mark unused parameters; fix typos in docstrings.
6194c800
JB
12959 (Info-virtual-index): Remove unused local variable `nodename'.
12960
b87a8200 129612011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 12962
b87a8200
DD
12963 * net/rcirc.el: Update my e-mail address.
12964 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 12965
3b2ff876
CY
129662011-04-05 Chong Yidong <cyd@stupidchicken.com>
12967
12968 * startup.el (command-line): Save the cursor's theme-face
12969 directly, instead of using face-override-spec.
12970
12971 * custom.el (load-theme): Minor optimization in assigning faces.
12972
8d17e7ca
JB
129732011-04-04 Juanma Barranquero <lekktu@gmail.com>
12974
12975 * help-fns.el (describe-variable): Complete all variables having
12976 documentation, including keywords.
12977 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
12978
2fbc1934
JB
129792011-04-04 Juanma Barranquero <lekktu@gmail.com>
12980
12981 Convert to lexical-binding.
12982
12983 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
12984 (bs--get-marked-string, bs--get-modified-string)
12985 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
12986 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
12987 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
12988
12989 * ehelp.el (electric-help-execute-extended)
12990 (electric-help-ctrl-x-prefix):
12991 * hexl.el (hexl-revert-buffer-function):
12992 * linum.el (linum-after-change, linum-after-scroll):
12993 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
12994
12995 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
12996
74f50695
DU
129972011-04-04 Daiki Ueno <ueno@unixuser.org>
12998
12999 * epa-dired.el:
13000 * epa-mail.el:
13001 * epa-hook.el:
13002 * epa-file.el:
13003 * epa.el:
13004 * epg.el: Use lexical binding.
13005
c11325f7
CY
130062011-04-03 Chong Yidong <cyd@stupidchicken.com>
13007
0d9e9a12
CY
13008 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
13009
c11325f7 13010 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
13011 dictionary case for flyspell-mark-duplications-exceptions.
13012 Use regexp matching for languages.
c11325f7
CY
13013 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
13014 default dictionary (Bug#7926).
13015
da91b5f2
CY
130162011-04-02 Chong Yidong <cyd@stupidchicken.com>
13017
099c39a4
JB
13018 * emacs-lisp/package.el (package--with-work-buffer):
13019 Recognize https URLs.
da91b5f2 13020
099c39a4
JB
13021 * net/network-stream.el: Move from gnus/proto-stream.el.
13022 Change prefix to network-stream throughout.
da91b5f2
CY
13023 (open-protocol-stream): Merge into open-network-stream, leaving
13024 open-protocol-stream as an alias. Handle nil BUFFER args.
13025
13026 * subr.el (open-network-stream): Move to net/network-stream.el.
13027
afa8e9f6
GM
130282011-04-02 Glenn Morris <rgm@gnu.org>
13029
1d2e369d
GM
13030 * find-dired.el (find-exec-terminator): New option.
13031 (find-ls-option): Test for -ls support.
13032 (find-ls-subdir-switches): Test for -b in find-ls-option.
13033 (find-dired, find-grep-dired): Doc fixes.
13034 (find-dired): Use find-exec-terminator.
13035
8abb7da8 13036 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
13037 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
13038 (find-name-arg): Remove purecopy.
8abb7da8 13039
f3ca7378
GM
13040 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
13041 (grep-compute-defaults): Check for `-exec COMMAND +' support.
13042 Set grep-find-use-xargs, grep-find-command, and grep-find-template
13043 accordingly. Don't add the null-device if not needed.
13044
afa8e9f6
GM
13045 * files.el (save-some-buffers): Doc fix.
13046
35eae264
EZ
130472011-04-02 Eli Zaretskii <eliz@gnu.org>
13048
13049 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
13050
26b51db5
JB
130512011-04-01 Juanma Barranquero <lekktu@gmail.com>
13052
13053 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
13054 Use `dolist' rather than `mapcar'.
13055
7200d79c
SM
130562011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13057
03408648 13058 Add lexical binding.
7200d79c 13059
03408648
SM
13060 * subr.el (apply-partially): Use new closures rather than CL.
13061 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
13062 (dolist, dotimes): Use slightly different expansion for lexical code.
13063 (functionp): Move to C.
13064 (letrec): New macro.
13065 (with-wrapper-hook): Use it and apply-partially instead of CL.
13066 (eval-after-load): Preserve lexical-binding.
13067 (save-window-excursion, with-output-to-temp-buffer): Turn them
13068 into macros.
7200d79c 13069
03408648
SM
13070 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
13071
13072 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
13073 than the arglist.
13074 (help-add-fundoc-usage): Don't add `Not documented'.
13075 (help-function-arglist): Handle closures, subroutines, and new
13076 byte-code-functions.
13077 (help-make-usage): Remove leading underscores.
13078 (describe-function-1): Handle closures.
13079 (describe-variable): Use special-variable-p for completion.
13080
13081 * files.el (lexical-binding): Declare safe.
f488fb65 13082
03408648
SM
13083 * emacs-lisp/pcase.el: Don't use destructuring-bind.
13084 (pcase--memoize): Rename from pcase-memoize. Change weakness.
13085 (pcase): Add `let' pattern.
13086 Change memoization so it actually works.
13087 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
13088 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
13089 <let>: New case.
f488fb65 13090
03408648
SM
13091 * emacs-lisp/macroexp.el: Use lexical binding.
13092 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
13093 Don't convert ' to #' without checking that it's indeed quoting
13094 a lambda.
13095
13096 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 13097 Use eval-sexp-add-defvars.
03408648
SM
13098 (eval-sexp-add-defvars): New fun.
13099
13100 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
13101
13102 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
13103 Don't autoload.
13104 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
13105 than the internal `byte-compile-lambda'.
13106 (defmethod): Don't hide code under quotes.
13107 (eieio-defmethod): New `code' argument.
13108
13109 * emacs-lisp/eieio-comp.el: Remove.
13110
13111 * emacs-lisp/edebug.el (edebug-eval-defun)
13112 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
13113 (edebug-toggle): Avoid `eval'.
13114
13115 * emacs-lisp/disass.el (disassemble-internal): Handle new
13116 `closure' objects.
13117 (disassemble-1): Handle new byte codes.
13118
13119 * emacs-lisp/cl.el (pushnew): Silence warning.
13120
13121 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
13122 (cl-byte-compile-throw): Remove.
13123 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
13124
13125 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
13126 closures.
13127
13128 * emacs-lisp/cconv.el: New file.
13129
13130 * emacs-lisp/bytecomp.el: Use lexical binding instead of
13131 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
13132 (byte-compile-initial-macro-environment):
13133 Handle declare-function here.
13134 (byte-compile--lexical-environment): New var.
13135 (byte-stack-ref, byte-stack-set, byte-discardN)
13136 (byte-discardN-preserve-tos): New lap codes.
13137 (byte-interactive-p): Don't use any more.
13138 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
13139 New macros.
13140 (byte-compile-lapcode): Use them and handle new lap codes.
13141 (byte-compile-obsolete): Remove.
13142 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
13143 (byte-compile-arglist-warn): Check late def of inlinable funs.
13144 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
13145 since they should have been expanded by now.
13146 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
13147 (byte-compile-from-buffer): Remove unused second arg.
13148 (byte-compile-preprocess): New function.
13149 (byte-compile-toplevel-file-form): New function to distinguish
13150 file-form calls from outside from file-form calls from hunk-handlers.
13151 (byte-compile-file-form): Simplify.
13152 (byte-compile-file-form-defsubst): Remove.
13153 (byte-compile-file-form-defmumble): Simplify now that
13154 byte-compile-lambda always returns a byte-code-function.
13155 (byte-compile): Preprocess.
13156 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
13157 Remove, not used any more.
13158 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
13159 (byte-compile-make-args-desc): New funs.
13160 (byte-compile-lambda): Handle lexical functions. Always return
13161 a byte-code-function.
13162 (byte-compile-reserved-constants): New var, to make up room for
13163 closed-over variables.
13164 (byte-compile-constants-vector): Obey it.
13165 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
13166 (byte-compile-macroexpand-declare-function): New function.
13167 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
13168 byte-code-functions.
13169 (byte-compile-form): Check obsolescence here.
13170 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
13171 (byte-compile-variable-ref): Remove.
13172 (byte-compile-dynamic-variable-op): New fun.
13173 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13174 (byte-compile-variable-set): New funs.
13175 (byte-compile-discard): Add 2 args.
13176 (byte-compile-stack-ref, byte-compile-stack-set)
13177 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
13178 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
13179 macroexpand-all instead.
13180 (byte-compile-quote-form): Remove.
13181 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
13182 (byte-compile-bind, byte-compile-unbind): New funs.
13183 (byte-compile-let): Handle let* and lexical binding.
13184 (byte-compile-let*): Remove.
13185 (byte-compile-catch, byte-compile-unwind-protect)
13186 (byte-compile-track-mouse, byte-compile-condition-case):
13187 Handle a new :fun-body form, used for lexical scoping.
13188 (byte-compile-save-window-excursion)
13189 (byte-compile-with-output-to-temp-buffer): Remove.
13190 (byte-compile-defun): Simplify.
13191 (byte-compile-stack-adjustment): New fun.
13192 (byte-compile-out): Use it.
13193 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
13194
13195 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
13196 handler any more.
13197
13198 * emacs-lisp/byte-opt.el: Use lexical binding.
13199 (byte-inline-lapcode): Remove (to bytecomp).
13200 (byte-compile-inline-expand): Pay attention to inlining to/from
13201 lexically bound code.
13202 (byte-compile-unfold-lambda): Don't handle byte-code-functions
13203 any more.
13204 (byte-optimize-form-code-walker): Don't handle save-window-excursion
13205 any more and don't call compiler-macros.
13206 (byte-compile-splice-in-already-compiled-code): Remove.
13207 (byte-code): Don't inline any more.
13208 (disassemble-offset): Receive `bytes' as argument rather than via
13209 dynamic scoping.
13210 (byte-compile-tag-number): Declare before first use.
13211 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
13212 `return' even if make-spliceable.
13213 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
13214 obsolete interactive-p.
13215 (byte-optimize-lapcode): Optimize new lap-codes.
13216 Don't trip up on new form of `byte-constant' lap code.
13217
13218 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
13219
13220 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
13221
13222 * custom.el (custom-initialize-default, custom-declare-variable):
13223 Use `defvar'.
13224
13225 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
13226 New variables.
13227 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
13228 (COMPILE_FIRST): Add macroexp and cconv.
13229 * makefile.w32-in: Mirror changes in Makefile.in.
13230
13231 * vc/cvs-status.el:
13232 * vc/diff-mode.el:
13233 * vc/log-edit.el:
13234 * vc/log-view.el:
13235 * vc/smerge-mode.el:
13236 * textmodes/bibtex-style.el:
13237 * textmodes/css.el:
13238 * startup.el:
13239 * uniquify.el:
da91b5f2
CY
13240 * minibuffer.el:
13241 * newcomment.el:
13242 * reveal.el:
13243 * server.el:
13244 * mpc.el:
13245 * emacs-lisp/smie.el:
13246 * doc-view.el:
13247 * dired.el:
03408648
SM
13248 * abbrev.el: Use lexical binding.
13249
0f0c1f27
EZ
132502011-04-01 Eli Zaretskii <eliz@gnu.org>
13251
13252 * info.el (info-display-manual): New function.
13253
c82b2579
SM
132542011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13255
13256 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
13257
221ddf68
TH
132582011-03-31 Tassilo Horn <tassilo@member.fsf.org>
13259
13260 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 13261 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 13262
cba6e77e
GM
132632011-03-31 Glenn Morris <rgm@gnu.org>
13264
e040639f
GM
13265 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
13266
cba6e77e
GM
13267 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
13268
6d0f1c9e
CS
132692011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
13270
13271 * progmodes/python.el (python-default-interpreter)
13272 (python-python-command-args, python-jython-command-args)
13273 (python-which-shell, python-which-args, python-which-bufname)
13274 (python-file-queue, python-comint-output-filter-function)
13275 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
13276 variables and functions.
13277
3e2d70fd
SM
132782011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13279
13280 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
13281 (completion-in-region-mode): New minor mode.
13282 (completion-in-region): Use it.
13283 (completion-in-region--data, completion-in-region-mode-map): New vars.
13284 (completion-in-region--postch): New function.
13285 (completion--capf-misbehave-funs, completion--capf-safe-funs):
13286 New vars.
13287 (completion--capf-wrapper): New function.
13288 (completion-at-point): Use it to track well-behavedness of
13289 hook functions.
13290 (completion-help-at-point): New command.
13291
f3e4086c
JM
132922011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
13293
13294 * vc/add-log.el (add-change-log-entry): Don't use whitespace
13295 syntax class to search for whitespace on a single line
13296 (Message-ID: <4D938140.4030905@redhat.com>).
13297
eb7ffc14
LL
132982011-03-30 Leo Liu <sdl.web@gmail.com>
13299
13300 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
13301 New commands.
13302 (edit-abbrevs-map): Bind them here.
13303 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
13304
d806ab68
KM
133052011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
13306
13307 * allout.el (allout-hide-by-annotation, allout-flag-region):
13308 Reduce possibility of overlay leakage by making them volatile.
13309
13310 * allout-widgets.el (allout-widgets-tally): Define as nil so the
13311 hash is not shared between buffers. Mode initialization is
13312 responsible for giving it a useful starting value.
13313 (allout-item-span): Reduce possibility of overlay leakage by
13314 making them volatile.
13315 (allout-widgets-count-buttons-in-region): Add diagnostic function
13316 for tracking down button overlay leaks.
13317
ea622834
LL
133182011-03-29 Leo Liu <sdl.web@gmail.com>
13319
13320 * ido.el (ido-read-internal): Use the default history var
13321 minibuffer-history if no HISTORY is specified.
13322
b62f8267
G
133232011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
13324
03408648
SM
13325 * net/imap.el (imap-shell-open, imap-process-connection-type):
13326 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
13327 Kerberos, SSL, other subprocesses.
13328
947b6566
LL
133292011-03-28 Leo Liu <sdl.web@gmail.com>
13330
13331 * abbrev.el (abbrev-table-empty-p): New function.
13332 (prepare-abbrev-list-buffer): Place empty abbrev tables after
13333 nonempty ones. (Bug#5937)
13334
5ffb62aa
JD
133352011-03-27 Jan Djärv <jan.h.d@swipnet.se>
13336
13337 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
13338
7a097943
LL
133392011-03-27 Leo Liu <sdl.web@gmail.com>
13340
13341 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
13342 for foreground and background colors.
13343 (ansi-color-make-color-map): Adapt.
13344
c5b40130
LL
133452011-03-25 Leo Liu <sdl.web@gmail.com>
13346
1f48f7d2
LL
13347 * midnight.el (midnight-time-float): Remove. Note it calculates
13348 the microsecond component incorrectly and seconds-to-time does the
13349 same job.
625897ec 13350 Remove redundant (require 'timer).
1f48f7d2 13351
c5b40130
LL
13352 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
13353 (ido-completions): Remove unused arguments. (Bug#8329)
13354
d86d2721
SM
133552011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13356
13357 * minibuffer.el (completion--flush-all-sorted-completions):
13358 Remove itself from hook.
13359 (completion-at-point): Let the functions perform the completion
13360 immediately and return nil or t.
13361 * comint.el (comint-dynamic-complete-functions): Now identical to
13362 completion-at-point-functions.
13363 (comint-dynamic-list-input-ring): Remove unused var `index'.
13364 (comint--match-partial-filename, comint--unquote&expand-filename):
13365 New funs, split from comint-match-partial-filename.
13366 (comint-dynamic-complete): Use completion-at-point.
13367 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
13368
e8974c48
DA
133692011-03-24 Drew Adams <drew.adams@oracle.com>
13370
13371 * thingatpt.el: Support `defun'.
13372
def71b5e
LL
133732011-03-23 Leo Liu <sdl.web@gmail.com>
13374
cb5af48e
LL
13375 * abbrevlist.el: Move to obsolete/abbrevlist.el.
13376
def71b5e
LL
13377 * help-mode.el (help-mode-finish): Tweak regexp.
13378
927c53e7
GM
133792011-03-23 Glenn Morris <rgm@gnu.org>
13380
18d05bed
GM
13381 * eshell/esh-opt.el (eshell-eval-using-options):
13382 Do not bind unused local variable `eshell-option-stub'.
13383
927c53e7
GM
13384 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
13385
9d0da923
JB
133862011-03-22 Juanma Barranquero <lekktu@gmail.com>
13387
13388 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
13389 keymap variable in `with-no-warnings' to avoid a warning when the
13390 keymap has been already `defconst'ed.
13391
4b978a67
LL
133922011-03-22 Leo Liu <sdl.web@gmail.com>
13393
13394 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
13395 encode all chars in abbrevs; otherwise use emacs-mule or
13396 utf-8-emacs. (Bug#8308)
13397
5fd62452
JB
133982011-03-22 Juanma Barranquero <lekktu@gmail.com>
13399
0b1596c6
JB
13400 * simple.el (backward-delete-char-untabify):
13401 Avoid warning about using `delete-backward-char'.
13402
5fd62452
JB
13403 * image.el (image-type-file-name-regexps): Make it variable.
13404 `imagemagick-register-types' modifies it, and the user may want
13405 to add new extensions for known image types.
13406 (imagemagick-register-types): Throw error if not using ImageMagick.
13407
0b4e93f1
LL
134082011-03-22 Leo Liu <sdl.web@gmail.com>
13409
13410 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
13411 located before rcirc-prompt-end-marker.
13412 (rcirc-complete): Error if point is not after rcirc prompt.
13413 Handle the case when table is nil.
9882e214 13414 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 13415
fccee4ab
CY
134162011-03-22 Chong Yidong <cyd@stupidchicken.com>
13417
13418 * custom.el (custom--inhibit-theme-enable): Make it affect only
13419 custom-theme-set-variables and custom-theme-set-faces.
13420 (provide-theme): Ignore custom--inhibit-theme-enable.
13421 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
13422 (custom-enabling-themes): Delete variable.
d86d2721
SM
13423 (enable-theme): Accept only loaded themes as arguments.
13424 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
13425 (custom-enabled-themes): Forbid themes from setting this.
13426 Eliminate use of custom-enabling-themes.
13427 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 13428
af896da6
LL
134292011-03-21 Leo Liu <sdl.web@gmail.com>
13430
13431 * ido.el (ido-read-internal): Add ido-selected to history instead
13432 of user input.
13433
78f64af0
SM
134342011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13435
13436 * subr.el (deferred-action-list, deferred-action-function):
13437 Mark obsolete.
13438
b16ac1ec
LL
134392011-03-21 Leo Liu <sdl.web@gmail.com>
13440
810f7698
LL
13441 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
13442 change on 2011-02-13 (bug#8309).
13443
b16ac1ec
LL
13444 * minibuffer.el (read-file-name-function): Change default value.
13445 (read-file-name--defaults): Rename from read-file-name-defaults.
13446 (read-file-name-default): Rename from read-file-name.
13447 (read-file-name): Call read-file-name-function.
13448
4e05e67e
GM
134492011-03-21 Glenn Morris <rgm@gnu.org>
13450
13451 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
13452 Doc fixes.
13453
4359915b
CY
134542011-03-21 Chong Yidong <cyd@stupidchicken.com>
13455
13456 * cus-theme.el: Add missing provide statement.
13457 (customize-create-theme): Extract theme value correctly.
13458 (custom-theme-visit-theme): Autoload.
13459 (customize-create-theme): Prompt before inserting default faces.
13460
1fe275ee
JB
134612011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13462
13463 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
13464 units and musical notes.
13465
cd394be1 134662011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
13467
13468 * ido.el (ido-read-internal): Use completing-read-default.
13469 (ido-completing-read): Fix compatibility with completing-read.
13470
7d476bde
CO
134712011-03-20 Christian Ohler <ohler@gnu.org>
13472
13473 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
13474 (ert-delete-all-tests): Use `called-interactively-p' rather than
13475 `interactive-p'.
13476 (ert--make-xrefs-region): Respect END.
13477
fe0fb33e
CY
134782011-03-19 Chong Yidong <cyd@stupidchicken.com>
13479
ff854b0b
CY
13480 * dired-aux.el (dired-create-directory): Signal an error if the
13481 directory already exists (Bug#8246).
13482
fe0fb33e
CY
13483 * facemenu.el (list-colors-display): Call list-faces-display
13484 inside with-help-window.
13485 (list-colors-print): Use display property to align the final
13486 column, instead of checking window-width.
13487
576bce32
EZ
134882011-03-19 Eli Zaretskii <eliz@gnu.org>
13489
4d61f28d 13490 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
13491 windows-nt systems.
13492 (emerge-protect-metachars): Quote correctly for ms-dos and
13493 windows-nt systems.
13494
89c41d68 134952011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
13496
13497 * info.el (info-initialize): Replace all uses of `:' with
13498 path-separator for compatibility with non-Unix systems.
13499 Cache quoting of path-separator. (Bug#8258)
13500
b14e3e21 135012011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
13502
13503 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13504 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13505 (mouse-avoidance-mode): Fix typos in docstrings.
13506
4525ce3e
CY
135072011-03-19 Chong Yidong <cyd@stupidchicken.com>
13508
13509 * startup.el (package-subdirectory-regexp): Move from package.el.
13510 Omit \\` and \\', and let callers add them.
13511
13512 * emacs-lisp/package.el (package-strip-version)
13513 (package-load-all-descriptors): Add \\` and \\' to
13514 package-subdirectory-regexp before using it.
13515 (package-untar-buffer): New arg DIR; ensure that file untars only
13516 into this expected directory. Remove superfluous delete-region.
13517 (package-unpack): Caller changed.
13518 (package-tar-file-info): Use package-subdirectory-regexp.
13519
a904a09a 135202011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 13521
a904a09a
SM
13522 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13523 diff-mode-shared-map (bug#8284).
13524 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
13525
135262011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13527
13528 * calendar/time-date.el (format-seconds): Use assoc instead of
13529 assoc-string, since assoc-string doesn't exist in XEmacs.
13530
171fc304
JB
135312011-03-17 Juanma Barranquero <lekktu@gmail.com>
13532
13533 * custom.el (custom-known-themes): Reflow docstring.
13534 (custom-theme-load-path): Fix typo in docstring.
13535 (load-theme): Fix typo in error message.
13536 (custom-available-themes, custom-variable-theme-value):
13537 Use `let', not `let*'.
13538
d71990a1
JB
135392011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13540
13541 * calc/README: Mention inclusion of musical notes.
13542
13543 * calc/calc-units.el (calc-lu-quant): Rename from
13544 `calc-logunits-quantity'.
13545 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13546 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13547 (calc-db): Rename from `calc-dblevel'.
13548 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13549 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13550 (calc-np): Rename from `calc-nplevel'.
13551 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13552 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13553 (calc-lu-plus): Rename from `calc-logunits-add'.
13554 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13555 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13556 (calc-lu-minus): Rename from `calc-logunits-sub'.
13557 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13558 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13559 (calc-lu-times): Rename from `calc-logunits-mul'.
13560 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13561 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13562 (calc-lu-divide): Rename from `calc-logunits-div'.
13563 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13564 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13565
13566 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13567 functions being autoloaded.
13568
13569 * calc/calc.el (calc-lu-power-reference): Rename from
13570 `calc-logunits-power-reference'.
13571 (calc-lu-field-reference): Rename from
13572 `calc-logunits-field-reference'.
13573
7a71b18d
GM
13574 * calc/calc-help.el (calc-l-prefix-help):
13575 Mention musical note functions.
d71990a1 13576
40c2934b
SM
135772011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13578
13579 * minibuffer.el (completion-all-sorted-completions):
13580 Use :completion-cycle-penalty text property if present.
13581
b0911414
KM
135822011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13583
13584 * allout.el (allout-yank-processing): Adjust for new rebulleting
13585 regime so bullet being yanked is used without prompting the user
13586 for a choice.
13587
8a05b668
JB
135882011-03-16 Juanma Barranquero <lekktu@gmail.com>
13589
13590 * startup.el (command-line): Warn the user that _emacs is deprecated.
13591
5ba5fb81
JB
135922011-03-16 Juanma Barranquero <lekktu@gmail.com>
13593
13594 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13595 (delphi-verbose, delphi-comment-face, delphi-string-face)
13596 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13597 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13598 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13599 (delphi-new-comment-line, delphi-font-lock-defaults)
13600 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13601 Fix typos in docstrings.
13602
2dab465b
KM
136032011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13604
5ba5fb81 13605 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
13606 Invert the roles of character and string values for INSTEAD, so a
13607 string is used for the more common case of a defaulting prompt.
13608
0adf5618
SM
136092011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13610
13611 * progmodes/ruby-mode.el (ruby-backward-sexp):
13612 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13613 * play/gamegrid.el (gamegrid-make-face):
13614 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13615 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13616 * notifications.el (notifications-notify):
13617 * net/xesam.el (xesam-search-engines):
13618 * net/quickurl.el (quickurl-list-insert):
13619 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13620
d72700e5
CY
136212011-03-15 Chong Yidong <cyd@stupidchicken.com>
13622
13623 * startup.el (command-line): Update package subdirectory regexp.
13624
49c5410a
SM
136252011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13626
c6eee9aa
SM
13627 * allout.el (allout-abbreviate-flattened-numbering)
13628 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13629
49c5410a
SM
13630 * subr.el (read-char-choice): Only show the cursor after the prompt,
13631 not after the answer.
13632
047b2bb9
KR
136332011-03-15 Kevin Ryde <user42@zip.com.au>
13634
13635 * help-fns.el (variable-at-point): Skip leading quotes, if any
13636 (bug#8253).
13637
0a57d256
SM
136382011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13639
13640 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13641 warning message.
13642
77c992bc
MA
136432011-03-14 Michael Albinus <michael.albinus@gmx.de>
13644
13645 * shell.el (shell): When called interactively, offer to change the
13646 shell file name on remote hosts.
13647
eebc475d
TZ
136482011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13649
13650 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13651 integration for LDAP parameters. The host, base, user or binddn,
13652 and secret tokens can be specified in a netrc file, for instance.
13653 This is optional because an `auth-source' parameter must be
13654 specified in the search attributes.
13655
9d05d1ba
JB
136562011-03-13 Juanma Barranquero <lekktu@gmail.com>
13657
13658 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13659
09d9db2c
GM
136602011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13661
13662 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13663 into declaration. Remove redundant and harmful binding.
13664
136652011-03-12 Eli Zaretskii <eliz@gnu.org>
13666
13667 * files.el (file-ownership-preserved-p): Pass `integer' as an
13668 explicit 2nd argument to `file-attributes'. If the file's owner
13669 is the Administrators group on Windows, and the current user is
13670 Administrator, consider that a match.
13671
13672 * server.el (server-ensure-safe-dir): Consider server directory
13673 safe on MS-Windows if its owner is the Administrators group while
13674 the current Emacs user is Administrator. Use `=' to compare
13675 numerical UIDs, since they could be integers or floats.
13676
219bd536
JB
136772011-03-12 Juanma Barranquero <lekktu@gmail.com>
13678
13679 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13680
f3afd36b
MA
136812011-03-12 Michael Albinus <michael.albinus@gmx.de>
13682
13683 Sync with Tramp 2.2.1.
13684
13685 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
13686
13687 * net/trampver.el: Update release number.
13688
3aaaa6f1
SM
136892011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13690
94642599
SM
13691 * progmodes/compile.el (compilation--previous-directory): Fix up
13692 various nil/dead-marker mismatches (bug#8014).
13693 (compilation-directory-properties, compilation-error-properties):
13694 Don't call it at a position past the one we're about to change.
13695
3aaaa6f1
SM
13696 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
13697 Disable obsolescence warnings in the file that declares it.
13698
14239447
KM
136992011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
13700
099c39a4
JB
13701 * allout-widgets.el (allout-widgets-tally):
13702 Initialize allout-widgets-tally as a hash table rather than nil to
13703 prevent mode-line redisplay warnings. Also, clarify the module
13704 description and fix a comment typo.
14239447 13705
135e287c
JB
137062011-03-11 Juanma Barranquero <lekktu@gmail.com>
13707
13708 * help-fns.el (describe-variable): Don't complete keywords.
13709 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
13710
ffbf300e
CY
137112011-03-10 Chong Yidong <cyd@stupidchicken.com>
13712
ba08b241
CY
13713 * emacs-lisp/package.el (package-version-join): Impose a standard
13714 string representation for pre/alpha/beta version lists.
13715 (package-unpack-single): Standardize the directory name by passing
13716 it through package-version-join.
13717 (package-strip-rcs-id): Accept any version string that does not
13718 signal an error in version-to-list.
ffbf300e 13719
f346fd6b
MA
137202011-03-10 Michael Albinus <michael.albinus@gmx.de>
13721
13722 * simple.el (delete-trailing-whitespace): Return nil for the
13723 benefit of `write-file-functions'.
13724
ccb55d27
GM
137252011-03-10 Glenn Morris <rgm@gnu.org>
13726
5ceaac0c
GM
13727 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
13728
02da65ff
GM
13729 * vc/vc-git.el (vc-git-program): New option.
13730 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
13731 (vc-git--call): Use it.
13732
b2f603cc
GM
13733 * eshell/esh-util.el (eshell-condition-case): Doc fix.
13734
5772caab
GM
13735 * cus-edit.el (Custom-newline): If no button at point, look
13736 for a subgroup button at start-of-line. (Bug#2298)
13737
ccb55d27
GM
13738 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
13739
ec6ecaed
JD
137402011-03-10 Julien Danjou <julien@danjou.info>
13741
13742 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
13743 `cursor-type' is nil.
13744
9d5aa01d
JB
137452011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
13746
13747 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13748
b6a5875b
KM
137492011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
13750
7a71b18d 13751 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
13752 preserves the existing header prefix, rebulleting it if necessary,
13753 rather than replacing it. This is necessary for proper operation
13754 of cooperative addons like allout-widgets.
1154d12e
JB
13755 (allout-make-topic-prefix, allout-rebullet-heading):
13756 Change SOLICIT arg to INSTEAD, and interpret additionally a string
13757 value as alternate bullet to be used, instead of prompting the user
13758 for a bullet character.
b6a5875b 13759
ee545c35
MA
137602011-03-09 Michael Albinus <michael.albinus@gmx.de>
13761
d86d2721
SM
13762 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13763 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
13764 `tramp-default-port'.
13765
c47971d7
DD
137662011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13767
13768 * net/rcirc.el (rcirc-handler-001): Remove useless
13769 with-rcirc-process-buffer.
13770 (rcirc-check-auth-status): Swap arguments to string-match.
13771
13522cb4
GM
137722011-03-09 Glenn Morris <rgm@gnu.org>
13773
0be6f4f1
GM
13774 * shell.el (shell-mode):
13775 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
13776
13522cb4
GM
13777 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
13778 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
13779
515de2e3
CY
137802011-03-08 Chong Yidong <cyd@stupidchicken.com>
13781
13782 * emacs-lisp/package.el (package-refresh-contents)
13783 (package-menu-execute): Use condition-case-no-debug.
13784
b511b994
MA
137852011-03-08 Michael Albinus <michael.albinus@gmx.de>
13786
13787 * simple.el (shell-command-to-string): Use `process-file'.
13788
13789 * emacs-lisp/package.el (package-tar-file-info): Handle also
13790 remote files.
13791
d86d2721
SM
13792 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13793 Use `equal' for upload base check.
b511b994 13794
25bbfb31
AM
137952011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
13796
13797 * textmodes/texinfo.el (texinfo-environments):
13798 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
13799
be996521
GM
138002011-03-08 Glenn Morris <rgm@gnu.org>
13801
e9c8529f
GM
13802 * cus-start.el (cursor-in-non-selected-windows):
13803 Fix :set quoting oddness. (Bug#8192)
13804
be996521
GM
13805 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
13806 in some setf expressions. (Bug#2159)
13807
2bb5649e
CY
138082011-03-08 Chong Yidong <cyd@stupidchicken.com>
13809
13810 * custom.el (custom-available-themes): Return themes in
13811 alphabetical order.
13812
33383987 13813See ChangeLog.15 for earlier changes.
e3d51b27
MR
13814
13815;; Local Variables:
13816;; coding: utf-8
e3d51b27
MR
13817;; End:
13818
acaf905b 13819 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
13820
13821 This file is part of GNU Emacs.
13822
13823 GNU Emacs is free software: you can redistribute it and/or modify
13824 it under the terms of the GNU General Public License as published by
13825 the Free Software Foundation, either version 3 of the License, or
13826 (at your option) any later version.
13827
13828 GNU Emacs is distributed in the hope that it will be useful,
13829 but WITHOUT ANY WARRANTY; without even the implied warranty of
13830 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13831 GNU General Public License for more details.
13832
13833 You should have received a copy of the GNU General Public License
13834 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.